Search found 7 matches
- Thu Dec 19, 2013 10:37 am
- Forum: Open Source Nagios Projects
- Topic: Install Issue - Permission Denied
- Replies: 13
- Views: 7646
Re: Install Issue - Permission Denied
Can do, but how do I find where apache actually reads?
- Tue Dec 17, 2013 12:08 pm
- Forum: Open Source Nagios Projects
- Topic: Install Issue - Permission Denied
- Replies: 13
- Views: 7646
Re: Install Issue - Permission Denied
Yes this is a linux webserver, apache is installed.
ll /etc/httpd
ll /etc/httpd/conf.d/
ll /etc/httpd
Code: Select all
lrwxrwxrwx 1 root root 17 Jul 5 12:30 /etc/httpd -> /usr/local/apache/
Code: Select all
/bin/ls: cannot access /etc/httpd/conf.d/: No such file or directory
- Tue Dec 17, 2013 12:02 pm
- Forum: Open Source Nagios Projects
- Topic: Install Issue - Permission Denied
- Replies: 13
- Views: 7646
Re: Install Issue - Permission Denied
Ok I started in the ~ directory this time. I've now made it all the way to the make install-webconf point and I'm getting an error: root@ip-173-201-37-204 [~/nagios-4.0.2]# make install-webconf /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/httpd/conf.d/nagios.conf /usr/bin/install: cannot...
- Tue Dec 17, 2013 10:58 am
- Forum: Open Source Nagios Projects
- Topic: Install Issue - Permission Denied
- Replies: 13
- Views: 7646
Re: Install Issue - Permission Denied
The command "mount" returned: /dev/sda3 on / type ext4 (rw,usrjquota=quota.user,jqfmt=vfsv0) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw) /dev/sda1 on /boot type ext4 (rw) /dev/sdb1 on /disk2...
- Tue Dec 17, 2013 12:40 am
- Forum: Open Source Nagios Projects
- Topic: Install Issue - Permission Denied
- Replies: 13
- Views: 7646
Re: Install Issue - Permission Denied
That returns:
Code: Select all
lrwxrwxrwx 1 root root 4 Jul 5 11:54 /bin/sh -> bash*
- Mon Dec 16, 2013 8:56 pm
- Forum: Open Source Nagios Projects
- Topic: Install Issue - Permission Denied
- Replies: 13
- Views: 7646
Re: Install Issue - Permission Denied
Ok, pwd returns:
ls -l ./configure returns:
Code: Select all
/tmp/nagios-4.0.2Code: Select all
-rwxrwxr-x 1 root root 261578 Nov 25 07:16 ./configure*- Mon Dec 16, 2013 6:01 pm
- Forum: Open Source Nagios Projects
- Topic: Install Issue - Permission Denied
- Replies: 13
- Views: 7646
Install Issue - Permission Denied
I'm following the guide here for CentOS 6 install: http://assets.nagios.com/downloads/nagioscore/docs/Installing_Nagios_Core_From_Source.pdf On page 2 it says to run this command: "./configure --with-command-group=nagcmd" I then get the error: "-bash ./configure: Permission Denied&quo...