Return to BSD News archive
Path: sserve!manuel!munnari.oz.au!uunet!cs.utexas.edu!gateway From: STDN%MARIST@VM.MARIST.EDU (Dan Newcombe) Newsgroups: comp.unix.bsd Subject: Major Problems with 386bsd0.1 please read Date: 9 Aug 1992 19:45:07 -0500 Organization: UTexas Mail-to-News Gateway Lines: 27 Sender: daemon@cs.utexas.edu Message-ID: <9208100044.AA09303@cs.utexas.edu> NNTP-Posting-Host: cs.utexas.edu Well, here are the problems that I am having: 1) adding a new user, I read the solution in the FAQ 2) When I use FDISK to make BSD the active partition and reboot BSD gives me lots of errors saying that the wda0 partition is in overlapped by another one, or something like that, I can't remember now, but it gives me about 40 lines of this and then tries to reboot. 3) Rebooting: My system refuses to reboot without me hitting the RESET switch on the unit. 4) cc: I compiled the following C program using cc -o test test.c /* */ #include <stdio.h> main() { printf("\nHello Universe!\n"); }; and I get nothing. The only thing I can think of here is that it is finding another test, so I shall try absolute path names but if anyone else has had this problem, would love to here it. thanks -Dan STDN@VM.MARIST.EDU