From owner-freebsd-stable@FreeBSD.ORG Thu Jun 9 20:48:53 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F35A16A41C for ; Thu, 9 Jun 2005 20:48:53 +0000 (GMT) (envelope-from fergus@cobbled.net) Received: from mail.cobbled.net (dialup81-170.utvinternet.net [194.46.81.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D0543D49 for ; Thu, 9 Jun 2005 20:48:50 +0000 (GMT) (envelope-from fergus@cobbled.net) Received: from mail.cobbled.net (localhost [127.0.0.1]) by mail.cobbled.net (8.12.10/8.12.10) with ESMTP id j57LeRk5020139 for ; Tue, 7 Jun 2005 22:40:28 +0100 (BST) (envelope-from fergus@cobbled.net) Received: (from fergus@localhost) by mail.cobbled.net (8.12.10/8.12.10/Submit) id j57LeRVv020138 for freebsd-stable@freebsd.org; Tue, 7 Jun 2005 22:40:27 +0100 (BST) (envelope-from fergus) Date: Tue, 7 Jun 2005 22:40:27 +0100 From: n0g0013 To: freebsd-stable@freebsd.org Message-ID: <20050607214026.GA19371@eyore.cobbled.net> Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline Subject: kvm not available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 20:48:53 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline upon doing a 'netstat -r' i'm getting the message netstat: kvm not available Routing tables rt_tables: symbol not in namelist i assume i have removed a critical kernel option -- any ideas? current kernel config attached. tia, -- t t w --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=ZIPPY # # ZIPPY -- Kernel Configuration # . . . based on # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.8 2004/10/24 17:42:08 scottl Exp $ machine i386 cpu I686_CPU ident ZIPPY options SCHED_4BSD # BSD scheduler options INET # InterNETworking options INET6 # IPv6 communications protocols options IPSEC # IPSEC secure networking options IPSEC_ESP # + encryption options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions device apic # I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Add suspend/resume support for the i8254. device pmtimer # Serial (COM) ports #device uart # UART based serial ports device sio # 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) # USB support device uhci # UHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic # NIC support device ether # Ethernet support device miibus # MII bus support for PCI NICs device wlan # 802.11 support # Pseudo devices. device loop # Network loopback device md # Memory "disks" device pty # Pseudo-ttys (telnet etc) device bpf # Packet filter interface --CE+1k2dSO48ffgeK--