Jan Bakke wrote:
Mar 13 11:25:45 testserver kernel: audit(1173781545.016:13): avc: denied {
read } for  pid=4373 comm="httpd" name="psycopgmodule.so" dev=dm-0
ino=508298 scontext=root:system_r:httpd_t tcontext=root:object_r:user_home_t
tclass=file
Mar 13 11:42:52 testserver init: Trying to re-exec init

How can i fix this?

You have probably not disabled SELinux like it says in the installation
manual. Run this command as root to check:

[EMAIL PROTECTED] ~]# sestatus
SELinux status:         disabled

If you get something other than "disabled" you will either have to configure
SELinux to work with NAV or disable SELinux.

If you want to disable SELinux do this:

To just test if this is the problem run this command:

[EMAIL PROTECTED] ~]# setenforce 0

and try to reload the webpage.

To disable it permanently edit this file:

/etc/sysconfig/selinux

to say:

SELINUX=disabled

and reboot the server.

 - Roger



_______________________________________________
nav-users mailing list
[email protected]
http://mailman.itea.ntnu.no/mailman/listinfo/nav-users

Reply via email to