Problem Proxmox Update 4.4 auf 5

jmzbeki

New Member
Oct 14, 2017
21
0
1
40
Hallo,
ich habe ein Proxmox Update von der 4.4 auf die 5 gemacht und nun läuft Proxmox gar nicht mehr.
Ich bin über eine managment console zwar noch auf dem server, komme aber nicht mehr per ssh rauf, obwohl die öffentliche IP funktioniert/ ping bar ist.

In der Managment Console wird der Willkommensbildschirm angezeigt mit einer 192.168.178.121, aber diese ist in dem interface (öffentliche ip eingetragen), im hosts/hostname nicht mehr drin......

Und wenn ich pveversion eingebe, bash:... fehler

ich weiß leider nicht mehr weiter bzw was ich noch machen soll.
Hat jemand eine idee??

Vielen Dank
 
Du hast wahrscheinlich durch ein dependency Problem Proxmox VE deinstalliert.

Bitte probier es neu zu installieren

Code:
apt install proxmox-ve

Wenn es Fehler gibt bitte den Output schicken.
 
Moin Wolfgang,

Okey wie ist soetwas bei einem Update möglich?
Werden dadurch die VMs gelöscht und überschrieben?

VG Janek
 
Okey wie ist soetwas bei einem Update möglich?
Meistens sind es irgendwelche Packet die nicht kompatibel zu PVE sind und beim upgrade wird dann alles deinstalliert.
Beim Upgrade sind es sehr viele Pakete und da kann man wenn man nicht genau schaut die Remove Section überlesen.
Deswegen empfiehlt es sich generell beim upgrade immer die Remove Section anzuschauen.

Werden dadurch die VMs gelöscht und überschrieben?
Nein ist alles noch da nur nicht gemountet, da du es nicht laden kannst.
Einfach PVE wieder installieren und gut ist.
 
Okey, das werde ich sofort machen.

ich danke dir erst einmal dafür. Melde mich bei dir.
 
nach dem ich apt install proxmox-ve ausgeführt habe kommt das:
Package proxmox-ve ist not available, but is referred to by another package.
this may mean that the package is missing, has been obsoleted , or is only available from another source
E: Package 'proxmox-ve' has no installation candidate

eine idee?

P.S: soll ich stretch oder jessi in die source.list eintragen?
 
Last edited:
nach dem ich apt install proxmox-ve ausgeführt habe kommt das:
Package proxmox-ve ist not available, but is referred to by another package.
this may mean that the package is missing, has been obsoleted , or is only available from another source
E: Package 'proxmox-ve' has no installation candidate

eine idee?

P.S: soll ich stretch oder jessi in die source.list eintragen?

Siehe https://pve.proxmox.com/wiki/Upgrade_from_4.x_to_5.0
 
Moin Wolfgang,
leider hat das nichts gebracht. Irgendwie weiß ich nicht mehr weiter. Ich mache mir halt nur gedanken um meine daten.



source-liste.jpg update.jpg upgrade.jpg
 
Moin Wolfgang,

habe es installiert bekommen und nun komme ich wieder auf die GUI.
Fehlermeldung kam zum Schluss: Failed to preset unit: File /etc/systemd/system/pve-manager.servcie already exists an is a symlink to /dev/null
/usr/bin/deb-systemd-helper: error: systemctl preset failed on pve-guests.service : nosuch file or directory

Wie kann ich die VMs wieder mounten? Ich werde sie sicher nicht so starten können oder?

LG und vielen Dank bis hierher

P.S. bei meinem nächsten Azubi Gehalt, werde ich mir die 1 Jahres subscription kaufen ;o)
 
Du must den pve-manger starten.

Code:
systemctl unmask pve-manager.servcie 
systemctl enable pve-manager.servcie 
systemctl start pve-manager.servcie
 
okey,

habe das ausprobiert:
root@pve1:~# systemctl unmask pve-manager.service
Removed /etc/systemd/system/pve-manager.service.
root@pve1:~# systemctl enable pve-manager.service
Failed to enable unit: File pve-manager.service: No such file or directory
oot@pve1:~# systemctl start pve-manager.service
Failed to start pve-manager.service: Unit pve-manager.service not found.
 
Dann ist die installation nicht durchgegangen.
Versuch nochmal proxmox-ve zu installieren.
Wenn es nicht geht bitte ganzen Fehler output schicken.
 
das kommt wenn ich anstatt unmask einfach nur mask nehme:

root@pve1:/etc/systemd/system# systemctl mask pve-manager.service
Unit pve-manager.service does not exist, proceeding anyway.
Created symlink /etc/systemd/system/pve-manager.service → /dev/null.
root@pve1:/etc/systemd/system# ls -l
total 32
drwxr-xr-x 2 root root 4 Jan 12 2017 getty.target.wants
lrwxrwxrwx 1 root root 38 Oct 14 21:34 iscsi.service -> /lib/systemd/system/open-iscsi.service
drwxr-xr-x 2 root root 30 Oct 17 12:55 multi-user.target.wants
drwxr-xr-x 2 root root 3 Oct 14 21:33 network-online.target.wants
lrwxrwxrwx 1 root root 9 Oct 17 14:26 pve-manager.service -> /dev/null
drwxr-xr-x 2 root root 3 Oct 14 21:33 remote-fs.target.wants
drwxr-xr-x 2 root root 4 Oct 14 21:33 sockets.target.wants
lrwxrwxrwx 1 root root 31 Jan 12 2017 sshd.service -> /lib/systemd/system/ssh.service
drwxr-xr-x 2 root root 11 Oct 14 21:43 sysinit.target.wants
lrwxrwxrwx 1 root root 35 Jan 12 2017 syslog.service -> /lib/systemd/system/rsyslog.service
drwxr-xr-x 2 root root 5 Oct 17 12:55 timers.target.wants
lrwxrwxrwx 1 root root 35 Oct 14 21:43 zed.service -> /lib/systemd/system/zfs-zed.service
drwxr-xr-x 2 root root 4 Dec 9 2016 zfs-mount.service.wants
drwxr-xr-x 2 root root 3 Dec 9 2016 zfs-share.service.wants
drwxr-xr-x 2 root root 7 Oct 14 21:43 zfs.target.wants


also /dev/null gibt es ja gar nicht, oder irre ich mich da?
 
oot@pve1:/etc/systemd/system# apt install proxmox-ve
Reading package lists... Done
Building dependency tree
Reading state information... Done
proxmox-ve is already the newest version (5.0-24).
0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.


root@pve1:/etc/systemd/system# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
dkms fakeroot gcc gcc-6 libasan3 libatomic1 libcc1-0 libcilkrts5 libfakeroot libgcc-6-dev libgomp1
libitm1 liblsan0 libmpx2 libtsan0 libubsan0 linux-compiler-gcc-6-x86 linux-headers-4.9.0-4-amd64
linux-headers-4.9.0-4-common linux-headers-amd64 linux-kbuild-4.9 spl-dkms sudo zfs-dkms
Use 'apt autoremove' to remove them.
The following packages have been kept back:
criu pve-qemu-kvm
The following packages will be upgraded:
dmeventd dmsetup grub-common grub-efi-amd64-bin grub-efi-ia32-bin grub-pc grub-pc-bin grub2-common
iproute2 ksm-control-daemon libcorosync4-pve libdevmapper-event1.02.1 libdevmapper1.02.1
liblvm2app2.2 liblvm2cmd2.02 libnvpair1linux libpve-storage-perl libuutil1linux libzfs2linux
libzpool2linux lvm2 lxc-pve lxcfs novnc-pve omping pve-docs pve-firmware pve-libspice-server1
spiceterm spl tar vncterm zfs-initramfs zfs-zed zfsutils-linux
35 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 47.9 MB of archives.
After this operation, 6,826 kB of additional disk space will be used.
Do you want to continue? [Y/n]

Soll ich das upgraden?
 
Moin Wolfgang,

habe das upgrade gemacht und nun funktioniert alles wieder. pve manager wurde auch noch geupdatet
Vielen Lieben Dank

Ich werde mein Versprechen eine subscription zu kaufen einlösen, Versprochen! :eek:)

Wünsche dir noch einen schönen Tag

VG von der Förde
Janek
 

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!