Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-04-07 Thread Vlad
in case someone is keep tracking this - I can confirm that the issue
seems to went away since about week old RELENG_6.

--
Vlad


On 3/17/06, Vlad <[EMAIL PROTECTED]> wrote:
> and here comes another fresh one
>
> # kgdb kernel.debug  /var/crash/vmcore.1
> [GDB will not be able to debug user-mode threads:
> /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"]
> GNU gdb 6.1.1 [FreeBSD]
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "amd64-marcel-freebsd".
>
> Unread portion of the kernel message buffer:
> kernel trap 12 with interrupts disabled
>
>
> Fatal trap 12: page fault while in kernel mode
> fault virtual address   = 0x48
> fault code  = supervisor read, page not present
> instruction pointer = 0x8:0x80263071
> stack pointer   = 0x10:0xa52fe8d0
> frame pointer   = 0x10:0xff002a2144c0
> code segment= base 0x0, limit 0xf, type 0x1b
> = DPL 0, pres 1, long 1, def32 0, gran 1
> processor eflags= resume, IOPL = 0
> current process = 12 (swi1: net)
> trap number = 12
> panic: page fault
> Uptime: 25m3s
> Dumping 1023 MB (2 chunks)
>   chunk 0: 1MB (152 pages) ... ok
>   chunk 1: 1023MB (261888 pages) 1008 992 976 960 944 928 912 896 880
> 864 848 832 816 800 784 768 752 736 720 704 688 672 656 640 624 608
> 592 576 560 544 528 512 496 480 464 448 432 416 400 384 368 352 336
> 320 304 288 272 256 240 224 208 192 176 160 144 128 112 96 80 64 48 32
> 16
>
> #0  doadump () at pcpu.h:172
> 172 __asm __volatile("movq %%gs:0,%0" : "=r" (td));
> (kgdb) list *0x80263071
> 0x80263071 is in propagate_priority
> (../../../kern/subr_turnstile.c:235).
>
> 230 /*
> 231  * Pick up the lock that td is blocked on.
> 232  */
> 233 ts = td->td_blocked;
> 234 MPASS(ts != NULL);
> 235 tc = TC_LOOKUP(ts->ts_lockobj);
> 236 mtx_lock_spin(&tc->tc_lock);
> 237
> 238 /* Resort td on the list if needed. */
> 239 if (!turnstile_adjust_thread(ts, td)) {
> (kgdb)
> 240 mtx_unlock_spin(&tc->tc_lock);
> 241 return;
> 242 }
> 243 mtx_unlock_spin(&tc->tc_lock);
> 244 }
> 245 }
> 246
> 247 /*
> 248  * Adjust the thread's position on a turnstile after its
> priority has been
> 249  * changed.
> (kgdb) backtrace
> #0  doadump () at pcpu.h:172
> #1  0x0004 in ?? ()
> #2  0x8023c133 in boot (howto=260) at 
> ../../../kern/kern_shutdown.c:402
> #3  0x8023c736 in panic (fmt=0xff003dc19be0 "@\203(c)=")
> at ../../../kern/kern_shutdown.c:558
> #4  0x8037fa22 in trap_fatal (frame=0xff003dc19be0,
> eva=18446742975233884992)
> at ../../../amd64/amd64/trap.c:660
> #5  0x8037ff46 in trap (frame=
>   {tf_rdi = -1098804804416, tf_rsi = 40, tf_rdx = 4294967294,
> tf_rcx = -1098475529184, tf_r8 = 1, tf_r9 = 0, tf_rax = 180, tf_rbx =
> -1098475529248, tf_rbp = -1098804804416, tf_r10 = -1098804804414,
> tf_r11 = 0, tf_r12 = -1098475529248, tf_r13 = -2143389918, tf_r14 = 0,
> tf_r15 = 40, tf_trapno = 12, tf_addr = 72, tf_flags = -2144456830,
> tf_err = 0, tf_rip = -2144980879, tf_cs = 8, tf_rflags = 65666, tf_rsp
> = -1523586848, tf_ss = 0}) at ../../../amd64/amd64/trap.c:238
> #6  0x8036e32b in calltrap () at ../../../amd64/amd64/exception.S:168
> #7  0x80263071 in propagate_priority (td=0xff002a2144c0)
> at ../../../kern/subr_turnstile.c:233
> #8  0x8026386f in turnstile_wait (lock=0x80554de0,
> owner=0x0) at ../../../kern/subr_turnstile.c:628
> #9  0x80232369 in _mtx_lock_sleep (m=0x80554de0,
> tid=18446742975234022368, opts=-2,
> file=0xff003dc19c20 "ю$h'", line=1) at ../../../kern/kern_mutex.c:565
> #10 0x80288d56 in sf_buf_mext (addr=0xff002a2144c0,
> args=0xff003ecf8260)
> at ../../../kern/uipc_syscalls.c:1710
> #11 0x8027cb39 in mb_free_ext (m=0xff003d910e00) at
> ../../../kern/uipc_mbuf.c:272
> #12 0x80283216 in sbdrop_locked (sb=0xff00089603c0, len=0)
> at mbuf.h:486
> #13 0x802e5576 in tcp_input (m=0xff002b27ac00,
> off0=27399968) at ../../../netinet/tcp_input.c:2136
> #14 0x802dc280 in ip_input (m=0xff002b27ac00) at
> ../../../netinet/ip_input.c:786
> #15 0x802c7c8b in netisr_processqueue (ni=0x8054ffd0)
> at ../../../net/netisr.c:236
> #16 0x802c7f2d in swi_net (dummy=0xff002a2

Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-23 Thread Diane Bruce
I have a similar crash from
6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Sun Mar 19 13:28:

On Fri, Mar 17, 2006 at 09:01:05PM -0600, Vlad wrote:
i
> Ok, thanks for Joe's hint I was able to get stuff captured:
>
> # kgdb kernel.debug /var/crash/vmcore.0
...
> #9  0x8037ee2b in calltrap () at ../../../amd64/amd64/exception.S:168
> #10 0x8026d5f6 in propagate_priority (td=0xff003a5e94c0)
> at ../../../kern/subr_turnstile.c:233
> #11 0x8026de2f in turnstile_wait (lock=0x805710c0,
> owner=0x0) at ../../../kern/subr_turnstile.c:628
> #12 0x8023b4a9 in _mtx_lock_sleep (m=0x805710c0,
> tid=18446742975234022368, opts=180,
> file=0xfffe ,

My panic.

kernel trap 12 with interrupts disabled


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x808080f4
fault code  = supervisor read, page not present
instruction pointer = 0x20:0xc0513ff5
stack pointer   = 0x28:0xda6e4c0c
frame pointer   = 0x28:0xda6e4c10
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= resume, IOPL = 0
current process = 3984 (sh)
[thread pid 3984 tid 100242 ]
Stopped at  turnstile_setowner+0xd: movl0x74(%ecx),%eax
db> bt
Tracing pid 3984 tid 100242 td 0xc41fb780
turnstile_setowner(c41fe840,80808080,c07a5c58,c079f3e0,c41fb780) at turnstile_se
towner+0xd
turnstile_wait(c079f3e0,80808080) at turnstile_wait+0xa5
_mtx_lock_sleep(c079f3e0,c41fb780,0,c0674893,25e) at _mtx_lock_sleep+0xc4
_mtx_lock_flags(c079f3e0,0,c0674893,25e,c44b37f8) at _mtx_lock_flags+0x30
fork1(c41fb780,14,0,da6e4cd4,c41fb780) at fork1+0xb2a
fork(c41fb780,da6e4d04,0,0,246) at fork+0x18
syscall(3b,3b,3b,0,8068000) at syscall+0x25f
Xint0x80_syscall() at Xint0x80_syscall+0x1f
--- syscall (2, FreeBSD ELF32, fork), eip = 0x2813ca33, esp = 0xbfbfe5ec, ebp =
0xbfbfe608 -


--
- [EMAIL PROTECTED] http://www.db.net/~db
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Vlad
and here comes another fresh one

# kgdb kernel.debug  /var/crash/vmcore.1
[GDB will not be able to debug user-mode threads:
/usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"]
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd".

Unread portion of the kernel message buffer:
kernel trap 12 with interrupts disabled


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x48
fault code  = supervisor read, page not present
instruction pointer = 0x8:0x80263071
stack pointer   = 0x10:0xa52fe8d0
frame pointer   = 0x10:0xff002a2144c0
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= resume, IOPL = 0
current process = 12 (swi1: net)
trap number = 12
panic: page fault
Uptime: 25m3s
Dumping 1023 MB (2 chunks)
  chunk 0: 1MB (152 pages) ... ok
  chunk 1: 1023MB (261888 pages) 1008 992 976 960 944 928 912 896 880
864 848 832 816 800 784 768 752 736 720 704 688 672 656 640 624 608
592 576 560 544 528 512 496 480 464 448 432 416 400 384 368 352 336
320 304 288 272 256 240 224 208 192 176 160 144 128 112 96 80 64 48 32
16

#0  doadump () at pcpu.h:172
172 __asm __volatile("movq %%gs:0,%0" : "=r" (td));
(kgdb) list *0x80263071
0x80263071 is in propagate_priority
(../../../kern/subr_turnstile.c:235).

230 /*
231  * Pick up the lock that td is blocked on.
232  */
233 ts = td->td_blocked;
234 MPASS(ts != NULL);
235 tc = TC_LOOKUP(ts->ts_lockobj);
236 mtx_lock_spin(&tc->tc_lock);
237
238 /* Resort td on the list if needed. */
239 if (!turnstile_adjust_thread(ts, td)) {
(kgdb)
240 mtx_unlock_spin(&tc->tc_lock);
241 return;
242 }
243 mtx_unlock_spin(&tc->tc_lock);
244 }
245 }
246
247 /*
248  * Adjust the thread's position on a turnstile after its
priority has been
249  * changed.
(kgdb) backtrace
#0  doadump () at pcpu.h:172
#1  0x0004 in ?? ()
#2  0x8023c133 in boot (howto=260) at ../../../kern/kern_shutdown.c:402
#3  0x8023c736 in panic (fmt=0xff003dc19be0 "@\203(c)=")
at ../../../kern/kern_shutdown.c:558
#4  0x8037fa22 in trap_fatal (frame=0xff003dc19be0,
eva=18446742975233884992)
at ../../../amd64/amd64/trap.c:660
#5  0x8037ff46 in trap (frame=
  {tf_rdi = -1098804804416, tf_rsi = 40, tf_rdx = 4294967294,
tf_rcx = -1098475529184, tf_r8 = 1, tf_r9 = 0, tf_rax = 180, tf_rbx =
-1098475529248, tf_rbp = -1098804804416, tf_r10 = -1098804804414,
tf_r11 = 0, tf_r12 = -1098475529248, tf_r13 = -2143389918, tf_r14 = 0,
tf_r15 = 40, tf_trapno = 12, tf_addr = 72, tf_flags = -2144456830,
tf_err = 0, tf_rip = -2144980879, tf_cs = 8, tf_rflags = 65666, tf_rsp
= -1523586848, tf_ss = 0}) at ../../../amd64/amd64/trap.c:238
#6  0x8036e32b in calltrap () at ../../../amd64/amd64/exception.S:168
#7  0x80263071 in propagate_priority (td=0xff002a2144c0)
at ../../../kern/subr_turnstile.c:233
#8  0x8026386f in turnstile_wait (lock=0x80554de0,
owner=0x0) at ../../../kern/subr_turnstile.c:628
#9  0x80232369 in _mtx_lock_sleep (m=0x80554de0,
tid=18446742975234022368, opts=-2,
file=0xff003dc19c20 "ю$h'", line=1) at ../../../kern/kern_mutex.c:565
#10 0x80288d56 in sf_buf_mext (addr=0xff002a2144c0,
args=0xff003ecf8260)
at ../../../kern/uipc_syscalls.c:1710
#11 0x8027cb39 in mb_free_ext (m=0xff003d910e00) at
../../../kern/uipc_mbuf.c:272
#12 0x80283216 in sbdrop_locked (sb=0xff00089603c0, len=0)
at mbuf.h:486
#13 0x802e5576 in tcp_input (m=0xff002b27ac00,
off0=27399968) at ../../../netinet/tcp_input.c:2136
#14 0x802dc280 in ip_input (m=0xff002b27ac00) at
../../../netinet/ip_input.c:786
#15 0x802c7c8b in netisr_processqueue (ni=0x8054ffd0)
at ../../../net/netisr.c:236
#16 0x802c7f2d in swi_net (dummy=0xff002a2144c0) at
../../../net/netisr.c:349
#17 0x80223a06 in ithread_loop (arg=0xff0246c0) at
../../../kern/kern_intr.c:673
#18 0x80222533 in fork_exit (callout=0x802238c0
, arg=0xff0246c0,
frame=0xa52fec50) at ../../../kern/kern_fork.c:789
#19 0x8036e68e in fork_trampoline () at
../../../amd64/amd64/exception.S:394
#20 0x

Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Vlad
Ok, thanks for Joe's hint I was able to get stuff captured:

# kgdb kernel.debug /var/crash/vmcore.0
[GDB will not be able to debug user-mode threads:
/usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"]
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd".

Unread portion of the kernel message buffer:
kernel trap 12 with interrupts disabled


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x48
fault code  = supervisor read, page not present
instruction pointer = 0x8:0x8026d5f6
stack pointer   = 0x10:0xa52ee870
frame pointer   = 0x10:0xa52ee8b0
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= resume, IOPL = 0
current process = 12 (swi1: net)
panic: from debugger
Uptime: 4h15m12s
Dumping 1023 MB (2 chunks)
  chunk 0: 1MB (152 pages) ... ok
  chunk 1: 1023MB (261888 pages) 1008 992 976 960 944 928 912 896 880
864 848 832 816 800 784 768 752 736 720 704 688 672 656 640 624 608
592 576 560 544 528 512 496 480 464 448 432 416 400 384 368 352 336
320 304 288 272 256 240 224 208 192 176 160 144 128 112 96 80 64 48 32
16

#0  doadump () at pcpu.h:172
172 __asm __volatile("movq %%gs:0,%0" : "=r" (td));
(kgdb) backtrace
#0  doadump () at pcpu.h:172
#1  0x802456c3 in boot (howto=260) at ../../../kern/kern_shutdown.c:402
#2  0x80245cf7 in panic (fmt=0xff003dc19be0 "@\203(c)=")
at ../../../kern/kern_shutdown.c:558
#3  0x8017eaa2 in db_panic (addr=0, have_addr=0, count=0,
modif=0x0) at ../../../ddb/db_command.c:438
#4  0x8017efe5 in db_command_loop () at ../../../ddb/db_command.c:350
#5  0x80180ef3 in db_trap (type=-1523653024, code=0) at
../../../ddb/db_main.c:221
#6  0x8026386b in kdb_trap (type=12, code=0,
tf=0xa52ee7c0) at ../../../kern/subr_kdb.c:473
#7  0x803909cd in trap_fatal (frame=0xa52ee7c0,
eva=18446742975234022368)
at ../../../amd64/amd64/trap.c:651
#8  0x80390f48 in trap (frame=
  {tf_rdi = -1098532350784, tf_rsi = 40, tf_rdx = 180, tf_rcx =
4294967294, tf_r8 = -1098696124736, tf_r9 = 0, tf_rax = 40, tf_rbx =
-1098475529248, tf_rbp = -1523652432, tf_r10 = -1098532350782, tf_r11
= 0, tf_r12 = -1098532350784, tf_r13 = -1098475529248, tf_r14 =
-2143307873, tf_r15 = 0, tf_trapno = 12, tf_addr = 72, tf_flags =
-1098685787648, tf_err = 0, tf_rip = -2144938506, tf_cs = 8, tf_rflags
= 65666, tf_rsp = -1523652480, tf_ss = 16}) at
../../../amd64/amd64/trap.c:238
#9  0x8037ee2b in calltrap () at ../../../amd64/amd64/exception.S:168
#10 0x8026d5f6 in propagate_priority (td=0xff003a5e94c0)
at ../../../kern/subr_turnstile.c:233
#11 0x8026de2f in turnstile_wait (lock=0x805710c0,
owner=0x0) at ../../../kern/subr_turnstile.c:628
#12 0x8023b4a9 in _mtx_lock_sleep (m=0x805710c0,
tid=18446742975234022368, opts=180,
file=0xfffe ,
line=815503040) at ../../../kern/kern_mutex.c:565
#13 0x80293f03 in sf_buf_mext (addr=0xff003a5e94c0,
args=0xff003f059328)
at ../../../kern/uipc_syscalls.c:1710
#14 0x80287aa4 in mb_free_ext (m=0xff003d909600) at
../../../kern/uipc_mbuf.c:272
#15 0x8028e328 in sbdrop_locked (sb=0xff000c8ce3c0,
len=540) at mbuf.h:486
#16 0x8029099a in sbdrop (sb=0xff000c8ce3c0, len=1460) at
../../../kern/uipc_socket2.c:1208
#17 0x802f02de in tcp_input (m=0xff0029ebe300,
off0=668661232) at ../../../netinet/tcp_input.c:1212
#18 0x802e7e70 in ip_input (m=0xff0029ebe300) at
../../../netinet/ip_input.c:786
#19 0x802d3778 in netisr_processqueue (ni=0x8056c290)
at ../../../net/netisr.c:236
#20 0x802d3a4d in swi_net (dummy=0xff003a5e94c0) at
../../../net/netisr.c:349
#21 0x8022c262 in ithread_loop (arg=0xff0246c0) at
../../../kern/kern_intr.c:673
#22 0x8022ad56 in fork_exit (callout=0x8022c100
, arg=0xff0246c0,
frame=0xa52eec50) at ../../../kern/kern_fork.c:789
#23 0x8037f18e in fork_trampoline () at
../../../amd64/amd64/exception.S:394
#24 0x in ?? ()
Previous frame identical to this frame (corrupt stack?)
(kgdb) list *0x8026d5f6
0x8026d5f6 is in propagate_priority
(../../../kern/subr_turnstile.c:235).
230 /*
231  * Pick up the lock that td is blocked on.
232  */
233 ts = td->td_blocked;
234 MPASS(ts != NULL);
235 tc

Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Joe Talbott
On Fri, Mar 17, 2006 at 11:41:58AM -0600, Vlad wrote:
> no, nothing like that. and it reboots  several times a day.
> 
> also, I have my swap twice less than physical mem, so I can't get a
> dump (btw, there was a patch for to gzip core before it stores it into
> swap, so it can be fit in swap of smaller size - anyone has it?)
> 

You could try setting hw.physmem to an appropriate size.

Joe
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Kris Kennaway
On Fri, Mar 17, 2006 at 11:46:03AM -0600, Vlad wrote:
> I have Putty logging stuff and I guess it's either part of its
> keepalive packets.

OK, thanks.

Kris


pgp9bQOumoHeI.pgp
Description: PGP signature


Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Vlad
I have Putty logging stuff and I guess it's either part of its
keepalive packets.

On 3/17/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 17, 2006 at 11:41:58AM -0600, Vlad wrote:
> > no, nothing like that. and it reboots  several times a day.
>
> Where do the online/offline messages come from?
>
> Kris
>
>
>


--

Vlad
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Kris Kennaway
On Fri, Mar 17, 2006 at 11:41:58AM -0600, Vlad wrote:
> no, nothing like that. and it reboots  several times a day.

Where do the online/offline messages come from?

Kris


pgptmL30y88dA.pgp
Description: PGP signature


Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Vlad
no, nothing like that. and it reboots  several times a day.

also, I have my swap twice less than physical mem, so I can't get a
dump (btw, there was a patch for to gzip core before it stores it into
swap, so it can be fit in swap of smaller size - anyone has it?)

On 3/17/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 17, 2006 at 10:59:40AM -0600, Vlad wrote:
> > this is 6.0-STABLE as for Mar 17.
>
> Are you using kernel mode ppp?  If so, don't.
>
> Kris
>
>
>


--

Vlad
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Kris Kennaway
On Fri, Mar 17, 2006 at 10:59:40AM -0600, Vlad wrote:
> this is 6.0-STABLE as for Mar 17.

Are you using kernel mode ppp?  If so, don't.

Kris


pgp3tycV8zjpL.pgp
Description: PGP signature


Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)

2006-03-17 Thread Vlad
this is 6.0-STABLE as for Mar 17.

KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #2: Fri Mar 17 11:05:32 UTC 2006
[EMAIL PROTECTED]:/usr/src/sys/amd64/compile/DEF_WEB
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3700+ (2210.20-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x20f71  Stepping = 1
  
Features=0x78bfbff
  Features2=0x1
  AMD Features=0xe2500800,LM,3DNow+,3DNow>
real memory  = 2146304000 (2046 MB)
avail memory = 2065563648 (1969 MB)
stray irq7
cpu0 on motherboard
pcib0:  pcibus 0 on motherboard
pci0:  on pcib0
pci0:  at device 0.0 (no driver attached)
isab0:  at device 1.0 on pci0
isa0:  on isab0
pci0:  at device 1.1 (no driver attached)
atapci0:  port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe800-0xe80f at device 6.0 on
pci0
ata0:  on atapci0
ata1:  on atapci0
pcib1:  at device 9.0 on pci0
pci1:  on pcib1
pci1:  at device 5.0 (no driver attached)
amr0:  mem 0xfeaf-0xfeaf irq 11 at
device 7.0 on pci1
amr0: Using 64-bit DMA
amr0: delete logical drives supported by controller
amr0:  Firmware 713N, BIOS G119, 64MB RAM
nve0:  port 0xe400-0xe407 mem
0xfebfc000-0xfebfcfff irq 5 at device 10.0 on pci0
nve0: Ethernet address 00:e0:81:58:de:97
miibus0:  on nve0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
nve0: Ethernet address: 00:e0:81:58:de:97
pcib2:  at device 11.0 on pci0
pci2:  on pcib2
pcib3:  at device 12.0 on pci0
pci3:  on pcib3
pcib4:  at device 13.0 on pci0
pci4:  on pcib4
bge0:  mem
0xfe5f-0xfe5f irq 10 at device 0.0 on pci4
miibus1:  on bge0
brgphy0:  on miibus1
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
bge0: Ethernet address: 00:e0:81:58:de:96
pcib5:  at device 14.0 on pci0
pci5:  on pcib5
orm0:  at iomem
0xc-0xc7fff,0xc8000-0xcbfff,0xcc000-0xcd7ff on isa0
atkbdc0:  at port 0x60,0x64 on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
 Online 00:01  Offline sio0 at port 0x3f8-0x3ff irq 4 f Online
00:00lags 0x10 on isa0
sio0: type 16550A, console
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounter "TSC" frequency 2210196534 Hz quality 800
Timecounters tick every 1.000 msec
acd0: CDROM  at ata0-slave UDMA33
amr0: delete logical drives supported by controller
amrd0:  on amr0
amrd0: 572326MB (1172123648 sectors) RAID 1 (optimal)
Trying to mount root from ufs:/dev/amrd0s1a
Loading configuration files.
/dev/amrd0s1b is smaller than physical memory
No suitable dump device was found.
Entropy harvesting: interrupts ethernet point_to_point kickstart.
swapon: adding /dev/amrd0s1b as swap device
Starting file system checks:
/dev/amrd0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/amrd0s1a: clean, 23891835 free (63155 frags, 2978585 blocks, 0.2%
fragmentation)
/dev/amrd0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/amrd0s1d: clean, 195286629 free (227821 frags, 24382351 blocks,
0.1% fragmentation)
Setting hostname: 
bgestray irq7
0: link state cstray irq7
hanged to DOWN
lo0: flags=8049 mtu 16384
inet 127.0.0.1 netmask 0xff00
bge0: flags=8843 mtu 1500
options=1b
inet 209.200.15.62 netmask 0xff00 broadcast 209.200.15.255
ether 00:e0:81:58:de:96
media: Ethernet autoselect (none)
status: no carrier
add net default: gateway 209.200.15.1
Additional routing options:.
Starting devd.
nve0: link stastray irq7
te changed to DOWN
too many stray irq 7's: not logging anymore
Mounting NFS file systems:.
Creating and/or trimming log files:.
Starting syslogd.
/etc/rc: WARNING: Dump device does not exist.  Savecore not run.
Starting rpcbind.
Mar 17 11:15:11 defweb rpcbind: cannot create socket for udp6
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib
/usr/local/lib /usr/local/libdata/ldconfig/mysql
32-bit compatibility ldconfig path:
Starting mountd.
Starting nfsd.
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
[Fri Mar 17 11:15:48 2006] [warn] (2)No such file or directory: Failed
to enable the 'httpready' Accept Filter
Starting smartd.
Mar 17 11:15:49 defweb smartd[413]: In the system's table of devices
NO devices found to scan
Starting proftpd.
Starting local daemons:.
Updating motd.
Configuring syscons: blanktime.
Starting sshd.
Initial amd64 initialization:.
Additional ABI support:.
Starting cron.
Local package initialization:.
Additional TCP options:.
Starting background file system checks in 60 seconds.

Fri Mar 17 11:15:50 UTC 2006
 Online 00:00  Offline
FreeBSD/amd64 (..) (ttyd0)

login:  Online 00:00 Online 00:01 Online 00:02 Online 00:03 Online
00:04 Online 00:05 Online 00:06 Online 00:07 Online 00:08 Online 00: