# cd /tmp/nagiosxi/
# ./fullinstall
------
Running './C-cronjobs'...
Permission denied
You (apache) are not allowed to access to (crontab) because of pam configuration.
RESULT=1
It is why???
Who can tell me ???
Thank you ~~~
When I install xi-2012r2.2.tar,it prompt ”Permission denied“
-
huanhuan7777
- Posts: 19
- Joined: Thu Nov 07, 2013 12:05 am
-
huanhuan7777
- Posts: 19
- Joined: Thu Nov 07, 2013 12:05 am
Re: When I install xi-2012r2.2.tar,it prompt ”Permission den
The file /etc/pam.d/crond:
Code: Select all
#
# The PAM configuration file for the cron daemon
#
#
# No PAM authentication called, auth modules not needed
auth required pam_env.so
account required pam_access.so
account include password-auth
session required pam_loginuid.so
session include password-auth
auth include password-auth
#auth required pam_env.so
Re: When I install xi-2012r2.2.tar,it prompt ”Permission den
What user are you running the install as? (you should be root)
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
huanhuan7777
- Posts: 19
- Joined: Thu Nov 07, 2013 12:05 am
Re: When I install xi-2012r2.2.tar,it prompt ”Permission den
I use root.abrist wrote:What user are you running the install as? (you should be root)
When I edited /etc/security/access.conf file like this:
Code: Select all
-:ALL EXCEPT apache:ALLBut I don't know it‘s why!
You know?
Thank you vary much~
Re: When I install xi-2012r2.2.tar,it prompt ”Permission den
Is selinux enabled?
Code: Select all
getenforceFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.