Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2000 08:07:40 -0500
From:      "Jerry Bell" <jerry@bellnetworks.net>
To:        <stable@FreeBSD.ORG>
Subject:   Re: ps, w, top and netstat problem
Message-ID:  <022001bf9724$44358c00$f7bbb1d0@netrex.com>
References:  <XFMail.000326095323.mike@rbc.ru> <015801bf96cc$14f8fce0$f7bbb1d0@netrex.com> <20000326163457.O86036@strontium.scientia.demon.co.uk> <38DE9C8F.3F9D6246@pocketscience.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
  AMD Features=0x80000800<SYSCALL,3DNow!>
real memory  = 268435456 (262144K bytes)
avail memory = 256413696 (250404K bytes)
Preloaded elf kernel "kernel" at 0xc03c0000.
md0: Malloc disk
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
pcib2: <VIA 82C598MVP (Apollo MVP3) PCI-PCI (AGP) bridge> at device 1.0 on
pci0
pci1: <PCI bus> on pcib2
isab0: <VIA 82C586 PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 82C586 ATA33 controller> port 0xd000-0xd00f at device 7.1 on
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: <VIA 83C572 USB controller> at 7.2 irq 0
pci0: <Alliance PMAT24 SVGA controller> at 8.0
ed0: <NE2000 PCI Ethernet (RealTek 8029)> 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: <Adaptec 2940A Ultra SCSI adapter> 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: <Host to PCI bridge> on motherboard
pci2: <PCI bus> on pcib1
fdc0: <NEC 72065B or clone> 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: <keyboard controller (i8042)> at port 0x60-0x6f on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> 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: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppi0: <Parallel I/O> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
plip0: <PLIP network interface> on ppbus0
IP Filter: initialized.  Default = pass all, Logging = enabled
IP Filter: v3.3.8
ad0: 6485MB <Maxtor 90680D4> [13176/16/63] at ata0-master using UDMA33
ad2: 6679MB <Maxtor 87000D8> [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: <IBM DGHS18Y 03B0> 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 <brian@pocketscience.com>
To: Ben Smithurst <ben@scientia.demon.co.uk>
Cc: Jerry Bell <jerry@bellnetworks.net>; <freebsd-stable@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?022001bf9724$44358c00$f7bbb1d0>