Re: Redirect console output

2004-11-04 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 04 November 2004 10:15 pm, Alex Malinovich wrote: > Is it possible to force console output (e.g. messages when new hardware > is detected, disk errors, etc) to go to a different device? Either an > xterm or, better yet, a r

Re: Redirect console output

2004-11-04 Thread Ali Alphan Bayazit
/var/log/syslog is not enough for you? for tty logging: man syslogd man syslog.conf aab On Thu, 2004-11-04 at 10:30 -0600, Alex Malinovich wrote: > Is it possible to force console output (e.g. messages when new hardware > is detected, disk errors, etc) to go to a different device? Eit

Redirect console output

2004-11-04 Thread Alex Malinovich
Is it possible to force console output (e.g. messages when new hardware is detected, disk errors, etc) to go to a different device? Either an xterm or, better yet, a remote ssh connection? I do a lot of hardware troubleshooting remotely via SSH and it would be a LOT easier if I could actually see

Re: Console output?

2004-09-03 Thread John Fleming
Hello John Fleming (<[EMAIL PROTECTED]>) wrote: > Is this coming from my firewall (Firestarter) somehow? If so, why?? > 64.105.56.109 is my IP, but I don't know what the other one is > 64.105.106.5) Thanks - John > > Appears on console screen, over and over, but not on remote ssh > screen: > > I

Re: Console output?

2004-09-03 Thread Jacob S.
On Fri, 3 Sep 2004 14:44:31 -0700 Raquel Rice <[EMAIL PROTECTED]> wrote: > On Fri, 3 Sep 2004 15:06:47 -0500 > "John Fleming" <[EMAIL PROTECTED]> wrote: > > > Is this coming from my firewall (Firestarter) somehow? If so, > > why?? 64.105.56.109 is my IP, but I don't know what the other one > > i

Re: Console output?

2004-09-03 Thread Raquel Rice
On Fri, 3 Sep 2004 15:06:47 -0500 "John Fleming" <[EMAIL PROTECTED]> wrote: > Is this coming from my firewall (Firestarter) somehow? If so, > why?? 64.105.56.109 is my IP, but I don't know what the other one > is 64.105.106.5) Thanks - John > > Appears on console screen, over and over, but not o

Re: Console output?

2004-09-03 Thread Douglas G. Phillips
"John Fleming" <[EMAIL PROTECTED]> writes: > Is this coming from my firewall (Firestarter) somehow? If so, why?? > 64.105.56.109 is my IP, but I don't know what the other one is 64.105.106.5) Yes. Firestarter has iptables logging any denied access, and those logs are dumped to the console. The

Re: Console output?

2004-09-03 Thread Andreas Janssen
Hello John Fleming (<[EMAIL PROTECTED]>) wrote: > Is this coming from my firewall (Firestarter) somehow? If so, why?? > 64.105.56.109 is my IP, but I don't know what the other one is > 64.105.106.5) Thanks - John > > Appears on console screen, over and over, but not on remote ssh > screen: > >

Console output?

2004-09-03 Thread John Fleming
Is this coming from my firewall (Firestarter) somehow? If so, why?? 64.105.56.109 is my IP, but I don't know what the other one is 64.105.106.5) Thanks - John Appears on console screen, over and over, but not on remote ssh screen: IN=eth0) OUT= MAC= 00:c0:9f:38:15:eb:00:e0:eb:74:7f:C8:08:00: SRC

Re: daemons, init.d, and console output experts

2004-04-06 Thread David M . Besonen
On Tue, 06 Apr 2004 13:08:18 -0700, David M.Besonen <[EMAIL PROTECTED]> wrote: >problem. modem works fine when i (as root) use the debian script >included with slmodem-2.9.6.tar.gz or when i start the daemon manually here's that script for easy reference: #!/bin/sh # # slmodemd:Starts the S

daemons, init.d, and console output experts

2004-04-06 Thread David M . Besonen
hi all, i posted about this problem late last night but here's a clearer daytime description: compiled and installed ftp://ftp.smlink.com/linux/unsupported/slmodem-2.9.6.tar.gz without a problem. modem works fine when i (as root) use the debian script included with slmodem-2.9.6.tar.gz or when i

Re: how to write Console output to a log file

2003-12-10 Thread Laurence J. Lane
On Wed, Dec 10, 2003 at 03:30:27AM -0800, Sebastia Altemir wrote: > If, under SuSE 8.2, I put this line > echo "*** Running /ETC/INIT.D/NETWORK ***" > in "/etc/init.d/network", I can find this line in /var/log/boot.msg > > Under Debian, - kernel 2.4.20 -, I place a similar ECHO line in > "/etc/i

how to write Console output to a log file

2003-12-10 Thread Sebastia Altemir
If, under SuSE 8.2, I put this line echo "*** Running /ETC/INIT.D/NETWORK ***" in "/etc/init.d/network", I can find this line in /var/log/boot.msg Under Debian, - kernel 2.4.20 -, I place a similar ECHO line in "/etc/init.d/networking", can see (very fast) on the console screen, but can't find i

Re: Weird console output from eth0

2003-10-06 Thread Nicos Gollan
(This is a forward of a direct reply to me. I post it back to the list because I don't know the "real" solution to the problem. What package is responsible for the firewall rules below?) As for redirecting the output to a more suitable location, you could try the ULOG target that can be handled

Re: Weird console output from eth0

2003-10-06 Thread ZekeVarg
keep getting this output on the > console and am unable to work on the console. > > Output: > > IN=eth0 OUT= MAC= SRC=10.62.0.15 DST=10.62.0.255 LEN=270 TOS=0x00 > PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=250 > IN=eth0 OUT= MAC= SRC=10.62.0.15 DST=10.62.0.255 LEN=235

Re: Weird console output from eth0

2003-10-06 Thread Sudeep Mukherjee
Nicos Gollan <[EMAIL PROTECTED]> writes: > This is from iptables and indicates access to the ports used for Windows/Samba > filesharing. Do > > iptables -L > > and check if there are entries with a LOG target. If you remove those entries, > the output should cease. If you want to get rid of it p

Re: Weird console output from eth0

2003-10-06 Thread Nicos Gollan
On Monday 06 October 2003 18:31, Sudeep Mukherjee wrote: > Hi > Could someone help me with this. I keep getting this output on the > console and am unable to work on the console. > > Output: > > IN=eth0 OUT= MAC= SRC=10.62.0.15 DST=10.62.0.255 LEN=270 TOS=0x00 > PREC=0x00

Weird console output from eth0

2003-10-06 Thread Sudeep Mukherjee
Hi Could someone help me with this. I keep getting this output on the console and am unable to work on the console. Output: IN=eth0 OUT= MAC= SRC=10.62.0.15 DST=10.62.0.255 LEN=270 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=250 IN=eth0 OUT= MAC= SRC=10.62.0.15 DST

Re: Console output

2002-09-05 Thread Noah Meyerhans
On Thu, Sep 05, 2002 at 12:10:42PM -0700, Eric Richardson wrote: > This is a really basic question. Why does only part of the console > output on boot go into the /var/log/dmesg file? /var/log/dmesg is a dump of the kernel's message buffer taken shortly after boot. It allows you to

Console output

2002-09-05 Thread Eric Richardson
Hi, This is a really basic question. Why does only part of the console output on boot go into the /var/log/dmesg file? It's pretty hard to see what is going on when you can't see the output. Thanks, Eric -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: Capturing console output

2001-04-27 Thread Mike Fedyk
On Fri, Apr 27, 2001 at 07:18:44AM -, [EMAIL PROTECTED] wrote: > > As a matter of fact I only meant to capture a file in my stand-alone laptop > bash console. As far as I'm concerned the right suggestion to me was : use > script! > Thanks to all > Vittorio Heh, funny.

Re: Capturing console output

2001-04-27 Thread
As a matter of fact I only meant to capture a file in my stand-alone laptop bash console. As far as I'm concerned the right suggestion to me was : use script! Thanks to all Vittorio >on Thu, Apr 26, 2001 at 07:29:54PM -0700, Mike Fedyk ([EMAIL PROTECTED]) >wrote: > On Thu, Apr 26, 2001 at 10:

Re: Capturing console output

2001-04-26 Thread Mike Fedyk
On Thu, Apr 26, 2001 at 07:43:41PM -0700, Karsten M. Self wrote: > on Thu, Apr 26, 2001 at 07:29:54PM -0700, Mike Fedyk ([EMAIL PROTECTED]) > wrote: > > I think he wants to read what another user on another vt is doing. I forget > > the package name, anyone remember? > > ttysnoop, IIRC. Yep, tha

Re: Capturing console output

2001-04-26 Thread Karsten M. Self
on Thu, Apr 26, 2001 at 07:29:54PM -0700, Mike Fedyk ([EMAIL PROTECTED]) wrote: > On Thu, Apr 26, 2001 at 10:20:05AM +0300, Atukunda Martin wrote: > > > > On Thu, Apr 26, 2001 at 07:07:00AM -, [EMAIL PROTECTED] wrote: > > > > > > How can I capture in a file what's going on in a bash console?

Re: Capturing console output

2001-04-26 Thread Mike Fedyk
On Thu, Apr 26, 2001 at 10:20:05AM +0300, Atukunda Martin wrote: > > On Thu, Apr 26, 2001 at 07:07:00AM -, [EMAIL PROTECTED] wrote: > > > > How can I capture in a file what's going on in a bash console? > > Ciao > > Vittorio > > use script > I think he wants to read what another user on an

Re: Capturing console output

2001-04-26 Thread Atukunda Martin
On Thu, Apr 26, 2001 at 07:07:00AM -, [EMAIL PROTECTED] wrote: > > How can I capture in a file what's going on in a bash console? > Ciao > Vittorio use script > - > > messaggio inviato con Freemail by superEva > http://www.supereva.it >

Capturing console output

2001-04-26 Thread
How can I capture in a file what's going on in a bash console? Ciao Vittorio - messaggio inviato con Freemail by superEva http://www.supereva.it -

Re: Software to record console output (sort of...)

2000-10-07 Thread Shaul Karl
script ? > > --FL5UXtIhxfXey3p5 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: quoted-printable > > Hi gang, > > I remember years and year ago, when I first installed debian (bo, I > think), the install instructions recommended that you run this little > program that

Re: Software to record console output (sort of...)

2000-10-06 Thread Damon Muller
Quoth Ethan Benson, > > Someone has asked me to do something and record what I do so that he can > > see how it works, but I can't for the life of me remember what this > > program was called. I've tried searching through apt-cache and apropos > > for record, script, pager, etc., but no joy. > >

Re: Software to record console output (sort of...)

2000-10-06 Thread Ethan Benson
On Fri, Oct 06, 2000 at 09:39:17PM +1100, Damon Muller wrote: > > Someone has asked me to do something and record what I do so that he can > see how it works, but I can't for the life of me remember what this > program was called. I've tried searching through apt-cache and apropos > for record, sc

Software to record console output (sort of...)

2000-10-06 Thread Damon Muller
Hi gang, I remember years and year ago, when I first installed debian (bo, I think), the install instructions recommended that you run this little program that records everything that happens on the console. I think it just saves it to an ascii file with escape codes, but if you catted the resulti