Search results

  1. M

    Proxmox 7 > 8 / ftp passive mode not working

    Hi, I have just upgraded my proxmox 7 to 8 latest server, I notice that the passive FTP mode from a container no longer seems to work without forcing it once the connection is established compared to version 7 which worked with the same configuration. on proxmox 7 : ftp ftp.xxx.com Connected...
  2. M

    Switch NFS MP on the same path without rebooting

    Hi Community ! I have a volume that I want to (switch) mount in the same location without doing downtime on the host / CT. Is it possible to unmount / mount an NFS volume in a container without stop / start the CT ? Unmounting is done on the host and the mount point is configured in the CT...
  3. M

    [SOLVED] Add a secondary network public IP

    Hi Community, I apologize if the subject has already been discussed but I have not found an answer to my case. I would like to add a second public IP on my server. Here is my current configuration: I would like to add this configuration, how can I do it? address 5.135.x.x netmask...
  4. M

    ZFS: Loaded module v0.8.5-pve1 stuck after migration pv5to6

    Hi Community, I Need your help, i've followed the guide pve5to6 to migrate my proxmox v5 sever to v6. When the migration was finished, i try to reboot, but i'm stuck with this message (cf attached file), i try to boot with old kernel version, same result. FYI, i've changed the value...
  5. M

    lxcfs.service: Main process exited code=killed, status=11/SEGV

    Hi Community, I wanted to know if anyone has ever encountered the following problem: logs: 2020-11-29T04:37:30.054129+01:00 hv18 systemd[1]: lxcfs.service: Main process exited, code=killed, status=11/SEGV 2020-11-29T04:37:30.094752+01:00 hv18 systemd[1]: lxcfs.service...
  6. M

    newuidmap: uid range [1100-1101) -> [1100-1101) not allowed

    Hi Community, I'm trying to configure my unprivileged container with id mapping (PVE 6.2). Following the documentation here : https://pve.proxmox.com/wiki/Unprivileged_LXC_containers, my container failed to start with the error below : Is there a range that we cannot map ? In my container...
  7. M

    [SOLVED] Lxc unprivileged - mount from /etc/fstab file

    Hi Community, I don't know if it's possible but I'm trying to add an nfs mountpoint in my container via the /etc/fstab file. This one is not mounted when starting the container, if I run manually /bin/mount -a, I have the following error: mount.nfs: Operation not permitted Host server logs ...
  8. M

    Asymmetric routing with Promox 5 / LXC

    Hi Proxmox community, I'm facing an asymmetric routing issue. Each host have public and private network. Public network : vmbr0 Private network : vmbr2 Postrouting rule on HOST A : iptables -t nat -A PREROUTING -i vmbr0 -s xxxx -p tcp --dport 10636 -j DNAT --to 172.25.2.19:636 172.25.2.19...
  9. 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...
  10. 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...
  11. 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...
  12. 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 :(...
  13. 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...
  14. 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...