Re: ncurses build problem (resolved)/new problem with GAWK

2006-09-22 Thread Brandon Peirce
Tony Sequeira wrote: On Fri, 2006-09-22 at 19:49 +0200, Brandon Peirce wrote: > Christopher Parker wrote: > > >The source of this problem was due to GAWK not parsing the parameters > >correctly. I now have the problem that the following command > > > >echo "parm1 parm2" | awk '{print $1}' > > >

Re: Syslog logs - why not just one?

2006-09-22 Thread Dan Nicholson
On 9/22/06, Jeremy Henty <[EMAIL PROTECTED]> wrote: LFS installs a fairly standard looking syslog.conf but doesn't explain its contents. I'm wondering if there is any justification for splitting the log messages to different files? There's so much to wade through you'll be using some log analy

Re: Syslog logs - why not just one?

2006-09-22 Thread Douglas J Hunley
Jeremy Henty stated: > LFS installs a fairly standard looking syslog.conf but doesn't explain > its contents.  I'm wondering if there is any justification for > splitting the log messages to different files?  There's so much to > wade through you'll be using some log analysis/monitoring program > a

Re: ncurses build problem (resolved)/new problem with GAWK

2006-09-22 Thread Tony Sequeira
On Fri, 2006-09-22 at 19:49 +0200, Brandon Peirce wrote: > Christopher Parker wrote: > > >The source of this problem was due to GAWK not parsing the parameters > >correctly. I now have the problem that the following command > > > >echo "parm1 parm2" | awk '{print $1}' > > > >resolves to "parm1 p

Re: ncurses build problem (resolved)/new problem with GAWK

2006-09-22 Thread Brandon Peirce
Christopher Parker wrote: The source of this problem was due to GAWK not parsing the parameters correctly. I now have the problem that the following command echo "parm1 parm2" | awk '{print $1}' resolves to "parm1 parm2" instead of just "parm1". Has anyone seen this before, or have any sug