Search results

  1. B

    CEPH Speed drop off after a couple of GB transfered

    Hmm, I am not an expert on ceph, having only tried it once in a nested virtualization scenario. I suspect you filled up a cache and started needing to wait for data to trickle over to the regular storage tier. https://docs.ceph.com/en/latest/rados/operations/cache-tiering/ But that only would...
  2. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    I'm suspecting that apt has bad cached data about the available packages... hmm... apt clean does not fix. But /var/lib/apt/lists/ seems to contain the package lists. Deleting those files and running apt update again has had a positive effect. root@vmserver2:~# apt policy libjson-glib-1.0-0...
  3. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    Not looking good. root@vmserver2:~# apt update Hit:1 http://security.debian.org bullseye-security InRelease Hit:2 http://ftp.us.debian.org/debian bullseye InRelease Get:3 http://ftp.us.debian.org/debian bullseye-updates InRelease [39.4 kB] Hit:4 http://download.proxmox.com/debian/pve...
  4. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    Here are those. root@vmserver2:~# apt -o Debug::pkgProblemResolver=yes install qemu-server Reading package lists... Done Building dependency tree... Done Reading state information... Done Starting pkgProblemResolver with broken count: 3 Starting 2 pkgProblemResolver with broken count: 3...
  5. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    root@vmserver2:~# apt -o Debug::pkgProblemResolver=yes full-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Starting pkgProblemResolver with broken count: 3 Starting 2 pkgProblemResolver with broken count: 3 Investigating (0)...
  6. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    root@vmserver2:~# apt -o Debug::pkgProblemResolver=yes install libproxmox-rs-perl Reading package lists... Done Building dependency tree... Done Reading state information... Done Starting pkgProblemResolver with broken count: 2 Starting 2 pkgProblemResolver with broken count: 2 Investigating (0)...
  7. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    libx11-6/now 2:1.7.2-1 amd64 [installed,local] libx11-data/now 2:1.7.2-1 all [installed,local] libx11-xcb1/now 2:1.7.2-1 amd64 [installed,local] libxau6/now 1:1.0.9-1 amd64 [installed,local] libxcb-render0/now 1.14-3 amd64 [installed,local] libxcb-shm0/now 1.14-3 amd64 [installed,local]...
  8. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    libhttp-date-perl/now 6.05-1 all [installed,local] libhttp-message-perl/now 6.28-1 all [installed,local] libhttp-negotiate-perl/now 6.01-1 all [installed,local] libibverbs1/now 33.2-1 amd64 [installed,local] libice6/now 2:1.0.10-1 amd64 [installed,local] libicu63/now 63.1-6+deb10u1 amd64...
  9. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    Here's the full list of installed packages, because why not. root@vmserver2:~# apt list --installed Listing... Done adduser/now 3.118 all [installed,local] alsa-topology-conf/now 1.2.4-1 all [installed,local] alsa-ucm-conf/now 1.2.4-2 all [installed,local] amd64-microcode/now 3.20191218.1...
  10. B

    [SOLVED] You are attempting to remove the meta-package 'proxmox-ve'!

    Hi. Today I ran into the dreaded "You are attempting to remove the meta-package 'proxmox-ve'!" error when trying to update a proxmox host from 7.0-11 to latest (7.2). Here's the history of this system: It was originally installed from a Proxmox VE 6.3 or 6.4 ISO (from...