View previous topic :: View next topic |
Author |
Message |
Alaric n00b
Joined: 19 Jan 2005 Posts: 17 Location: Houston Tx
|
Posted: Thu Apr 14, 2005 2:20 pm Post subject: log tailer |
|
|
Any nice program that maybe runs like torsmo that can do a tail of /var/log/messages? Right now I used a borderless aterm. Would like something planted to my desktop. Thought about just doing it in torsmo but dont want my torsmo to be huge. Any suggestions or ideas?
Keep in mind, its early and havent had my coffee so im a bit slow, sorry if I missed anything obvious =)
Alaric _________________ SPARC Ultra 80, 4x 440mhz, 4 gigs ram, 2x Creator 3D video card, 36 gig SCSI, SCSI CDROM, running Gentoo 2.6.21. |
|
Back to top |
|
|
Vitaliy Guru
Joined: 06 Apr 2004 Posts: 451 Location: Brooklyn, NY
|
Posted: Thu Apr 14, 2005 6:40 pm Post subject: |
|
|
Code: | # tail -f /var/log/messages |
That should do it.. |
|
Back to top |
|
|
mirko_3 l33t
Joined: 02 Nov 2003 Posts: 605 Location: Birreria
|
Posted: Thu Apr 14, 2005 8:21 pm Post subject: |
|
|
The last line of my .torsmorc tells it to execute a
Code: |
tail -n 3 /var/log/messages
|
every 5 seconds... works perfect for me. _________________ Non fa male! Non fa male! |
|
Back to top |
|
|
zieloo Veteran
Joined: 28 Mar 2004 Posts: 1337
|
Posted: Thu Apr 14, 2005 8:46 pm Post subject: |
|
|
Code: | emerge x11-terms/root-tail |
|
|
Back to top |
|
|
Alaric n00b
Joined: 19 Jan 2005 Posts: 17 Location: Houston Tx
|
Posted: Thu Apr 14, 2005 8:58 pm Post subject: |
|
|
heh guess I should have been more specific. I know how to tail a log file, root-tail was what I was aiming for. Thanks all, ill keep poking around. _________________ SPARC Ultra 80, 4x 440mhz, 4 gigs ram, 2x Creator 3D video card, 36 gig SCSI, SCSI CDROM, running Gentoo 2.6.21. |
|
Back to top |
|
|
|