Hello, I'm new to Linux and I'm Russian. I have a problem with http://download.proxmox.com/debian/pve/.
For cleanliness, I left only pve-enterprise.sources and proxmox.sources with such content.
Ping works without any problems. This is my first installation of this system.
There is no proxy or VPN on the server, it is connected directly to the router, and the IP address is white.
pve-enterprise.sources:
proxmox.sources:
When using the `apt update` command, I get this error, and when I try to update everything through the server's web dashboard, I get the same error with code 100:
When using
I'm very tired and don't understand what to do, the official documentation doesn't help either.
For cleanliness, I left only pve-enterprise.sources and proxmox.sources with such content.
Ping works without any problems. This is my first installation of this system.
There is no proxy or VPN on the server, it is connected directly to the router, and the IP address is white.
pve-enterprise.sources:
Code:
Enabled: no
Types: deb
URIs: http://enterprise.proxmox.com/debian/pve
Suites: trixie
Components: pve-enterprise
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
Code:
Types: deb
URIs: http://download.proxmox.com/debian/pve
Suites: trixie
Components: pve-no-subscription
Enabled: true
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
Code:
Ign:1 http://download.proxmox.com/debian/pve trixie InRelease
Err:2 http://download.proxmox.com/debian/pve trixie Release
404 Not Found [IP: 195.166.180.231 80]
Error: The repository 'http://download.proxmox.com/debian/pve trixie Release' does not have a Release file.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
Notice: See apt-secure(8) manpage for repository creation and user configuration details.
When using
curl -v http://download.proxmox.com/debian/pve/dists/bookworm/Release:
Code:
* Host download.proxmox.com:80 was resolved.
* IPv6: 2a0b:7140:5:100::167
* IPv4: 45.84.67.184
* Trying [2a0b:7140:5:100::167]:80...
* Immediate connect fail for 2a0b:7140:5:100::167: Network is unreachable
* Trying 45.84.67.184:80...
* Connected to download.proxmox.com (45.84.67.184) port 80
* using HTTP/1.x
> GET /debian/pve/dists/bookworm/Release HTTP/1.1
> Host: download.proxmox.com
> User-Agent: curl/8.14.1
> Accept: */*
>
* Request completely sent off
* HTTP 1.0, assume close after body
< HTTP/1.0 302 Moved Temporarily
< Allow: GET,POST,HEAD
< MIME-Version: 1.0
< Server: NetEngine Server 1.0
< Pragma: No-Cache
< Location: http://195.166.180.231
<
* shutting down connection #0
I'm very tired and don't understand what to do, the official documentation doesn't help either.
Last edited: