Search results

  1. H

    Issues upgrading PVE

    Oh my goodness it worked! I just changed the positioning of EOF in the "functions" script. I will now need to work on the full upgrade. So far so good!
  2. H

    Issues upgrading PVE

    I'll take a look. Also for your setup check that you have pve-efiboot-sync, if I recall I didn't have this script and I needed to manually add it.
  3. H

    Issues upgrading PVE

    Yeah someone please advise since I cannot remove Proxmox from the system.. Something is very stuck and broken, I guess that's what happens when there is a older Kernel.
  4. H

    Issues upgrading PVE

    Alright I have attached both script files. (Named after scripts)
  5. H

    Issues upgrading PVE

    Okay give me a few mins and I will attach as files.
  6. H

    proxmoxer API 401 error

    Actually I have not seen that guide/KB so if I understand correctly using Tokens will solve my timeout issue? I guess I may need to read up on some KBs that go over writing scripts that use Tokens and I'll give it a try.
  7. H

    proxmoxer API 401 error

    Hi Proxmox Forums, I am having some trouble with proxmoxer API. I am using simple password Auth locally on the same system for the API queries so I don't feel the need for tighten authentication. After about x2 hours the API is unaccusable, I understand it may be a timeout feature, but I was...
  8. H

    Issues upgrading PVE

    I have a few VMs installed in Proxmox but nothing major... should I uninstall it then re-install to the latest since it seems corrupt? If I uninstall will it save the VMs since they are QEMU? I'm hoping I can remove the current version and just update the kernel with the latest.
  9. H

    Issues upgrading PVE

    Sure here they are: pve-auto-removal: #! /bin/sh set -e . /usr/share/pve-kernel-helper/scripts/functions eval "$(apt-config shell APT_CONF_D Dir::Etc::parts/d)" test -n "${APT_CONF_D}" || APT_CONF_D="/etc/apt/apt.conf.d" config_file="${APT_CONF_D}/76pveconf" generate_apt_config() {...
  10. H

    Issues upgrading PVE

    Same result: [sudo] password for PVE-Hypervisor: Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be REMOVED: linux-image-4.19.0-10-amd64 The following packages will be upgraded: libldb1...
  11. H

    Issues upgrading PVE

    Hi Proxmox community, I am having an issue upgrading my OS with a "sudo apt-get upgrade" I've Googled/looked here according to the error message I see and I cannot make heads or tails. When upgrading I see that the PVE kernel wants to be updated, but it needs to remove the old Debian kernels...