[Решено] Зеркало squeeze-backports с помощью debmirror

Автор kuguar, 09 марта 2012, 15:40:25

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

kuguar

Вроде бы разобрался с debmirror. Получается зеркалировать debian squeeze i386 без исходников. Но при попытке зеркалировать squeeze-backports получаются грабли.
sudo debmirror -v -d debian-backports -s main,contrib,non-free --arch=i386 --nosource --i18n --method=ftp -h ftp.yandex.ru --ignore-missing-release /mnt/4/
Выдаёт сообщение
Mirroring to /mnt/4/ from ftp://anonymous@ftp.yandex.ru/debian/
Arches: i386
Dists: debian-backports
Sections: main,contrib,non-free
Pdiff mode: use
Will clean up after mirroring.
Attempting to get lock ...
Updating remote trace files (using rsync) ...
receiving incremental file list
./
project/trace/ftp-master.debian.org
project/trace/ftp.halifax.rwth-aachen.de
project/trace/klecker.debian.org
project/trace/mirror.yandex.ru

sent 226 bytes  received 731 bytes  1914.00 bytes/sec
total size is 327  speedup is 0.34
Getting meta files ...
[  0%] Getting: dists/debian-backports/Release failed:Failed to open file.

Ignoring failed Release files.
Ignoring missing Release file for dists/debian-backports/main/binary-i386/Packages.gz
[  0%] Getting: dists/debian-backports/main/binary-i386/Packages.gz failed:Failed to open file.

Ignoring missing Release file for dists/debian-backports/contrib/binary-i386/Packages.gz
[  0%] Getting: dists/debian-backports/contrib/binary-i386/Packages.gz failed:Failed to open file.

Ignoring missing Release file for dists/debian-backports/non-free/binary-i386/Packages.gz
[  0%] Getting: dists/debian-backports/non-free/binary-i386/Packages.gz failed:Failed to open file.

Errors:
Download of dists/debian-backports/Release failed: Failed to open file.

Ignoring failed Release files
Ignoring missing Release file for dists/debian-backports/main/binary-i386/Packages.gz
Download of dists/debian-backports/main/binary-i386/Packages.gz failed: Failed to open file.

Ignoring missing Release file for dists/debian-backports/contrib/binary-i386/Packages.gz
Download of dists/debian-backports/contrib/binary-i386/Packages.gz failed: Failed to open file.

Ignoring missing Release file for dists/debian-backports/non-free/binary-i386/Packages.gz
Download of dists/debian-backports/non-free/binary-i386/Packages.gz failed: Failed to open file.

Failed to download some Package, Sources or Release files!
WARNING: releasing 1 pending lock...


Попробовал по-другому
sudo debmirror -v -d squeeze-backports -s main,contrib,non-free --arch=i386 --nosource --i18n --method=ftp -h ftp.yandex.ru --ignore-missing-release /mnt/4/
То же самое.
Возможно ли вообще зеркалировать не весь дистрибутив, а именно backports?

ihammers

Цитата: kuguar от 09 марта 2012, 15:40:25
...
Возможно ли вообще зеркалировать не весь дистрибутив, а именно backports?
Попробуйте добавить следующий ключ:
-r debian-backports
Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290

kuguar

#2

Попробовал вот так
sudo debmirror -v -d squeeze-backports -s main,contrib,non-free --arch=i386 -r debian-backports --nosource --i18n --method=ftp -h ftp.yandex.ru --ignore-missing-release /mnt/4
После длительных раздумий получаю следующее
Mirroring to /mnt/4/ from ftp://anonymous@ftp.yandex.ru/debian-backports/
Arches: i386
Dists: squeeze-backports
Sections: main,contrib,non-free
Pdiff mode: use
Will clean up after mirroring.
Attempting to get lock ...
Updating remote trace files (using rsync) ...
receiving incremental file list
./
project/trace/backports-master.debian.org
project/trace/ftp.de.debian.org
project/trace/merikanto.debian.org
project/trace/mirror.yandex.ru

sent 236 bytes  received 405 bytes  427.33 bytes/sec
total size is 318  speedup is 0.50
Getting meta files ...
[  0%] Getting: dists/squeeze-backports/Release failed:Failed to establish connection.

Ignoring failed Release files.
Ignoring missing Release file for dists/squeeze-backports/main/binary-i386/Packages.gz
[100%] Getting: dists/squeeze-backports/main/binary-i386/Packages.gz failed:Failed to establish connection.

Ignoring missing Release file for dists/squeeze-backports/contrib/binary-i386/Packages.gz
[708%] Getting: dists/squeeze-backports/contrib/binary-i386/Packages.gz failed:Failed to establish connection.

Ignoring missing Release file for dists/squeeze-backports/non-free/binary-i386/Packages.gz
[713%] Getting: dists/squeeze-backports/non-free/binary-i386/Packages.gz failed:Failed to establish connection.

Errors:
Download of dists/squeeze-backports/Release failed: Failed to establish connection.

Ignoring failed Release files
Ignoring missing Release file for dists/squeeze-backports/main/binary-i386/Packages.gz
Download of dists/squeeze-backports/main/binary-i386/Packages.gz failed: Failed to establish connection.

Ignoring missing Release file for dists/squeeze-backports/contrib/binary-i386/Packages.gz
Download of dists/squeeze-backports/contrib/binary-i386/Packages.gz failed: Failed to establish connection.

Ignoring missing Release file for dists/squeeze-backports/non-free/binary-i386/Packages.gz
Download of dists/squeeze-backports/non-free/binary-i386/Packages.gz failed: Failed to establish connection.

Failed to download some Package, Sources or Release files!
WARNING: releasing 1 pending lock...

Мне не нравится следующее Failed to establish connection.
Файлзиллой свободно захожу в ftp.yandex.ru.

ihammers

Цитата: kuguar от 09 марта 2012, 16:53:56
Попробовал вот так
sudo debmirror -v -d squeeze-backports -s main,contrib,non-free --arch=i386 -r debian-backports --nosource --i18n --method=ftp -h ftp.yandex.ru --ignore-missing-release /mnt/4
...
Замените ftp на http.
Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290

kuguar

Попробовал с http. Как-будто начало зеркалироваться. Спасибо за помощь!

ihammers

Цитата: kuguar от 09 марта 2012, 19:01:17
Попробовал с http. Как-будто начало зеркалироваться. Спасибо за помощь!
Если проблема решена, то ставьте [РЕШЕНО] в названии первого сообщения.
Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290