Problem bei Updates ziehen

beohna

New Member
Jun 23, 2022
4
0
1
Hallo,
ich bin neu bei Proxmox.
Über den Proxmox Installer habe ich meine Installation mit der Version 7-2-3 gemacht.
Als erste Aktion wollte ich die Updates ziehen und habe daher die Repositories geändert und wollte dann Aktualisieren.
Hier kommen dannfolgende Fehler:
Code:
starting apt-get update
Ign:1 http://download.proxmox.com/debian/pve bullseye InRelease
Ign:2 http://security.debian.org bullseye-security InRelease
Err:3 http://download.proxmox.com/debian/pve bullseye Release
  404  Not Found [IP: 192.168.139.1 8182]
Err:4 http://security.debian.org bullseye-security Release
  404  Not Found [IP: 192.168.139.1 8182]
Ign:5 http://ftp.de.debian.org/debian bullseye InRelease
Ign:6 http://ftp.de.debian.org/debian bullseye-updates InRelease
Err:7 http://ftp.de.debian.org/debian bullseye Release
  404  Not Found [IP: 192.168.139.1 8182]
Err:8 http://ftp.de.debian.org/debian bullseye-updates Release
  404  Not Found [IP: 192.168.139.1 8182]
Reading package lists...
E: The repository 'http://download.proxmox.com/debian/pve bullseye Release' does not have a Release file.
E: The repository 'http://security.debian.org bullseye-security Release' does not have a Release file.
E: The repository 'http://ftp.de.debian.org/debian bullseye Release' does not have a Release file.
E: The repository 'http://ftp.de.debian.org/debian bullseye-updates Release' does not have a Release file.
TASK ERROR: command 'apt-get update' failed: exit code 100

Ein Ping auf ftp.debian.org von der Konsole funktioniert. Das einzige besondere ist das pve als Gateway die interne Fritzbox 192.168.139.1 eingetragen ist und diese kaskadiert an der Internet-Fritzbox hängt.

Wer hat Tipps oder kann mir helfen?

Herzliche Grüße
beohna
 
Das war genau das was ist geändert habe, aber dies scheint nicht zu greifen oder?

Hier meine Einstellungen:
pve-repos.png
 
Kommst du denn mit curl auch auf das Repo? Klingt für mich so, als wenn da was mit dem Routing bei der Fritzbox nicht klappt.

Was sagen denn cat /etc/network/interfaces, cat /etc/apt/sources.list und curl http://ftp.de.debian.org/debian bei dir?
 
Last edited:
  • Like
Reactions: Matthias.
Code:
root@pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback

iface enp0s31f6 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.139.10/24
        gateway 192.168.139.1
        bridge-ports enp0s31f6
        bridge-stp off
        bridge-fd 0


Code:
root@pve:~# curl http://ftp.de.debian.org/debian
<html><head><title>302 Document moved</title></head><body><h1>302 Document moved</h1>This document has moved <a href="http://fritz.box:8182/blocked">here</a>.<p></body></html>root@pve:~#
 
Der Port 8182 wird anscheinend beim Update verwendet. Der war bei mir geblockt, da ich die IP vorher für ein anderes Gerät verwendet hatte.
Nach Freigabe des Ports, lief das Update auch direkt durch.
Hoffe das das Upgrade wenigstens direkt durchläuft.

Danke für die Hilfe!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!