From owner-freebsd-questions Thu Dec 19 03:30:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA16851 for questions-outgoing; Thu, 19 Dec 1996 03:30:59 -0800 (PST) Received: from islandia.is (root@hummer.islandia.is [194.105.225.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id DAA16846 for ; Thu, 19 Dec 1996 03:30:56 -0800 (PST) Received: from hummer.islandia.is (gambri@hummer.islandia.is [194.105.225.1]) by islandia.is (8.8.3/8.7.3) with SMTP id LAA21309; Thu, 19 Dec 1996 11:30:50 GMT Date: Thu, 19 Dec 1996 11:30:50 +0000 (GMT) From: "G.A.Grjetarsson Sysadmin of islandia.is" To: Barry Soben cc: questions@freebsd.org Subject: Re: root problem In-Reply-To: <2.2.32.19961218215532.0067eb1c@fix.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk You'll have to bootup in single shell, at bootup use -s flag to go into single shell, if the file system is readonly, you'll have to remount the filesystem so it will get normal for reading and writing data when you have the filesys normal, type: chfn root and edit the shell line, in my case I let the root have bash shell, so the line I put for root was: Shell: /usr/local/bin/bash try this, and reastart the system On Wed, 18 Dec 1996, Barry Soben wrote: > I changed the shell on my root account from csh to tcsh.. When I try to > login as root, I can't because it says it can't find /bin/tcsh. IS there > any way to fix this without reinstalling the system? > > Also, I thought, perhaps tcsh didn't get installed.. I used my boot floppy > to get into sysinstall but when I tried to reinstall tcsh, (selected package > and said extract it), the computer reboots itself! > >