Search results

  1. S

    Debian 10 template

    Maybe. But it does not look that way. Host view of KVM:
  2. S

    Debian 10 template

    I'm getting this on the host though: There is an old VM on this host. Maybe it's problems are leaking over?
  3. S

    Debian 10 template

    It's default: root@vh2:~# pct config 143 arch: amd64 cores: 1 cpulimit: 2 hostname: dns2.ic4.eu memory: 1024 nameserver: 1.1.1.1 8.8.8.8 net0...
  4. S

    DHCP6 template

    Does this mean that the Proxmox host automatically hands down the IPv6 address somehow?
  5. S

    VM out of Memory despite no memory used

    Limit ZFS on Linux Memory Usage echo "options zfs zfs_arc_max=1000000000" >> /etc/modprobe.d/zfs.conf echo 1000000000 > /sys/module/zfs/parameters/zfs_arc_max update-initramfs -u 1073741824 is 1 GiB. It is good to use at most 50 percent (which is the default) of the system memory for ZFS ARC to...
  6. S

    Debian 10 template

    There seems to be a problem with the new Debian 10 template. I'm not just talking about it's failure to run MySQL but it also seems to hang easily. Two different Bind9 servers (LXC) on two different (KVM) hosts have now hung after I moved them to run on the new template. They show high CPU usage...
  7. S

    DHCP6 template

    How would you handle it?
  8. S

    DHCP6 template

    Does any1 know of good DHCP server LXC template?
  9. S

    dev loop0

    So far the few errors have been on both Host and NAS. The ZFS on host reports no know data errors.
  10. S

    dev loop0

    ZFS/Ext4 disks on the Host (& KVM hosts) and LVM/Ext4 on the NAS. I did find several error messages for dm-17 (one of the disks) that said "lost async page write." Rest of the dmesg complains are about network interface detecting hardware unit hang (probably from the VPN server).
  11. S

    dev loop0

    Hi guys. My big is itching :) My big is a server with about 10 KVM clients that each host about 10 LXC containers (nested virtualization is the way to go these days.) Lately I have seen several "dev loop0" problems usually with I/O errors indicating a malfunctioning disk causing problems with...
  12. S

    5.3: Docker on LXC on ZFS

    With "features: nesting=1" Docker runs nicely in LXC container (with ZFS) but there is a huge annoyance. Disk usage is trough the roof. It takes +30Gb to run a simple docker command to build 3 containers. I can't figure it out. Why is Docker such a hog on LXC containers?
  13. S

    Where did you get the Proxmox API code?

    Where did you get the Proxmox API code?
  14. S

    Unprivileged containers

    Helloouuu :) Why not just clear the "Unprivileged container" tab before you press the "Restore" button?
  15. S

    Notes

    I noticed that one of my improvement suggestions has now been implemented. Every Host now has "Notes" tab. Thank you.
  16. S

    Check VM is running with ping or better ideas?

    I just created a simple script to do this. See my post https://forum.proxmox.com/threads/simple-reset-script-ping.49901/
  17. S

    Simple reset script - ping

    Should be easy to adapt for LXC.
  18. S

    Simple reset script - ping

    I noticed that there does not seem to be a simple reset / reboot script for problematic clients so I made one. Copy / Paste this to autorestart-vm1100.sh using nano #! /bin/bash # Replace VM id number and IP address with your own "VM" id number and IP address ping -c 1 10.168.100.100 &>...
  19. S

    nfs share problem

    After the last upgrade I can't seem to access NFS shares anymore. Did something change in the upgrade?
  20. S

    Trying to mount an NFS share with username/password

    Usually you configure the access rights on the NFS server that hosts your files using IP access list.