Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 1998 09:46:25 +0200 (MEST)
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        freebsd-current@freefall.cdrom.com
Subject:   'Frozen' 
Message-ID:  <199807080746.JAA12786@gilberto.physik.RWTH-Aachen.DE>

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

I built a -current world+kernel of yesterday.
AmdK5/133, 32MB, NCR SCSI and IDE disks, de0 network card,

dmesg + kernel config appended.

There  was no panic of anything to be seen. This machine ran
rock solid with a May-3.0-current for weeks and before that
it ran 2.2.5 rock solid - never saw this 'freeze'.

Yesterday, after building perl500404 and doing some build
in /usr/ports/databases/mysql I logged out. A couple of hours
later the machine didn't respond and when I went to the campus
this morning I only saw the login: prompt, no kernel message on
the screen, just frozen.

I noticed though in the past that the sometimes the de0 interface
has difficulties to come up (autoselect or whatever).

(BTW, can anyone tell what the sendmail error messages in the
messages file mean?)

-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

-- DATA follow:
Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 3.0-CURRENT #1: Tue Jul  7 09:44:53 MEST 1998
    kuku@blues.physik.rwth-aachen.de:/a/src/sys/compile/NEWBLUES
Timecounter "i8254"  frequency 1193182 Hz  cost 2677 ns
Timecounter "TSC"  frequency 100227877 Hz  cost 284 ns
CPU: AMD-K5(tm) Processor (100.23-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x511  Stepping=1
  Features=0x21bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE>
real memory  = 33554432 (32768K bytes)
avail memory = 30572544 (29856K bytes)
Probing for devices on PCI bus 0:
chip0: <Intel 82437VX PCI cache memory controller> rev 0x02 on pci0.0.0
chip1: <Intel 82371SB PCI to ISA bridge> rev 0x01 on pci0.7.0
ide_pci0: <Intel PIIX3 Bus-master IDE controller> rev 0x00 on pci0.7.1
de0: <Digital 21041 Ethernet> rev 0x11 int a irq 11 on pci0.8.0
de0: SMC 21041 [10Mb/s] pass 1.1
de0: address 00:00:c0:06:e2:d2
ncr0: <ncr 53c810 fast10 scsi> rev 0x02 int a irq 10 on pci0.9.0
ncr0: waiting for scsi devices to settle
scbus0 at ncr0 bus 0
sd0 at scbus0 target 0 lun 0
sd0: <QUANTUM FIREBALL_TM2110S 300N> type 0 fixed SCSI 2
sd0: Direct-Access 
sd0: 10.0 MB/s (100 ns, offset 8)
2014MB (4124736 512 byte sectors)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: MDA/hercules <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x3bc-0x3c3 irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff on isa
wdc0: unit 0 (wd0): <FUJITSU MPA3026AT>, 32-bit, multi-block-32
wd0: 2503MB (5126688 sectors), 5086 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 flags 0x80ff on isa
wdc1: unit 0 (wd1): <FUJITSU MPA3026ATU>, 32-bit, multi-block-32
wd1: 2503MB (5126688 sectors), 5086 cyls, 16 heads, 63 S/T, 512 B/S
npx0 on motherboard
npx0: INT 16 interface
ccd0-3: Concatenated disk drivers
changing root device to wd0s1a
WARNING: / was not properly dismounted.
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $
#

machine		"i386"
cpu		"I586_CPU"
ident		NEWBLUES
maxusers	64

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		MROUTING
options		USER_LDT
options 	USERCONFIG
options		KTRACE
#options		DEVFS
#options		DEVFS_ROOT

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
##obsolete options		"GUSMAX"

options ATAPI_STATIC
options ATAPI

config		kernel	root on sd0 

controller	isa0
controller pci0
controller ncr0
controller ncr1

controller scbus0 at ncr0

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
controller	wdc0	at isa? port "IO_WD1" bio irq 14 flags 0x000080ff vector wdintr
disk		wd0	at wdc0 drive 0
device wcd0
controller	wdc1	at isa? port "IO_WD2" bio irq 15 flags 0x000080ff vector wdintr
disk		wd1	at wdc1 drive 0
device wcd0

disk sd0
device st0
device cd0

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

device		npx0	at isa? port "IO_NPX" 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
device		de0


#device ed0 at isa? port 0x280 net irq  5 iomem 0xd0000 vector edintr

pseudo-device ccd 4
pseudo-device	loop
pseudo-device	vn
pseudo-device	ether
#pseudo-device	pcaudio
#pseudo-device	log
pseudo-device	bpfilter 16
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

/var/log/messages: (shows two situations: the 1st boot is right after
the freeze and in consequence of the non-working de0 the names
for /etc/exports cannot be respolved). Also fsck was necessary.
The second boot then was OK.

Jul  8 09:23:55 blues /kernel: Copyright (c) 1992-1998 FreeBSD Inc.
Jul  8 09:23:55 blues /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
Jul  8 09:23:55 blues /kernel: The Regents of the University of California. All rights reserved.
Jul  8 09:23:55 blues /kernel: FreeBSD 3.0-CURRENT #1: Tue Jul  7 09:44:53 MEST 1998
Jul  8 09:23:55 blues /kernel: kuku@blues.physik.rwth-aachen.de:/a/src/sys/compile/NEWBLUES
Jul  8 09:23:55 blues /kernel: Timecounter "i8254"  frequency 1193182 Hz  cost 2677 ns
Jul  8 09:23:55 blues /kernel: Timecounter "TSC"  frequency 100227877 Hz  cost 284 ns
Jul  8 09:23:55 blues /kernel: CPU: AMD-K5(tm) Processor (100.23-MHz 586-class CPU)
Jul  8 09:23:56 blues /kernel: Origin = "AuthenticAMD"  Id = 0x511  Stepping=1
Jul  8 09:23:56 blues /kernel: Features=0x21bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE>
Jul  8 09:23:56 blues /kernel: real memory  = 33554432 (32768K bytes)
Jul  8 09:23:56 blues /kernel: avail memory = 30572544 (29856K bytes)
Jul  8 09:23:56 blues /kernel: Probing for devices on PCI bus 0:
Jul  8 09:23:56 blues /kernel: chip0: <Intel 82437VX PCI cache memory controller> rev 0x02 on pci0.0.0
Jul  8 09:23:56 blues /kernel: chip1: <Intel 82371SB PCI to ISA bridge> rev 0x01 on pci0.7.0
Jul  8 09:23:56 blues /kernel: ide_pci0: <Intel PIIX3 Bus-master IDE controller> rev 0x00 on pci0.7.1
Jul  8 09:23:56 blues /kernel: de0: <Digital 21041 Ethernet> rev 0x11 int a irq 11 on pci0.8.0
Jul  8 09:23:56 blues /kernel: de0: SMC 21041 [10Mb/s] pass 1.1
Jul  8 09:23:56 blues /kernel: de0: address 00:00:c0:08:d0:c4
Jul  8 09:23:56 blues /kernel: ncr0: <ncr 53c810 fast10 scsi> rev 0x02 int 
Jul  8 09:23:56 blues /kernel: a irq 10 on pci0.9.0
Jul  8 09:23:56 blues /kernel: ncr0: waiting for scsi devices to settle
Jul  8 09:23:56 blues /kernel: scbus0 at ncr0 bus 0
Jul  8 09:23:56 blues /kernel: sd0 at scbus0 target 0 lun 0
Jul  8 09:23:56 blues /kernel: sd0: <QUANTUM FIREBALL_TM2110S 300N> type 0 fixed SCSI 2
Jul  8 09:23:56 blues /kernel: sd0: Direct-Access 
Jul  8 09:23:56 blues /kernel: sd0: 10.0 MB/s (100 ns, offset 8)
Jul  8 09:23:56 blues /kernel: 2014MB (4124736 512 byte sectors)
Jul  8 09:23:56 blues /kernel: Probing for devices on the ISA bus:
Jul  8 09:23:56 blues /kernel: sc0 at 0x60-0x6f irq 1 on motherboard
Jul  8 09:23:56 blues /kernel: sc0: MDA/hercules <16 virtual consoles, flags=0x0>
Jul  8 09:23:56 blues /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa
Jul  8 09:23:56 blues /kernel: sio0: type 16550A
Jul  8 09:23:56 blues /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa
Jul  8 09:23:56 blues /kernel: sio1: type 16550A
Jul  8 09:23:56 blues /kernel: lpt0 at 0x3bc-0x3c3 irq 7 on isa
Jul  8 09:23:56 blues /kernel: lpt0: Interrupt-driven port
Jul  8 09:23:56 blues /kernel: lp0: TCP/IP capable interface
Jul  8 09:23:56 blues /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
Jul  8 09:23:56 blues /kernel: fd0: 1.44MB 3.5in
Jul  8 09:23:56 blues /kernel: wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff on isa
Jul  8 09:23:56 blues /kernel: wdc0: unit 0 (wd0): <FUJITSU MPA3026AT>, 32-bit, multi-block-32
Jul  8 09:23:56 blues /kernel: wd0: 2503MB (5126688 sectors), 5086 cyls, 16 heads, 63 S/T, 512 B/S
Jul  8 09:23:56 blues /kernel: wdc1 at 0x170-0x177 irq 15 flags 0x80ff on isa
Jul  8 09:23:56 blues /kernel: wdc1: unit 0 (wd1): <FUJITSU MPA3026ATU>, 32-bit, multi-block-32
Jul  8 09:23:57 blues /kernel: wd1: 2503MB (5126688 sectors), 5086 cyls, 16 heads, 63 S/T, 512 B/S
Jul  8 09:23:57 blues /kernel: npx0 on motherboard
Jul  8 09:23:57 blues /kernel: npx0: INT 16
Jul  8 09:23:57 blues /kernel: interface
Jul  8 09:23:57 blues /kernel: ccd0-3: Concatenated disk drivers
Jul  8 09:23:57 blues /kernel: changing root device to wd0s1a
Jul  8 09:23:57 blues /kernel: WARNING: / was not properly dismounted.
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for bach
Jul  8 09:23:57 blues mountd[90]: Bad host bach, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for mozart
Jul  8 09:23:57 blues mountd[90]: Bad host mozart, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for vivaldi
Jul  8 09:23:57 blues mountd[90]: Bad host vivaldi, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for toots
Jul  8 09:23:57 blues mountd[90]: Bad host toots, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for aclpc0
Jul  8 09:23:57 blues mountd[90]: Bad host aclpc0, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for bach
Jul  8 09:23:57 blues mountd[90]: Bad host bach, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for mozart
Jul  8 09:23:57 blues mountd[90]: Bad host mozart, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for vivaldi
Jul  8 09:23:57 blues mountd[90]: Bad host vivaldi, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for toots
Jul  8 09:23:57 blues mountd[90]: Bad host toots, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for aclpc0
Jul  8 09:23:57 blues mountd[90]: Bad host aclpc0, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for agate
Jul  8 09:23:57 blues mountd[90]: Bad host agate, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for bach
Jul  8 09:23:57 blues mountd[90]: Bad host bach, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for mozart
Jul  8 09:23:57 blues mountd[90]: Bad host mozart, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for vivaldi
Jul  8 09:23:57 blues mountd[90]: Bad host vivaldi, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for toots
Jul  8 09:23:57 blues mountd[90]: Bad host toots, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for aclpc0
Jul  8 09:23:57 blues mountd[90]: Bad host aclpc0, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for agate
Jul  8 09:23:57 blues mountd[90]: Bad host agate, skipping
Jul  8 09:23:57 blues mountd[90]: Gethostbyname failed for aclpc0
Jul  8 09:23:57 blues mountd[90]: Bad host aclpc0, skipping
Jul  8 09:23:58 blues mrouted[136]: mrouted version 3.8a
Jul  8 09:23:58 blues mrouted[136]: can't forward: only one enabled vif
Jul  8 09:23:59 blues lpd[154]: restarted
Jul  8 09:24:02 blues sshd[206]: log: Server listening on port 22.
Jul  8 09:24:02 blues sshd[206]: log: Generating 768 bit RSA key.
Jul  8 09:24:06 blues sshd[206]: log: RSA key generation complete.
Jul  8 09:24:07 blues sendmail[236]: NOQUEUE: SYSERR: putoutmsg (NO-HOST): error on output channel sending "451 fill_fd: before readcf: fd 1 not open: Bad file descriptor": Input/output error
Jul  8 09:24:07 blues sendmail[236]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 1 not open: Bad file descriptor
Jul  8 09:24:07 blues sendmail[236]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 2 not open: Bad file descriptor
Jul  8 09:24:36 blues login: login on ttyv0 as kuku
Jul  8 09:26:52 blues su: kuku to root on /dev/ttyv0
Jul  8 09:28:48 blues reboot: rebooted by kuku
Jul  8 09:28:48 blues syslogd: exiting on signal 15
Jul  8 09:30:54 blues /kernel: Copyright (c) 1992-1998 FreeBSD Inc.
Jul  8 09:30:55 blues /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
Jul  8 09:30:55 blues /kernel: The Regents of the University of California. All rights reserved.
Jul  8 09:30:55 blues /kernel: FreeBSD 3.0-CURRENT #1: Tue Jul  7 09:44:53 MEST 1998
Jul  8 09:30:55 blues /kernel: kuku@blues.physik.rwth-aachen.de:/a/src/sys/compile/NEWBLUES
Jul  8 09:30:55 blues /kernel: Timecounter "i8254"  frequency 1193182 Hz  cost 2677 ns
Jul  8 09:30:55 blues /kernel: Timecounter "TSC"  frequency 100227748 Hz  cost 284 ns
Jul  8 09:30:55 blues /kernel: CPU: AMD-K5(tm) Processor (100.23-MHz 586-class CPU)
Jul  8 09:30:55 blues /kernel: Origin = "AuthenticAMD"  Id = 0x511  Stepping=1
Jul  8 09:30:55 blues /kernel: Features=0x21bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE>
Jul  8 09:30:55 blues /kernel: real memory  = 33554432 (32768K bytes)
Jul  8 09:30:55 blues /kernel: avail memory = 30572544 (29856K bytes)
Jul  8 09:30:55 blues /kernel: Probing for devices on PCI bus 0:
Jul  8 09:30:55 blues /kernel: chip0: <Intel 82437VX PCI cache memory controller> rev 0x02 on pci0.0.0
Jul  8 09:30:55 blues /kernel: chip1: <Intel 82371SB PCI to ISA bridge> rev 0x01 on pci0.7.0
Jul  8 09:30:55 blues /kernel: ide_pci0: <Intel PIIX3 Bus-master IDE controller> rev 0x00 on pci0.7.1
Jul  8 09:30:55 blues /kernel: de0: <Digital 21041 Ethernet> rev 0x11 int a irq 11 on pci0.8.0
Jul  8 09:30:55 blues /kernel: de0: SMC 21041 [10Mb/s] pass 1.1
Jul  8 09:30:55 blues /kernel: de0: address 00:00:c0:08:d0:c4
Jul  8 09:30:55 blues /kernel: ncr0: <ncr 53c810 fast10 scsi> rev 0x02 int 
Jul  8 09:30:55 blues /kernel: a irq 10 on pci0.9.0
Jul  8 09:30:55 blues /kernel: ncr0: waiting for scsi devices to settle
Jul  8 09:30:55 blues /kernel: scbus0 at ncr0 bus 0
Jul  8 09:30:55 blues /kernel: sd0 at scbus0 target 0 lun 0
Jul  8 09:30:55 blues /kernel: sd0: <QUANTUM FIREBALL_TM2110S 300N> type 0 fixed SCSI 2
Jul  8 09:30:55 blues /kernel: sd0: Direct-Access 
Jul  8 09:30:55 blues /kernel: sd0: 10.0 MB/s (100 ns, offset 8)
Jul  8 09:30:55 blues /kernel: 2014MB (4124736 512 byte sectors)
Jul  8 09:30:55 blues /kernel: Probing for devices on the ISA bus:
Jul  8 09:30:55 blues /kernel: sc0 at 0x60-0x6f irq 1 on motherboard
Jul  8 09:30:55 blues /kernel: sc0: MDA/hercules <16 virtual consoles, flags=0x0>
Jul  8 09:30:56 blues /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa
Jul  8 09:30:56 blues /kernel: sio0: type 16550A
Jul  8 09:30:56 blues /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa
Jul  8 09:30:56 blues /kernel: sio1: type 16550A
Jul  8 09:30:56 blues /kernel: lpt0 at 0x3bc-0x3c3 irq 7 on isa
Jul  8 09:30:56 blues /kernel: lpt0: Interrupt-driven port
Jul  8 09:30:56 blues /kernel: lp0: TCP/IP capable interface
Jul  8 09:30:56 blues /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
Jul  8 09:30:56 blues /kernel: fd0: 1.44MB 3.5in
Jul  8 09:30:56 blues /kernel: wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff on isa
Jul  8 09:30:56 blues /kernel: wdc0: unit 0 (wd0): <FUJITSU MPA3026AT>, 32-bit, multi-block-32
Jul  8 09:30:56 blues /kernel: wd0: 2503MB (5126688 sectors), 5086 cyls, 16 heads, 63 S/T, 512 B/S
Jul  8 09:30:56 blues /kernel: wdc1 at 0x170-0x177 irq 15 flags 0x80ff on isa
Jul  8 09:30:56 blues /kernel: wdc1: unit 0 (wd1): <FUJITSU MPA3026ATU>, 32-bit, multi-block-32
Jul  8 09:30:56 blues /kernel: wd1: 2503MB (5126688 sectors), 5086 cyls, 16 heads, 63 S/T, 512 B/S
Jul  8 09:30:56 blues /kernel: npx0 on motherboard
Jul  8 09:30:56 blues /kernel: npx0: INT 16
Jul  8 09:30:56 blues /kernel: interface
Jul  8 09:30:56 blues /kernel: ccd0-3: Concatenated disk drivers
Jul  8 09:30:56 blues /kernel: changing root device to wd0s1a
Jul  8 09:30:56 blues /kernel: de0: enabling BNC port
Jul  8 09:32:38 blues mrouted[136]: mrouted version 3.8a
Jul  8 09:32:38 blues mrouted[136]: can't forward: only one enabled vif
Jul  8 09:32:39 blues lpd[154]: restarted
Jul  8 09:32:42 blues sshd[206]: log: Server listening on port 22.
Jul  8 09:32:42 blues sshd[206]: log: Generating 768 bit RSA key.
Jul  8 09:32:46 blues sshd[206]: log: RSA key generation complete.
Jul  8 09:32:46 blues sendmail[236]: NOQUEUE: SYSERR: putoutmsg (NO-HOST): error on output channel sending "451 fill_fd: before main() initmaps: fd 1 not open: Bad file descriptor": Input/output error
Jul  8 09:32:46 blues sendmail[236]: NOQUEUE: SYSERR(root): fill_fd: before main() initmaps: fd 1 not open: Bad file descriptor
Jul  8 09:32:46 blues sendmail[236]: NOQUEUE: SYSERR(root): fill_fd: before main() initmaps: fd 2 not open: Bad file descriptor

-- END OF DATA --

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



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