Puppet6 出现错误:“没有 Release 文件。”

Puppet6 出现错误:“没有 Release 文件。”

当我从托管我们的 ubuntu 存储库的内部网络服务器获取 puppet6 存储库时,收到了著名的错误消息。

E: The repository 'http://ubunturepo.office.tho.com/apt.puppetlabs.com focal Release' does not have a Release file.

即使该Release文件已经存在。

这是的配置文件/etc/apt/sources.list

deb  http://ubunturepo.office.tho.com/apt.puppetlabs.com focal puppet6

目录如下:

root@ubunturepo:/var/spool/apt-mirror/skel/apt.puppetlabs.com/dists/focal# ll
total 212
drwxr-xr-x 3 root root  4096 Jan 10 14:06 ./
drwxr-xr-x 4 root root  4096 Dec 23 14:29 ../
-rw-r--r-- 1 root root 99083 Dec 16 21:18 InRelease
drwxr-xr-x 4 root root  4096 Dec 23 16:07 puppet6/
-rw-r--r-- 1 root root 98215 Dec 16 21:18 Release
-rw-r--r-- 1 root root   819 Dec 16 21:18 Release.gpg
[om:root@test ~]# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:    20.04
Codename:   focal

答案1

如果您在浏览器中尝试存储库的 URL,您将被重定向到域名服务公司的网站。因此,看起来域名尚未正确设置(尚未),已被暂停或由于其他原因无法访问。而且在域名服务公司的网站上,肯定没有文件Release;)

相关内容