Debian Cobbler reposync失败,出现404错误

Debian Cobbler reposync失败,出现404错误,debian,repository,http-status-code-404,cobbler,Debian,Repository,Http Status Code 404,Cobbler,因此,我有点被困在这一点上,并试图为Reposync两个独立的镜像 知名人士: 我正在尝试通过cobbler reposync下载Debian 9.1 stretch SElinux处于允许模式 没有防火墙阻止流量 repo中文件的Wget成功 错误消息: cobbler reposync task started: 2017-09-02_183335_reposync task started (id=Reposync, time=Sat Sep 2 18:33:35 2017) hello

因此,我有点被困在这一点上,并试图为Reposync两个独立的镜像

知名人士:

我正在尝试通过cobbler reposync下载Debian 9.1 stretch

SElinux处于允许模式

没有防火墙阻止流量

repo中文件的Wget成功

错误消息:

cobbler reposync
task started: 2017-09-02_183335_reposync
task started (id=Reposync, time=Sat Sep  2 18:33:35 2017)
hello, reposync
run, reposync, run!
running: /usr/bin/debmirror --nocleanup --verbose --ignore-release-gpg --method=http --host=ftp.us.debian.org --root=/debian/dists/stretch --dist=stretch,stretch-updates,stretch-security --section=main,universe /var/www/cobbler/repo_mirror/Debian_9.1-xen-x86_64 --nosource -a amd64
received on stdout: Mirroring to /var/www/cobbler/repo_mirror/Debian_9.1-xen-x86_64 from http://ftp.us.debian.org/debian/dists/stretch/
Arches: amd64
Dists: stretch,stretch-updates,stretch-security
Sections: main,main/debian-installer,contrib,non-free,main,universe
Pdiff mode: use
Will NOT clean up.
Attempting to get lock ...
Updating remote trace files (using rsync) ...

receiving incremental file list
./

sent 124 bytes  received 76 bytes  400.00 bytes/sec
total size is 0  speedup is 0.00
Getting meta files ...
[  0%] Getting: dists/stretch/Release... [  0%] Getting: dists/stretch-updates/Release... [  0%] Getting: dists/stretch-security/Release... Errors:
 Download of dists/stretch/Release failed: 404 Not Found
 Download of dists/stretch-updates/Release failed: 404 Not Found
 Download of dists/stretch-security/Release failed: 404 Not Found

received on stderr: failed 404 Not Found
failed 404 Not Found
failed 404 Not Found
Failed to download some Release or Release.gpg files!
releasing 1 pending lock... at /usr/share/perl5/vendor_perl/LockFile/Simple.pm line 206.

Exception occured: <class 'cobbler.cexceptions.CX'>
Exception value: 'cobbler reposync failed'
Exception Info:
  File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 106, in die
    raise CX(msg)

Exception occured: <class 'cobbler.cexceptions.CX'>
Exception value: 'cobbler reposync failed'
Exception Info:
  File "/usr/lib/python2.7/site-packages/cobbler/action_reposync.py", line 119, in run
    self.sync(repo)
   File "/usr/lib/python2.7/site-packages/cobbler/action_reposync.py", line 165, in sync
    return self.apt_sync(repo)
   File "/usr/lib/python2.7/site-packages/cobbler/action_reposync.py", line 537, in apt_sync
    utils.die(self.logger,"cobbler reposync failed")
   File "/usr/lib/python2.7/site-packages/cobbler/utils.py", line 114, in die
    raise CX(msg)

reposync failed, tries left: 0
我可能在这里遗漏了一些内容,但请求文件夹层次结构的结构似乎与我尝试从中重新同步的镜像的结构不匹配


我不知道在哪里可以找到,特别是,任何建议都是非常感谢的。谢谢。

对我来说,这似乎是一个超出鞋匠范畴的问题。将日志中的debmirror命令剪切/粘贴到终端窗口中,以交互方式运行该命令,并查看其运行情况。一旦debmirros命令生效,您可以再次尝试Cobbler reposync。

这在我看来是Cobbler之外的问题。将日志中的debmirror命令剪切/粘贴到终端窗口中,以交互方式运行该命令,并查看其运行情况。一旦debmirros命令生效,您可以再次尝试Cobbler reposync