Date: Mon, 10 Aug 1998 10:17:13 -0700 (PDT) From: Matt Dillon <dillon@best.net> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/7557: possible inode deadlock Message-ID: <199808101717.KAA20413@flea.best.net>
next in thread | raw e-mail | index | archive | help
>Number: 7557
>Category: kern
>Synopsis: -current machine running Diablo, lockup, possible inode deadlock
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 10 10:20:00 PDT 1998
>Last-Modified:
>Originator: Matt Dillon
>Organization:
Best Internet Communications, Inc.
>Release: FreeBSD 2.2.6-STABLE i386
>Environment:
FreeBSD-current CVS july 28 + softupdates + CAM + CCD.
>Description:
The serial console output is included below. There are *TWO* crashes
shown.
In both cases, the machine simply locked up, staying pingable but being
unresponsive to attempts to login over the network or on the console.
In both cases I broke the machine into the debugger, did a ps, and
then attempted to panic it. In both cases, the dump failed with a
page fault and a second panic rebooted it without generating a dump.
In both cases, a cascade inode lockup appears to have occured. The
base cause of the lockup is unknown... it is not clear whether it is an
inode deadlock situation or whether a process got stuck in bioread()
or something like that and caused the cascade. What is known is that
whatever the cause, the inode lockup appears to cascade all the back to
the root inode since it winds up effecting all processes attempting
to access the filesystem, including sshd, which do not touch the news
partition(s) at all.
-Matt
Jul 30 00:18:43 nntp3 sshd[1801]: log: Closing connection to 209.157.86.6
Jul 30 10:09:27 nntp3 sshd[11283]: log: Connection from 209.157.86.6 port 994
Jul 30 10:09:29 nntp3 sshd[11283]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Jul 30 10:09:35 nntp3 ksu[11289]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Jul 30 10:09:35 nntp3 ksu[11289]: Account root: authorization for dillon@BEST.COM successful
Stopped at _siointr1+0x6d [../../i386/isa/sio.c:58]: jmp _siointr1+0x159
db> back
No such command
db> trace
_siointr1(com=f1ca9800) at _siointr1+0x6d [../../i386/isa/sio.c:58]
_siointr(unit=0) at _siointr+0x1d [../../i386/isa/sio.c:1482]
_Xfastintr4(f9c468c0,0,fa8abf40,0,0) at _Xfastintr4+0x24
_soo_read(fp=f1e65480,uio=fa8abf40,cred=f2549600) at _soo_read+0x20 [../../kern/sys_socket.c:69]
_read(p=fa87dfc0,uap=fa8abf94) at _read+0xb3 [../../kern/sys_generic.c:121]
_syscall(frame=efbf0027) at _syscall+0x187 [../../i386/i386/trap.c:1031]
_Xsyscall() at _Xsyscall+0x55
--- syscall 0x3, eip = 0x200a87d1, esp = 0xefbfd5c4, ebp = 0xefbfd670 ---
db> ps
pid proc addr uid ppid pgrp flag stat wmesg wchan cmd
11318 0xfa87e9c0 0xfa88e000 0 175 175 000004 3 inode 0xf1d15e00 sshd1
11317 0xfa87c940 0xfa8e7000 0 11290 11317 000016 3 inode 0xf1d15e00 tcsh
11309 0xfa87ca80 0xfa8e4000 8 1 11299 004005 3 inode 0xf1d15e00 dnewslink
11290 0xfa87d5c0 0xfa8c5000 0 11289 11290 004006 3 ppwait 0xfa87d5c0 tcsh
11289 0xf9fb1480 0xfa1a2000 0 11285 11289 004187 3 wait 0xf9fb1480 ksu
11285 0xfa87ab40 0xfa939000 298 11283 11285 004086 3 pause 0xfa9390f0 tcsh
11283 0xfa87b540 0xfa91e000 0 175 175 000085 3 select 0xf023ed94 sshd1
11282 0xfa87e4c0 0xfa89b000 8 202 202 000105 3 inode 0xf1d7ca00 diablo
9926 0xfa430540 0xfa4cc000 8 1 9919 004005 3 inode 0xf1d15e00 dnewslink
9915 0xfa796c80 0xfa853000 8 202 202 000185 3 sbwait 0xf9c42224 diablo
9914 0xfa87bcc0 0xfa909000 8 202 202 000185 3 sbwait 0xf9c4b9a4 diablo
9913 0xfa87ba40 0xfa910000 8 202 202 000185 3 sbwait 0xf9c4e2c4 diablo
9912 0xfa87ce40 0xfa8d8000 8 202 202 000185 3 sbwait 0xf9c4b4a4 diablo
9911 0xfa87de80 0xfa8ad000 8 202 202 000185 3 sbwait 0xf9c4f4a4 diablo
9910 0xf9fb2740 0xf9fd1000 8 202 202 000105 3 inode 0xf23d7800 diablo
9909 0xfa796dc0 0xfa84f000 8 202 202 000185 3 sbwait 0xf9c4a4a4 diablo
9908 0xf9fb0e40 0xfa232000 8 202 202 000105 3 inode 0xf2261000 diablo
9907 0xfa797540 0xfa83b000 8 202 202 000185 3 sbwait 0xf9c46184 diablo
9906 0xfa797680 0xfa837000 8 202 202 000105 3 inode 0xf1d29600 diablo
9905 0xfa87bb80 0xfa90c000 8 202 202 000185 3 sbwait 0xf9c41cc4 diablo
--More--
9904 0xfa796a00 0xfa85c000 8 202 202 000105 3 inode 0xf1d15e00 diablo
--More--
9903 0xfa87ed80 0xfa883000 8 202 202 000185 3 sbwait 0xf9c47184 diablo
9902 0xfa87e600 0xfa898000 8 202 202 000185 3 sbwait 0xf9c4fb84 diablo
9901 0xfa87e380 0xfa89f000 8 202 202 000185 3 sbwait 0xf9c3f684 diablo
9900 0xfa7963c0 0xfa86e000 8 202 202 000105 3 inode 0xf1d2fa00 diablo
9899 0xfa796140 0xfa874000 8 202 202 000185 3 sbwait 0xf9c3f5e4 diablo
9898 0xfa796500 0xfa86a000 8 202 202 000185 3 sbwait 0xf9c44364 diablo
9897 0xf9fb1700 0xfa0b7000 8 202 202 000185 3 sbwait 0xf9c4bcc4 diablo
9896 0xfa87c1c0 0xfa8fc000 8 202 202 000105 3 pgtblk 0xf0f6f78c diablo
9895 0xfa87dac0 0xfa8b7000 8 202 202 000185 3 sbwait 0xf9c3dc24 diablo
9894 0xfa87b040 0xfa92b000 8 202 202 000105 3 inode 0xf1d2f000 diablo
9893 0xfa87e880 0xfa892000 8 202 202 000185 3 sbwait 0xf9c40b84 diablo
9892 0xf9fb1840 0xfa05a000 8 202 202 000185 3 sbwait 0xf9c46b84 diablo
9891 0xf9fb1d40 0xfa019000 8 202 202 000185 3 sbwait 0xf9c3d5e4 diablo
9890 0xfa796f00 0xfa84c000 8 202 202 000105 3 getblk 0xf6d16868 diablo
8851 0xfa7968c0 0xfa85f000 8 8817 8817 000104 3 inode 0xf1d15e00 dreaderd
8849 0xfa87eb00 0xfa88b000 8 8817 8817 000104 3 inode 0xf1d15e00 dreaderd
8847 0xfa87ec40 0xfa887000 8 8817 8817 000104 3 inode 0xf1d15e00 dreaderd
8845 0xfa87dfc0 0xfa8aa000 8 8817 8817 000104 2 dreaderd
8843 0xfa7972c0 0xfa841000 8 8817 8817 000104 2 dreaderd
8840 0xfa797400 0xfa83e000 8 8817 8817 000104 2 dreaderd
8839 0xfa796780 0xfa863000 8 8817 8817 000104 3 inode 0xf1d15e00 dreaderd
--More--
8830 0xfa797040 0xfa848000 8 8817 8817 000104 2 dreaderd
8829 0xfa87e740 0xfa895000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8828 0xf9eca200 0xf9f3e000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8827 0xfa87ac80 0xfa936000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8826 0xfa87b900 0xfa914000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8825 0xfa87e240 0xfa8a2000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8824 0xfa87d200 0xfa8cf000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8823 0xfa87c080 0xfa8ff000 8 8817 8817 000105 3 inode 0xf1d2fc00 dreaderd
8822 0xfa87a8c0 0xfa943000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8821 0xf9ec8f40 0xf9f78000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8820 0xfa87be00 0xfa905000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8819 0xf9fb2b00 0xf9fc6000 8 8817 8817 000105 3 inode 0xf1d2f800 dreaderd
8818 0xfa87d0c0 0xfa8d2000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8817 0xfa87d480 0xfa8c8000 8 1 8817 000184 3 select 0xf023ed94 dreaderd
7668 0xfa796640 0xfa866000 8 1 7657 000105 3 inode 0xf1d15e00 dreaderd
293 0xf9fb1c00 0xfa01d000 666 292 293 004087 3 ttyin 0xf0219570 csh
292 0xf9fb1e80 0xfa016000 0 291 292 004087 3 wait 0xf9fb1e80 login.krb5
291 0xf9fb2240 0xf9fe1000 0 137 291 004085 3 select 0xf023ed94 klogind
202 0xf9eca480 0xf9f37000 8 1 202 000104 3 inode 0xf1d15e00 diablo
192 0xf9ecafc0 0xf9f0f000 0 1 192 004006 3 inode 0xf1d15e00 getty
191 0xf9ecad40 0xf9f1c000 0 1 191 004086 3 ttyin 0xf023b310 getty
--More--
190 0xf9ecb880 0xf9ee2000 0 1 190 004086 3 ttyin 0xf023b220 getty
189 0xf9ecb9c0 0xf9ede000 0 1 189 004086 3 ttyin 0xf023b130 getty
175 0xf9ecae80 0xf9f14000 0 1 175 000004 3 inode 0xf1d15e00 sshd1
140 0xf9ecb100 0xf9f0c000 0 1 140 000004 3 inode 0xf1d15e00 cron
137 0xf9ecb240 0xf9f09000 0 1 137 000084 3 select 0xf023ed94 inetd
111 0xf9ecb380 0xf9f06000 1 1 111 000184 3 select 0xf023ed94 portmap
107 0xf9ecb600 0xf9ef5000 0 1 107 000004 3 inode 0xf1d15e00 xntpd
103 0xf9ecb740 0xf9ef2000 0 1 103 000084 3 select 0xf023ed94 named
95 0xf9ecb4c0 0xf9ef8000 0 1 95 000084 3 select 0xf023ed94 syslogd
4 0xf9ecbb00 0xf9ed9000 0 0 0 000204 3 syncer 0xf024174c syncer
3 0xf9ecbc40 0xf9ed6000 0 0 0 000204 3 psleep 0xf0237cf0 vmdaemon
2 0xf9ecbd80 0xf9ed3000 0 0 0 000204 3 psleep 0xf0210690 pagedaemon
1 0xf9ecbec0 0xf9ed0000 0 0 1 004084 3 wait 0xf9ecbec0 init
0 0xf023f81c 0xf0a64000 0 0 0 000204 3 sched 0xf023f81c swapper
db>
pid proc addr uid ppid pgrp flag stat wmesg wchan cmd
11318 0xfa87e9c0 0xfa88e000 0 175 175 000004 3 inode 0xf1d15e00 sshd1
11317 0xfa87c940 0xfa8e7000 0 11290 11317 000016 3 inode 0xf1d15e00 tcsh
11309 0xfa87ca80 0xfa8e4000 8 1 11299 004005 3 inode 0xf1d15e00 dnewslink
11290 0xfa87d5c0 0xfa8c5000 0 11289 11290 004006 3 ppwait 0xfa87d5c0 tcsh
11289 0xf9fb1480 0xfa1a2000 0 11285 11289 004187 3 wait 0xf9fb1480 ksu
11285 0xfa87ab40 0xfa939000 298 11283 11285 004086 3 pause 0xfa9390f0 tcsh
11283 0xfa87b540 0xfa91e000 0 175 175 000085 3 select 0xf023ed94 sshd1
11282 0xfa87e4c0 0xfa89b000 8 202 202 000105 3 inode 0xf1d7ca00 diablo
9926 0xfa430540 0xfa4cc000 8 1 9919 004005 3 inode 0xf1d15e00 dnewslink
9915 0xfa796c80 0xfa853000 8 202 202 000185 3 sbwait 0xf9c42224 diablo
9914 0xfa87bcc0 0xfa909000 8 202 202 000185 3 sbwait 0xf9c4b9a4 diablo
9913 0xfa87ba40 0xfa910000 8 202 202 000185 3 sbwait 0xf9c4e2c4 diablo
9912 0xfa87ce40 0xfa8d8000 8 202 202 000185 3 sbwait 0xf9c4b4a4 diablo
9911 0xfa87de80 0xfa8ad000 8 202 202 000185 3 sbwait 0xf9c4f4a4 diablo
9910 0xf9fb2740 0xf9fd1000 8 202 202 000105 3 inode 0xf23d7800 diablo
9909 0xfa796dc0 0xfa84f000 8 202 202 000185 3 sbwait 0xf9c4a4a4 diablo
9908 0xf9fb0e40 0xfa232000 8 202 202 000105 3 inode 0xf2261000 diablo
9907 0xfa797540 0xfa83b000 8 202 202 000185 3 sbwait 0xf9c46184 diablo
9906 0xfa797680 0xfa837000 8 202 202 000105 3 inode 0xf1d29600 diablo
9905 0xfa87bb80 0xfa90c000 8 202 202 000185 3 sbwait 0xf9c41cc4 diablo
--More--
9904 0xfa796a00 0xfa85c000 8 202 202 000105 3 inode 0xf1d15e00 diablo
9903 0xfa87ed80 0xfa883000 8 202 202 000185 3 sbwait 0xf9c47184 diablo
9902 0xfa87e600 0xfa898000 8 202 202 000185 3 sbwait 0xf9c4fb84 diablo
9901 0xfa87e380 0xfa89f000 8 202 202 000185 3 sbwait 0xf9c3f684 diablo
9900 0xfa7963c0 0xfa86e000 8 202 202 000105 3 inode 0xf1d2fa00 diablo
9899 0xfa796140 0xfa874000 8 202 202 000185 3 sbwait 0xf9c3f5e4 diablo
9898 0xfa796500 0xfa86a000 8 202 202 000185 3 sbwait 0xf9c44364 diablo
9897 0xf9fb1700 0xfa0b7000 8 202 202 000185 3 sbwait 0xf9c4bcc4 diablo
9896 0xfa87c1c0 0xfa8fc000 8 202 202 000105 3 pgtblk 0xf0f6f78c diablo
9895 0xfa87dac0 0xfa8b7000 8 202 202 000185 3 sbwait 0xf9c3dc24 diablo
9894 0xfa87b040 0xfa92b000 8 202 202 000105 3 inode 0xf1d2f000 diablo
9893 0xfa87e880 0xfa892000 8 202 202 000185 3 sbwait 0xf9c40b84 diablo
9892 0xf9fb1840 0xfa05a000 8 202 202 000185 3 sbwait 0xf9c46b84 diablo
9891 0xf9fb1d40 0xfa019000 8 202 202 000185 3 sbwait 0xf9c3d5e4 diablo
9890 0xfa796f00 0xfa84c000 8 202 202 000105 3 getblk 0xf6d16868 diablo
8851 0xfa7968c0 0xfa85f000 8 8817 8817 000104 3 inode 0xf1d15e00 dreaderd
8849 0xfa87eb00 0xfa88b000 8 8817 8817 000104 3 inode 0xf1d15e00 dreaderd
8847 0xfa87ec40 0xfa887000 8 8817 8817 000104 3 inode 0xf1d15e00 dreaderd
8845 0xfa87dfc0 0xfa8aa000 8 8817 8817 000104 2 dreaderd
8843 0xfa7972c0 0xfa841000 8 8817 8817 000104 2 dreaderd
8840 0xfa797400 0xfa83e000 8 8817 8817 000104 2 dreaderd
--More--
8839 0xfa796780 0xfa863000 8 8817 8817 000104 3 inode 0xf1d15e00 dreaderd
8830 0xfa797040 0xfa848000 8 8817 8817 000104 2 dreaderd
8829 0xfa87e740 0xfa895000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8828 0xf9eca200 0xf9f3e000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8827 0xfa87ac80 0xfa936000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8826 0xfa87b900 0xfa914000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8825 0xfa87e240 0xfa8a2000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8824 0xfa87d200 0xfa8cf000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8823 0xfa87c080 0xfa8ff000 8 8817 8817 000105 3 inode 0xf1d2fc00 dreaderd
8822 0xfa87a8c0 0xfa943000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8821 0xf9ec8f40 0xf9f78000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8820 0xfa87be00 0xfa905000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8819 0xf9fb2b00 0xf9fc6000 8 8817 8817 000105 3 inode 0xf1d2f800 dreaderd
8818 0xfa87d0c0 0xfa8d2000 8 8817 8817 000105 3 inode 0xf1d15e00 dreaderd
8817 0xfa87d480 0xfa8c8000 8 1 8817 000184 3 select 0xf023ed94 dreaderd
7668 0xfa796640 0xfa866000 8 1 7657 000105 3 inode 0xf1d15e00 dreaderd
293 0xf9fb1c00 0xfa01d000 666 292 293 004087 3 ttyin 0xf0219570 csh
292 0xf9fb1e80 0xfa016000 0 291 292 004087 3 wait 0xf9fb1e80 login.krb5
291 0xf9fb2240 0xf9fe1000 0 137 291 004085 3 select 0xf023ed94 klogind
202 0xf9eca480 0xf9f37000 8 1 202 000104 3 inode 0xf1d15e00 diablo
192 0xf9ecafc0 0xf9f0f000 0 1 192 004006 3 inode 0xf1d15e00 getty
--More--
191 0xf9ecad40 0xf9f1c000 0 1 191 004086 3 ttyin 0xf023b310 getty
190 0xf9ecb880 0xf9ee2000 0 1 190 004086 3 ttyin 0xf023b220 getty
189 0xf9ecb9c0 0xf9ede000 0 1 189 004086 3 ttyin 0xf023b130 getty
175 0xf9ecae80 0xf9f14000 0 1 175 000004 3 inode 0xf1d15e00 sshd1
140 0xf9ecb100 0xf9f0c000 0 1 140 000004 3 inode 0xf1d15e00 cron
137 0xf9ecb240 0xf9f09000 0 1 137 000084 3 select 0xf023ed94 inetd
111 0xf9ecb380 0xf9f06000 1 1 111 000184 3 select 0xf023ed94 portmap
107 0xf9ecb600 0xf9ef5000 0 1 107 000004 3 inode 0xf1d15e00 xntpd
103 0xf9ecb740 0xf9ef2000 0 1 103 000084 3 select 0xf023ed94 named
95 0xf9ecb4c0 0xf9ef8000 0 1 95 000084 3 select 0xf023ed94 syslogd
4 0xf9ecbb00 0xf9ed9000 0 0 0 000204 3 syncer 0xf024174c syncer
3 0xf9ecbc40 0xf9ed6000 0 0 0 000204 3 psleep 0xf0237cf0 vmdaemon
2 0xf9ecbd80 0xf9ed3000 0 0 0 000204 3 psleep 0xf0210690 pagedaemon
1 0xf9ecbec0 0xf9ed0000 0 0 1 004084 3 wait 0xf9ecbec0 init
0 0xf023f81c 0xf0a64000 0 0 0 000204 3 sched 0xf023f81c swapper
db> panic
panic: from debugger
mp_lock = 01000002; cpuid = 1; lapic.id = 01000000
Debugger("panic")
Stopped at _siointr1+0x6d [../../i386/isa/sio.c:58]: jmp _siointr1+0x159
db> panic
panic: from debugger
mp_lock = 01000003; cpuid = 1; lapic.id = 01000000
boot() called on cpu#1
dumping to dev 401, offset 524288
dump
Fatal trap 12: page fault while in kernel mode
mp_lock = 01000004; cpuid = 1; lapic.id = 01000000
fault virtual address = 0x0
fault code = supervisor read, page not present
instruction pointer = 0x8:0xf01151be
stack pointer = 0x10:0xfa8abaac
frame pointer = 0x10:0xfa8abb6c
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = resume, IOPL = 0
current process = 8845 (dreaderd)
interrupt mask = net tty bio cam <- SMP: XXX
kernel: type 12 trap, code=0
Stopped at _siointr1+0x6d [../../i386/isa/sio.c:58]: jmp _siointr1+0x159
db>
panic: from debugger
mp_lock = 01000004; cpuid = 1; lapic.id = 01000000
boot() called on cpu#1
dumping to dev 401, offset 524288
dump device not ready
Automatic reboot in 15 seconds - press a key on the console to abort
--> Press a key on the console to reboot <--
Rebooting...
cpu_reset called on cpu#1
cpu_reset: Restarting BSP
cpu_reset_proxy: Grabbed mp lock for BSP
cpu_reset_proxy: Stopped CPU 1
-\|/-
>How-To-Repeat:
It occurs once every 2 to 10 days or so. I cannot get it to
reliably reproduce the problem.
>Fix:
Unknown.
>Audit-Trail:
>Unformatted:
>> FreeBSD BOOT @ 0x10000: 639/65535 k of memory, serial console
Boot default: 0:sd(0,a)/kernel
boot:
\|/-\|Booting 0:sd(0,a)/kernel @ 0x100000
text=0x105000 /-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|data=0x12000 /-\|/-\|/bss=0x2be10 symbols=[+0x1f0+0x4+0x322974-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-!
\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-+0x4+0x4f3706]
\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-!
\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/!
-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/Can't f!
ind file /kernel.config
total=0xa59082 entry point=0x100000
[ preserving 0x816084 bytes of kernel symbol table ]
BIOS basemem (639K) != RTC basemem (640K), setting to BIOS value
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 #4: Tue Jul 28 16:14:52 PDT 1998
dillon@nntp3.ba.best.com:/src/src/sys/compile/BEST-SMP
Timecounter "i8254" frequency 1193182 Hz cost 3538 ns
CPU: Pentium II (686-class CPU)
Origin = "GenuineIntel" Id = 0x634 Stepping=4
Features=0x80fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,MMX>
real memory = 268435456 (262144K bytes)
avail memory = 250265600 (244400K bytes)
FreeBSD/SMP: Multiprocessor motherboard
cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000
cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000
io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000
Probing for devices on PCI bus 0:
chip0: <Intel 82443BX host to PCI bridge> rev 0x02 on pci0.0.0
chip1: <Intel 82443BX host to AGP bridge> rev 0x02 on pci0.1.0
chip2: <Intel 82371AB PCI to ISA bridge> rev 0x02 on pci0.7.0
chip3: <Intel 82371AB USB host controller> rev 0x01 int d irq 255 on pci0.7.2
chip4: <Intel 82371AB Power management controller> rev 0x02 on pci0.7.3
Freeing (NOT implemented) redirected ISA irq 9.
ahc0: <Adaptec 2940 Ultra SCSI adapter> rev 0x00 int a irq 16 on pci0.16.0
ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
Freeing (NOT implemented) redirected ISA irq 10.
vx0: <3COM 3C905 Fast Etherlink XL PCI> rev 0x00 int a irq 17 on pci0.17.0
mii[*mii*]: disable 'auto select' with DOS util! address 00:60:08:92:62:fb
Probing for devices on PCI bus 1:
Freeing (NOT implemented) redirected ISA irq 0.
vga0: <Trident model 9750 VGA-compatible display device> rev 0xf3 int a irq 2 on pci1.1.0
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A, console
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1 not found at 0x2f8
lpt0 not found
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
npx0 on motherboard
npx0: INT 16 interface
APIC_IO: Testing 8254 interrupt delivery
APIC_IO: routing 8254 via pin 2
ccd0-7: Concatenated disk drivers
SMP: AP CPU #1 Launched!
cda1 at ahc0 bus 0 target 1 lun 0
da1: <SEAGATE ST118273W 5764> Fixed Direct Access SCSI2 device
da1: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled
da1: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C)
da3 at ahc0 bus 0 target 3 lun 0
da3: <SEAGATE ST118273W 5764> Fixed Direct Access SCSI2 device
da3: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled
da3: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C)
da2 at ahc0 bus 0 target 2 lun 0
da2: <SEAGATE ST118273W 5764> Fixed Direct Access SCSI2 device
da2: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled
da2: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C)
da0 at ahc0 bus 0 target 0 lun 0
da0: <SEAGATE ST34572W 0876> Fixed Direct Access SCSI2 device
da0: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled
da0: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C)
hanging root device to da0s4a
changing root device to da0a
WARNING: / was not properly dismounted.
swapon: adding /dev/sd0b as swap device
swapon: adding /dev/sd1b as swap device
swapon: adding /dev/sd2b as swap device
swapon: adding /dev/sd3b as swap device
Automatic reboot in progress...
/dev/rsd0a: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0a: 3426 files, 56406 used, 70745 free (241 frags, 8813 blocks, 0.2% fragmentation)
/dev/rsd0d: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0d: 134 files, 3148 used, 124003 free (67 frags, 15492 blocks, 0.1% fragmentation)
/dev/rsd0e: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0e: 47 files, 7995 used, 500660 free (12 frags, 62581 blocks, 0.0% fragmentation)
/dev/rsd0f: UNREF FILE I=3 OWNER=root MODE=100600
/dev/rsd0f: SIZE=316 MTIME=Jul 29 07:22 1998 (CLEARED)
/dev/rsd0f: FREE BLK COUNT(S) WRONG IN SUPERBLK (SALVAGED)
/dev/rsd0f: SUMMARY INFORMATION BAD (SALVAGED)
/dev/rsd0f: BLK(S) MISSING IN BIT MAPS (SALVAGED)
/dev/rsd0f: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0f: 67 files, 17 used, 508638 free (38 frags, 63575 blocks, 0.0% fragmentation)
/dev/rsd0g: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0g: 29127 files, 492961 used, 524366 free (3646 frags, 65090 blocks, 0.4% fragmentation)
/dev/rccd1d: UNREF FILE I=75342 OWNER=news MODE=100600
/dev/rccd1d: SIZE=157190 MTIME=Jul 28 10:45 1998 (CLEARED)
/dev/rccd1d: UNREF FILE I=199197 OWNER=news MODE=100600
/dev/rccd1d: SIZE=137035 MTIME=Jul 29 15:21 1998 (CLEARED)
/dev/rccd1d: FREE BLK COUNT(S) WRONG IN SUPERBLK (SALVAGED)
/dev/rccd1d: SUMMARY INFORMATION BAD (SALVAGED)
/dev/rccd1d: BLK(S) MISSING IN BIT MAPS (SALVAGED)
/dev/rccd1d: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rccd1d: 70335 files, 4111231 used, 5286564 free (202428 frags, 635517 blocks, 2.2% fragmentation)
/dev/rccd0d: UNREF FILE I=46423 OWNER=news MODE=100755
/dev/rccd0d: SIZE=786423 MTIME=Jul 29 09:04 1998 (CLEARED)
/dev/rccd0d: UNREF FILE I=69630 OWNER=news MODE=100600
/dev/rccd0d: SIZE=43320 MTIME=Jul 30 11:01 1998 (CLEARED)
/dev/rccd0d: UNREF FILE I=631763 OWNER=news MODE=100600
/dev/rccd0d: SIZE=87815 MTIME=Jul 30 09:50 1998 (CLEARED)
/dev/rccd0d: FREE BLK COUNT(S) WRONG IN SUPERBLK (SALVAGED)
/dev/rccd0d: SUMMARY INFORMATION BAD (SALVAGED)
/dev/rccd0d: BLK(S) MISSING IN BIT MAPS (SALVAGED)
/dev/rccd0d: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rccd0d: 138473 files, 1777183 used, 1274631 free (13647 frags, 157623 blocks, 0.4% fragmentation)
/dev/rccd2d: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rccd2d: 350273 files, 34688827 used, 5193801 free (566321 frags, 578435 blocks, 1.4% fragmentation)
ffs_mountfs: superblock updated
ffs_mountfs: superblock updated
ffs_mountfs: superblock updated
ffs_mountfs: superblock updated
ffs_mountfs: superblock updated
ffs_mountfs: superblock updated
ffs_mountfs: superblock updated
Doing initial network setup: hostname.
vx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 206.86.0.14 netmask 0xffffff80 broadcast 206.86.0.127
ether 00:60:08:92:62:fb
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
add net default: gateway 206.86.0.1
add net 206.86.0.0: gateway 206.86.0.12
add host 206.184.139.131: gateway 206.86.0.1
Additional routing options: IP gateway=YES.
routing daemons:.
recording kernel -c changes
additional daemons: syslogd.
checking for core dump...savecore: no core dump
Jul 30 10:36:29 nntp3 savecore: no core dump
Doing additional network setup: namedJul 30 10:36:29 nntp3 named[102]: starting. named 8.1.2 Tue Jun 30 22:28:12 PDT 1998 dima@nntp3.ba.best.com:/src/obj/src/src/usr.sbin/named
Jul 30 10:36:30 nntp3 named[103]: Ready to answer queries.
xntpdJul 30 10:36:30 nntp3 xntpd[107]: xntpd version=3.4e (beta multicast); Tue Jun 30 22:28:58 PDT 1998 (1)
portmap.
Starting final network daemons:.
Jul 30 10:36:30 nntp3 xntpd[107]: tickadj = 5, tick = 10000, tvu_maxslew = 495
Jul 30 10:36:30 nntp3 xntpd[107]: using xntpd phase-lock loop
setting ldconfig path: /usr/lib/aout /usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/krb5/lib /usr/local/lib /usr/X11R6/lib
starting standard daemons: inetd cron.
Initial rc.i386 initialization:.
rc.i386 configuring syscons: blank_time.
Local package initialization: sshdJul 30 10:36:32 nntp3 sshd[171]: log: Server listening on port 22.
Jul 30 10:36:32 nntp3 sshd[171]: log: Generating 768 bit RSA key.
.
starting local daemons:.
Thu Jul 30 10:36:32 PDT 1998
à
Welcome to Best Internet Communications, Inc.
login:
Welcome to Best Internet Communications, Inc.
login: Jul 30 10:37:27 nntp3 sshd[189]: log: Connection from 209.157.86.2 port 981
Jul 30 10:37:51 nntp3 sshd[189]: log: Password authentication of user dillon using Kerberos failed: Operation not supported by device
Jul 30 10:37:51 nntp3 sshd[189]: fatal: Connection closed by remote host.
Jul 30 10:37:59 nntp3 sshd[191]: log: Connection from 209.157.86.2 port 980
Jul 30 10:38:00 nntp3 sshd[191]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from apollo.backplane.com
Jul 30 10:38:02 nntp3 ksu[196]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Jul 30 10:38:02 nntp3 ksu[196]: Account root: authorization for dillon@BEST.COM successful
(da2:ahc0:0:2:0): tagged openings now 63
(da1:ahc0:0:1:0): tagged openings now 63
(da3:ahc0:0:3:0): tagged openings now 63
(da1:ahc0:0:1:0): tagged openings now 49
Jul 30 10:40:45 nntp3 xntpd[107]: time reset (step) -1.530145 s
(da2:ahc0:0:2:0): tagged openings now 55
(da2:ahc0:0:2:0): tagged openings now 49
(da3:ahc0:0:3:0): tagged openings now 62
(da3:ahc0:0:3:0): tagged openings now 50
(da3:ahc0:0:3:0): tagged openings now 49
Jul 30 11:36:31 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Jul 30 11:36:32 nntp3 sshd[171]: log: RSA key generation complete.
Jul 30 14:10:58 nntp3 sshd[1071]: log: Connection from 205.149.163.43 port 833
Jul 30 14:10:59 nntp3 sshd[1071]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from flash.noc.best.net
Jul 30 14:11:13 nntp3 ksu[1076]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp1
Jul 30 14:11:13 nntp3 ksu[1076]: Account root: authorization for dillon@BEST.COM successful
Jul 30 14:18:02 nntp3 sshd[1071]: log: Closing connection to 205.149.163.43
Jul 30 14:36:33 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Jul 30 14:36:34 nntp3 sshd[171]: log: RSA key generation complete.
Jul 30 15:13:35 nntp3 sshd[1237]: log: Connection from 205.149.163.43 port 826
Jul 30 15:13:36 nntp3 sshd[1237]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from flash.noc.best.net
Jul 30 15:14:15 nntp3 ksu[1251]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp1
Jul 30 15:14:15 nntp3 ksu[1251]: Account root: authorization for dillon@BEST.COM successful
Jul 30 15:14:42 nntp3 dreaderd[363]: read 0 error on DNS subprocess, killing 377 (Undefined error: 0)
Jul 30 15:14:42 nntp3 dreaderd[363]: Lost dns resolver 377
Jul 30 15:14:42 nntp3 dreaderd[363]: read 0 error on DNS subprocess, killing 376 (Undefined error: 0)
Jul 30 15:14:42 nntp3 dreaderd[363]: Lost dns resolver 376
Jul 30 15:16:06 nntp3 sshd[1273]: log: Connection from 209.157.86.2 port 979
Jul 30 15:16:07 nntp3 sshd[1273]: log: Kerberos tgt REFUSED for root
Jul 30 15:16:07 nntp3 sshd[1273]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Jul 30 15:16:07 nntp3 sshd[1273]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Jul 30 15:16:07 nntp3 sshd[1275]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Jul 30 15:16:18 nntp3 sshd[1273]: log: Closing connection to 209.157.86.2
Jul 30 15:17:14 nntp3 sshd[1320]: log: Connection from 209.157.86.2 port 977
Jul 30 15:17:15 nntp3 sshd[1320]: log: Kerberos tgt REFUSED for root
Jul 30 15:17:15 nntp3 sshd[1320]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Jul 30 15:17:15 nntp3 sshd[1320]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Jul 30 15:17:15 nntp3 sshd[1322]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Jul 30 15:17:25 nntp3 sshd[1320]: log: Closing connection to 209.157.86.2
Jul 30 15:20:51 nntp3 sshd[1237]: log: Closing connection to 205.149.163.43
Jul 30 15:36:35 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Jul 30 15:36:36 nntp3 sshd[171]: log: RSA key generation complete.
Jul 30 15:53:47 nntp3 sshd[1610]: log: Connection from 205.149.163.43 port 822
Jul 30 15:53:49 nntp3 sshd[1610]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from flash.noc.best.net
Jul 30 15:54:09 nntp3 ksu[1617]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp1
Jul 30 15:54:09 nntp3 ksu[1617]: Account root: authorization for dillon@BEST.COM successful
Jul 30 16:01:14 nntp3 sshd[1610]: log: Closing connection to 205.149.163.43
Jul 30 16:36:36 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Jul 30 16:36:37 nntp3 sshd[171]: log: RSA key generation complete.
Jul 30 20:50:36 nntp3 sshd[191]: log: Closing connection to 209.157.86.2
Jul 30 21:11:57 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 30 21:12:00 nntp3 last message repeated 2 times
Jul 30 21:13:00 nntp3 last message repeated 3 times
Jul 30 21:21:00 nntp3 last message repeated 6 times
Jul 30 21:31:00 nntp3 last message repeated 6 times
Jul 30 21:41:01 nntp3 last message repeated 6 times
Jul 31 14:06:05 nntp3 sshd[5298]: log: Connection from 209.157.86.6 port 883
Jul 31 14:06:07 nntp3 sshd[5298]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Jul 31 14:36:48 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Jul 31 14:36:49 nntp3 sshd[171]: log: RSA key generation complete.
Jul 31 15:40:50 nntp3 sshd[5298]: log: Closing connection to 209.157.86.6
Jul 31 16:02:30 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 31 16:02:52 nntp3 last message repeated 5 times
Jul 31 16:04:37 nntp3 last message repeated 6 times
Jul 31 16:07:37 nntp3 last message repeated 3 times
Jul 31 16:10:22 nntp3 named[103]: unapproved query from [134.177.121.101].137 for "WWW\.FAMILY.symax.com"
Jul 31 16:10:25 nntp3 last message repeated 2 times
Jul 31 16:12:34 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 31 16:12:37 nntp3 last message repeated 2 times
Jul 31 16:17:34 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 31 16:17:37 nntp3 last message repeated 2 times
Jul 31 16:22:22 nntp3 named[103]: unapproved query from [134.177.121.101].137 for "HOME\.PARENT\.COM\000.symax.com"
Jul 31 16:22:25 nntp3 last message repeated 2 times
Jul 31 16:22:34 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 31 16:22:37 nntp3 last message repeated 2 times
Jul 31 16:27:34 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 31 16:37:35 nntp3 last message repeated 7 times
Jul 31 16:42:37 nntp3 last message repeated 4 times
Jul 31 17:41:14 nntp3 sshd[5839]: log: Connection from 209.157.86.6 port 873
Jul 31 17:41:16 nntp3 sshd[5839]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Jul 31 17:41:31 nntp3 ksu[5844]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Jul 31 17:41:31 nntp3 ksu[5844]: Account root: authorization for dillon@BEST.COM successful
Jul 31 17:45:46 nntp3 sshd[5839]: log: Closing connection to 209.157.86.6
Jul 31 18:36:51 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Jul 31 18:36:52 nntp3 sshd[171]: log: RSA key generation complete.
Jul 31 23:05:40 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 31 23:06:03 nntp3 last message repeated 5 times
Jul 31 23:07:48 nntp3 last message repeated 6 times
Jul 31 23:15:48 nntp3 last message repeated 6 times
Jul 31 23:15:55 nntp3 named[103]: unapproved query from [204.156.158.31].1091 for "vcd1.com"
Jul 31 23:16:03 nntp3 named[103]: unapproved query from [134.177.121.101].137 for "VCD1\.COM.symax.com"
Jul 31 23:16:06 nntp3 last message repeated 2 times
Jul 31 23:20:46 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 31 23:20:49 nntp3 last message repeated 2 times
Jul 31 23:25:46 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Jul 31 23:35:47 nntp3 last message repeated 7 times
Jul 31 23:45:49 nntp3 last message repeated 7 times
Jul 31 23:55:49 nntp3 last message repeated 3 times
Aug 1 00:10:46 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 1 00:10:49 nntp3 last message repeated 2 times
Aug 1 00:25:48 nntp3 last message repeated 3 times
Aug 1 00:40:48 nntp3 last message repeated 3 times
Aug 1 00:55:45 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 1 00:55:48 nntp3 last message repeated 2 times
Aug 1 01:10:49 nntp3 last message repeated 3 times
Aug 1 01:25:48 nntp3 last message repeated 3 times
(da0:ahc0:0:0:0): tagged openings now 63
Aug 1 08:24:06 nntp3 xntpd[107]: Previous time adjustment didn't complete
Aug 1 23:15:29 nntp3 named[103]: unapproved query from [204.156.158.31].1031 for "home10.netscape.com"
Aug 1 23:15:42 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 1 23:16:05 nntp3 last message repeated 5 times
Aug 1 23:17:50 nntp3 last message repeated 6 times
Aug 1 23:25:50 nntp3 last message repeated 6 times
Aug 1 23:30:50 nntp3 last message repeated 3 times
Aug 1 23:31:46 nntp3 named[103]: unapproved query from [204.156.158.31].1109 for "www.smutarchives.com"
Aug 1 23:35:47 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 1 23:35:50 nntp3 last message repeated 2 times
Aug 1 23:40:47 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 1 23:50:48 nntp3 last message repeated 7 times
Aug 1 23:55:50 nntp3 last message repeated 4 times
Aug 2 00:05:50 nntp3 last message repeated 3 times
Aug 2 00:20:50 nntp3 last message repeated 3 times
Aug 2 00:25:26 nntp3 named[103]: unapproved query from [204.156.158.31].1293 for "www.cherry.inter.net"
Aug 2 00:26:25 nntp3 named[103]: unapproved query from [204.156.158.31].1302 for "www.ac2k.com"
Aug 2 00:35:46 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 2 00:35:49 nntp3 last message repeated 2 times
Aug 2 13:17:55 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 2 13:27:44 nntp3 last message repeated 14 times
Aug 2 13:37:44 nntp3 last message repeated 6 times
Aug 2 13:47:44 nntp3 last message repeated 6 times
Aug 2 13:52:44 nntp3 last message repeated 3 times
Aug 2 16:12:48 nntp3 named[103]: unapproved query from [204.156.158.31].1027 for "protozoa.protozoa.com"
Aug 2 16:13:30 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 2 16:13:33 nntp3 last message repeated 2 times
Aug 2 16:16:30 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 2 16:16:33 nntp3 last message repeated 2 times
Aug 2 18:11:21 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 2 18:14:24 nntp3 last message repeated 5 times
Aug 3 14:08:13 nntp3 sshd[20561]: log: Connection from 209.157.86.6 port 866
Aug 3 14:08:16 nntp3 sshd[20561]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 3 14:08:23 nntp3 ksu[20568]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 3 14:08:23 nntp3 ksu[20568]: Account root: authorization for dillon@BEST.COM successful
Aug 3 14:08:51 nntp3 sshd[20561]: log: Closing connection to 209.157.86.6
Aug 3 14:22:52 nntp3 sshd[20622]: log: Connection from 209.157.86.6 port 865
Aug 3 14:22:53 nntp3 sshd[20622]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 3 14:23:02 nntp3 ksu[20627]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 3 14:23:02 nntp3 ksu[20627]: Account root: authorization for dillon@BEST.COM successful
Aug 3 14:32:11 nntp3 ftpd[20651]: FTP LOGIN REFUSED FROM ppp6170.twin.ne.jp, x
Aug 3 14:32:51 nntp3 ftpd[20652]: FTP LOGIN REFUSED FROM ppp6170.twin.ne.jp, x
Aug 3 14:35:42 nntp3 ftpd[20664]: FTP LOGIN REFUSED FROM ppp6170.twin.ne.jp, x
Aug 3 14:37:24 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 3 14:37:25 nntp3 sshd[171]: log: RSA key generation complete.
Aug 3 16:46:04 nntp3 sshd[20989]: log: Connection from 205.149.163.48 port 1524
Aug 3 16:46:06 nntp3 sshd[20989]: log: Kerberos authentication accepted kkrebs@BEST.COM for login to account kkrebs from vader.noc.best.net
Aug 3 17:02:06 nntp3 sshd[20989]: log: Closing connection to 205.149.163.48
Aug 3 17:37:26 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 3 17:37:27 nntp3 sshd[171]: log: RSA key generation complete.
Aug 3 17:52:26 nntp3 sshd[20622]: log: Closing connection to 209.157.86.6
Aug 3 23:37:00 nntp3 sshd[22025]: log: Connection from 209.157.86.6 port 853
Aug 3 23:37:02 nntp3 sshd[22025]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 3 23:37:05 nntp3 ksu[22030]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 3 23:37:05 nntp3 ksu[22030]: Account root: authorization for dillon@BEST.COM successful
Aug 3 23:37:30 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 3 23:37:30 nntp3 sshd[171]: log: RSA key generation complete.
Aug 4 00:03:59 nntp3 sshd[22025]: log: Closing connection to 209.157.86.6
Aug 4 10:10:04 nntp3 sshd[23943]: log: Connection from 209.157.86.6 port 846
Aug 4 10:10:06 nntp3 sshd[23943]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 4 10:10:10 nntp3 ksu[23949]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 4 10:10:10 nntp3 ksu[23949]: Account root: authorization for dillon@BEST.COM successful
Aug 4 10:33:20 nntp3 sshd[23943]: log: Closing connection to 209.157.86.6
Aug 4 10:37:35 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 4 10:37:36 nntp3 sshd[171]: log: RSA key generation complete.
Aug 4 11:32:38 nntp3 sshd[24159]: log: Connection from 209.157.86.2 port 964
Aug 4 11:32:40 nntp3 sshd[24159]: log: Kerberos tgt REFUSED for root
Aug 4 11:32:40 nntp3 sshd[24159]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Aug 4 11:32:40 nntp3 sshd[24159]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Aug 4 11:32:40 nntp3 sshd[24161]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Aug 4 11:32:51 nntp3 sshd[24159]: log: Closing connection to 209.157.86.2
Aug 4 11:35:24 nntp3 sshd[24176]: log: Connection from 209.157.86.2 port 962
Aug 4 11:35:25 nntp3 sshd[24176]: log: Kerberos tgt REFUSED for root
Aug 4 11:35:25 nntp3 sshd[24176]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Aug 4 11:35:25 nntp3 sshd[24176]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Aug 4 11:35:25 nntp3 sshd[24178]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Aug 4 11:35:30 nntp3 sshd[24182]: log: Connection from 209.157.86.6 port 842
Aug 4 11:35:31 nntp3 sshd[24182]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 4 11:35:33 nntp3 sshd[24176]: log: Closing connection to 209.157.86.2
Aug 4 11:35:35 nntp3 ksu[24188]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 4 11:35:35 nntp3 ksu[24188]: Account root: authorization for dillon@BEST.COM successful
Aug 4 11:37:37 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 4 11:37:38 nntp3 sshd[171]: log: RSA key generation complete.
Aug 4 11:37:38 nntp3 sshd[24381]: log: Connection from 209.157.86.6 port 841
Aug 4 11:37:40 nntp3 sshd[24381]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 4 11:37:42 nntp3 ksu[24388]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp1
Aug 4 11:37:42 nntp3 ksu[24388]: Account root: authorization for dillon@BEST.COM successful
Aug 4 11:41:32 nntp3 sshd[24807]: log: Connection from 209.157.86.2 port 960
Aug 4 11:41:33 nntp3 sshd[24807]: log: Kerberos tgt REFUSED for root
Aug 4 11:41:33 nntp3 sshd[24807]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Aug 4 11:41:33 nntp3 sshd[24807]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Aug 4 11:41:34 nntp3 sshd[24809]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Aug 4 11:41:35 nntp3 sshd[24807]: fatal: Write failed: Broken pipe
Aug 4 11:41:37 nntp3 sshd[24814]: log: Connection from 209.157.86.2 port 959
Aug 4 11:41:38 nntp3 sshd[24814]: log: Kerberos tgt REFUSED for root
Aug 4 11:41:38 nntp3 sshd[24814]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Aug 4 11:41:38 nntp3 sshd[24814]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Aug 4 11:41:38 nntp3 sshd[24816]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Aug 4 11:41:45 nntp3 sshd[24814]: log: Closing connection to 209.157.86.2
Aug 4 12:25:16 nntp3 sshd[24970]: log: Connection from 209.157.86.2 port 957
Aug 4 12:25:20 nntp3 sshd[24970]: fatal: Connection closed by remote host.
Aug 4 12:25:25 nntp3 sshd[24972]: log: Connection from 209.157.86.2 port 956
Aug 4 12:25:26 nntp3 sshd[24972]: log: Kerberos tgt REFUSED for root
Aug 4 12:25:27 nntp3 sshd[24972]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Aug 4 12:25:27 nntp3 sshd[24972]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Aug 4 12:25:27 nntp3 sshd[24974]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Aug 4 12:25:36 nntp3 sshd[24972]: log: Closing connection to 209.157.86.2
Aug 4 12:26:30 nntp3 sshd[24979]: log: Connection from 209.157.86.2 port 954
Aug 4 12:26:31 nntp3 sshd[24979]: log: Kerberos tgt REFUSED for root
Aug 4 12:26:31 nntp3 sshd[24979]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Aug 4 12:26:31 nntp3 sshd[24979]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Aug 4 12:26:32 nntp3 sshd[24981]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Aug 4 12:26:38 nntp3 sshd[24979]: log: Closing connection to 209.157.86.2
Aug 4 12:35:13 nntp3 sshd[25010]: log: Connection from 209.157.86.2 port 952
Aug 4 12:35:13 nntp3 sshd[25010]: log: Kerberos tgt REFUSED for root
Aug 4 12:35:13 nntp3 sshd[25010]: log: Kerberos authentication accepted dillon@BEST.COM for login to account root from apollo.backplane.com
Aug 4 12:35:13 nntp3 sshd[25010]: log: ROOT LOGIN as 'root' from apollo.backplane.com
Aug 4 12:35:14 nntp3 sshd[25012]: log: executing remote command as root: cd /news; tar xvpf -; sleep 2
Aug 4 12:35:22 nntp3 sshd[25010]: log: Closing connection to 209.157.86.2
Aug 4 12:37:38 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 4 12:37:39 nntp3 sshd[171]: log: RSA key generation complete.
Aug 4 12:37:53 nntp3 sshd[24381]: log: Closing connection to 209.157.86.6
Aug 4 12:37:54 nntp3 sshd[24182]: log: Closing connection to 209.157.86.6
Aug 4 12:51:02 nntp3 sshd[25065]: log: Connection from 209.157.86.6 port 836
Aug 4 12:51:04 nntp3 sshd[25065]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 4 12:51:28 nntp3 ksu[25073]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 4 12:51:28 nntp3 ksu[25073]: Account root: authorization for dillon@BEST.COM successful
Aug 4 12:59:01 nntp3 sshd[25065]: log: Closing connection to 209.157.86.6
Aug 4 13:37:39 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 4 13:37:40 nntp3 sshd[171]: log: RSA key generation complete.
Aug 4 16:59:02 nntp3 sshd[25745]: log: Connection from 209.157.86.2 port 950
Aug 4 16:59:05 nntp3 sshd[25745]: log: Password authentication of user dillon using Kerberos failed: Operation not supported by device
Aug 4 16:59:05 nntp3 sshd[25745]: fatal: Connection closed by remote host.
Aug 4 16:59:11 nntp3 sshd[25747]: log: Connection from 209.157.86.6 port 819
Aug 4 16:59:12 nntp3 sshd[25747]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 4 16:59:15 nntp3 ksu[25752]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 4 16:59:15 nntp3 ksu[25752]: Account root: authorization for dillon@BEST.COM successful
Aug 4 17:06:59 nntp3 sshd[25747]: log: Closing connection to 209.157.86.6
Aug 4 17:37:42 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 4 17:37:43 nntp3 sshd[171]: log: RSA key generation complete.
Aug 4 18:52:53 nntp3 sshd[26045]: log: Connection from 209.157.86.6 port 809
Aug 4 18:52:55 nntp3 sshd[26045]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 4 18:52:57 nntp3 ksu[26050]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 4 18:52:57 nntp3 ksu[26050]: Account root: authorization for dillon@BEST.COM successful
Aug 4 18:53:51 nntp3 sshd[26045]: log: Closing connection to 209.157.86.6
Aug 4 19:37:43 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 4 19:37:45 nntp3 sshd[171]: log: RSA key generation complete.
Aug 4 22:13:00 nntp3 sshd[26599]: log: Connection from 209.157.86.6 port 791
Aug 4 22:13:03 nntp3 sshd[26599]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 4 22:13:10 nntp3 ksu[26606]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 4 22:13:10 nntp3 ksu[26606]: Account root: authorization for dillon@BEST.COM successful
Aug 4 22:36:53 nntp3 sshd[26599]: log: Closing connection to 209.157.86.6
Aug 4 22:37:46 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 4 22:37:47 nntp3 sshd[171]: log: RSA key generation complete.
Aug 5 12:51:11 nntp3 sshd[29230]: log: Connection from 205.149.163.43 port 804
Aug 5 12:51:13 nntp3 sshd[29230]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from flash.noc.best.net
Aug 5 12:51:20 nntp3 ksu[29237]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 5 12:51:20 nntp3 ksu[29237]: Account root: authorization for dillon@BEST.COM successful
Aug 5 12:54:32 nntp3 sshd[29230]: log: Closing connection to 205.149.163.43
Aug 5 13:37:54 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 5 13:37:55 nntp3 sshd[171]: log: RSA key generation complete.
Aug 5 14:52:36 nntp3 dreaderd[1474]: Lost reader process 1482
Aug 5 16:29:54 nntp3 named[103]: unapproved query from [206.184.138.40].1031 for "www.hfproducts.com"
Aug 6 08:10:44 nntp3 dreaderd[1474]: Lost reader process 1486
Aug 6 08:18:44 nntp3 dreaderd[1474]: Lost reader process 1483
Aug 6 13:51:04 nntp3 sshd[3871]: log: Connection from 205.149.163.211 port 855
Aug 6 13:51:09 nntp3 sshd[3871]: log: Kerberos authentication accepted peterg@BEST.COM for login to account peterg from eris.noc.best.net
Aug 6 13:52:51 nntp3 sshd[3871]: log: Closing connection to 205.149.163.211
Aug 6 14:38:07 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 6 14:38:07 nntp3 sshd[171]: log: RSA key generation complete.
Aug 6 15:10:39 nntp3 dreaderd[1474]: Lost reader process 3070
Aug 6 22:04:19 nntp3 named[103]: unapproved query from [204.156.158.31].137 for "SYMAX.symax.com"
Aug 6 22:04:42 nntp3 last message repeated 5 times
Aug 6 22:06:27 nntp3 last message repeated 6 times
Aug 6 22:14:28 nntp3 last message repeated 6 times
Aug 6 22:19:29 nntp3 last message repeated 3 times
Aug 8 10:46:27 nntp3 sshd[11065]: log: Connection from 209.157.86.2 port 776
Aug 8 10:46:31 nntp3 sshd[11065]: log: Password authentication of user dillon using Kerberos failed: Operation not supported by device
Aug 8 10:46:31 nntp3 sshd[11065]: fatal: Connection closed by remote host.
Aug 8 10:46:45 nntp3 sshd[11067]: log: Connection from 209.157.86.6 port 755
Aug 8 10:46:47 nntp3 sshd[11067]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 8 10:49:35 nntp3 ksu[11074]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 8 10:49:35 nntp3 ksu[11074]: Account root: authorization for dillon@BEST.COM successful
Aug 8 11:38:29 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 8 11:38:30 nntp3 sshd[171]: log: RSA key generation complete.
Aug 8 12:04:39 nntp3 sshd[11067]: log: Closing connection to 209.157.86.6
Aug 9 15:23:37 nntp3 sshd[15672]: log: Connection from 209.157.86.6 port 718
Aug 9 15:23:40 nntp3 sshd[15672]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 9 15:23:45 nntp3 ksu[15678]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 9 15:23:45 nntp3 ksu[15678]: Account root: authorization for dillon@BEST.COM successful
Aug 9 15:38:43 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 9 15:38:44 nntp3 sshd[171]: log: RSA key generation complete.
Aug 9 15:46:47 nntp3 sshd[15672]: log: Closing connection to 209.157.86.6
Aug 9 15:54:24 nntp3 sshd[15758]: log: Connection from 209.157.86.6 port 708
Aug 9 15:54:26 nntp3 sshd[15758]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 9 15:54:52 nntp3 ksu[15764]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 9 15:54:52 nntp3 ksu[15764]: Account root: authorization for dillon@BEST.COM successful
Aug 9 16:12:55 nntp3 sshd[15758]: log: Closing connection to 209.157.86.6
Aug 9 16:38:44 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 9 16:38:45 nntp3 sshd[171]: log: RSA key generation complete.
Aug 9 20:47:27 nntp3 sshd[16552]: log: Connection from 209.157.86.6 port 679
Aug 9 20:47:29 nntp3 sshd[16552]: log: Kerberos authentication accepted dillon@BEST.COM for login to account dillon from lander.backplane.com
Aug 9 20:47:54 nntp3 ksu[16558]: 'ksu root' authenticated dillon@BEST.COM for dillon on /dev/ttyp0
Aug 9 20:47:54 nntp3 ksu[16558]: Account root: authorization for dillon@BEST.COM successful
Aug 9 20:58:09 nntp3 sshd[16552]: log: Closing connection to 209.157.86.6
Aug 9 21:38:47 nntp3 sshd[171]: log: Generating new 768 bit RSA key.
Aug 9 21:38:48 nntp3 sshd[171]: log: RSA key generation complete.
Stopped at _siointr1+0x6d [../../i386/isa/sio.c:58]: jmp _siointr1+0x159
db> ps
pid proc addr uid ppid pgrp flag stat wmesg wchan cmd
22502 0xf9fc3440 0xfa3bb000 0 171 171 000004 3 inode 0xf1d15e00 sshd1
22501 0xf9fc1a00 0xfa404000 8 24823 24823 000105 3 inode 0xf1d2c000 diablo
22500 0xf9fc5380 0xf9fe5000 8 1 22494 004005 3 inode 0xf1d15e00 dnewslink
18427 0xf9fc2f40 0xfa3c7000 8 1 18420 004005 3 inode 0xf1d30800 dnewslink
18011 0xf9ec8a40 0xf9f96000 8 24823 24823 000185 3 sbwait 0xf9c3d404 diablo
18010 0xf9fc36c0 0xfa3b4000 8 24823 24823 000185 3 sbwait 0xf9c4dae4 diablo
18009 0xf9ecaac0 0xf9f24000 8 24823 24823 000185 3 sbwait 0xf9c55d64 diablo
18008 0xf9ec9d00 0xf9f4f000 8 24823 24823 000185 3 sbwait 0xf9c42044 diablo
18007 0xf9fc5880 0xf9fd8000 8 24823 24823 000185 3 sbwait 0xf9c45224 diablo
18006 0xf9fc1b40 0xfa3fe000 8 24823 24823 000185 3 sbwait 0xf9c484a4 diablo
18005 0xf9fc22c0 0xfa3eb000 8 24823 24823 000185 3 sbwait 0xf9c4dcc4 diablo
18004 0xf9fc1dc0 0xfa3f7000 8 24823 24823 000105 3 inode 0xf1d82800 diablo
18003 0xf9fc3580 0xfa3b8000 8 24823 24823 000185 3 sbwait 0xf9c45ae4 diablo
18002 0xf9eca0c0 0xf9f41000 8 24823 24823 000105 3 pgtblk 0xf0e05290 diablo
18001 0xf9ec8540 0xf9fa5000 8 24823 24823 000185 3 sbwait 0xf9c525e4 diablo
18000 0xf9fc2180 0xfa3ee000 8 24823 24823 000185 3 sbwait 0xf9c47044 diablo
17999 0xf9eca980 0xf9f29000 8 24823 24823 000185 3 sbwait 0xf9c43224 diablo
17998 0xf9ec8040 0xf9fbc000 8 24823 24823 000105 3 inode 0xf265c000 diablo
17978 0xf9fc4840 0xfa01c000 8 24823 24823 000185 3 sbwait 0xf9c54724 diablo
17977 0xf9fc1f00 0xfa3f4000 8 24823 24823 000105 3 inode 0xf1d15e00 diablo
--More--
17976 0xf9fc2cc0 0xfa3ce000 8 24823 24823 000185 3 sbwait 0xf9c49404 diablo
--More--
17975 0xf9eca480 0xf9f38000 8 24823 24823 000185 3 sbwait 0xf9c51ae4 diablo
17974 0xf9fc2e00 0xfa3ca000 8 24823 24823 000185 3 sbwait 0xf9c4a044 diablo
17973 0xf9ec9940 0xf9f59000 8 24823 24823 000105 3 inode 0xf224ae00 diablo
17972 0xf9ec8180 0xf9fb9000 8 24823 24823 000185 3 sbwait 0xf9c55684 diablo
17971 0xf9fc2540 0xfa3e4000 8 24823 24823 000185 3 sbwait 0xf9c50ae4 diablo
17970 0xf9ec7f00 0xf9fbf000 8 24823 24823 000185 3 sbwait 0xf9c53364 diablo
17969 0xf9ec91c0 0xf9f6e000 8 24823 24823 000105 3 getblk 0xf6d223b8 diablo
4097 0xf9ec8400 0xf9fad000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
3057 0xf9fc3300 0xfa3be000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
29571 0xf9ec9e40 0xf9f49000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
24823 0xf9fc27c0 0xfa3de000 8 1 24823 000104 3 inode 0xf1d15e00 diablo
1494 0xf9fc3a80 0xfa15f000 8 1474 1474 000104 3 inode 0xf1d15e00 dreaderd
1493 0xf9fc3e40 0xfa156000 8 1474 1474 000104 3 inode 0xf1d15e00 dreaderd
1492 0xf9fc4c00 0xf9ffd000 8 1474 1474 000104 3 inode 0xf1d15e00 dreaderd
1491 0xf9fc4ac0 0xfa000000 8 1474 1474 000104 3 inode 0xf1d15e00 dreaderd
1490 0xf9fc3940 0xfa3a4000 8 1474 1474 000104 3 inode 0xf1d15e00 dreaderd
1489 0xf9fc3bc0 0xfa15c000 8 1474 1474 000104 3 inode 0xf1d15e00 dreaderd
1488 0xf9fc3d00 0xfa159000 8 1474 1474 000104 3 inode 0xf1d15e00 dreaderd
1487 0xf9fc40c0 0xfa0b3000 8 1474 1474 000104 3 inode 0xf1d15e00 dreaderd
1485 0xf9fc4200 0xfa0b0000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
1484 0xf9fc4700 0xfa020000 8 1474 1474 000105 3 inode 0xf1d2c200 dreaderd
--More--
1481 0xf9ec9f80 0xf9f46000 8 1474 1474 000105 3 inode 0xf1d2c400 dreaderd
1480 0xf9ec8680 0xf9fa2000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
1479 0xf9ec87c0 0xf9f9f000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
1478 0xf9ec9580 0xf9f64000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
1477 0xf9ec9300 0xf9f6b000 8 1474 1474 000105 3 inode 0xf1d28200 dreaderd
1476 0xf9ec8f40 0xf9f74000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
1475 0xf9eca200 0xf9f3e000 8 1474 1474 000105 3 inode 0xf1d15e00 dreaderd
1474 0xf9ec9080 0xf9f71000 8 1 1474 000184 3 select 0xf023ed94 dreaderd
188 0xf9ecafc0 0xf9f0f000 0 1 188 004006 3 inode 0xf1d15e00 getty
187 0xf9ecad40 0xf9f1c000 0 1 187 004086 3 ttyin 0xf023b310 getty
186 0xf9ecb880 0xf9ee2000 0 1 186 004086 3 ttyin 0xf023b220 getty
185 0xf9ecb9c0 0xf9ede000 0 1 185 004086 3 ttyin 0xf023b130 getty
171 0xf9ecae80 0xf9f14000 0 1 171 000004 3 inode 0xf1d15e00 sshd1
140 0xf9ecb100 0xf9f0c000 0 1 140 000004 3 inode 0xf1d15e00 cron
137 0xf9ecb240 0xf9f09000 0 1 137 000084 3 select 0xf023ed94 inetd
111 0xf9ecb380 0xf9f06000 1 1 111 000184 3 select 0xf023ed94 portmap
107 0xf9ecb600 0xf9ef5000 0 1 107 000004 3 inode 0xf1d15e00 xntpd
103 0xf9ecb740 0xf9ef2000 0 1 103 000084 3 select 0xf023ed94 named
95 0xf9ecb4c0 0xf9ef8000 0 1 95 000084 3 select 0xf023ed94 syslogd
4 0xf9ecbb00 0xf9ed9000 0 0 0 000204 3 syncer 0xf024174c syncer
3 0xf9ecbc40 0xf9ed6000 0 0 0 000204 3 psleep 0xf0237cf0 vmdaemon
--More--
2 0xf9ecbd80 0xf9ed3000 0 0 0 000204 3 psleep 0xf0210690 pagedaemon
1 0xf9ecbec0 0xf9ed0000 0 0 1 004084 3 wait 0xf9ecbec0 init
0 0xf023f81c 0xf0a64000 0 0 0 000204 3 sched 0xf023f81c swapper
db> help
print p examine x search set write
w delete d break dwatch watch step
s continue c until next match trace
call show ps gdb panic
db> show
all registers breaks watches pgrpdump msgbuf cbstat
buffer map procvm vmochk object vmopag page
pageq cyrixreg rtc
db> show buffer
usage: show buffer <addr>
db> panic
panic: from debugger
mp_lock = 00000001; cpuid = 0; lapic.id = 00000000
Debugger("panic")
Stopped at _siointr1+0x6d [../../i386/isa/sio.c:58]: jmp _siointr1+0x159
db>
panic: from debugger
mp_lock = 00000002; cpuid = 0; lapic.id = 00000000
boot() called on cpu#0
dumping to dev 401, offset 524288
dump
Fatal trap 12: page fault while in kernel mode
mp_lock = 00000003; cpuid = 0; lapic.id = 00000000
fault virtual address = 0x0
fault code = supervisor read, page not present
instruction pointer = 0x8:0xf01151be
stack pointer = 0x10:0xff804c04
frame pointer = 0x10:0xff804cc4
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = resume, IOPL = 0
current process = Idle
interrupt mask = net tty bio cam <- SMP: XXX
kernel: type 12 trap, code=0
Stopped at _siointr1+0x6d [../../i386/isa/sio.c:58]: jmp _siointr1+0x159
db> panic
panic: from debugger
mp_lock = 00000003; cpuid = 0; lapic.id = 00000000
boot() called on cpu#0
dumping to dev 401, offset 524288
dump device not ready
Automatic reboot in 15 seconds - press a key on the console to abort
--> Press a key on the console to reboot <--
Rebooting...
cpu_reset called on cpu#0
-\|/-
>> FreeBSD BOOT @ 0x10000: 639/65535 k of memory, serial console
Boot default: 0:sd(0,a)/kernel
boot:
\|/-\|Booting 0:sd(0,a)/kernel @ 0x100000
text=0x105000 /-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|data=0x12000 /-\|/-\|/bss=0x2be10 symbols=[+0x1f0+0x4+0x322974-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-!
\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-+0x4+0x4f3706]
\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-!
\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/!
-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/Can't f!
ind file /kernel.config
total=0xa59082 entry point=0x100000
[ preserving 0x816084 bytes of kernel symbol table ]
BIOS basemem (639K) != RTC basemem (640K), setting to BIOS value
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 #4: Tue Jul 28 16:14:52 PDT 1998
dillon@nntp3.ba.best.com:/src/src/sys/compile/BEST-SMP
Timecounter "i8254" frequency 1193182 Hz cost 3538 ns
CPU: Pentium II (686-class CPU)
Origin = "GenuineIntel" Id = 0x634 Stepping=4
Features=0x80fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,MMX>
real memory = 268435456 (262144K bytes)
avail memory = 250265600 (244400K bytes)
FreeBSD/SMP: Multiprocessor motherboard
cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000
cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000
io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000
Probing for devices on PCI bus 0:
chip0: <Intel 82443BX host to PCI bridge> rev 0x02 on pci0.0.0
chip1: <Intel 82443BX host to AGP bridge> rev 0x02 on pci0.1.0
chip2: <Intel 82371AB PCI to ISA bridge> rev 0x02 on pci0.7.0
chip3: <Intel 82371AB USB host controller> rev 0x01 int d irq 255 on pci0.7.2
chip4: <Intel 82371AB Power management controller> rev 0x02 on pci0.7.3
Freeing (NOT implemented) redirected ISA irq 9.
ahc0: <Adaptec 2940 Ultra SCSI adapter> rev 0x00 int a irq 16 on pci0.16.0
ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
Freeing (NOT implemented) redirected ISA irq 10.
vx0: <3COM 3C905 Fast Etherlink XL PCI> rev 0x00 int a irq 17 on pci0.17.0
mii[*mii*]: disable 'auto select' with DOS util! address 00:60:08:92:62:fb
Probing for devices on PCI bus 1:
Freeing (NOT implemented) redirected ISA irq 0.
vga0: <Trident model 9750 VGA-compatible display device> rev 0xf3 int a irq 2 on pci1.1.0
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A, console
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1 not found at 0x2f8
lpt0 not found
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
npx0 on motherboard
npx0: INT 16 interface
APIC_IO: Testing 8254 interrupt delivery
APIC_IO: routing 8254 via pin 2
ccd0-7: Concatenated disk drivers
SMP: AP CPU #1 Launched!
cda1 at ahc0 bus 0 target 1 lun 0
da1: <SEAGATE ST118273W 5764> Fixed Direct Access SCSI2 device
da1: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled
da1: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C)
da3 at ahc0 bus 0 target 3 lun 0
da3: <SEAGATE ST118273W 5764> Fixed Direct Access SCSI2 device
da3: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled
da3: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C)
da2 at ahc0 bus 0 target 2 lun 0
da2: <SEAGATE ST118273W 5764> Fixed Direct Access SCSI2 device
da2: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled
da2: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C)
da0 at ahc0 bus 0 target 0 lun 0
da0: <SEAGATE ST34572W 0876> Fixed Direct Access SCSI2 device
da0: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled
da0: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C)
hanging root device to da0s4a
changing root device to da0a
swapon: adding /dev/sd0b as swap device
swapon: adding /dev/sd1b as swap device
swapon: adding /dev/sd2b as swap device
swapon: adding /dev/sd3b as swap device
Automatic reboot in progress...
/dev/rsd0a: clean, 70747 free (243 frags, 8813 blocks, 0.2% fragmentation)
/dev/rsd0d: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0d: 134 files, 1708 used, 125443 free (59 frags, 15673 blocks, 0.0% fragmentation)
/dev/rsd0e: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0e: 82 files, 8416 used, 500239 free (39 frags, 62525 blocks, 0.0% fragmentation)
/dev/rsd0f: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0f: 63 files, 14 used, 508641 free (33 frags, 63576 blocks, 0.0% fragmentation)
/dev/rsd0g: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rsd0g: 29128 files, 493602 used, 523725 free (3645 frags, 65010 blocks, 0.4% fragmentation)
/dev/rccd1d: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rccd1d: 71341 files, 4304382 used, 5093413 free (203533 frags, 611235 blocks, 2.2% fragmentation)
/dev/rccd0d: UNREF FILE I=46423 OWNER=news MODE=100755
/dev/rccd0d: SIZE=787020 MTIME=Jul 30 22:17 1998 (CLEARED)
/dev/rccd0d: UNREF FILE I=631747 OWNER=news MODE=100600
/dev/rccd0d: SIZE=3355 MTIME=Aug 10 10:55 1998 (CLEARED)
/dev/rccd0d: FREE BLK COUNT(S) WRONG IN SUPERBLK (SALVAGED)
/dev/rccd0d: SUMMARY INFORMATION BAD (SALVAGED)
/dev/rccd0d: BLK(S) MISSING IN BIT MAPS (SALVAGED)
/dev/rccd0d: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED)
/dev/rccd0d: 138471 files, 1814905 used, 1236909 free (13669 frags, 152905 blocks, 0.4% fragmentation)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808101717.KAA20413>
