Hi there,
I ran into some snags and after searching around for a solution I performed an upgrade. I had originally Proxmox 4.4-76 installed. I performed 'apt update' and 'apt dist-upgrade', after which it started and I couldn't get to the web GUI anymore. I am able to log in via ssh.
After looking around a bit more I saw a mention of pveproxy, pvedaemon, and pve-manager. All of those are masked and inactive.
Loaded: masked (/dev/null)
Active: inactive (dead)[/code]
Also I found out that I cannot run 'pveversion', which seems to be a bit worse?
Also:
If I perform 'lvscan' all seem to be active. If there is any more information required I would gladly give it.
I fear that I screwed up during the update/upgrade and have been trying to fix it for hours now, is there a solution to my problem?
EDIT: Well shit, I just read somewhere you should not use 'apt-get upgrade', I think I did just so in my frustration trying to solve it. I am using the pve-no-subscription repo.
Further problem solving let me to try to run the following:
I had good hope that using this post https://forum.proxmox.com/threads/proxmox-not-running-after-upgrade-to-5-0.35455/#post-173820 which directed me to https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch would help me, but alas.
I ran into some snags and after searching around for a solution I performed an upgrade. I had originally Proxmox 4.4-76 installed. I performed 'apt update' and 'apt dist-upgrade', after which it started and I couldn't get to the web GUI anymore. I am able to log in via ssh.
After looking around a bit more I saw a mention of pveproxy, pvedaemon, and pve-manager. All of those are masked and inactive.
Loaded: masked (/dev/null)
Active: inactive (dead)[/code]
Also I found out that I cannot run 'pveversion', which seems to be a bit worse?
Code:
root@vivaldi:~# pveversion
-bash: pveversion: command not found
Also:
Code:
root@vivaldi:~# dpkg --list | grep proxmox
rc proxmox-ve 4.4-76 all The Proxmox Virtual Environment
Code:
root@vivaldi:~# systemctl status pvestatd.service
● pvestatd.service
Loaded: masked (/dev/null)
Active: inactive (dead)
If I perform 'lvscan' all seem to be active. If there is any more information required I would gladly give it.
I fear that I screwed up during the update/upgrade and have been trying to fix it for hours now, is there a solution to my problem?
EDIT: Well shit, I just read somewhere you should not use 'apt-get upgrade', I think I did just so in my frustration trying to solve it. I am using the pve-no-subscription repo.
Further problem solving let me to try to run the following:
Code:
root@vivaldi:~# apt install proxmox-ve
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
proxmox-ve : Depends: pve-manager but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@vivaldi:~# apt install pve-manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pve-manager : Depends: libtemplate-perl but it is not installable
E: Unable to correct problems, you have held broken packages.
I had good hope that using this post https://forum.proxmox.com/threads/proxmox-not-running-after-upgrade-to-5-0.35455/#post-173820 which directed me to https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch would help me, but alas.
Code:
root@vivaldi:~# apt install proxmox-ve postfix open-iscsi
Reading package lists... Done
Building dependency tree
Reading state information... Done
open-iscsi is already the newest version.
postfix is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
proxmox-ve : Depends: pve-manager but it is not going to be installed
Depends: qemu-server but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@vivaldi:~# apt install qemu-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
qemu-server : Depends: genisoimage but it is not installable
Depends: pve-qemu-kvm (>= 2.11.1-4) but 2.9.1-9~pve4 is to be installed
E: Unable to correct problems, you have held broken packages.
root@vivaldi:~# apt install pve-manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pve-manager : Depends: fonts-font-awesome but it is not installable
Depends: libtemplate-perl but it is not installable
Depends: pve-cluster (>= 5.0-27) but 4.0-55 is to be installed
Depends: pve-container (>= 2.0-21) but it is not going to be installed
Depends: pve-ha-manager but it is not going to be installed
Depends: qemu-server (>= 5.0-24) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Last edited: