Error while starting the container - Failed to exec quotaon [message #53543] |
Fri, 07 June 2019 15:20 |
serverian
Messages: 2 Registered: December 2015
|
Junior Member |
|
|
We are having an issue while starting a container on OpenVZ7. It's the latest build.
prlctl start 0768e431-b99f-4504-9eb0-ea71ce94743b -v 9
Logging in
server uuid={001b2c85-cede-409b-bb1b-48b2aeb8a3ee}
sessionid={669d1fd0-fd19-4852-b647-6f5e3035f500}
The virtual machine found: 50647
Starting the CT...
EVENT type=100001
EVENT type=100001
Failed to start the CT: PRL_ERR_VZCTL_OPERATION_FAILED (Details: Failed to exec quotaon: No such file or directory
quotaon exited with error 42
Failed to start the Container
)
Logging off
--------------------------
quotaon works fine itself if we run it manually:
[root@dalvz7highram2 ~]# prlctl mount 0768e431-b99f-4504-9eb0-ea71ce94743b
Mounting the CT...
The CT has been successfully mounted.
[root@dalvz7highram2 ~]# /sbin/quotacheck -avugm
quotacheck: Scanning /dev/ploop54992p1 [/vz/root/0768e431-b99f-4504-9eb0-ea71ce94743b] done
quotacheck: Checked 1711 directories and 17524 files
[root@dalvz7highram2 ~]# quota -vs
Disk quotas for user root (uid 0):
Filesystem space quota limit grace files quota limit grace
/dev/ploop54992p1
578M 0K 0K 19024 0 0
[root@dalvz7highram2 ~]# quotaon /dev/ploop54992p1
[root@dalvz7highram2 ~]#
|
|
|