Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 1997 15:18:09 +0000
From:      "Riley J. McIntire" <rileyj@train.tgci.com>
To:        freebsd-questions@freebsd.org
Subject:   (Fwd) garbage from syslogd after compiling new kernel
Message-ID:  <199707082216.PAA14067@train.tgci.com>

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

Could the disabling KTRACE cause the syslog output I got below?

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
#options		KTRACE		#kernel tracing

Made a new kernel yesterday and am getting this output from syslogd 
now.  AFAIK everything is working...

config is attached.

Any suggestions?  And any other criticisms or comments on the config 
would be appreciated...

Thanks,

Riley

/var/log/messages:

> 1H\^[[m\^[[5;1H\^[[6;1H\^[[m\^[[6;1H\^[[7;1H\^[[m\^[[7;1H\^[[8;1H\^[
> [m\^[[8;1H\^[[9;1H\^[[m\^[[9;1H\^[[m\^[[19;1H\^[[m\^[[20;1H\^[[m\^[[
> 21;1H\^[[m\^[[9;1H\^[[m\^[[7m\^[[m\^[[23;1H\^[[m\^[[23;1H\^[

\^[[m\^[[23;1H\^[[m\^[[m\^[[23;1H\^[[m\^[[23;1H\^[[m\^[[1m\^[[m\^[[1m\
^[[m\^[[9;1H\^[[9;1H\^[[m\^[[m\^[[23;1H\^[[m\^[[23;1H\^[[m\^[[m\^[[23;
1H\^[[m\^[[23;1H\^[[m\^[[1m\^[[m\^[[1m\^[[m\^[[9;1H\^[[m\^
[[m\^[[1m\^[[m\^[[1m\^[[m\^[[7;1H\^[[1;46H\^[[m\^[[2;1H\^[[m\^[[2;1H\^
[[3;1H\^[[m\^[[3;1H\^[[4;1H\^[[m\^[[4;1H\^[[5;1H\^[[m\^[[5;1H\^[[6;1H\
^[[m\^[[6;1H\^[[7;1H\^[[m\^[[7;1H\^[[8;1H\^[[m\^[[8;1H\^[[

<snip>
much more of same 
</snip>

\^[[4;1H\^[[m\^[[4;1H\^[[5;1H\^[[m\^[[5;1H\^[[6;1H\^[[m\^[[6;1H\^[[7;1
H\^[[m\^[[7;1H\^[[8;1H\^[[m\^[[8;1H\^[[9;1H\^[[m\^[[9;1H\^[[m\^[[19;1H
\^[[m\^[[20;1H\^[[m\^[[21;1H\^[[m\^[[2;1H\^[[m\^[[7m\^[[m\ > wdc0:
disabled, not probed. > ccd0-3: Concatenated disk drivers

config:

#
#
#	$Id: CHARMED,v 1.77.2.8 1997/04/18 14:06:20 nate Exp $

machine		"i386"
cpu		"I586_CPU"	#Pentium 120
ident		CHARMED	
maxusers	64	

options		"CHILD_MAX=160"
options		"OPEN_MAX=160"
options		"SHMMAXPGS=2048"
options		INCLUDE_CONFIG_FILE
options		"MD5"
options		QUOTA

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

config		kernel	root on sd0

  #Buses
controller	isa0
controller	pci0

  #Floppy and ide
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

  #scsi stuff
controller	ahc0
#controller	scbus0

controller	scbus0 at ahc0
disk		sd0 at scbus0 target 0
device		cd0 at scbus?

#device		sd0
#device		st0
#device		cd0	#Only need one of these, the code dynamically grows

  #Wangtec tape
device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr


# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

  #Network

#device ed0 at isa? port 0x280 net irq  5 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x260 net irq  10 iomem 0xd8000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	vn	1
#pseudo-device	tun	1
pseudo-device	pty	64	
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	snp	3
pseudo-device	ccd	4

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
#options		KTRACE		#kernel tracing




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