Recent content by kotakomputer

  1. K

    Why no Disk Mounting on GUI for CT?

    There are no reason to disable it in the GUI while a CLI able to do it. The security reason has no impact while using a mounting disk as NFS share to create a CT/VM, because Permisions/ACL inside the CT/VM storage.
  2. K

    Why no Disk Mounting on GUI for CT?

    We can mount a disk to CT using CLI like this: pct set 100 -mp0 /mnt/mydisk,mp=/mydisk But why this feature not available on GUI?
  3. K

    [SOLVED] nfs-kernel-server absolutely will not start

    I know this is old thread but show up when googling about nfs error. The solution is enable NFS features in CT - Options - Features. In my case I enable all Features except "Create Device Nodes (experimental)" feature. I am using Priviledged Container.
  4. K

    [SOLVED] Temporarily changing quorum while multiple cluster nodes offline

    To change expected value another node must be off/shutdown. Since you still have 2 node then when you reboot qdevice then nodes will not reboot. Proxmox still run well with 2 nodes because minimum quorum is 2, but when 1 node fail then you lost the Cluster.
  5. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    Doing so for ../hooks/fsck and voila the apt update finally working, thanks!
  6. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    # dpkg -l initramfs-tools root@poweredge:~# dpkg -l initramfs-tools Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture...
  7. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    Just enable ceph-quincy repo update then run apt upgrade again: root@poweredge:~# apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 5 not fully...
  8. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    There is no .../hooks/btrfs file root@poweredge:~# ls /usr/share/initramfs-tools/hooks/ dmsetup fsck fuse iscsi keymap klibc-utils kmod lvm2 ntfs_3g resume thermal thin-provisioning-tools udev xfs zdev zfs zfsunlock zz-busybox root@poweredge:~#
  9. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    No, just use EXT4 for Proxmox OS. root@poweredge:~# lsblk -fs NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT loop0 ext4 1.0 50a8034e-47b5-4b3e-acf1-2df78b321e15 loop1 ext4 1.0...
  10. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    All above has been executed, to make sure I run them again here: root@poweredge:~# apt clean root@poweredge:~# apt update Hit:1 http://ftp.debian.org/debian bullseye InRelease Hit:2 http://security.debian.org bullseye-security InRelease Get:3 http://ftp.debian.org/debian...
  11. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    Have tried apt full-upgrade and apt dist-upgrade but the result still same: root@poweredge:~# apt full-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages were automatically installed and...
  12. K

    [SOLVED] Error apt upgrade on Proxmox 7: Package pve-kernel-5.15.158-2-pve is not configured yet

    Just run #apt upgrade on Proxmox 7, but error. root@poweredge:~# pveversion pve-manager/7.4-20/5d6e3351 (running kernel: 5.15.30-2-pve) root@poweredge:~# apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done...
  13. K

    LXC load averages are wrong in Zabbix on PVE 8.x in LXC containers

    This also happen on aaPanel on Debian 12, while Debian 11/Ubuntu 20.04 has no issue. Solution using "ExecStart=/usr/bin/lxcfs -l /var/lib/lxcfs/" has no effect on Proxmox 8.4.1. The "top" command report right cpu load, so this issue may not related to LXC, but how Zabbix and aaPanel interact to...