From owner-freebsd-current@FreeBSD.ORG Mon Dec 8 09:35:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58CB16A4CE for ; Mon, 8 Dec 2003 09:35:04 -0800 (PST) Received: from cs143215.pp.htv.fi (cs143215.pp.htv.fi [213.243.143.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC5843FBD for ; Mon, 8 Dec 2003 09:34:58 -0800 (PST) (envelope-from ekarkkai@pp.htv.fi) Received: from thunderbolt.my.domain (thunderbolt.my.domain [192.168.1.30]) by cs143215.pp.htv.fi (8.12.10/8.12.10) with ESMTP id hB8HYuah000249 for ; Mon, 8 Dec 2003 19:34:56 +0200 (EET) (envelope-from ekarkkai@pp.htv.fi) Received: from thunderbolt.my.domain (localhost [127.0.0.1]) hB8HYuoA000962 for ; Mon, 8 Dec 2003 19:34:56 +0200 (EET) (envelope-from ejk@thunderbolt.my.domain) Received: (from ejk@localhost) by thunderbolt.my.domain (8.12.9p1/8.12.9/Submit) id hB8HYub5000961 for current@FreeBSD.org; Mon, 8 Dec 2003 19:34:56 +0200 (EET) From: Esa Karkkainen To: current@FreeBSD.org Message-ID: <20031208173456.GA819@pp.htv.fi> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.5.5.1i Subject: "panic: lockmgr: locking against myself" in 5.1-RELEASE-p11 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 08 Dec 2003 17:35:05 -0000 X-Original-Date: Mon, 8 Dec 2003 19:34:56 +0200 X-List-Received-Date: Mon, 08 Dec 2003 17:35:05 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi For some reason my computer running 5.1-RELEASE-p11 started to panic. I made debugging kernel and have crashdump and debugging kernel available. This panic, IMHO, seems to be related to background fsck. I have one extra fxp card which I can use in this machine and I can setup a serial console connection to this machine if need be. dmesg from "boot -v" is attached. Unfortunately dmesg is too large to fit into allocated space in kernel, so I dug relevant lines from /var/log/messages. Here is list of kernel modules loaded % kldstat Id Refs Address Size Name 1 15 0xc0100000 2c4a08 kernel 2 1 0xc03c5000 45a4 snd_ich.ko 3 2 0xc03ca000 1da98 snd_pcm.ko 4 1 0xc03e8000 495d4 acpi.ko 5 1 0xc6334000 a000 if_nv.ko 6 1 0xc653e000 f000 miibus.ko 7 1 0xc65eb000 20000 usb.ko 8 1 0xc6639000 186000 nvidia.ko 9 1 0xc67bf000 18000 linux.ko if_nv.ko is from nvnet-1.0.0261_6 nvidia.ko is from nvidia-driver-1.0.4365 Here is the backtrace (kgdb) backtrace #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:238 #1 0xc01947f5 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:370 #2 0xc0194b2a in panic () at /usr/src/sys/kern/kern_shutdown.c:543 #3 0xc01232e2 in db_panic () at /usr/src/sys/ddb/db_command.c:448 #4 0xc012326e in db_command (last_cmdp=0xc02ddf40, cmd_table=0x0, aux_cmd_tablep=0xc02d9590, aux_cmd_tablep_end=0xc02d9594) at /usr/src/sys/ddb/db_command.c:346 #5 0xc0123368 in db_command_loop () at /usr/src/sys/ddb/db_command.c:470 #6 0xc0125f78 in db_trap (type=3, code=0) at /usr/src/sys/ddb/db_trap.c:72 #7 0xc028bf70 in kdb_trap (type=3, code=0, regs=0xe0c054bc) at /usr/src/sys/i386/i386/db_interface.c:170 #8 0xc029cc07 in trap (frame= {tf_fs = 24, tf_es = 16, tf_ds = 16, tf_edi = 256, tf_esi = -969791104, tf_ebp = -524266232, tf_isp = -524266264, tf_ebx = 0, tf_edx = 0, tf_ecx = 32, tf_eax = 18, tf_trapno = 3, tf_err = 0, tf_eip = -1071070723, tf_cs = 8, tf_eflags = 646, tf_esp = -1070772662, tf_ss = -1070843711}) at /usr/src/sys/i386/i386/trap.c:593 #9 0xc028d808 in calltrap () at {standard input}:96 #10 0xc0194aca in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:527 #11 0xc0188700 in lockmgr (lkp=0xd29aa8cc, flags=34144290, interlkp=0x2000020, td=0xc6322980) at /usr/src/sys/kern/kern_lock.c:447 #12 0xc01ebec0 in BUF_TIMELOCK (bp=0xd29aa8cc, locktype=34144290, interlock=0x0, wmesg=0x0, catch=0, timo=0) at buf.h:319 #13 0xc01e7758 in flushbuflist (blist=0xd29aa800, flags=4, vp=0xc6d19db0, slpflag=0, slptimeo=0, errorp=0x0) at /usr/src/sys/kern/vfs_subr.c:1240 #14 0xc01e741f in vinvalbuf (vp=0xc6d19db0, flags=4, cred=0x0, td=0x0, slpflag=0, slptimeo=0) at /usr/src/sys/kern/vfs_subr.c:1153 #15 0xc0232e7b in ffs_truncate (vp=0xc6d19db0, length=0, flags=2048, cred=0x0, td=0xc6322980) at /usr/src/sys/ufs/ffs/ffs_inode.c:273 #16 0xc023664c in ffs_snapshot (mp=0xc6114800, snapfile=---Can't read userspace from dump, or kernel process--- ) at /usr/src/sys/ufs/ffs/ffs_snapshot.c:664 #17 0xc0243e5f in ffs_mount (mp=0xc6114800, path=0xc657ec80 "/usr", data=0x0, ndp=0xe0c05bf0, td=0xc6322980) at /usr/src/sys/ufs/ffs/ffs_vfsops.c:310 #18 0xc01e462e in vfs_mount (td=0xc6322980, fstype=0xc6d72130 "ffs", fspath=0xc657ec80 "/usr", fsflags=18944000, fsdata=0x0) at /usr/src/sys/kern/vfs_mount.c:1090 #19 0xc01e3d98 in mount (td=0x0, uap=0xe0c05d14) at /usr/src/sys/kern/vfs_mount.c:846 #20 0xc029d491 in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = -1077936704, tf_ebp = -1077936824, tf_isp = -524264076, tf_ebx = 135025830, tf_edx = -1, tf_ecx = 135025664, tf_eax = 21, tf_trapno = 12, tf_err = 2, tf_eip = 134568695, tf_cs = 31, tf_eflags = 514, tf_esp = -1077937204, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1021 #21 0xc028d85d in Xint0x80_syscall () at {standard input}:138 ---Can't read userspace from dump, or kernel process--- (kgdb) quit -- "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." -- Douglas Adams 1952 - 2001 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.from.messages" kernel boot file is /boot/kernel/kernel Copyright (c) 1992-2003 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 5.1-RELEASE-p11 #3 root@ Preloaded elf kernel "/boot/kernel/kernel" at 0xc0433000. Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc0433244. Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc04332f0. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc043339c. Calibrating clock(s) ... i8254 clock CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz Calibrating TSC clock ... TSC clock Timecounter "TSC" frequency 2079562229 Hz CPU Origin = "AuthenticAMD" Id = 0x681 Stepping = 1 Features=0x383fbff AMD Features=0xc0400000 Data TLB Instruction TLB L1 data cache L1 instruction cache L2 internal cache real memory = 1073676288 (1023 MB) Physical memory chunk(s) 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x000000000045a000 - 0x000000003edc9fff, 1050083328 bytes (256368 pages) avail memory = 1038532608 (990 MB) bios32 bios32 pcibios pnpbios pnpbios Other BIOS signatures found random mem Pentium Pro MTRR support enabled null npx0 npx0 acpi0 pci_open(1) pci_open(1a) pci_cfgcheck pcibios Using $PIR table, 5 entries at 0xc00fdf10 PCI-Only Interrupts Location Bus Device Pin Link IRQs slot 1 0 8 A 0x01 3 4 5 7 9 10 11 12 14 15 slot 1 0 8 B 0x02 3 4 5 7 9 10 11 12 14 15 slot 1 0 8 C 0x03 3 4 5 7 9 10 11 12 14 15 slot 1 0 8 D 0x04 3 4 5 7 9 10 11 12 14 15 slot 2 0 12 A 0x01 3 4 5 7 9 10 11 12 14 15 slot 2 0 12 B 0x02 3 4 5 7 9 10 11 12 14 15 slot 2 0 12 C 0x03 3 4 5 7 9 10 11 12 14 15 slot 2 0 12 D 0x04 3 4 5 7 9 10 11 12 14 15 slot 3 1 6 A 0x03 3 4 5 7 9 10 11 12 14 15 slot 3 1 6 B 0x04 3 4 5 7 9 10 11 12 14 15 slot 3 1 6 C 0x01 3 4 5 7 9 10 11 12 14 15 slot 3 1 6 D 0x02 3 4 5 7 9 10 11 12 14 15 embedded 0 30 A 0x04 3 4 5 7 9 10 11 12 14 15 embedded 0 30 B 0x02 3 4 5 7 9 10 11 12 14 15 embedded 0 30 C 0x02 3 4 5 7 9 10 11 12 14 15 embedded 0 30 D 0x02 3 4 5 7 9 10 11 12 14 15 AcpiOsDerivePciId acpi0 ACPI timer looks GOOD min = 3, max = 5, width = 2 Timecounter "ACPI-fast" frequency 3579545 Hz AcpiOsDerivePciId acpi_timer0 acpi_cpu0 acpi_tz0 acpi_button0 pcib0 ---- initial configuration ------------------------ \_SB_.PCI0.LSMB irq 7 \_SB_.PCI0.LSMB irq 7 \_SB_.PCI0.LUBA irq 5 \_SB_.PCI0.LUBB irq 10 \_SB_.PCI0.LUB2 irq 11 \_SB_.PCI0.LMAC irq 11 \_SB_.PCI0.LAPU irq 7 \_SB_.PCI0.LACI irq 5 \_SB_.PCI0.LMCI irq 0 \_SB_.PCI0.LFIR irq 3 \_SB_.PCI0.LIDE irq 0 \_SB_.PCI0.LNK1 irq 0 \_SB_.PCI0.LNK2 irq 0 \_SB_.PCI0.LNK3 irq 0 \_SB_.PCI0.LNK4 irq 10 \_SB_.PCI0.LNK5 irq 0 \_SB_.PCI0.LNK5 irq 0 \_SB_.PCI0.LNK5 irq 0 \_SB_.PCI0.LNK5 irq 0 ---- before setting priority for links ------------ \_SB_.PCI0.LMCI interrupts penalty references priority \_SB_.PCI0.LIDE interrupts penalty references priority \_SB_.PCI0.LNK1 interrupts penalty references priority \_SB_.PCI0.LNK2 interrupts penalty references priority \_SB_.PCI0.LNK3 interrupts penalty references priority \_SB_.PCI0.LNK5 interrupts penalty references priority ---- before fixup boot-disabled links ------------- \_SB_.PCI0.LNK5 interrupts penalty references priority \_SB_.PCI0.LMCI interrupts penalty references priority \_SB_.PCI0.LIDE interrupts penalty references priority \_SB_.PCI0.LNK1 interrupts penalty references priority \_SB_.PCI0.LNK2 interrupts penalty references priority \_SB_.PCI0.LNK3 interrupts penalty references priority ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \_SB_.PCI0.LSMB irq 7 \_SB_.PCI0.LSMB irq 7 \_SB_.PCI0.LUBA irq 5 \_SB_.PCI0.LUBB irq 10 \_SB_.PCI0.LUB2 irq 11 \_SB_.PCI0.LMAC irq 11 \_SB_.PCI0.LAPU irq 7 \_SB_.PCI0.LACI irq 5 \_SB_.PCI0.LMCI irq 10 \_SB_.PCI0.LFIR irq 3 \_SB_.PCI0.LIDE irq 5 \_SB_.PCI0.LNK1 irq 10 \_SB_.PCI0.LNK2 irq 5 \_SB_.PCI0.LNK3 irq 10 \_SB_.PCI0.LNK4 irq 10 \_SB_.PCI0.LNK5 irq 11 \_SB_.PCI0.LNK5 irq 11 \_SB_.PCI0.LNK5 irq 11 \_SB_.PCI0.LNK5 irq 11 pci0 pci0 map[10] found-> vendor=0x10de, dev=0x01e0, revid=0xc1 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01eb, revid=0xc1 bus=0, slot=0, func=1 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01ee, revid=0xc1 bus=0, slot=0, func=2 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01ed, revid=0xc1 bus=0, slot=0, func=3 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01ec, revid=0xc1 bus=0, slot=0, func=4 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01ef, revid=0xc1 bus=0, slot=0, func=5 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0060, revid=0xa4 bus=0, slot=1, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10] found-> vendor=0x10de, dev=0x0064, revid=0xa2 bus=0, slot=1, func=1 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 map[10] found-> vendor=0x10de, dev=0x0067, revid=0xa4 bus=0, slot=2, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 map[10] found-> vendor=0x10de, dev=0x0067, revid=0xa4 bus=0, slot=2, func=1 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10] found-> vendor=0x10de, dev=0x0068, revid=0xa4 bus=0, slot=2, func=2 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=c, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10] map[14] found-> vendor=0x10de, dev=0x0066, revid=0xa1 bus=0, slot=4, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x14 (5000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10] found-> vendor=0x10de, dev=0x006b, revid=0xa2 bus=0, slot=5, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x0c (3000 ns) intpin=a, irq=7 powerspec 2 supports D0 D1 D2 D3 current D0 map[10] map[14] map[18] found-> vendor=0x10de, dev=0x006a, revid=0xa1 bus=0, slot=6, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 found-> vendor=0x10de, dev=0x006c, revid=0xa3 bus=0, slot=8, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x02 (500 ns) map[20] found-> vendor=0x10de, dev=0x0065, revid=0xa2 bus=0, slot=9, func=0 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) powerspec 2 supports D0 D3 current D0 map[10] map[14] found-> vendor=0x10de, dev=0x006e, revid=0xa3 bus=0, slot=13, func=0 class=0c-00-10, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=3 powerspec 2 supports D0 D1 D2 D3 current D0 found-> vendor=0x10de, dev=0x01e8, revid=0xc1 bus=0, slot=30, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) pci0 pci0 pci0 pci0 pci0 isab0 isa0 pci0 pci0 pci0 pci0 pci0 pci0 pcm0 pcm0 pcm0 pcm0 pcm0 pcm0 pcib1 pcib1 pcib1 pcib1 pcib1 pcib1 ---- initial configuration ------------------------ \_SB_.PCI0.LNK3 irq 10 \_SB_.PCI0.LNK4 irq 10 \_SB_.PCI0.LNK1 irq 10 \_SB_.PCI0.LNK2 irq 5 ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \_SB_.PCI0.LNK3 irq 10 \_SB_.PCI0.LNK4 irq 10 \_SB_.PCI0.LNK1 irq 10 \_SB_.PCI0.LNK2 irq 5 pci1 pci1 atapci0 ata0 ata0-master ata0-slave ata0 ata0-master ata0 ata0 ata1 ata1-master ata1-slave ata1 ata1 ata1 pci0 pcib2 pcib2 pcib2 pcib2 pcib2 pcib2 ---- initial configuration ------------------------ \_SB_.PCI0.LNK4 irq 10 ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \_SB_.PCI0.LNK4 irq 10 pci3 pci3 map[10] map[14] map[18] found-> vendor=0x10de, dev=0x0251, revid=0xa3 bus=3, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 pci3 unknown sio0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0 unknown psmcpnp0 irq 12 on acpi0 atkbdc0 atkbd0 atkbd atkbd kbd0 at atkbd0 kbd0 psm0 psm0 psm0 psm0 psm0 unknown ata ata atkbdc sio Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 sc vga isa_probe_children isa_probe_children orm0 pmtimer0 on isa0 adv0 aha0 aic0 bt0 cs0 ed0 fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 fe0 ie0 le0 lnc0 pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1 ppc0 failed to probe at irq 7 on isa0 sc0 sc0 sc0 sio1 sio1 sio1 sio1 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2 sio3 sn0 vga0 fb0 fb0 fb0 fb0 vga0 VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5e 4f 50 81 53 80 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 18 18 18 18 1f 00 00 00 18 18 18 18 ff 00 00 00 00 00 00 00 ff 18 18 18 18 18 18 18 1f 18 18 18 00 00 00 00 ff 00 00 00 18 18 18 18 ff 18 18 18 18 18 1f 18 1f 18 18 18 36 36 36 36 37 36 36 36 EGA/VGA parameters to be used for mode 24 50 18 10 00 00 00 03 00 02 67 5e 4f 50 81 53 80 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff vt0 isa_probe_children Device configuration finished. procfs registered Timecounters tick every 10.000 msec lo0 ad0 ad0 ad0 ad0 ad0 GEOM ar ata1-master ata1-master acd0 acd0 acd0 acd0 acd0 acd0 acd0 pcm0 [0] f [1] f [2] f [3] f GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM GEOM Mounting root from ufs start_init nv0 nv0 nv0 miibus0 rlphy0 rlphy0 no dumps found step time server 195.197.214.99 offset 1.001395 sec ohci0 ohci0 usb0 usb0 usb0 usb0 uhub0 uhub0 ohci1 ohci1 usb1 usb1 usb1 usb1 uhub1 uhub1 ehci0 ehci0 ehci_pci_attach ehci_pci_attach usb2 usb2 usb2 usb2 uhub2 uhub2 Linux ELF exec handler installed nvidia0 nvidia0 device_probe_and_attach nvidia0 nvidia0 device_probe_and_attach nvidia0 nvidia0 device_probe_and_attach nvidia0 nvidia0 device_probe_and_attach nvidia0 nvidia0 device_probe_and_attach nvidia0 nvidia0 device_probe_and_attach nvidia0 nvidia0 device_probe_and_attach nvidia0 nvidia1 pcib2 pcib2 ntpd 4.1.1b-a Sat Nov 29 18 kernel time discipline status 2040 Squid Parent malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "4096" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "4096" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "4096" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "VM OBJECT" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "DP fakepg" with the following non-sleepablelocks held exclusive sleep mutex ctl.mtx_api r = 0 (0xc675a68c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "4096" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "32768" with the following non-sleepablelocks held exclusive sleep mutex dev.mtx_api r = 0 (0xc6517c8c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c malloc() of "DP fakepg" with the following non-sleepablelocks held exclusive sleep mutex ctl.mtx_api r = 0 (0xc675a68c) locked @ /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_subr.c --PEIAKu/WMn1b1Hv9--