Recent content by dale

  1. D

    ZFS Online but unable to import

    zpool import -f 14313209163207667065
  2. D

    Online migration and VM uptime

    Good afternoon, community, It seems to me that vm-uptime was not reset to zero in previous versions of proxmox during online migration, or is it my personal memory fault? In any case, there is a discrepancy between the uptime displayed in the VM Summary page and the actual value of this...
  3. D

    Proxmox VE 8.0 released!

    Hi, Thomas. Ok, is there any possibility to use the "pure serial console" installation today without waiting for the next release?
  4. D

    Node in grey mode (question mark) up to 7 days

    May be chown -R www-data:www-data /var/log/pveproxy I've seen it before.
  5. D

    Booting Debian with iSCSI root disk

    Hello, community. Exerpt from https://wiki.debian.org/SAN/iSCSI <quote> There is no way to do this with the standard Debian initrd. The init4boot project supplies the needed infrastructure (especially an adapted initrd). Standard PXE / tftp boot with iSCSI root and XEN guest systems with iSCSI...
  6. D

    Lxc containers are shut down without intervention

    Hi, you can try to find logs here: /var/log/lxc/CTNUM.log regards, dale.
  7. D

    CT: unable to change memory online

    After some googling i found: http://timjrobinson.com/docker-lxc-set-memory-limit-invalid-argument/ so in my case echo $((1024*1024*1024*16)) > /sys/fs/cgroup/memory///lxc/120/memory.memsw.limit_in_bytes echo $((1024*1024*1024*10)) > /sys/fs/cgroup/memory///lxc/120/memory.limit_in_bytes...
  8. D

    CT: unable to change memory online

    In my case :( ~# free -h total used free shared buff/cache available Mem: 125Gi 43Gi 67Gi 121Mi 15Gi 81Gi Swap: 19Gi 10Mi 19Gi ~# cat /sys/fs/cgroup/memory///lxc/120/memory.limit_in_bytes...
  9. D

    CT: unable to change memory online

    Hello, this is running containers only related (VMs - OK), webui result - the same. ~# pct set 120 --memory 10240 400 Parameter verification failed. memory: unable to hotplug memory: closing file '/sys/fs/cgroup/memory///lxc/120/memory.limit_in_bytes' failed - Invalid argument pct set <vmid>...
  10. D

    PVE from RAMFS & LXC

    Feature req. added 2019-09-12 https://bugzilla.proxmox.com/show_bug.cgi?id=2373 :(
  11. D

    Linux/x86 5.0.21-4-pve Kernel & Linux VM (pvetesting repo)

    Can confirm that this is "hardware dependent" problem. Another system with Intel(R) Xeon(R) Gold 6144 CPU @ 3.50GHz - Ok.
  12. D

    Linux/x86 5.0.21-4-pve Kernel & Linux VM (pvetesting repo)

    VM reboot in earliest stage with message: Physical KASLR disabled: no suitable memory region! hardware info attached root@b12:~# cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.0.21-4-pve root=UUID=e48d586c-8f58-4b03-a081-cdcf4776c83c ro console=tty0 console=ttyS0,115200n8 nopti nospectre_v2...