Re: Installworld Problem... Please help!!!

2006-11-19 Thread Donald J. O'Neill
On Sunday 19 November 2006 06:47, VeeJay wrote:
> Hello,
>
> Please help!!!
> I have CVSup'ed my 6.1 Fresh Install. No problems with buildworld or kernel
> build, but I am getting failures
> during installworld. When I give this command in single user mode:
>
> # make installworld
>
> A Partial output of the Screen Dump
>
> cd /usr/src/etc;  make distrib-dirs
> mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p /
> mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /var
> mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr
> mtree -eU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include
> mtree -deU -f /usr/src/etc/mtree/BIND.chroot.dist -p /var/named
> mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /
> cd /; rm -f /sys; ln -s usr/src/sys sys
> rm: /sys: Read-only file system
> *** Error code 1
>
> Stop in /usr/src/etc.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> #
>
>
> Information about my FSTAB:
>
> # cat /etc/fstab
> # DeviceMountpoint  FStype   Options Dump   Pass#
> /dev/mfid0s1b  none swapsw 00
> /dev/mfid0s1a  / ufsrw  1 1
> /dev/mfid0s1g  /home ufs   rw  2 2
> /dev/mfid0s1e  /tmp  ufs rw  2 2
> /dev/mfid0s1f  /usr  ufs rw  2 2
> /dev/mfid0s1d  /var  ufs rw  2 2
> /dev/acd0/cdromcd9660  ro, noauto  0 0

What are you doing to go into single user mode? It looks like your not 
mounting in r/w. The handbook Section 21.4.5, gives a very good method (two 
actually) of what to do. I used to use the first, I have used the second for 
several years. Try that.

Don
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Installworld Problem... Please help!!!

2006-11-19 Thread VeeJay

Hello,

Please help!!!
I have CVSup'ed my 6.1 Fresh Install. No problems with buildworld or kernel
build, but I am getting failures
during installworld. When I give this command in single user mode:

# make installworld

A Partial output of the Screen Dump

cd /usr/src/etc;  make distrib-dirs
mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p /
mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /var
mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr
mtree -eU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include
mtree -deU -f /usr/src/etc/mtree/BIND.chroot.dist -p /var/named
mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /
cd /; rm -f /sys; ln -s usr/src/sys sys
rm: /sys: Read-only file system
*** Error code 1

Stop in /usr/src/etc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
#


Information about my FSTAB:

# cat /etc/fstab
# DeviceMountpoint  FStype   Options Dump   Pass#
/dev/mfid0s1b  none swapsw 00
/dev/mfid0s1a  / ufsrw  1 1
/dev/mfid0s1g  /home ufs   rw  2 2
/dev/mfid0s1e  /tmp  ufs rw  2 2
/dev/mfid0s1f  /usr  ufs rw  2 2
/dev/mfid0s1d  /var  ufs rw  2 2
/dev/acd0/cdromcd9660  ro, noauto  0 0


--
Thanks!

BR / vj
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"