1829319 Members
1672 Online
109989 Solutions
New Discussion

NO log registry

 
Samuel Martinez
Advisor

NO log registry


I have a tremendus problem about my logs:
One day just like this, all my logs stops:

-rw-r--r-- 1 root root 0 Nov 10 04:02 boot.log
-rw-r--r-- 1 root root 0 Nov 3 04:02 boot.log.1
-rw-r--r-- 1 root root 0 Nov 10 04:02 cron
-rw-r--r-- 1 root root 0 Nov 3 04:02 cron.1
-rw-r--r-- 1 root root 0 May 9 2002 htmlaccess.log
-rw-r--r-- 1 root root 0 Nov 10 04:02 maillog
-rw-r--r-- 1 root root 0 Nov 3 04:02 maillog.1
-rw-r--r-- 1 root root 0 Nov 10 04:02 messages
-rw-r--r-- 1 root root 0 Nov 3 04:02 messages.1
-rw-r--r-- 1 root root 0 Nov 1 04:02 netconf.log
-rw-r--r-- 1 root root 0 Oct 1 04:02 netconf.log.1
-rw-r--r-- 1 root root 0 Sep 1 04:02 netconf.log.2
-rw-r--r-- 1 root root 0 Feb 16 2002 reconfig.log
-rw-r--r-- 1 root root 0 Nov 10 04:02 secure
-rw-r--r-- 1 root root 0 Nov 3 04:02 secure.1
-rw-r--r-- 1 root root 0 Nov 10 04:02 spooler
-rw-r--r-- 1 root root 0 Nov 3 04:02 spooler.1
-rw-r--r-- 1 root root 0 Oct 27 04:02 spooler.2
-rw-r--r-- 1 root root 0 Oct 20 04:02 spooler.3
-rw-r--r-- 1 root root 0 Oct 13 04:02 spooler.4

Does any one know a comun problem of it?
I'm working under Linux Red Hat 7.2

PLZ some one help me!!!!
win to win
1 REPLY 1
Jeffrey S. Sims
Trusted Contributor

Re: NO log registry

I am not exactly sure what your problem is, but I would look at the /etc/syslog.conf file to make sure first that it exists and also check the permissions (should be 644 owned by user and group of root)

Also if all of this is correct look at the file and make sure everything appears to be right.

Type: ps -ef|grep syslogd to make sure that your syslog daemon is running. If it isn't you can start it with the command: service syslog start

Then you need to type: setup and check the box for syslog.

If all of this is correct already then I am at a loss.

Just a point for you, most of your logs should be 600 instead of giving everyone read access. Some of them give information about your system that you might not want to share.

Hope some of this helps. If not, happy hunting.

Jeff