Recent content by IMW72

  1. I

    Adding 6.2 nodes to 6.0 cluster - Error 500 Can't connect to x.x.x.x:8006 (hostname verification failed)

    pvecm add node1.domain.com -force Using the ip of node, I got errors. (Proxmox 6.4-13) worked for me with hostname ! Thanks
  2. I

    Auto stop container ?

    I can set more memory but is it really needed ? ...
  3. I

    Auto stop container ?

    lxc conf : arch: amd64 cores: 2 hostname: webtools memory: 1024 net0: bridge=vmbr0,hwaddr=....:1c,name=eth0,ip=..../32,gw=....,firewall=1 onboot: 1 ostype: debian rootfs: local:150/vm-150-disk-0.raw,size=16G swap: 0 unprivileged: 1 pveversion -v : proxmox-ve: 6.2-1 (running kernel...
  4. I

    Auto stop container ?

    I've always the pb ... Nothing special in this CT (apache/php) In syslog : Sep 17 03:25:33 dev kernel: [15271672.054893] ? filemap_map_pages+0x1ae/0x380 Sep 17 03:25:33 dev kernel: [15271672.054901] vfs_fallocate+0x147/0x280 Sep 17 03:25:33 dev kernel: [15271672.054904]...
  5. I

    Auto stop container ?

    I've found this in journalctl for the last stop of ctx : Sep 04 19:36:09 ecomhost kernel: Memory cgroup stats for /lxc/1001: Sep 04 19:36:09 ecomhost kernel: anon 55001088 file 463966208 kernel_stack 1990656...
  6. I

    Auto stop container ?

    Hello ! I have 2 proxmox 6.1 (OVH preinstalled), and on each, some container shudown automatically if not used for some days (I think, it's the only common point). Is any config to auto-shutdown if no usages ? The last activity not correspond to backup time or anything. Thanks all !