From owner-freebsd-questions Thu Oct 22 07:38:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07590 for freebsd-questions-outgoing; Thu, 22 Oct 1998 07:38:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (news2.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07579 for ; Thu, 22 Oct 1998 07:38:26 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) From: Thierry.Herbelot@alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP) with ESMTP id QAA25098; Thu, 22 Oct 1998 16:37:11 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id QAA04893; Thu, 22 Oct 1998 16:36:49 +0200 (MET DST) Received: from telss1.telspace.alcatel.fr (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with SMTP id QAA26049; Thu, 22 Oct 1998 16:21:29 +0200 (MEST) Received: from telspace.alcatel.fr by telss1.telspace.alcatel.fr (4.1/SMI-4.1) id AA15438; Thu, 22 Oct 98 16:23:15 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA199615795; Thu, 22 Oct 1998 16:16:35 +0200 X-Openmail-Hops: 1 Date: Thu, 22 Oct 98 16:15:02 +0200 Message-Id: In-Reply-To: <199810221222.OAA01073@odie.lippe.de> Subject: Still freeze with 3.0-RELEASE, PLEASE give me any suggestions!! Mime-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG, Lars.Koeller@Uni-Bielefeld.DE, lkoeller@odie.lippe.de Content-Type: text/plain; charset=US-ASCII; name="Still" Content-Disposition: inline; filename="Still" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I don't see anything obvious in your config. But your kernel config is very big (and complicated). What I would suggest is that you start with a minimal config file (just the hard disks for example) and add device drivers up to the moment when your system stops working. Unless you do so, I sincerely doubt there will be anyone helping you (there are just too many potential problems). TfH > -------- > > Hello again! > > I've just upgraded my 3.0CAM SNAP to 3.0-RELEASE with no problems. > But there are still a freeze of the system soon after I've enabled > X11. This is not the kind of a proof X11 is responsibe for the > problems, but more like an intuition. > [huge snip] > # > # ODIE kernel config file > # > > machine "i386" > cpu "I686_CPU" # aka Pentium Pro(tm) > ident ODIE > maxusers 32 > > config kernel root on da1 > > # This allows you to actually store this configuration file into > # the kernel binary itself, where it may be later read by saying: > # strings /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL > # > options INCLUDE_CONFIG_FILE # Include this file in kernel > > # Create a SMP capable kernel (mandatory options): > #options SMP #Smmetric Multiprocessor Kernel > #options APIC_IO #Smmetric (APIC) I/O > > # Lets always enable the kernel debugger for SMP. > options DDB > > # > # Certain applications can grow to be larger than the 128M limit > # that FreeBSD initially imposes. Below are some options to > # allow that limit to grow to 256MB, and can be increased further > # with changing the parameters. MAXDSIZ is the maximum that the > # limit can be set to, and the DFLDSIZ is the default value for > # the limit. You might want to set the default lower than the > # max, and explicitly set the maximum with a shell command for processes > # that regularly exceed the limit like INND. > # > options "MAXDSIZ=(256*1024*1024)" > options "DFLDSIZ=(256*1024*1024)" > > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > #options NFS #Network Filesystem > #options MFS #Memory Filesystem > #options MSDOSFS #MSDOS Filesystem > #options "CD9660" #ISO 9660 Filesystem > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 > #options MROUTING #Multicast routing > options MAXCONS=8 #Number of max. allowed virt. consoles > options QUOTA #enable disk quotas > #options COMPAT_LINUX #Linux Emulator > #options "COMPAT_IBCS2" #SCO & SYSV Emulator > options PERFMON #Pentium (Pro) performance counters > options SYSVSHM #System V shared memory support > options SYSVSEM #System V Semophore support > options SYSVMSG #System V Message support > options UCONSOLE #Allow ordinary users to take the > #console - this is useful for X. > options XSERVER #include code for XFree86 > > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > > options SC_HISTORY_SIZE=512 #number of history buffer lines > > # > # KTRACE enables the system-call tracing facility ktrace(2). > # > options KTRACE #kernel tracing > > # > # ISA devices > # > controller isa0 > > options "AUTO_EOI_1" > options "AUTO_EOI_2" > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr > disk fd0 at fdc0 drive 0 > disk fd1 at fdc0 drive 1 > > device apm0 at isa? > > #controller pnp0 > > # > # PCI devices > # > controller pci0 > > options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device > options SCSI_REPORT_GEOMETRY > > # Adaptec 2940[U/UW] SCSI Adapter > controller ahc0 > controller ahc1 > > # Devices connected > device ch0 > device da0 > device sa0 > device cd0 > device pass0 > > # The syntax for wiring down devices is: > # AH2940 U > controller scbus0 at ahc0 > # Seagate ST15150N > disk da0 at scbus0 target 0 > disk da1 at scbus0 target 1 > # Seagate Python 28388, DDS2 > tape sa0 at scbus0 target 3 > # PIONEER CD-ROM DR-U12X auf ID 4 > device cd0 at scbus? > # Adic Autochanger mit HP DAT, DDS2 > device ch0 at scbus0 target 5 > tape sa1 at scbus0 target 6 > > # AH 2940 UW > controller scbus1 at ahc1 > # Seagate ST32171W > disk da2 at scbus1 target 8 > disk da3 at scbus1 target 9 > > # ps2 mouse > device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr > > device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr > > # sio1 (dcf-77) > # serial console > options BREAK_TO_DEBUGGER # a BREAK on a comconsole goes to DDB > options CONSPEED=19200 #default speed for serial console (default 9600) > > device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr > device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr > > device lpt0 at isa? port? tty irq 7 vector lptintr > > # Order is important here due to intrusive probes, do *not* alphabetize > # this list of network interfaces until the probes have been fixed. > # Right now it appears that the ie0 must be probed before ep0. See > # revision 1.20 of this file. > #device ed0 at isa? port 0x280 net irq ? iomem 0xe8000 vector edintr > > # > # Audio drivers: `snd', `sb', `pas', `gus', `pca' > # > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device awe0 at isa? port 0x620 > > #device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x0 vector pcmintr > > pseudo-device loop > pseudo-device ether > pseudo-device ccd 4 > pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. > pseudo-device bpfilter 4 > pseudo-device sl 2 > # ijppp uses tun instead of ppp device > pseudo-device ppp 2 > pseudo-device tun 3 > pseudo-device pty 128 > pseudo-device gzip #Exec gzipped a.out's > pseudo-device vn #Vnode driver (turns a file into a device) > > # i4b passive ISDN cards support (isic - I4b Siemens Isdn Chipset driver) > # note that the ``options'' and ``device'' lines must BOTH be defined ! > > # Teles S0/16.3 > options "TEL_S0_16_3" > device isic0 at isa? port 0xd80 net irq 10 flags 0x04 vector isicintr > > # i4b passive cards D channel handling > # Q.921 > pseudo-device "i4bq921" > # Q.931 > pseudo-device "i4bq931" > > # common passive and active layer 4 > # layer 4 > pseudo-device "i4b" > > # userland driver to do ISDN tracing (for passive cards oly) > pseudo-device "i4btrc" 4 > # userland driver to control the whole thing > pseudo-device "i4bctl" > # userland driver for access to raw B channel > pseudo-device "i4brbch" 4 > # userland driver for telephony > pseudo-device "i4btel" 2 > # network driver for IP over raw HDLC ISDN > pseudo-device "i4bipr" 4 > # enable VJ header compression detection for ipr i/f > options IPR_VJ > # network driver for sync PPP over ISDN > pseudo-device "i4bisppp" 4 > pseudo-device sppp 4 > > > XFree86 Version 3.3.2 / X Window System > (protocol Version 11, revision 0, vendor release 6300) [snip] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message