Re: [Leaf-user] The script to send log files

2001-11-26 Thread Lee
Thanks for that great walk-through. Excellent! Lee - Original Message - From: "Paul Rimmer" <[EMAIL PROTECTED]> To: "Kevin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 5:08 PM Subject: RE: [Leaf-user] The script to se

RE: [Leaf-user] The script to send log files

2001-11-26 Thread Paul Rimmer
November 26, 2001 5:37 AM > To: Robert Williams; [EMAIL PROTECTED] > Subject: RE: [Leaf-user] The script to send log files > > > thanks, I will look into this later this week > > > -Original Message- > From: Robert Williams [mailto:[EMAIL PROTECTED]] > Sent: M

RE: [Leaf-user] The script to send log files

2001-11-26 Thread Binh Do
Hello Kevin. I used to send me mail about the new IP and resolv.conf when dhclient exits on E2B. I got error and later found out because at that moment, the 'user' is not defined yet and so there is a line From: without nothing so Mail Server does not like it. And I have changed the mail script in

Re: [Leaf-user] The script to send log files

2001-11-26 Thread Charles Steinkuehler
> This is from my /etc/network.conf, maybe this will help troubleshoot. Again, > I do not have an /etc/POSIXness.conf file. It would be /etc/lrp.conf on ES2B > Running E2B with PPPoP from Ken H, 2.2.16 Kernel, 2 floppy boot. > > Thanks for any help, my box does not support CDRom boot to migrate

RE: [Leaf-user] The script to send log files

2001-11-26 Thread Kevin
thanks, I will look into this later this week -Original Message- From: Robert Williams [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 2:43 AM To: Kevin; [EMAIL PROTECTED] Subject: RE: [Leaf-user] The script to send log files HI Kevin, I am just about out of ideas. If

RE: [Leaf-user] The script to send log files

2001-11-25 Thread Robert Williams
205.152.0.5 >nameserver 127.0.0.1 > >-Original Message- >From: Charles Steinkuehler [mailto:[EMAIL PROTECTED]] >Sent: Sunday, November 25, 2001 5:05 PM >To: Kevin; [EMAIL PROTECTED]; Robert Williams; Paul >Rimmer; Brock Nanson >Subject: Re: [Leaf-user] The

RE: [Leaf-user] The script to send log files

2001-11-25 Thread Kevin
vin; [EMAIL PROTECTED]; Robert Williams; Paul Rimmer; Brock Nanson Subject: Re: [Leaf-user] The script to send log files > still no luck on e-mailing the logs. No error report this morning via > weblet, however when I issue the mail script from the putty console, I still > get unknown host

Re: [Leaf-user] The script to send log files

2001-11-25 Thread Charles Steinkuehler
> still no luck on e-mailing the logs. No error report this morning via > weblet, however when I issue the mail script from the putty console, I still > get unknown hostname after changing the dns name to the actual server IP in > lrp.conf. This is likely one of two potential problems. Either yo

RE: [Leaf-user] The script to send log files

2001-11-25 Thread Kevin
know the outcome. -Original Message- From: Robert Williams [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 24, 2001 9:39 PM To: [EMAIL PROTECTED] Subject: RE: [Leaf-user] The script to send log files Hi Kevin, Looking at the errors that you are getting it looks like a DNS problem to me

Re: [Leaf-user] The script to send log files

2001-11-25 Thread Victor McAllisteer
Brock Nanson wrote: > After watching this thread, I thought I'd give it a try too. > > > > Why it worked the first time after boot is beyond me... I'm using Eiger if > that's informational. As I recall, Eiger has difficulties with the mail script. It needs to get patched. There are instruc

RE: [Leaf-user] The script to send log files

2001-11-24 Thread Brock Nanson
After watching this thread, I thought I'd give it a try too. After having grief with the -d command (not known) I thought I'd go super simple, as I have a mail server on my LAN. So I've used the private IP address for the mail server , i.e.: lrp_MAIL_SERVER=192.168.1.252 lrp_MAIL_ADMIN="[EMAIL

RE: [Leaf-user] The script to send log files

2001-11-24 Thread Kevin
. -Original Message- From: Robert Williams [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 24, 2001 9:39 PM To: [EMAIL PROTECTED] Subject: RE: [Leaf-user] The script to send log files Hi Kevin, Looking at the errors that you are getting it looks like a DNS problem to me. Try and ping your

RE: [Leaf-user] The script to send log files

2001-11-24 Thread Robert Williams
ot; ] && echo "To: $to" > [ "$cc" ] && echo "cc: $cc" > [ ! "$to" ] && echo "Bcc: " > echo '' > > cat $fbody > > echo '

Re: [Leaf-user] The script to send log files

2001-11-20 Thread Binh Do
It works great, Robert. Thank you. -Original Message- Message: 1 Date: Fri, 16 Nov 2001 13:15:56 -0800 From: Robert Williams <[EMAIL PROTECTED]> Subject: Re: [Leaf-user] The script to send log files To: [EMAIL PROTECTED] Hi Binh, It's quite easy to have your fire wall ema

Re: [Leaf-user] The script to send log files

2001-11-16 Thread Robert Williams
Hi Binh, It's quite easy to have your fire wall email you your logs. I have them sent every morning after the logs are rotated. I have appended the following line to my /etc/crontab file. It is on one line with no breaks. Try the mail command on the command line to make sure that you mail setti

[Leaf-user] The script to send log files

2001-11-16 Thread Binh Do
Hi Robert, I like the idea of sending the log files periodically. Could you share it with us? Thank you. -Original Message- From: Robert Williams <[EMAIL PROTECTED]> >> I just upgraded to Dachstien CD rc5 from rc4. I have crontab >> scheduled to email me my logs which it has been doin