LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-09-2004, 09:15 PM   #1
dhcernese
LQ Newbie
 
Registered: Aug 2004
Location: New England
Distribution: debian
Posts: 3

Rep: Reputation: 0
Question What is putting all these traces in /var/log?


Does anyone recognize what got turned on/installed on one of my boxes?

Linux version 2.4.20-itanium-smp (root@pique) (gcc version 3.2.3 (Debian)) #1 SMP Tue Jun 10 13:56:24 MDT 2003

I have several Itanium2/Debian boxes, and just one of them is tracing all my process invocations in /var/log, the traces show up in three files simultaneously, /var/log/kern.log, messages, and syslog.

They all look like this:

Sep 7 09:50:46 rx2600-01 kernel: rm(2353): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2355): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2356): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2357): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2358): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2359): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: find(2354): <sc1236(0,2000000000240200,0,2000000000275df8)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2360): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: dh_clean(2349): <sc1236(0,2000000000610200,0,2000000000645df8)>
Sep 7 09:50:46 rx2600-01 kernel: rules(2339): <sc1236(0,2000000000270200,0,20000000002a5df8)>
Sep 7 09:50:46 rx2600-01 kernel: tail(2363): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: debian(2362): <sc1236(0,2000000000610200,0,2000000000645df8)>
Sep 7 09:50:46 rx2600-01 kernel: tar(2365): <sc1254(0,6000000000011390,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: tar(2365): <sc1236(0,2000000000270200,0,20000000002a5df8)>
Sep 7 09:50:46 rx2600-01 kernel: gzip(2364): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: md5sum(2367): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: sh(2366): <sc1236(0,20000000002f0200,0,2000000000325df8)>
Sep 7 09:50:46 rx2600-01 kernel: dpkg-source(2361): <sc1236(0,2000000000610200,0,2000000000645df8)>
Sep 7 09:50:46 rx2600-01 kernel: rules(2368): <sc1254(0,60000fffffffa100,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: dh_testdir(2369): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: make(2370): <sc1254(0,60000fffffffa0e0,3,0)>
...
...

..everything!

I don't know what happened to that one box, does anyone recognize the format?
 
Old 09-10-2004, 02:59 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Could be 2 things (to my knwoledge):

1) A debugging flag is set somewhere,

2) Read somewhere that this could be a kernel bug, upgrading to a more recent kernel should fix this.

Hope this points you in the right direction.
 
Old 09-10-2004, 06:06 AM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: What is putting all these traces in /var/log?

Quote:
Originally posted by dhcernese
Does anyone recognize what got turned on/installed on one of my boxes?

Linux version 2.4.20-itanium-smp (root@pique) (gcc version 3.2.3 (Debian)) #1 SMP Tue Jun 10 13:56:24 MDT 2003

I have several Itanium2/Debian boxes, and just one of them is tracing all my process invocations in /var/log, the traces show up in three files simultaneously, /var/log/kern.log, messages, and syslog.

They all look like this:

Sep 7 09:50:46 rx2600-01 kernel: rm(2353): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2355): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2356): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2357): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2358): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2359): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: find(2354): <sc1236(0,2000000000240200,0,2000000000275df8)>
Sep 7 09:50:46 rx2600-01 kernel: rm(2360): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: dh_clean(2349): <sc1236(0,2000000000610200,0,2000000000645df8)>
Sep 7 09:50:46 rx2600-01 kernel: rules(2339): <sc1236(0,2000000000270200,0,20000000002a5df8)>
Sep 7 09:50:46 rx2600-01 kernel: tail(2363): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: debian(2362): <sc1236(0,2000000000610200,0,2000000000645df8)>
Sep 7 09:50:46 rx2600-01 kernel: tar(2365): <sc1254(0,6000000000011390,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: tar(2365): <sc1236(0,2000000000270200,0,20000000002a5df8)>
Sep 7 09:50:46 rx2600-01 kernel: gzip(2364): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: md5sum(2367): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: sh(2366): <sc1236(0,20000000002f0200,0,2000000000325df8)>
Sep 7 09:50:46 rx2600-01 kernel: dpkg-source(2361): <sc1236(0,2000000000610200,0,2000000000645df8)>
Sep 7 09:50:46 rx2600-01 kernel: rules(2368): <sc1254(0,60000fffffffa100,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: dh_testdir(2369): <sc1236(0,0,3,0)>
Sep 7 09:50:46 rx2600-01 kernel: make(2370): <sc1254(0,60000fffffffa0e0,3,0)>
...
...

..everything!

I don't know what happened to that one box, does anyone recognize the format?
Well that looks like you are compiling something from source so have you done some compiling recently? Also the only hit a Google Linux search seems to get leads to this http://www.gelato.unsw.edu.au/linux-...407/10263.html thread on a bug in an ia64 system.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
weird stuff in /var/log/auth.log bschiett Linux - Security 3 03-12-2005 08:29 AM
Deleted /var/log/messages, can't log any files-iptables chingyenccy Linux - Newbie 7 02-27-2005 04:03 PM
Strange results in /var/log/apache/access.log subt13 Linux - Security 2 08-03-2004 01:21 PM
pppd logging to /var/log/ppp.log problem mrtwice Linux - Software 1 01-10-2004 05:38 PM
iptables, changing log file from /var/log/messages acid2000 Linux - Networking 3 03-11-2003 08:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration