From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 08:42:37 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 4BD9D37B404 for ; Thu, 14 Aug 2003 08:42:37 -0700 (PDT) Received: from mail.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B16843F85 for ; Thu, 14 Aug 2003 08:42:36 -0700 (PDT) (envelope-from freebsd@soith.com) Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 795D4A4137; Thu, 14 Aug 2003 11:42:34 -0400 (EDT) Received: from 10.202.2.132 ([10.202.2.132] helo=www.fastmail.fm) by messagingengine.com with SMTP; Thu, 14 Aug 2003 11:42:34 -0400 Received: by www.fastmail.fm (Postfix, from userid 99) id 3653438E5E; Thu, 14 Aug 2003 11:42:33 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: freebsd-current@freebsd.org Date: Thu, 14 Aug 2003 09:42:33 -0600 X-Epoch: 1060875754 X-Sasl-enc: 6JSA0NWtz2y1436cTbYNKw Message-Id: <20030814154233.3653438E5E@www.fastmail.fm> Subject: repeatable kernel -current panic running /usr/ports version of ntpd 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: , X-List-Received-Date: Thu, 14 Aug 2003 15:42:37 -0000 Im getting a repeatiable kernel panic running /usr/local/bin/ntpd after building and installing from /usr/ports/net/ntp. This is on 5.1 -current less than a week old. Happens on an AMD 1000 processor and intel xeon as well. Anyone else seeing this: cat /etc/ntp.conf restrict default ignore restrict 127.0.0.1 server sushi.compsci.lyon.edu server ntp.drydog.com server ntp.shorty.com driftfile /etc/ntp.drift su -l exec bash cd /usr/ports/net/ntp make install /usr/local/bin/ntp-genkey /usr/local/bin/ntpd -D 99 -n panic: vm_fault_copy_wired: page missing panic messages: --- dmesg: kvm_read: --- warning: failed to read linker file data at 0xcc2d5700 #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 240 dumping++; (kgdb) where #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc030bd6b in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:372 #2 0xc030c176 in panic () at /usr/src/sys/kern/kern_shutdown.c:550 #3 0xc043cbc6 in vm_fault_copy_entry (dst_map=0xc6774c00, src_map=0xcd428100, dst_entry=0xcc13c1e0, src_entry=0x0) at /usr/src/sys/vm/vm_fault.c:1088 #4 0xc04432b1 in vm_map_copy_entry (src_map=0xcd428100, dst_map=0xc6774c00, src_entry=0xcc5e6ca8, dst_entry=0xcc13c1e0) at /usr/src/sys/vm/vm_map.c:2377 #5 0xc044358e in vmspace_fork (vm1=0xcd428100) at /usr/src/sys/vm/vm_map.c:2492 #6 0xc043e13e in vm_forkproc (td=0xcc322e40, p2=0xcc31fd3c, td2=0xcbd36390, flags=20) at /usr/src/sys/vm/vm_glue.c:638 #7 0xc02f6c0e in fork1 (td=0xcc322e40, flags=20, pages=0, procp=0xe911bcd8) at /usr/src/sys/kern/kern_fork.c:656 #8 0xc02f5b9b in fork (td=0xcc322e40, uap=0xe911bd10) at /usr/src/sys/kern/kern_fork.c:102 #9 0xc0492253 in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = 8, tf_ebp = -1077938920, tf_isp = -384713356, tf_ebx = 1, tf_edx = -1077938984, tf_ecx = 7, tf_eax = 2, tf_trapno = 22, tf_err = 2, tf_eip = 1209264127, tf_cs = 31, tf_eflags = 646, tf_esp = -1077938948, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1008 #10 0xc047988d in Xint0x80_syscall () at {standard input}:145 ---Can't read userspace from dump, or kernel process---