Hello!
Sorry about the translation, I use an online translator.
I have migrated OpenVZ servers from the "virtualizor" panel to "proxmox" with LXC.
Everything seems to work fine, they are servers with CPanel, the servers run cron jobs, but we are getting this error:
Failed to make mounts private: Permission denied
Turns out we've contacted CPanel and they tell us the error is this:
***
Hello,
Thank you for your patience while I investigated this issue.
It looks like the following mount points are set to ReadOnly, which is likely causing the issues you are seeing:
=====
[root@server2 ~]# mount -l | grep ro, | grep -v virtfs
proc on /proc/sys type proc (ro,nosuid,nodev,noexec,relatime)
proc on /proc/sysrq-trigger type proc (ro,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (ro,nosuid,nodev,noexec,relatime)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
=====
Can you please remove the read-only flag from the above mount points, and then attempt to create a cron job again?
***
Does anyone know how I can correct it? These are my first steps with proxmox.
Sorry about the translation, I use an online translator.
I have migrated OpenVZ servers from the "virtualizor" panel to "proxmox" with LXC.
Everything seems to work fine, they are servers with CPanel, the servers run cron jobs, but we are getting this error:
Failed to make mounts private: Permission denied
Turns out we've contacted CPanel and they tell us the error is this:
***
Hello,
Thank you for your patience while I investigated this issue.
It looks like the following mount points are set to ReadOnly, which is likely causing the issues you are seeing:
=====
[root@server2 ~]# mount -l | grep ro, | grep -v virtfs
proc on /proc/sys type proc (ro,nosuid,nodev,noexec,relatime)
proc on /proc/sysrq-trigger type proc (ro,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (ro,nosuid,nodev,noexec,relatime)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
=====
Can you please remove the read-only flag from the above mount points, and then attempt to create a cron job again?
***
Does anyone know how I can correct it? These are my first steps with proxmox.