Search results

  1. L

    LXC Slow update (CentOS 7)

    Yep have exclude /var/log/lastlog in VZDump but i think need a fixe for that. This is only a workaround.
  2. L

    LXC Slow update (CentOS 7)

    Ok the issue is for all CT when is added on AD. Have adding Alma8 to AD and now is same.
  3. L

    LXC Slow update (CentOS 7)

    That a strange bug : In CT 100 : ls -lha /var/log/lastlog -rw-r--r-- 1 root root 444G Oct 18 19:13 /var/log/lastlog All CTs is connected to AD. @danielb You have idea for fix that ? You add exception : --exclude=/var/log/lastlog Best Regards
  4. L

    LXC Slow update (CentOS 7)

    Hi, My Storage is NFS on NetAPP : nfs: netapp export /fr_l_prx_sata_001 path /mnt/pve/netapp server 10.17.16.40 content backup,rootdir,images prune-backups keep-last=5 Have no mounting anything on CTs. My CT 100 df -h : Filesystem Size Used...
  5. L

    LXC Slow update (CentOS 7)

    Hi, CT 100 : arch: amd64 cores: 2 hostname: centos7-1.myhost.fr memory: 2048 nameserver: 10.17.32.2 net0: name=eth0,bridge=vmbr0,gw=10.17.102.254,hwaddr=62:03:72:E8:DE:99,ip=10.17.102.57/24,tag=102,type=veth ostype: centos rootfs: netapp:100/vm-100-disk-0.raw,size=40G searchdomain: myhost.fr...
  6. L

    LXC Slow update (CentOS 7)

    Hi, I am backing up with PBS 2.0 with a PVE 7.0. I noticed a bug when saving CentOS 7. Unlike Alma 8 or Rocky 8. Example 1 : VMID NAME STATUS TIME SIZE FILENAME 100 centos7-1 OK 00:23:35 444.46GB ct/100/2021-10-18T01:00:02Z 101 centos7-2 OK 00:22:52 444.41GB...
  7. L

    Ansible community.general.proxmox: can't create containers

    On my side is work with SSH - hosts: proxmox tasks: - name: Create container for PVE community.general.proxmox: node: my_node api_user: root@pam api_password: my_pwd api_host: my_ip password: 123456 hostname: 1.org cores: 1...
  8. L

    Ansible community.general.proxmox: can't create containers

    Hi @TodorPetkov you use API or SSH with Ansible ? Best Regards
  9. L

    File restore in a VM / LXC

    Even though I wouldn't have chosen scp (ssh) to do this. The request corresponds to my need. Because it seems very strange not to be able to do it. After PBS being recent, they probably haven't had the time to do that yet. What interests me is to restore files with an option to overwrite the...
  10. L

    File restore in a VM / LXC

    Hi, It's just that almost any backup software can restore files directly to your VM or CT rather than downloading it. Best Regards
  11. L

    File restore in a VM / LXC

    Hello, I haven't seen this feature in PBS 1.x and PBS 2.x yet. Are you thinking of adding the possibility of to restore a file or folder directly in a VM or LXC ? Best regards
  12. L

    Permssion denied (os error 13) on NFS share

    That the only way ? Not possibility to add directly NFS to PBS ? On my side have this error : EPERM: Operation not permitted Best Regards
  13. L

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    No problem ok have retry now work without : lxc.cgroup.devices.allow = lxc.cgroup.devices.deny = CentOS 7 or 8 is OK Thanks I appreciate not having to remove all isolation from my CTs.
  14. L

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    Have try and is not work without lxc.cgroup.devices.allow = lxc.cgroup.devices.deny = Try to run without option (CentOS 7) : pct start 102 --debug cgfsng_setup_limits_legacy: 2764 Bad address - Failed to set "devices.deny" to "a" cgroup_tree_create: 808 Failed to setup legacy device limits...
  15. L

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    That good news im waiting for this patch. On my side is most for run Centos 7 not for run Docker.
  16. L

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    Yes i can : For LXC 100 : edit nano /etc/pve/lxc/100.conf Then add the lines at the end. Best Regards
  17. L

    clean old kernels

    Other simple solution : apt purge pve-kernel-5.4*
  18. L

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    All CT is privileged on my side and unprivileged is incompatible with my CT. The only solution is to add : lxc.cgroup.devices.allow = lxc.cgroup.devices.deny = That fix the issue
  19. L

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    No problem that my all infos @Stoiko Ivanov : cat /etc/pve/nodes/pve-lab/lxc/100.conf arch: amd64 cores: 1 hostname: myserver.com memory: 512 net0: name=eth0,bridge=vmbr0,gw=10.10.155.254,hwaddr=4E:F9:5F:BB:CA:B5,ip=10.10.155.122/24,type=veth ostype: centos rootfs...
  20. L

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    Yes is loaded : cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.11.22-1-pve root=/dev/mapper/pve-root ro quiet systemd.unified_cgroup_hierarchy=0 pct start 100 cgfsng_setup_limits_legacy: 2764 Bad address - Failed to set "devices.deny" to "a" cgroup_tree_create: 808 Failed to setup legacy device...