syslogd not starting

Ulrich Drepper drepper at redhat.com
Sun Jan 23 20:06:06 UTC 2005


David Williams wrote:
> I recently noticed I wasn't getting any messages in the log files and 
> that syslogd wasn't running.  Trying to start it gives me:
>  
> syslogd: error while loading shared libraries: libc.so.6: cannot open 
> shared object file: Permission denied

Try running

   restorecon /lib/*
   restorecon /lib/tls/*
   restorecon /lib/i686/*
   restorecon /usr/lib/*

or relabel the entire system.  The issue is most likely that the context 
of some DSOs (including glibc) is not as required.  This is necessary 
now that syslogd is covered by the targeted policy.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20050123/4e60e6d8/attachment-0002.bin 


More information about the users mailing list