From owner-freebsd-stable Sun Mar 26 17: 9: 6 2000 Delivered-To: freebsd-stable@freebsd.org Received: from wally.bellnetworks.net (www.bellnetworks.net [216.214.153.70]) by hub.freebsd.org (Postfix) with ESMTP id ADF4F37B8F7 for ; Sun, 26 Mar 2000 17:08:58 -0800 (PST) (envelope-from jerry@bellnetworks.net) Received: from itbell (dhcp-247.bellnetworks.net [208.177.187.247]) by wally.bellnetworks.net (8.9.3/8.9.3) with SMTP id UAA05703 for ; Sun, 26 Mar 2000 20:08:57 -0500 (EST) (envelope-from jerry@bellnetworks.net) Message-ID: <022001bf9724$44358c00$f7bbb1d0@netrex.com> From: "Jerry Bell" To: References: <015801bf96cc$14f8fce0$f7bbb1d0@netrex.com> <20000326163457.O86036@strontium.scientia.demon.co.uk> <38DE9C8F.3F9D6246@pocketscience.com> Subject: Re: ps, w, top and netstat problem Date: Sun, 26 Mar 2000 08:07:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes sir, this is how I've been doing it. Everything with this problem looks to be an inconsistency between the kernel and the binaries, but I'm pretty certain this is not the case. Here's a little more background: twice now, I've installed 4.0 RELEASE on this box, cvsup'd to RELENG_4, run make world, built (and installed) a new kernel based on those sources, and after a reboot, I get this problem. I don't know if it will help at all, but here's some more info on this system: dogbert# dmesg Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-STABLE #2: Sun Mar 26 09:19:03 EST 2000 jerry@dogbert.bellnetworks.net:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (400.91-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 real memory = 268435456 (262144K bytes) avail memory = 256413696 (250404K bytes) Preloaded elf kernel "kernel" at 0xc03c0000. md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 irq 0 pci0: at 8.0 ed0: port 0xdc00-0xdc1f irq 11 at device 9.0 on pci0 ed0: supplying EUI64: 00:80:c8:ff:fe:c1:f5:30 ed0: address 00:80:c8:c1:f5:30, type NE2000 (16 bit) ahc0: port 0xe000-0xe0ff mem 0xe7000000-0xe7000fff irq 4 at device 10.0 on pci0 ahc0: aic7860 Single Channel A, SCSI Id=7, 3/255 SCBs pcib1: on motherboard pci2: on pcib1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 IP Filter: initialized. Default = pass all, Logging = enabled IP Filter: v3.3.8 ad0: 6485MB [13176/16/63] at ata0-master using UDMA33 ad2: 6679MB [14475/15/63] at ata1-master using UDMA33 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da0: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) ed0: starting DAD for fe80:0001::0280:c8ff:fec1:f530 ed0: DAD complete for fe80:0001::0280:c8ff:fec1:f530 - no duplicates found Here is the top part of my kernel config (the rest is stock from GENERIC): machine i386 cpu I586_CPU cpu I686_CPU ident GENERIC maxusers 100 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options PQ_HUGECACHE options NO_F00F_HACK options CPU_WT_ALLOC options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN options TCP_RESTRICT_RST #restrict emission of TCP RST Please help!!! Thank you, Jerry ----- Original Message ----- From: Brian Nelson To: Ben Smithurst Cc: Jerry Bell ; Sent: Sunday, March 26, 2000 6:26 PM Subject: Re: ps, w, top and netstat problem > Could you have possibly also compiled the OS, re-CVSup'd to a NEWER > version of the source, and then compiled a kernel? > > Make sure you following all the following steps: > cvsup -L 2 -g stable-supfile > cd /usr/src > make buildworld > make installworld > cd /usr/src/sys/i386/conf > config -r MYKERNEL > cd ../../compile/MYKERNEL > make depend > make > make install > > at each step, you should stop and make sure NOTHING error'd out. > > reboot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message