Applicable to:
- SolusIO
Symptoms
Attempt to create VPS in SolusIO > Virtual Servers > Add Server failed - the following error is seen in SolusIO > Task > vm-create for the affected VPS:
CONFIG_TEXT: Could not open '/usr/local/solus/iso_images/8/config.iso': Permission denied
Cause
Incorrect permissions for /usr/local/solus/ directory - they are different from below:
# ls -ld /usr/local/solus/
drwxr-xr-x. 6 root root 65 May 18 07:37 /usr/local/solus/
Resolution
-
Access affect SolusIO compute resource via SSH.
-
Set correct permissions:
# chmod 755 /usr/local/solus/
Comments
0 comments
Please sign in to leave a comment.