Logging question

2003-10-07 Thread Sasa Stupar
Hi! I have a cable modem connection to inet on my RH8 which is router for my LAN. Lately I have some difficulties with the stability of my connection so I am asking: Is it possible to log the connection of the cable modem to the inet? I would like to log how long was modem online an how long w

RE: Basic Dumb Logging Question

2003-07-31 Thread David Hart
Thanks all. BTW, Multitail is a great way to go if you want several logs displayed with regex filtering of the output. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Basic Dumb Logging Question

2003-07-31 Thread Reuben D. Budiardja
On Thursday 31 July 2003 12:04 pm, Chris W. Parker wrote: > Cowles, Steve > > on Thursday, July 31, 2003 6:45 AM said: > > I keep terminal windows like this open 24x7. > > I don't understand this. You don't mean that you have a different > monitor dedicated to each ta

RE: Basic Dumb Logging Question

2003-07-31 Thread Chris W. Parker
Cowles, Steve on Thursday, July 31, 2003 6:45 AM said: > I keep terminal windows like this open 24x7. I don't understand this. You don't mean that you have a different monitor dedicated to each tail -f do you? Thanks, Chris. -- redhat-list mailing list unsubscr

Re: Basic Dumb Logging Question

2003-07-31 Thread Jack Bowling
** Reply to message from Leonard Miller <[EMAIL PROTECTED]> on Thu, 31 Jul 2003 08:13:39 -0500 > tail -f /var/log/httpd/access_log > tail -f /var/log/httpd/error_log > > >>> [EMAIL PROTECTED] 07/31/03 09:11AM >>> > Suppose, for testing purposes, that I want to display my httpd access > and error

Re: Basic Dumb Logging Question

2003-07-31 Thread Bret Hughes
On Thu, 2003-07-31 at 08:46, Richard Bewley wrote: > An alternative, although not as easy, would be to less , then > shift + f > Yeah I use less +F filename all the time. Just as easy. Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listin

Re: Basic Dumb Logging Question

2003-07-31 Thread Richard Bewley
An alternative, although not as easy, would be to less , then shift + f Richard At 08:14 AM 7/31/2003 -0500, you wrote: Check the options on the tail command. tail -f will display the last 10 lines and then continue to display lines as they are written to the file. David Hart writes: Suppose,

RE: Basic Dumb Logging Question

2003-07-31 Thread Cowles, Steve
David Hart wrote: > Suppose, for testing purposes, that I want to display my httpd access > and error logs, on the screen, updating in real time. Is there a way > to do this? > I keep terminal windows like this open 24x7. Another alternative to the -f option of the tail command (to compensate for

Re: Basic Dumb Logging Question

2003-07-31 Thread sberg
Check the options on the tail command. tail -f will display the last 10 lines and then continue to display lines as they are written to the file. David Hart writes: Suppose, for testing purposes, that I want to display my httpd access and error logs, on the screen, updating in real time. Is

Re: Basic Dumb Logging Question

2003-07-31 Thread David Hart
On Thu, 2003-07-31 at 09:13, Leonard Miller wrote: > tail -f /var/log/httpd/access_log > tail -f /var/log/httpd/error_log > > >>> [EMAIL PROTECTED] 07/31/03 09:11AM >>> > Suppose, for testing purposes, that I want to display my httpd access > and error logs, on the screen, updating in real time. I

Re: Basic Dumb Logging Question

2003-07-31 Thread Leonard Miller
tail -f /var/log/httpd/access_log tail -f /var/log/httpd/error_log >>> [EMAIL PROTECTED] 07/31/03 09:11AM >>> Suppose, for testing purposes, that I want to display my httpd access and error logs, on the screen, updating in real time. Is there a way to do this? Thanks. -- redhat-list mailing l

Basic Dumb Logging Question

2003-07-31 Thread David Hart
Suppose, for testing purposes, that I want to display my httpd access and error logs, on the screen, updating in real time. Is there a way to do this? Thanks. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

IPTables Logging question

2002-11-20 Thread Amit Kumar Gupta
Hi List, I am using Redhat 7.1 with 2.4.5 sources. I am having a problem reg logging of Iptables. Whenever i execute iptables command with LOG target, i get some messages in var/log/dmesg and /var/log/messages. (as given in syslog.conf file) I want that these messages should go to /var/log/iptab