pve-apt-hook with problems

deadbrook

New Member
May 6, 2020
21
0
1
27
When trying to update Proxmox, it downloads all files, but when installing it it returns this message, do you know if I should really follow the information in the message, or is there something else I should do?

1592928428934.png
 
you probably have some repository mis-configuration. can you post the contents of /etc/apt/sources.list and all files in /etc/apt/sources.list.d ?
 
what does 'apt update' output?
 
and apt full-upgrade -s? please use [code][/code] tags and copy+paste , not screenshots..
 
what does 'pveversion -v' output?
 
Code:
 proxmox-ve: 6.2-1 (executando o kernel: 5.4.41-1-pve)
pve-manager: 5.4-3 (versão em execução: 5.4-3 / 0a6eaa62)
pve-kernel-5.4: 6.2-3
pve-kernel-helper: 6.2-3
pve-kernel-5.3: 6.1-6
pve-kernel-5.4.44-1-pve: 5.4.44-1
pve-kernel-5.4.41-1-pve: 5.4.41-1
pve-kernel-5.4.34-1-pve: 5.4.34-2
pve-kernel-5.3.18-3-pve: 5.3.18-3
pve-kernel-4.15: 5.3-3
pve-kernel-4.15.18-12-pve: 4.15.18-35
ceph: 12.2.13-pve1 ~ bpo9
corosync: 2.4.4-pve1
Criu: 2.11.1-1 ~ bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libpve-access-control: 5.1-8
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 5.0-50
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-13
libpve-storage-perl: 5.0-41
libqb0: 1.0.5-1
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-3
lxcfs: 3.0.3-pve1
novnc-pve: 1.1.0-1
proxmox-widget-toolkit: 2.2-7
pve-cluster: 5.0-36
pve-container: 2.0-37
pve-docs: 6.2-4
pve-edk2-firmware: 2.20200531-1
pve-firewall: 3.0-19
pve-firmware: 3.1-1
pve-ha-manager: 2.0-9
pve-i18n: 2.1-3
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 2.12.1-3
pve-xtermjs: 4.3.0-1
qemu-server: 5.0-50
smartmontools: 6.5 + svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.13-pve1 ~ bpo2 [/ CODE]
 
Code:
ceph: 12.2.13-pve1 ~ bpo9

so you previously had the PVE Ceph repository enabled, but removed it. those leftover, outdated packages prevent the upgrade.

you need to re-add the Ceph repository for Luminous and Buster (echo "deb http://download.proxmox.com/debian/ceph-luminous buster main" > /etc/apt/sources.list.d/ceph.list; apt update, and then post-upgrade to Buster/PVE 6.x, switch to the Nautilus Buster repository
 
I tried to clean the ceph and I got this message, you know how to adjust ?

Code:
root@TLT-VSRV01:~# ceph osd scrub all
unable to get monitor info from DNS SRV with service name: ceph-mon
no monitors specified to connect to.
2020-06-25 15:46:28.394754 7f438cfbe700 -1 failed for service _ceph-mon._tcp
[errno 2] error connecting to the cluster
 
you don't need to cleanup anything - just configure the repository like I posted, then re-try the upgrade.