Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 03:11:19 +0000
From:      j mckitrick <jcm@FreeBSD-uk.eu.org>
To:        freebsd-chat@freebsd.org
Subject:   frustration with debug messages
Message-ID:  <20010106031118.A79573@dogma.freebsd-uk.eu.org>

next in thread | raw e-mail | index | archive | help

Hello all, I am asking here because no one on questions has been able to
help.
I have run into a very frustrating problem.  I am
using standard printf statements for status info while debugging the
parallel port zip driver in PS2 mode.  For a reason I have yet to discover,
my messages are no longer appearing consistently in my dmesg output.

As I move through the debug process, I will enable and disable blocks of
debug output, but when I run dmesg, what I see is not the same as what I saw
while the machine was rebooting.  These same messages usually end up in
/var/log/messages, but I can't figure out the pattern.  I saw that
messages.4 was not gzipped like the others.  Could i have overflowed syslogd
and messed things up?

I would be happy to post info besides my syslog.conf, but I didn't want to
clog the list.  My work has come to a standstill, since I cannot access the
debug output.  Please help!  Hopefully it is only a small issue that I can
learn from and fix promptly.

jm
-- 
------------------------------------------------------------------------
Jonathon McKitrick -- jcm@freebsd-uk.eu.org 
------------------------------------------------------------------------

# $FreeBSD: src/etc/syslog.conf,v 1.9.2.1 1999/08/29 14:19:02 peter Exp $
#
#	Spaces are NOT valid field separators in this file.
#	Consult the syslog.conf(5) manpage.
#*.err;kern.debug;auth.notice;mail.crit		/dev/console
*.notice;kern.debug;lpr.info;mail.crit;news.err	/var/log/messages
#security.*					/var/log/security
mail.info					/var/log/maillog
lpr.info					/var/log/lpd-errs
cron.*						/var/log/cron
*.err						root
#*.notice;news.err				root
*.alert						/var/log/messages
*.emerg						*
# uncomment these if you're running inn
# news.crit					/var/log/news/news.crit
# news.err					/var/log/news/news.err
# news.notice					/var/log/news/news.notice
!startslip
*.*						/var/log/slip.log
!ppp
*.*						/var/log/ppp.log
!ipfw						
*.*						/var/log/ipfw.log





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010106031118.A79573>