Search Results

Search: Posts Made By: cdn2008
4,543
Posted By cdn2008
I have no idea what's going on with my system. It...
I have no idea what's going on with my system. It just wouldn't do it... strange indeed.. the only thing I can think of is the Linux patch level..
4,543
Posted By cdn2008
#!/bin/perl -w ...
#!/bin/perl -w

################################
use strict;

open FILE1, '< ignorelist.txt' or die $!;
open OUTFILE, '>>clean_report.txt' or die $!;

while (<FILE1>)
{
...
4,543
Posted By cdn2008
I got someone else to try it and it worked for...
I got someone else to try it and it worked for them. So I tried on that exact same machine, but, no, it wouldn't do it for me. So then the only difference that I can see is that they are using CSH...
4,543
Posted By cdn2008
Yes, that is weird. This is what I get with...
Yes, that is weird. This is what I get with uname.

%>uname -a
Linux zh0tx.xyz.com 2.6.9-67.EL.bz439580.16smp #1 SMP Fri Jul 25 03:21:36 EDT 2008 i686 i686 i386 GNU/Linux

I think a perl script...
4,543
Posted By cdn2008
That is strange... I get an empty happydays...
That is strange...
I get an empty happydays file. I am running on Linux RHE4.0. Would that make a difference.
zh0tx-.../temp < 114> cat excep
The signal "/RAM12/dout<15>" is sourceless and has...
4,543
Posted By cdn2008
Unfortunately that won't do it. That, as you said...
Unfortunately that won't do it. That, as you said is over simplified. I tried it, but gets an empty file.
4,543
Posted By cdn2008
Can anyone please help. If you need more...
Can anyone please help. If you need more clarification, please let me know. I hope I am not in the wrong forum for this type of questions.
4,543
Posted By cdn2008
Parse out known messages from a log file
I am looking for a script to do the following. I have a large log file that contains hundreds of warnings, a lot of which can be ignored. The tool doesn't allow me to suppress it, so I like to parse...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 11:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy