Ok, thanks so much for your help with this. You have been a tremendous help! I'll work on chasing down the selinux exception seperately.
Search found 8 matches
- Fri Aug 18, 2023 8:59 am
- Forum: Help: Linux/Unix Specific
- Topic: Help with permissions issue
- Replies: 15
- Views: 3102
- Fri Aug 18, 2023 8:03 am
- Forum: Help: Linux/Unix Specific
- Topic: Help with permissions issue
- Replies: 15
- Views: 3102
- Fri Aug 18, 2023 7:13 am
- Forum: Help: Linux/Unix Specific
- Topic: Help with permissions issue
- Replies: 15
- Views: 3102
Re: Help with permissions issue
last think - show mount cat /proc/mounts proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 sysfs /sys sysfs rw,seclabel,nosuid,nodev,noexec,relatime 0 0 devtmpfs /dev devtmpfs rw,seclabel,nosuid,size=4096k,nr_inodes=978923,mode=755,inode64 0 0 securityfs /sys/kernel/security securityfs rw,nosuid,...
- Fri Aug 18, 2023 6:57 am
- Forum: Help: Linux/Unix Specific
- Topic: Help with permissions issue
- Replies: 15
- Views: 3102
Re: Help with permissions issue
Show result of: ps aux | grep -i www and ps aux | grep -i apa ps aux | grep -i www apache 1308 0.0 0.4 227996 39164 ? S 06:10 0:00 php-fpm: pool www apache 1309 0.0 0.5 228000 40740 ? S 06:10 0:00 php-fpm: pool www apache 1310 0.0 0.4 223816 33088 ? S 06:10 0:00 php-fpm: pool www apache 1311 0.0 0....
- Fri Aug 18, 2023 6:45 am
- Forum: Help: Linux/Unix Specific
- Topic: Help with permissions issue
- Replies: 15
- Views: 3102
Re: Help with permissions issue
you have there + sign: rwxrwxr-x+ .... so show getfacl configs getfacl /usr/share/cacti/plugins/weathermap/configs getfacl: Removing leading '/' from absolute path names # file: usr/share/cacti/plugins/weathermap/configs # owner: apache # group: apache user::rwx group::rwx other::r-x default:user::...
- Fri Aug 18, 2023 6:36 am
- Forum: Help: Linux/Unix Specific
- Topic: Help with permissions issue
- Replies: 15
- Views: 3102
Re: Help with permissions issue
show ls -al /usr/share/cacti/plugins/weathermap/configs and ls -al /usr/share/cacti/plugins/weathermap ls -al /usr/share/cacti/plugins/weathermap/configs total 20 drwxrwxr-x+ 2 apache apache 76 Aug 16 14:06 . drwxrwxr-x+ 12 apache apache 4096 Aug 17 10:24 .. -rwxrwxr-x. 1 apache apache 75 Aug 16 14...
- Fri Aug 18, 2023 4:55 am
- Forum: Help: Linux/Unix Specific
- Topic: Help with permissions issue
- Replies: 15
- Views: 3102
Re: Help with permissions issue
ls -al /usr/share/cacti/plugins/weathermap/configs did you set permission only to directory configs? Try cd /usr/share/cacti/plugins/weathermap/configs chown -R apache * find . -type f -exec chmod 664 {} \; find . -type d -exec chmod 775 {} \; @Macman Thanks for the reply... I had already set all o...
- Thu Aug 17, 2023 8:57 am
- Forum: Help: Linux/Unix Specific
- Topic: Help with permissions issue
- Replies: 15
- Views: 3102
Help with permissions issue
I've just setup Cacti v1.2.23 and installed the Weathermap v1.1 plugin. Everything is working except when I go to the Management |Weathermap section, I receive an error message stating that the "Editor directory permissions are not correct!" and it further says, "The Web Service accou...