Hi,

I was just messing about upgrading some boxes from 3.8
and I shut a router down for a while and the bridge
it was plugged into hung.  No response to pings and
no response to the keyboard.  The only thing I noticed
was that the 3 keyboard lights were all blinking off
and on together at about a 1 second interval.

Everything is running 3.8.

The OpenBSD router/firewall is plugged into an OpenBSD
bridge via a crossover cable.  The bridge interface is
a dc device.  The firewall was powered down for a while
and there was probably some traffic destined through it
over the bridge while it was down.  The purpose of the
bridge is to do traffic queueing, on both sides of the
bridge, so the bridge is running pf and altq.  The
bridge is transparent.

I power cycled the bridge and everything's back to normal.
I don't see anything in the logs.

It's all old, old hardware, fwiw.

Dmesg output for the bridge appended.

It's never been a problem before so I'm not particularly
anxious about the problem, but if there's something to
be learned I'm all ears.

Thanks.

Karl <[EMAIL PROTECTED]>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein

OpenBSD 3.8-stable (GENERIC) #1: Tue Dec 20 21:20:37 CST 2005
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD-K6(tm) 3D processor ("AuthenticAMD" 586-class) 501 MHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX
real mem  = 28934144 (28256K)
avail mem = 18362368 (17932K)
using 378 buffers containing 1548288 bytes (1512K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(04) BIOS, date 07/01/99, BIOS32 rev. 0 @ 0xf06f0
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 30102 dobusy 0 doidle 1
pcibios0 at bios0: rev 2.1 @ 0xf0000/0xda2
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf0d10/144 (7 entries)
pcibios0: PCI Interrupt Router at 000:01:0 ("SIS 85C503 System" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc0000/0x8000
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "SIS 530 PCI" rev 0x02
pciide0 at pci0 dev 0 function 1 "SIS 5513 EIDE" rev 0xd0: 530: DMA, channel 0 configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: <Maxtor 71084 AP>
wd0: 16-sector PIO, LBA, 1036MB, 2122780 sectors
atapiscsi0 at pciide0 channel 0 drive 1
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <, ATAPI CDROM, 1.30> SCSI0 5/cdrom removable
wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
cd0(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 disabled (no drives)
pcib0 at pci0 dev 1 function 0 "SIS 85C503 System" rev 0xb3
"SIS 5595 System" rev 0x00 at pci0 dev 1 function 1 not configured
ppb0 at pci0 dev 2 function 0 "SIS 86C201 AGP" rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "SIS 530 VGA" rev 0xa2: aperture at 0xe7800000, size 0x400000
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
dc0 at pci0 dev 10 function 0 "Lite-On PNIC" rev 0x20: irq 12, address 00:a0:cc:66:7d:9c
bmtphy0 at dc0 phy 1: BCM5201 10/100 PHY, rev. 2
dc1 at pci0 dev 11 function 0 "Lite-On PNIC" rev 0x20: irq 10, address 00:a0:cc:66:7d:9d
bmtphy1 at dc1 phy 1: BCM5201 10/100 PHY, rev. 2
dc2 at pci0 dev 12 function 0 "Lite-On PNIC" rev 0x20: irq 11, address 00:a0:cc:66:7d:9b
bmtphy2 at dc2 phy 1: BCM5201 10/100 PHY, rev. 2
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
sysbeep0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
lm0 at isa0 port 0x290/8: LM78
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
biomask e365 netmask ff65 ttymask ffe7
pctr: user-level cycle counter enabled
mtrr: K6-family MTRR support (2 registers)
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
WARNING: / was not properly unmounted
dc0: failed to force tx and rx to idle state
dc0: failed to force tx and rx to idle state
dc1: failed to force tx and rx to idle state
dc2: failed to force tx and rx to idle state

Reply via email to