![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| assitance with sed (repeating patterns) | metalwarrior | UNIX for Dummies Questions & Answers | 7 | 02-02-2008 05:14 AM |
| need assistance: sed and repeating patterns | metalwarrior | UNIX for Advanced & Expert Users | 1 | 02-02-2008 05:00 AM |
| Repeating variables in the code | mahalakshmi | Shell Programming and Scripting | 1 | 02-08-2007 07:33 AM |
| Repeating commands in a script | Dave2874 | Shell Programming and Scripting | 4 | 03-14-2005 10:34 AM |
| repeating kernel message | progressdll | UNIX for Advanced & Expert Users | 2 | 07-29-2002 05:18 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Check the man pages for:
syslog.conf syslogd Also look at /usr/lib/newsyslog - for moving log files before they get too big. As far as filtering out, you can't - not without losing other errors that may not be showing up now, but you would want to see if they did show up. The syslog isn't configured to cut out one specific item. Use (e)grep -v when viewing the file to 'remove' the error. |
|
|||||
|
The solution for this particular situation was to use egrep -v to filter out the unwanted messages (per your suggestion). I then went through the filtered messages file to check for any other unwanted messages (there were none). I deleted the original messages file, touched a new messages file and I'm done! The size of the new filtered messages file is only 10% of the HUGE original file.
Thanks RTM, you is my guru. ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|