
20.09.2009, 11:12
|
|
Новичок
Регистрация: 12.10.2007
Сообщений: 14
Провел на форуме: 80412
Репутация:
7
|
|
Народ мож кто нить пробовал. Вообщем хочу создать локальный репозиторий Backtrack. Вот скрипт
#!/bin/bash -x
/usr/bin/debmirror --nosource -m --passive --host=archive.offensive-security.com \
--root=dists --method=http --progress \
--dist=pwnsauce \
--ignore-release-gpg --section=main,restricted,multiverse,universe \
--arch=i386 /home/имя_пользователя/arch/ru.archive.backtrack/
Ошибка следующая:
+ /usr/bin/debmirror --nosource -m --passive --host=archive.offensive-security.com --root=dists --method=http --progress --dist=pwnsauce --ignore-release-gpg --section=main,restricted,multiverse,universe --arch=i386 /home/icekvot/arch/ru.archive.backtrack/
Mirroring to /home/icekvot/arch/ru.archive.backtrack/ from http://archive.offensive-security.com/dists/
Arches: i386
Dists: pwnsauce
Sections: main,restricted,multiverse,universe
Passive mode on.
Checking md5sums.
Will clean up AFTER mirroring.
Pdiff mode: use.
Attempting to get lock, this might take 2 minutes before it fails.
Get Release files.
[0%] Getting: dists/pwnsauce/Release... dists/pwnsauce/Release failed 404 Not Found
dists/pwnsauce/Release failed md5sum check, removing
[0%] Getting: dists/pwnsauce/Release.gpg... dists/pwnsauce/Release.gpg failed 404 Not Found
dists/pwnsauce/Release.gpg failed md5sum check, removing
Errors:
Failed to download some Release or Release.gpg files!
WARNING: releasing 1 pending lock...
Download of dists/pwnsauce/Release failed: 404 Not Found Download of dists/pwnsauce/Release.gpg failed: 404 Not Found
Пишет что не может найти файлы Release или Release.gpg но как это исправить я не пойму.С других репозиториев (например: archive.ubuntulinux.org) этот скрип качает.
|
|
|