Thread: Linux - /var/log/messages

  1. #1
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187

    Linux - /var/log/messages

    Anyone know why a Linux (Debian) box would keep writing this to the log file:

    Code:
     
    
    Apr 27 03:34:41 mast -- MARK --
    Apr 27 03:54:41 mast -- MARK --
    Apr 27 04:14:41 mast -- MARK --
    Apr 27 04:34:41 mast -- MARK --

  2. #2
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    changed anything lately? what's the last program you start/stop before that message starts printing?
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  3. #3
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    not really, it's an Apache2/PHP SSL webserver,
    fairly standard but I get those messages reguarly

    They don't hurt but I can't see more important messages with them filling this log 24/7

  4. #4
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    apache has it's own logs, doesn't it?

    I wouldn't check system-wide logs if you have something specific you want to keep watch over, even if your system is ostensibly running just that program...

    other than finding the source, you could have a script that when that log fills, move it, clean out all the garbage, and append it to an 'archive' log, which would be what you check... you could even have it flag certain log entries so you don't have to sit there watching it all the time.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  5. #5
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    Apache has it only logs, yes. I'm not looking for apache errors in this log however.

    I'm looking for system errors/warnings that are likely being masked/archived by all these 'mark' statements.

  6. #6
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    well, like I said, the only way other than finding the source is to create some kind of script to weed those out after they've already been written.

    Other than that, you can try starting apache in the console and just tail that...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  3. Dabbling with Linux.
    By Hunter2 in forum Tech Board
    Replies: 21
    Last Post: 04-21-2005, 04:17 PM
  4. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM