Applicable to:
- SolusVM
Symptoms
Unable to get SolusVM slave nodes stats on SolusVM admin panel home page:
SVM_ERROR: Error Retrieving Information ... Could not contact 203.0.113.2 on port 6767
Cause
'solusvm' user does not have execution permission on /bin/nmap binary on Master node:
# stat /bin/nmap
File: ‘/bin/nmap’
Size: 2647616 Blocks: 5176 IO Block: 4096 regular file
Device: fd00h/64768d Inode: 2235434 Links: 1
Access: (0744/-rwxr--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2021-06-30 00:00:05.803000000 -0400
Modify: 2019-08-15 08:12:40.000000000 -0400
Change: 2020-04-03 03:29:45.082461702 -0400
Resolution
- Connect to Master node via SSH
- Add r-x ACL permission for user solusvm on the file /bin/nmap:
# setfacl -m u:solusvm:r-x /bin/nmap
Comments
0 commentsPlease sign in to leave a comment.