From owner-freebsd-questions Fri Oct 12 5:11:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fe030.worldonline.dk (fe030.worldonline.dk [212.54.64.197]) by hub.freebsd.org (Postfix) with SMTP id CBF0937B403 for ; Fri, 12 Oct 2001 05:11:35 -0700 (PDT) Received: (qmail 2260 invoked by uid 0); 12 Oct 2001 12:11:30 -0000 Received: from 114.adsl0.abc.worldonline.dk (HELO SNICKILAP) (213.237.17.114) by fe030.worldonline.dk with SMTP; 12 Oct 2001 12:11:30 -0000 Message-ID: <006001c15316$ff842200$2ac2a8c0@SNICKILAP> From: "Dennis Kristensen" To: "Matt Sykes" , , References: <5180104.1002757369891.JavaMail.imail@patti.excite.com> Subject: Re: 0.00% CPU for all processes Date: Fri, 12 Oct 2001 14:11:11 +0200 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > kernel: 4.4-STABLE > motherboard: P2L97-DS, dual Pentium II 300MHZ Hi, i had a similar problem, where the only system difference is the CPU's (2x 466 Celeron in mine). The kernel config below (with no userland changes) did the job - hope i can help you. Dennis Kristensen Just Another Perl Hacker perl -le '$_="6110>374086;2064208213:90<307;55";tr[0->][ LEOR!AUBGNSTY];print' [linux: proof of the million monkeys theory] machine i386 cpu I686_CPU ident NS maxusers 32 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem 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 KTRACE #ktrace(1) support 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 extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O device isa device pci # SCSI device ahc # AHA2940 and onboard AIC7xxx devices device scbus # SCSI bus (required) device da # Direct Access (disks) device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? flags 0x0020 # Advanced Power Management #(Flag for broken statclock) # PCI Ethernet NICs. device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device ccd 4 # CCD pseudo-device bpf #Berkeley packet filter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message