I just installed version 1.5.3 on debian 9.9 on Proxmox Container and during the domain creation I get this error
Code
- root@CT100# /etc/init.d/imscp_mountall status
- * imscp_mountall.service - Mounts i-MSCP filesystems
- Loaded: loaded (/etc/systemd/system/imscp_mountall.service; enabled; vendor preset: enabled)
- Active: failed (Result: exit-code) since Sun 2019-08-25 16:36:38 UTC; 8min ago
- Process: 149 ExecStart=/usr/bin/perl /var/www/imscp/engine/tools/imscp-mountall start (code=exited, status=1/FAILURE)
- Main PID: 149 (code=exited, status=1/FAILURE)
- Aug 25 16:36:37 CT100 systemd[1]: imscp_mountall.service: Failed to reset devices.list: Operation not permitted
- Aug 25 16:36:37 CT100 systemd[1]: imscp_mountall.service: Failed to set invocation ID on control group /system.slice/imscp_mountall.service, ignoring: Operation not permitted
- Aug 25 16:36:37 CT100 systemd[1]: Starting Mounts i-MSCP filesystems...
- Aug 25 16:36:38 CT100 perl[149]: [ERROR] iMSCP::Mount::mount: Error while executing mount(/var/log/apache2/domain.ext, /var/www/virtual/domain.ext/logs/domain.ext, none, 3236761632, 0): Permission denied
- Aug 25 16:36:38 CT100 systemd[1]: imscp_mountall.service: Main process exited, code=exited, status=1/FAILURE
- Aug 25 16:36:38 CT100 systemd[1]: Failed to start Mounts i-MSCP filesystems.
- Aug 25 16:36:38 CT100 systemd[1]: imscp_mountall.service: Unit entered failed state.
- Aug 25 16:36:38 CT100 systemd[1]: imscp_mountall.service: Failed with result 'exit-code'.
I tried searching on google but couldn't find a suitable solution