*BSD News Article 30955


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!darkstar.UCSC.EDU!news.hal.COM!olivea!decwrl!pa.dec.com!usenet.pa.dec.com!jkh
From: jkh@nx.ilo.dec.com (Jordan Hubbard)
Newsgroups: comp.os.386bsd.questions
Subject: Re: Interrupted System Call
Date: 26 May 1994 23:21:19 GMT
Organization: Digital Equipment Corporation, Galway Ireland
Lines: 28
Message-ID: <JKH.94May27002119@nx.ilo.dec.com>
References: <2s1b7n$3ub@panix2.panix.com>
NNTP-Posting-Host: nx.ilo.dec.com
In-reply-to: scibp6p@panix.com's message of 26 May 1994 01:14:31 -0400

In article <2s1b7n$3ub@panix2.panix.com> scibp6p@panix.com (Boris Pitel) writes:

      When I finished with extract of the binaries, run the configure
   ( on the questions about domain name I put something unimaginable), and 
   mv /.profile /.profile.install, and tried to
   ln /root/.profile /.profile , I discovered that system dosn't have the ln.
   I didn't understand why and how, but I just
   cp /root/.profile /.profile and .... typed reboot.

Uh..  Don't do that.. :-) I'm not sure what effect a /.profile might
have on the boot process, especially the .profile we ship for
installation in root's home directory (/root), but I wouldn't want to
try it!

Boot off the first 2 install floppys again and when it asks you if you want
to install, say `n' - you'll be staring at a "#" prompt.

If you're a SCSI user, type:

mount /dev/sd0a /mnt
rm /mnt/.profile
umount /mnt		(may fail, if so don't worry about it)
halt
<remove floppy, reset system>

If you're an IDE user, substitute `wd0a' for the `sd0a' above.

				Jordan