[SOLVED] HELP!! PVE Daemon Missing

stevenseven77

New Member
May 29, 2024
11
0
1
Hi, i need your help. I try to install ceph but I do force remove it first, after I do remove and bypass the proxmox I can't access the web GUI and when I try to reinstall ceph, it can't be installed because dependency error, how to fix this? I do have current running VM inside


apt install ceph-common
Reading package lists... Done
Building dependency tree... Done
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:
ceph-common : Depends: librbd1 (= 17.2.7-1~bpo11+1) but 17.2.7-pve2~bpo11+1 is to be installed
Depends: python3-cephfs (= 17.2.7-1~bpo11+1) but it is not going to be installed
Depends: python3-rados (= 17.2.7-1~bpo11+1) but 17.2.7-pve2~bpo11+1 is to be installed
Depends: python3-rbd (= 17.2.7-1~bpo11+1) but 17.2.7-pve2~bpo11+1 is to be installed
Depends: python3-rgw (= 17.2.7-1~bpo11+1) but 17.2.7-pve2~bpo11+1 is to be installed
E: Unable to correct problems, you have held broken packages.
 
Code:
apt install --fix-broken

Does this help?
 
Code:
apt install --fix-broken

Does this help?
Thanks for the reply.

unfortunately not. here the output:

# apt install --fix-broken
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
libjs-sencha-touch pve-kernel-5.15.131-1-pve telnet
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

# qm
-bash: qm: command not found
 
How are the repositories configured? Please run apt update and post the output inside of [code][/code] tags (or use the editor buttons). As otherwise the output is hard to read