From owner-freebsd-questions Tue Apr 16 7:48: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from auemail2.firewall.lucent.com (auemail2.lucent.com [192.11.223.163]) by hub.freebsd.org (Postfix) with ESMTP id B997A37B417 for ; Tue, 16 Apr 2002 07:47:52 -0700 (PDT) Received: from ih2mail.ih.lucent.com (h135-1-241-39.lucent.com [135.1.241.39]) by auemail2.firewall.lucent.com (Switch-2.1.3/Switch-2.1.0) with ESMTP id g3GEloa00388; Tue, 16 Apr 2002 10:47:51 -0400 (EDT) Received: from il0015shawnlke2 by ih2mail.ih.lucent.com (8.8.8+Sun/EMS-1.5 sol2) id JAA12355; Tue, 16 Apr 2002 09:47:44 -0500 (CDT) From: "Shawn Kennedy" To: "Jens Rehsack" Cc: Subject: RE: kernel install problem Date: Tue, 16 Apr 2002 09:47:54 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000C_01C1E52B.C86E97D0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <3CBC33BA.19965C48@liwing.de> 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 This is a multi-part message in MIME format. ------=_NextPart_000_000C_01C1E52B.C86E97D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Attached is the diff. I hope it is useful. Shawn > -----Original Message----- > From: Jens Rehsack [mailto:rehsack@liwing.de] > Sent: Tuesday, April 16, 2002 9:23 AM > To: Shawn Kennedy > Cc: freebsd-questions@FreeBSD.org > Subject: Re: kernel install problem > > > > > Shawn Kennedy wrote: > > > > Hi, > > > > When trying to install my private kernel > > after upgrading the system from a cvsup > > (I was only about 8 weeks out of date), > > I get the following error: > > > > ... > > ... > > ===> splash > > ===> splash/bmp > > install -c -o root -g wheel -m 555 splash_bmp.ko /boot/kernel/ > > ===> splash/pcx > > install -c -o root -g wheel -m 555 splash_pcx.ko /boot/kernel/ > > ===> sr > > install -c -o root -g wheel -m 555 if_sr.ko /boot/kernel/ > > ===> stg > > install -c -o root -g wheel -m 555 stg.ko /boot/kernel/ > > ===> streams > > install -c -o root -g wheel -m 555 streams.ko /boot/kernel/ > > ===> vesa > > install -c -o root -g wheel -m 555 vesa.ko /boot/kernel/ > > ===> wi > > install -c -o root -g wheel -m 555 if_wi.ko /boot/kernel/ > > ===> xe > > install -c -o root -g wheel -m 555 if_xe.ko /boot/kernel/ > > kldxref /boot/kernel > > kldxref:No such file or directory > > *** Error code 1 (ignored) > > > > I upgraded using src-all and the system is 4.5-stable > > based. The command I am using is: > > > > make installkernel KERNCONF=SHAWN > > > > The kernel is lightly modified from GENERIC (just commented > > out a few things that didn't apply). > > > > Any ideas? > It seems you have modified some positions for the output. Could you please post > your changes (diff GENERIC SHAWN) > > Jens > > Shawn > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > L i W W W i Jens Rehsack > L W W W > L i W W W W i nnn gggg LiWing IT-Services > L i W W W W i n n g g > LLLL i W W i n n g g Friesenstraße 2 > gggg 06112 Halle > g > g g > Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: > Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ ------=_NextPart_000_000C_01C1E52B.C86E97D0 Content-Type: text/plain; name="kerneldiff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kerneldiff.txt" # diff GENERIC SHAWN 25c25 < maxusers 0 --- > maxusers 32 30c30 < makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols --- > #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 33c33 < options INET6 #IPv6 communications protocols --- > #options INET6 #IPv6 communications protocols 83,87c83,87 < device ahb # EISA AHA1742 family < device ahc # AHA2940 and onboard AIC7xxx devices < device amd # AMD 53C974 (Tekram DC-390(T)) < device isp # Qlogic family < #device ncr # NCR/Symbios Logic --- > #device ahb # EISA AHA1742 family > #device ahc # AHA2940 and onboard AIC7xxx devices > #device amd # AMD 53C974 (Tekram DC-390(T)) > #device isp # Qlogic family > device ncr # NCR/Symbios Logic 90,94c90,94 < device adv # Advansys SCSI adapters < device adw # Advansys wide SCSI adapters < device aha # Adaptec 154x SCSI adapters < device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. < device bt # Buslogic/Mylex MultiMaster SCSI adapters --- > #device adv # Advansys SCSI adapters > #device adw # Advansys wide SCSI adapters > #device aha # Adaptec 154x SCSI adapters > #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. > #device bt # Buslogic/Mylex MultiMaster SCSI adapters 97,98c97,98 < device nsp # Workbit Ninja SCSI-3 < device stg # TMC 18C30/18C50 --- > #device nsp # Workbit Ninja SCSI-3 > #device stg # TMC 18C30/18C50 101,105c101,105 < device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID < device ciss # Compaq Smart RAID 5* < device dpt # DPT Smartcache III, IV - See NOTES for options! < device iir # Intel Integrated RAID < device mly # Mylex AcceleRAID/eXtremeRAID --- > #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID > #device ciss # Compaq Smart RAID 5* > #device dpt # DPT Smartcache III, IV - See NOTES for options! > #device iir # Intel Integrated RAID > #device mly # Mylex AcceleRAID/eXtremeRAID 117,121c117,121 < device aac # Adaptec FSA RAID < device amr # AMI MegaRAID < device ida # Compaq Smart RAID < device mlx # Mylex DAC960 family < device twe # 3ware ATA RAID --- > #device aac # Adaptec FSA RAID > #device amr # AMI MegaRAID > #device ida # Compaq Smart RAID > #device mlx # Mylex DAC960 family > #device twe # 3ware ATA RAID 150,151c150,151 < device card # pccard bus < device pcic # PCMCIA bridge --- > #device card # pccard bus > #device pcic # PCMCIA bridge 166,168c166,168 < device de # DEC/Intel DC21x4x (``Tulip'') < device txp # 3Com 3cR990 (``Typhoon'') < device vx # 3Com 3c590, 3c595 (``Vortex'') --- > #device de # DEC/Intel DC21x4x (``Tulip'') > #device txp # 3Com 3cR990 (``Typhoon'') > #device vx # 3Com 3c590, 3c595 (``Vortex'') 173c173 < device dc # DEC/Intel 21143 and various workalikes --- > #device dc # DEC/Intel 21143 and various workalikes 175,184c175,184 < device pcn # AMD Am79C97x PCI 10/100 NICs < device rl # RealTek 8129/8139 < device sf # Adaptec AIC-6915 (``Starfire'') < device sis # Silicon Integrated Systems SiS 900/SiS 7016 < device ste # Sundance ST201 (D-Link DFE-550TX) < device tl # Texas Instruments ThunderLAN < device tx # SMC EtherPower II (83c170 ``EPIC'') < device vr # VIA Rhine, Rhine II < device wb # Winbond W89C840F < device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') --- > #device pcn # AMD Am79C97x PCI 10/100 NICs > #device rl # RealTek 8129/8139 > #device sf # Adaptec AIC-6915 (``Starfire'') > #device sis # Silicon Integrated Systems SiS 900/SiS 7016 > #device ste # Sundance ST201 (D-Link DFE-550TX) > #device tl # Texas Instruments ThunderLAN > #device tx # SMC EtherPower II (83c170 ``EPIC'') > #device vr # VIA Rhine, Rhine II > #device wb # Winbond W89C840F > #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') 187c187 < device cs # Crystal Semiconductor CS89x0 NIC --- > #device cs # Crystal Semiconductor CS89x0 NIC 189,192c189,192 < device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards < device ex # Intel EtherExpress Pro/10 and Pro/10+ < device ep # Etherlink III based cards < device fe # Fujitsu MB8696x based cards --- > #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards > #device ex # Intel EtherExpress Pro/10 and Pro/10+ > #device ep # Etherlink III based cards > #device fe # Fujitsu MB8696x based cards 194,195c194,195 < device sn # SMC's 9000 series of ethernet chips < device xe # Xircom pccard ethernet --- > #device sn # SMC's 9000 series of ethernet chips > #device xe # Xircom pccard ethernet 201,203c201,203 < device an # Aironet 4500/4800 802.11 wireless NICs. < device awi # BayStack 660 and others < device wi # WaveLAN/IEEE 802.11 wireless NICs. --- > #device an # Aironet 4500/4800 802.11 wireless NICs. > #device awi # BayStack 660 and others > #device wi # WaveLAN/IEEE 802.11 wireless NICs. ------=_NextPart_000_000C_01C1E52B.C86E97D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message