Search results

  1. M

    [SOLVED] Promox 5.3.1 - Failed to create directory "/sys/fs/cgroup/systemd/lxc/*

    The only difference is the arch i386 not amd64 arch: i386 cpulimit: 4 cpuunits: 1024 hostname: intwp.xxxx.com memory: 1024 mp0: /apps/scripts,mp=/apps/scripts,ro=1 mp1: /share,mp=/share nameserver: 172.20.1.20 172.20.1.14 net0...
  2. M

    [SOLVED] Promox 5.3.1 - Failed to create directory "/sys/fs/cgroup/systemd/lxc/*

    It's not working, i've found this other log message in the host when i try to start the CT : systemd-udevd[19131]: Could not generate persistent MAC address for vethH77CKA: No such file or directory Perhaps a better hint .. I found this link ...
  3. M

    [SOLVED] Promox 5.3.1 - Failed to create directory "/sys/fs/cgroup/systemd/lxc/*

    Hi Oguz, Thanks for your reply. pct config 802 arch: amd64 cpulimit: 4 cpuunits: 1024 hostname: mynamex memory: 2048 mp0: /apps/scripts,mp=/apps/scripts,ro=1 mp1: /ftp,mp=/ftp mp2: /prodftp,mp=/prodftp,ro=1 mp3: /share,mp=/share nameserver: 172.20.1.20 172.20.1.14 net0...
  4. M

    [SOLVED] Promox 5.3.1 - Failed to create directory "/sys/fs/cgroup/systemd/lxc/*

    Hi Proxmox's community, i am facing issue when i want to start my container (802), for information this container was working fine before my upgrade (debian 7 > debian 8 > debian 9). I've upgraded my container using the apt source from jessie and then stretch. My steps : 1) repo jessie...
  5. M

    Convert subvol disk to raw disk ?

    Hi LnxBil, Thanks for your feedback. Let me explain to you all the steps. I've upgraded PM 3.4 to 4.2 a few month ago, so i had to convert openvz CT to lxc CT. Due to performance issue during restoration container, i've posted ...
  6. M

    Convert subvol disk to raw disk ?

    Hi all, I would like to know if it's possible to convert "subvol root disk" to "raw root disk" for a container ? Or is there an option to backup my container with subvol root disk in a raw format ? Or is there an option to restore my backup of a container with subvol root disk in a raw...
  7. M

    [SOLVED] Checking content of nfs mount point inside lxc container

    Thanks Richard for you feedback ! I will use the pct exec command in my bash script to check the content of my mount point ! Big thanks ! :)
  8. M

    [SOLVED] Checking content of nfs mount point inside lxc container

    Hi Richard, You can see below my configuration : arch: i386 cpulimit: 4 cpuunits: 1024 hostname: toto memory: 1024 mp1: /share,mp=/share onboot: 1 ostype: debian rootfs: local:221/vm-221-disk-2.subvol,size=0T swap: 512 So on my host, "/share" is mounted from my NFS server. Then, inside my...
  9. M

    [SOLVED] Checking content of nfs mount point inside lxc container

    Hi everybody, I would like to write a bash script to check my nfs mount point (content) inside my lxc container. My nfs mount point are mounted on the host with fstab and all my lxc container have an entry like "mp0: /xxx,mp=/xxx" in their /etc/pve/lxc/[id].conf. I found that the files's...
  10. M

    Nagios Monitoring for LXC Cpu/Ram

    Hi all, I'm using Proxmox4.2 now and I saw that my actual checks of cpu load (working on proxmox3.2) from nagios report the same load as my host. Is it possible to check the real load of my LXC container with nagios ? I've found this plugin but it's for memory and swap :(...
  11. M

    Proxmox 4 - LXC - Disk Quota without raw image

    Hi Simon, Thanks to your answer, with this method
  12. M

    Proxmox 4 - LXC - Disk Quota without raw image

    Hi everybody, I'm facing a performance issue (iowait) since proxmox4 (same problem here : https://forum.proxmox.com/threads/high-wait-io-after-and-load-average-upgrade-to-proxmox-4.25128/) Example configuration of one of my CT : rootfs: local:221/vm-221-disk-1.subvol,size=0T pct exec 221 df...
  13. M

    [SOLVED] Proxmox 4 - LXC container + private IP + postrouting rule = internet access issue

    Hi, I solved my issue by adding the private server host ip as the container's gateway. Thanks.
  14. M

    [SOLVED] Proxmox 4 - LXC container + private IP + postrouting rule = internet access issue

    Hi Richard, Thanks for your reply. Your rule "iptables -t nat -A POSTROUTING -s 172.25.x.x/32 -o vmbr0 -j MASQUERADE" is not working. I don't know if it can help you : Under Proxmox 3 the same virtual machine was using this network configuration, and i was able to ping my private network and...
  15. M

    [SOLVED] Proxmox 4 - LXC container + private IP + postrouting rule = internet access issue

    Hi pve users, I'm new to this mailing list, so hi everybody. I'm running a new server with proxmox 4 (4.4.10-1-pve) , i want to migrate my containers from my proxmox 3 server. I've followed this guide https://pve.proxmox.com/wiki/Convert_OpenVZ_to_LXC. The migration for a container with...