Re: [rtl] Log rtl_printf calls?

2000-06-08 Thread Daniel Phillips

On Tue, 06 Jun 2000, [EMAIL PROTECTED] wrote:
> > are the outputs made by rtl_printf written to a logfile somewhere? I
> 
> 'dmesg' lists them.

I use a KDE program called "ktail" (a predecessor version was called "kwatch")
gives you a continuous listing of the most recent lines added to any file you
want - in my case it's usually /var/log/messages.  Then you configure your
system (/etc/syslog.conf) to log messages into that file.  This works fine for
relatively low volume messages (initial debugging) and in cases where disk
activity doesn't interfere with the timing of your process too much.

-- 
Daniel
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/




Re: [rtl] Log rtl_printf calls?

2000-06-06 Thread kissg


> are the outputs made by rtl_printf written to a logfile somewhere? I

'dmesg' lists them.

> cannot find them in the usual places but I would need them to do a post
> mortem analyze of my system after a crash...

I use serial console with a terminal emulator program logging
all traffic. This works quite well.

Regards

Gabor
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/




[rtl] Log rtl_printf calls?

2000-06-05 Thread Jochen Kuepper

Tobias Klotz writes:
 > are the outputs made by rtl_printf written to a logfile somewhere? I
 > cannot find them in the usual places but I would need them to do a post
 > mortem analyze of my system after a crash...

Don't they go to /var/log/messages ? Probably you need to edit
/etc/syslog.conf. But anyway you won't get the last log's before an
crash, I assume :-O

Jochen
-- 
Heinrich-Heine-Universität, Institut für Physikalische Chemie I
Universitätsstr. 1, Geb. 26.43 Raum 02.29
40225 Düsseldorf, Germanyphone ++49-211-8113681
http://www.Jochen-Kuepper.de   fax ++49-211-8115195
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/




[rtl] Log rtl_printf calls?

2000-06-05 Thread Tobias Klotz

Hello,

are the outputs made by rtl_printf written to a logfile somewhere? I
cannot find them in the usual places but I would need them to do a post
mortem analyze of my system after a crash...

thanks!

tobias

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/