From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 23:27:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D4E316A4CE for ; Mon, 6 Dec 2004 23:27:16 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F3643D31 for ; Mon, 6 Dec 2004 23:27:15 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 27286 invoked from network); 6 Dec 2004 23:27:15 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Dec 2004 23:27:15 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B455C44; Mon, 6 Dec 2004 18:27:14 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Marta Resende" References: From: Lowell Gilbert Date: 06 Dec 2004 18:27:14 -0500 In-Reply-To: Message-ID: <441xe380tp.fsf@be-well.ilk.org> Lines: 197 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Upgrade problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 23:27:16 -0000 *Please* don't top-post. "Marta Resende" writes: > Basiclly, i disable all that i dont need, and keep all first options , > cause i didnt new at the first if it was any commented option that was > provocing these block in boot. > there's anything i commented that i shouldn't?? because the only > option is a bad kernel config, because it stops working after > upgrading. > At the first i think at pseudo-devices, but i just commented sl pp and > tun, wich is needed only for ppp and i have cable connection, > > thanks: > > kernel config: > ------------------------------------------------------ > > machine i386 > cpu I686_CPU > ident MYKERNEL > > options SCHED_4BSD > options INET > options INET6 > options FFS > options SOFTUPDATES > options UFS_ACL > options UFS_DIRHASH > options MD_ROOT > options NFSCLIENT > options NFSSERVER > options NFS_ROOT > options MSDOSFS > options CD9660 > options PROCFS > options PSEUDOFS > options GEOM_PT > options COMPAT_43 > options COMPAT_FREEBSD4 > options SCSI_DELAY=15000 > options KTRACE > options SYSVSHM > options SYSVMSG > options SYSVSEM > options _KPOSIX_PRIORIY_SCHEDULING > options KBD_INSTALL_CDEV > options AHC_REG_PRETTY_PRINT > options AHD_REG_PRETTY_PRINT > options ADAPTIVE_GIANT > > device isa > device pci > > device ata > device atadisk > device ataraid > device atapicd > device atapifd > device ATA_STATIC_ID > > device atkbdc > device atkbd > device psm > > device vga > > device splash > > device sc > > device agp > > device npx > > device pmtimer > > device sio > > device device ppc > device ppbus > device plip > device vpo > > device miibus > device rl > > device loop > device mem > device io > device random > device ether > device pty > device md > device gif > device faith > device bpf This doesn't compile, even after fixing the obvious typos, so it clearly is not the kernel configuration file you were using. If the GENERIC kernel works, you can always use that. If you really want to cut unnecessary configuration elements, you can do them a few at a time until you start having problems, and then you'll have a pretty good idea where the problems came from. If you want to experiment with NFS, the GENERIC kernel contains everything you need. > ..................................... > > > >From: Kris Kennaway > >To: Marta Resende > >CC: kstewart@owt.com, freebsd-questions@freebsd.org > >Subject: Re: Upgrade problems > >Date: Mon, 6 Dec 2004 14:15:45 -0800 > > > >On Mon, Dec 06, 2004 at 10:03:50PM +0000, Marta Resende wrote: > > > 5-stable, > > > after i cvsup, i make buidlworld and build a new kernel from GENERIC . > > > > > > 5-stable. > > > I compile with NFS Client, and all nfs stuff to try :) > > > doesnt work. > > > > > > weird > > > >1) Don't top-post. > > > >2) Please show us your kernel configuration and rc.conf files, so we > >can check whether you have something misconfigured. > > > >Kris > > > > > > > > >From: Kent Stewart > > > >To: freebsd-questions@freebsd.org > > > >CC: "Marta Resende" > > > >Subject: Re: Upgrade problems > > > >Date: Mon, 6 Dec 2004 13:55:07 -0800 > > > > > > > >On Monday 06 December 2004 01:21 pm, Marta Resende wrote: > > > >> Does anyone here had recently updated "succecefully" to -stable ?? > > > >> > > > >> Cause i'm trying for 5 days now, and i cant... > > > >> All the update process runs well, except the boot, that runs normally > > > >> to: > > > >> > > > >> Mounting NFS file systems:. > > > >> > > > >> after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to > > > >> force halt... > > > >> > > > >> no one with these same problem ?? > > > >> It's impossible, i've updated 6 times .... > > > >> > > > > > > > >Which stable? 5-stable requires NFSCLIENT and 4-stable requires > > NFS. Did > > > >you update your kernel config file before you built your new kernel. > > > >Upgrades with old config's are bound to cause problems. > > > > > > > >I have NFS built into both 4-stable and 5-stable. They boot without any > > > >problems. I also as a matter of principal don't permit auto mounts of > > > >nfs systems. > > > > > > > >Kent > > > >-- > > > >Kent Stewart > > > >Richland, WA > > > > > > > >http://users.owt.com/kstewart/index.html > > > > > > _________________________________________________________________ > > > Express yourself instantly with MSN Messenger! Download today it's FREE! > > > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > ><< attach3 >> > > _________________________________________________________________ > Don't just search. Find. Check out the new MSN Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/