Следите за новостями русскоязычного сообщества Ubuntu в Twitter-ленте @ubuntu_ru_loco
0 Пользователей и 1 Гость просматривают эту тему.
panteleev@panteleev-VaBank:~$ sudo apt-get install conkyЧтение списков пакетов… ГотовоПостроение дерева зависимостей Чтение информации о состоянии… ГотовоE: Не удалось найти пакет conky
panteleev@panteleev-VaBank:~$ conkyПриложение 'conky' может быть найдено в следующих пакетах: * conky-all * conky-cli * conky-stdПопробуйте: sudo apt-get install <выбранный пакет>
panteleev@panteleev-VaBank:~$ sudo apt-get install conky-allЧтение списков пакетов… ГотовоПостроение дерева зависимостей Чтение информации о состоянии… ГотовоE: Не удалось найти пакет conky-all
/etc/apt/sources.list
deb ftp://ftp.yandex.ru/ubuntu/ maverick main restricted universe multiverse partherdeb http://ru.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
sudo aptitude update
sudo aptitude install conky
sudo apt-get update && sudo apt-get install conky-all
В google нашел подобную проблему, решение предлагали такое:в файлеКод: [Выделить]/etc/apt/sources.listдобавить вдес тсрочик.Код: [Выделить]deb ftp://ftp.yandex.ru/ubuntu/ maverick main restricted universe multiverse partherdeb http://ru.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverseНе помогло.
/etc/apt/sources.listdeb ftp://ftp.yandex.ru/ubuntu/ maverick main restricted universe multiverse partherdeb http://ru.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
sudo aptitude updatesudo aptitude install conky
sudo apt-get update
[color=green]panteleev@panteleev-VaBank:~/Загрузки/conky-1.9.0$ ./configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... nochecking for mawk... mawkchecking whether make sets $(MAKE)... yeschecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking for a sed that does not truncate output... /bin/sedchecking for grep that handles long lines and -e... /bin/grepchecking for egrep... /bin/grep -Echecking for fgrep... /bin/grep -Fchecking how to print strings... printfchecking for ld used by gcc... /usr/bin/ldchecking if the linker (/usr/bin/ld) is GNU ld... yeschecking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -Bchecking the name lister (/usr/bin/nm -B) interface... BSD nmchecking whether ln -s works... yeschecking the maximum length of command line arguments... 1572864checking whether the shell understands some XSI constructs... yeschecking whether the shell understands "+="... yeschecking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noopchecking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noopchecking for /usr/bin/ld option to reload object files... -rchecking for objdump... objdumpchecking how to recognize dependent libraries... pass_allchecking for dlltool... nochecking how to associate runtime and link libraries... printf %s\nchecking for ar... archecking for archiver @FILE support... @checking for strip... stripchecking for ranlib... ranlibchecking command to parse /usr/bin/nm -B output from gcc object... okchecking for sysroot... nochecking for mt... mtchecking if mt is a manifest tool... nochecking how to run the C preprocessor... gcc -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking for dlfcn.h... yeschecking for objdir... .libschecking if gcc supports -fno-rtti -fno-exceptions... nochecking for gcc option to produce PIC... -fPIC -DPICchecking if gcc PIC flag -fPIC -DPIC works... yeschecking if gcc static flag -static works... yeschecking if gcc supports -c -o file.o... yeschecking if gcc supports -c -o file.o... (cached) yeschecking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yeschecking whether -lc should be explicitly linked in... nochecking dynamic linker characteristics... GNU/Linux ld.sochecking how to hardcode library paths into programs... immediatechecking whether stripping libraries is possible... yeschecking if libtool supports shared libraries... yeschecking whether to build shared libraries... yeschecking whether to build static libraries... yeschecking whether gcc and cc understand -c and -o together... yeschecking for pkg-config... yeschecking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at least version 0.19... yeschecking for fopencookie... yeschecking for funopen... nochecking ncurses.h usability... nochecking ncurses.h presence... nochecking for ncurses.h... noconfigure: error: required header(s) not found[/color]
Неразрешимая зависимость: libxmmsclient6 (>= 0.7DrNo)
panteleev,возьмите deb пакет отсюда:https://launchpad.net/ubuntu/+source/conky-allну или разрешайте зависимости через synaptic
sudo apt-get autoclean
panteleev, я не знаю, что Вы делаете и зачем, но такого экшена с коньками я ещё не видел...Код: [Выделить]sudo apt-get autocleanКод: [Выделить]sudo apt-get update && sudo apt-get install conky-allСделайте и покажите вывод пож-ста.
@panteleev-VaBank:~$ panteleev@panteleev-VaBank:~/Загрузки$ sudo apt-get autocleanbash: panteleev@panteleev-VaBank:~/Загрузки$: Нет такого файла или каталогаpanteleev@panteleev-VaBank:~$ [sudo] password for panteleev: [sudo]: команда не найденаpanteleev@panteleev-VaBank:~$ Чтение списков пакетов… ГотовоЧтение: команда не найденаpanteleev@panteleev-VaBank:~$ Построение дерева зависимостей Построение: команда не найденаpanteleev@panteleev-VaBank:~$ Чтение информации о состоянии… ГотовоЧтение: команда не найденаpanteleev@panteleev-VaBank:~$ panteleev@panteleev-VaBank:~/Загрузки$
panteleev@panteleev-VaBank:~$ sudo apt-get updateВ кэше http://archive.ualinux.com raring Release.gpg В кэше http://archive.ualinux.com raring Release В кэше http://ppa.launchpad.net raring Release.gpg В кэше http://archive.ualinux.com raring/main amd64 Packages В кэше http://ppa.launchpad.net raring Release В кэше http://archive.ualinux.com raring/main i386 Packages В кэше http://archive.ualinux.com raring/main Translation-ru_UA В кэше http://ppa.launchpad.net raring/main amd64 Packages В кэше http://archive.ualinux.com raring/main Translation-ru В кэше http://archive.ualinux.com raring/main Translation-en В кэше http://ppa.launchpad.net raring/main i386 Packages Игн http://ftp-stud.hs-esslingen.de raring Release.gpg Игн http://ftp-stud.hs-esslingen.de raring-updates Release.gpg Игн http://ftp-stud.hs-esslingen.de raring-backports Release.gpg Игн http://ftp-stud.hs-esslingen.de raring-security Release.gpgИгн http://ftp-stud.hs-esslingen.de raring ReleaseИгн http://ftp-stud.hs-esslingen.de raring-updates ReleaseИгн http://ftp-stud.hs-esslingen.de raring-backports ReleaseИгн http://ftp-stud.hs-esslingen.de raring-security ReleaseИгн http://ppa.launchpad.net raring/main Translation-ru_UA Игн http://ppa.launchpad.net raring/main Translation-ru Игн http://ppa.launchpad.net raring/main Translation-en Ош http://ftp-stud.hs-esslingen.de raring/main Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/restricted Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/universe Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/multiverse Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/main amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/restricted amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/universe amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/multiverse amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/main i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/restricted i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/universe i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring/multiverse i386 Packages 404 Not FoundИгн http://ftp-stud.hs-esslingen.de raring/main Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring/main Translation-ruИгн http://ftp-stud.hs-esslingen.de raring/main Translation-enИгн http://ftp-stud.hs-esslingen.de raring/multiverse Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring/multiverse Translation-ruИгн http://ftp-stud.hs-esslingen.de raring/multiverse Translation-enИгн http://ftp-stud.hs-esslingen.de raring/restricted Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring/restricted Translation-ruИгн http://ftp-stud.hs-esslingen.de raring/restricted Translation-enИгн http://ftp-stud.hs-esslingen.de raring/universe Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring/universe Translation-ruИгн http://ftp-stud.hs-esslingen.de raring/universe Translation-enОш http://ftp-stud.hs-esslingen.de raring-updates/main Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/restricted Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/universe Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/multiverse Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/main amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/restricted amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/universe amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/multiverse amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/main i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/restricted i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/universe i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-updates/multiverse i386 Packages 404 Not FoundИгн http://ftp-stud.hs-esslingen.de raring-updates/main Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-updates/main Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-updates/main Translation-enИгн http://ftp-stud.hs-esslingen.de raring-updates/multiverse Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-updates/multiverse Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-updates/multiverse Translation-enИгн http://ftp-stud.hs-esslingen.de raring-updates/restricted Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-updates/restricted Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-updates/restricted Translation-enИгн http://ftp-stud.hs-esslingen.de raring-updates/universe Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-updates/universe Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-updates/universe Translation-enОш http://ftp-stud.hs-esslingen.de raring-backports/main Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/restricted Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/universe Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/multiverse Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/main amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/restricted amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/universe amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/multiverse amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/main i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/restricted i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/universe i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-backports/multiverse i386 Packages 404 Not FoundИгн http://ftp-stud.hs-esslingen.de raring-backports/main Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-backports/main Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-backports/main Translation-enИгн http://ftp-stud.hs-esslingen.de raring-backports/multiverse Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-backports/multiverse Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-backports/multiverse Translation-enИгн http://ftp-stud.hs-esslingen.de raring-backports/restricted Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-backports/restricted Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-backports/restricted Translation-enИгн http://ftp-stud.hs-esslingen.de raring-backports/universe Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-backports/universe Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-backports/universe Translation-enОш http://ftp-stud.hs-esslingen.de raring-security/main Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/restricted Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/universe Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/multiverse Sources 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/main amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/restricted amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/universe amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/multiverse amd64 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/main i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/restricted i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/universe i386 Packages 404 Not FoundОш http://ftp-stud.hs-esslingen.de raring-security/multiverse i386 Packages 404 Not FoundИгн http://ftp-stud.hs-esslingen.de raring-security/main Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-security/main Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-security/main Translation-enИгн http://ftp-stud.hs-esslingen.de raring-security/multiverse Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-security/multiverse Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-security/multiverse Translation-enИгн http://ftp-stud.hs-esslingen.de raring-security/restricted Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-security/restricted Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-security/restricted Translation-enИгн http://ftp-stud.hs-esslingen.de raring-security/universe Translation-ru_UAИгн http://ftp-stud.hs-esslingen.de raring-security/universe Translation-ruИгн http://ftp-stud.hs-esslingen.de raring-security/universe Translation-enW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/main/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/restricted/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/universe/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/multiverse/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/main/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/restricted/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/universe/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/multiverse/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/main/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/restricted/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/universe/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring/multiverse/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/main/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/restricted/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/universe/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/multiverse/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/main/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/universe/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/main/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/restricted/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/universe/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-updates/multiverse/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/main/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/restricted/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/universe/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/multiverse/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/main/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/restricted/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/universe/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/multiverse/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/main/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/restricted/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/universe/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-backports/multiverse/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/main/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/restricted/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/universe/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/multiverse/source/Sources 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/main/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/restricted/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/universe/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/multiverse/binary-amd64/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/main/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/restricted/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/universe/binary-i386/Packages 404 Not FoundW: Не удалось получить http://ftp-stud.hs-esslingen.de/ubuntu/dists/raring-security/multiverse/binary-i386/Packages 404 Not FoundE: Некоторые индексные файлы не скачались. Они были проигнорированы или вместо них были использованы старые версии.
panteleev@panteleev-VaBank:~$ sudo apt-get install conky-allЧтение списков пакетов… ГотовоПостроение дерева зависимостей Чтение информации о состоянии… ГотовоE: Не удалось найти пакет conky-allpanteleev@panteleev-VaBank:~$
lsb_release -a
Окружение XfceXubuntu 12.04.4 OEM
Это я где-то скопировал из системы:Код: [Выделить]Окружение XfceXubuntu 12.04.4 OEM
Если я правильно понимая лучше ставить новую?
Страница сгенерирована за 0.034 секунд. Запросов: 25.