From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DATE_IN_PAST_24_48, INVALID_DATE,MAILING_LIST_MULTI,NO_RELAYS autolearn=unavailable autolearn_force=no version=4.0.0 Received: from drobbins by cvs.gentoo.org with local (Exim 3.22 #1) id 14pjJL-0007U6-00 for gentoo-dev@gentoo.org; Tue, 17 Apr 2001 22:11:23 -0600 From: Daniel Robbins To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] problems with new install Message-ID: <20010417221123.C16787@cvs.gentoo.org> References: <20010417212119.B715@minime> <20010417210925.A16787@cvs.gentoo.org> <20010417224047.A802@minime> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010417224047.A802@minime>; from blutgens@sistina.com on Tue, Apr 17, 2001 at 10:40:47PM -0500 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Tue Apr 17 22:12:01 2001 X-Original-Date: Tue, 17 Apr 2001 22:11:23 -0600 X-Archives-Salt: 4c9c2cbd-ba2a-48c3-98f7-bf9b30d88faf X-Archives-Hash: cb34266878a52a8d6e395f5392601a1c On Tue, Apr 17, 2001 at 10:40:47PM -0500, Ben Lutgens wrote: > >Hey! A www.sistina.com (LVM) person trying Gentoo Linux! Thanks ;) > > That's right. I am sistina's Senior Sysadmin. :-) Nice to meet you :) > >Did you extract the tarball using the "p" option? --> > > Doh! Ooops. daemontools is very picky about directory permissions, so that's why your syslog was fried. It's easy to forget the "p" option since it's normally not used when extracting your typical source tarball. > Which one, I'll try using vipw and vigr and try to login but I don't think > it'll let me, something in pam's busted for sure. I you can post a fix on the > website (A FAQ question?) that would be great. Unfortunately, I don't think you have "vi" at this point. Try grabbing the portage tree from your non-chrooted system, and then copy it to /usr/portage under your chrooted system. Then, add the CFLAGS that you want to /etc/make.conf and then one quick hack -- copy wget from your real system to /usr/bin on your Gentoo Linux system. We forgot to add that to build.tbz2. Then, create the /etc/resolv.conf and hosts files, and wget should then be able to download from the chrooted environment. At this point, Portage is ready for use. You're ready to merge gcc, binutils, flex and all that good stuff (look for Achim's previous email for what needs to be remerged). Use the emerge program: # emerge foo-1.0.ebuild To see what *would* be merged (without actually merging), use the --pretend option: # emerge --pretend foo-1.0.ebuild After merging the essentials (gcc, binutils, flex), make sure you merge the new 1.5 version of Portage in sys-apps. Then, to install all essential packages on your system, type: # emerge system This will cause everything in /usr/portage/sys-* to be merged automatically -- and in the proper order. Nearly everything (if not everything) should compile cleanly, though you may have a few problems since Achim is in the middle of upgrading to a new readline on CVS. Let us know your progress and we'll try to resolve any problems you have. After "emerge system" completes successfully, you should have a complete base Gentoo Linux system. > Well, I rather like the fact that it's mostly hands-on stuff, and if I can get > the authentication thing straight I can hack the rest of it. > > Ports man, I love it. Finally a distro with ports. you should be able to simply rename /etc/pam.d/userpadd to useradd, and things should work. Best Regards, -- Daniel Robbins President/CEO http://www.gentoo.org Gentoo Technologies, Inc.