Web Update Tab shows Updates from packages were not installed

woodgee

Renowned Member
Sep 22, 2010
8
0
66
Hello,
after moving to proxmox 3.1 the update tab shows updates from packages were not installed on the server.

proxmox update errror.jpg

Code:
aptitude install libsalck3
Die folgenden NEUEN Pakete werden zusätzlich installiert:
  libsalck3
0 Pakete aktualisiert, 1 zusätzlich installiert, 0 werden entfernt und 0 nicht aktualisiert.
114 kB an Archiven müssen heruntergeladen werden. Nach dem Entpacken werden 169 kB zusätzlich belegt sein.
Holen: 1 http://ftp.de.debian.org/debian/ wheezy/main libsalck3 amd64 1.1.4-4.1 [114 kB]
114 kB wurden in 0 s heruntergeladen (826 kB/s)
(Lese Datenbank ... 51952 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacken von libsalck3 (aus .../libsalck3_1.1.4-4.1_amd64.deb) ...
dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/libsalck3_1.1.4-4.1_amd64.deb (--unpack):
 Versuch, »/usr/lib/libSaLck.so.3.0.0« zu überschreiben, welches auch in Paket libopenais3-pve 1.1.4-3 ist
dpkg-deb: Fehler: Unterprozess einfügen wurde durch Signal (Datenübergabe unterbrochen (broken pipe)) getötet
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/libsalck3_1.1.4-4.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuch, dies zu lösen:

Code:
pveversion -v
proxmox-ve-2.6.32: 3.1-109 (running kernel: 2.6.32-23-pve)
pve-manager: 3.1-3 (running version: 3.1-3/dc0e9b0e)
pve-kernel-2.6.32-20-pve: 2.6.32-100
pve-kernel-2.6.32-16-pve: 2.6.32-82
pve-kernel-2.6.32-22-pve: 2.6.32-107
pve-kernel-2.6.32-23-pve: 2.6.32-109
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-7
qemu-server: 3.1-1
pve-firmware: 1.0-23
libpve-common-perl: 3.0-6
libpve-access-control: 3.0-6
libpve-storage-perl: 3.0-10
pve-libspice-server1: 0.12.4-1
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-17
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.0-2

how can i fix this problem ??

thanks
woodgee
 
these packages are not part of a standard proxmox ve installation and conflicts with pve packages. why/how did you installed these?
 
hi tom,

i never have installed these packages manually.
aptitude says, the packages are not installed.

Code:
aptitude search libcman3 libconfdb4 libcoroipcc4 libcpg4 libdlm3 libquorum4 libsalck3
p   libcman3                                          - Red Hat cluster suite - cluster manager libraries
p   libconfdb4                                        - Standards-based cluster framework, Confdb library
p   libcoroipcc4                                      - Standards-based cluster framework, Coroipcc library
p   libcpg4                                           - Standards-based cluster framework, Cpg library
p   libdlm3                                           - Red Hat cluster suite - distributed lock manager library
p   libquorum4                                        - Standards-based cluster framework, Quorum library
p   libsalck3                                         - Standards-based cluster framework (LCK libraries)
p   libsalck3-dev                                     - Standards-based cluster framework (LCK developer files)

the server is updated in steps over the last years from proxmox 1.9 to now proxmox 3.1.

how can i remove these packages from the proxmox website update list ??

thanks
 
looks like an issue in apt/and on our displaying list.

as a workaround for now, you have to purge the selection from each package of this list by executing the following for each affected package:

Code:
echo "libsalck3 purge"|dpkg --set-selections
 
thanks for feedback!