Hi All,
Don't mean to interrupt, but could someone please point me to some
documentation on creating a "log host". This sounds like something I'd
like to try.
Thanks in advance,
Scott
Gregg C Levine
<hansolofalcon@worldne To: [EMAIL PROTECTED]
t.att.net> cc:
Sent by: Linux on 390 Subject: Re: Dual logging?
Port
<[EMAIL PROTECTED]
DU>
09/25/2002 07:06 PM
Please respond to
Linux on 390 Port
Hello from Gregg C Levine
Then don't do that! Yes, you should indeed have first referenced that
version of Red Hat. Are there any problems with mixing and matching
different versions of binaries?
-------------------
Gregg C Levine [EMAIL PROTECTED]
------------------------------------------------------------
"The Force will be with you...Always." Obi-Wan Kenobi
"Use the Force, Luke."� Obi-Wan Kenobi
(This company dedicates this E-Mail to General Obi-Wan Kenobi )
(This company dedicates this E-Mail to Master Yoda )
> -----Original Message-----
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED]] On Behalf Of
> paultz
> Sent: Wednesday, September 25, 2002 6:50 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [LINUX-390] Dual logging?
>
> Mark,
>
> I had tried the man page on my older Marist release and was surprised
at
> 'No manual entry for syslog'. I should have gone to my RH7.2 system!
> (Doctor, doctor, it hurts when I do this!).
>
> Thanks a million.
> Paul
>
> >Paul,
>
> >By specifying what you want logged twice, once to a local log file,
and
> a
> >second time to a remote host, you can achieve this. The examples in
> "man
> >syslog" show this:
> > # Kernel messages are first, stored in the kernel
> > # file, critical messages and higher ones also go
> > # to another host and to the console
> > #
> > kern.* /var/adm/kernel
> > kern.crit @finlandia
> > kern.crit /dev/console
> > kern.info;kern.!err /var/adm/kernel-info
>
> >Mark Post