Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread Kris Kennaway
On Wed, May 17, 2006 at 07:25:50PM +0200, Kyrre Nygard wrote: > At 12:29 17.05.2006, David Stanford wrote: > > >Maybe I'm confused as to what you're looking to do. If you're looking to > >copy data from (or all of) /home to /var, it obviously won't be able to > >hold > >anymore than 248MB; and it

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread Kyrre Nygard
At 12:29 17.05.2006, David Stanford wrote: Maybe I'm confused as to what you're looking to do. If you're looking to copy data from (or all of) /home to /var, it obviously won't be able to hold anymore than 248MB; and it seems like you have much more data than that. And avoiding the /usr slice w

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread Donald J. O'Neill
On Wednesday 17 May 2006 05:10, Kyrre Nygard wrote: > > Hey man, > > # df > Filesystem SizeUsed Avail Capacity Mounted on > /dev/ad4s1a248M 35M193M15%/ > devfs 1.0K1.0K 0B 100%/dev > /dev/ad4s1d248M 80M148M35%/var > /dev/ad4

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread David Stanford
On 5/17/06, Kyrre Nygard <[EMAIL PROTECTED]> wrote: At 13:55 16.05.2006, Donald J. O'Neill wrote: >On Tuesday 16 May 2006 05:30, Kyrre Nygard wrote: > > >Is /home on a slice of its own. Mine is, for the reason that if I > > > have to blow off the system and reinstall, I can safely do that, as >

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread Kyrre Nygard
At 13:55 16.05.2006, Donald J. O'Neill wrote: On Tuesday 16 May 2006 05:30, Kyrre Nygard wrote: > >Is /home on a slice of its own. Mine is, for the reason that if I > > have to blow off the system and reinstall, I can safely do that, as > > long as I don't make any changes to /home, just remount

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread Kyrre Nygard
At 12:50 16.05.2006, David Stanford wrote: Kyrre, How large is your /var slice? If it's large enough to fit /home (or at least the files you'd like to save), maybe try booting into single-user mode, mount /usr and /var, wipe out /var, copy the files from /usr/home to /var, and just remember t

Re: makeworld FAILURE on 5.4-STABLE

2006-05-16 Thread Donald J. O'Neill
On Tuesday 16 May 2006 05:30, Kyrre Nygard wrote: > >Is /home on a slice of its own. Mine is, for the reason that if I > > have to blow off the system and reinstall, I can safely do that, as > > long as I don't make any changes to /home, just remount it as > > /home. You can do this with sysinstall

Re: makeworld FAILURE on 5.4-STABLE

2006-05-16 Thread David Stanford
Kyrre, How large is your /var slice? If it's large enough to fit /home (or at least the files you'd like to save), maybe try booting into single-user mode, mount /usr and /var, wipe out /var, copy the files from /usr/home to /var, and just remember to document what slice /var was. Then you could

Re: makeworld FAILURE on 5.4-STABLE

2006-05-16 Thread Kyrre Nygard
At 11:12 16.05.2006, Donald J. O'Neill wrote: On Tuesday 16 May 2006 03:30, Kyrre Nygard wrote: > > Hello Don! > > Yes it's the `make buildworld' as far as I know. > > The /etc/make.conf contains PERL_VER=5.8.7 and PERL_VERSION=5.8.7. > > Is it possible, do you think, to use a FreeSBIE CD maybe t

Re: makeworld FAILURE on 5.4-STABLE

2006-05-16 Thread Donald J. O'Neill
On Tuesday 16 May 2006 03:30, Kyrre Nygard wrote: > > Hello Don! > > Yes it's the `make buildworld' as far as I know. > > The /etc/make.conf contains PERL_VER=5.8.7 and PERL_VERSION=5.8.7. > > Is it possible, do you think, to use a FreeSBIE CD maybe to clean out > everything on my harddrive but my

Re: makeworld FAILURE on 5.4-STABLE

2006-05-16 Thread Kyrre Nygard
At 13:54 15.05.2006, Donald J. O'Neill wrote: On Monday 15 May 2006 04:03, Kyrre Nygard wrote: > > Hello Don, good old friend :) > > Yes I am back. I had to change my alias because too many people > were after me. And also I'm still stuck on the same problem. I did > make a clean 6.1-RELEASE blow

Re: makeworld FAILURE on 5.4-STABLE

2006-05-15 Thread Donald J. O'Neill
On Monday 15 May 2006 04:03, Kyrre Nygard wrote: > > Hello Don, good old friend :) > > Yes I am back. I had to change my alias because too many people > were after me. And also I'm still stuck on the same problem. I did > make a clean 6.1-RELEASE blow at my Pentium 120mhz firewall which > needed th

Re: makeworld FAILURE on 5.4-STABLE

2006-05-15 Thread Kyrre Nygard
At 18:16 14.05.2006, Donald J. O'Neill wrote: On Sunday 14 May 2006 07:31, Kyrre Nygard wrote: > >I believe it should be: > > > >chflags -R noschg /usr/obj/usr > >rm -rf /usr/obj/usr > >cd /usr/src > > > > > >Yes, the 'make cleandir' statement is run twice. > > > >-- > >Gerard Seibert > >[EMAIL

Re: makeworld FAILURE on 5.4-STABLE

2006-05-14 Thread Donald J. O'Neill
On Sunday 14 May 2006 07:31, Kyrre Nygard wrote: > >I believe it should be: > > > >chflags -R noschg /usr/obj/usr > >rm -rf /usr/obj/usr > >cd /usr/src > > > > > >Yes, the 'make cleandir' statement is run twice. > > > >-- > >Gerard Seibert > >[EMAIL PROTECTED] > > Once or twice, it is still irrele

Re: makeworld FAILURE on 5.4-STABLE

2006-05-14 Thread Kyrre Nygard
At 21:09 13.05.2006, Gerard Seibert wrote: Lowell Gilbert wrote: > Kyrre Nygard <[EMAIL PROTECTED]> writes: > > > Hello ... > > > > When doing makeworld, and this is my exact procedure: > > > > cvsup -g -L 2 /etc/cvsupfile > > cd /usr/obj > > chflags -R noschg > > rm -rf * > > cd /usr/src > > ma

Re: makeworld FAILURE on 5.4-STABLE

2006-05-14 Thread Kyrre Nygard
At 15:37 13.05.2006, Lowell Gilbert wrote: Kyrre Nygard <[EMAIL PROTECTED]> writes: > Hello ... > > When doing makeworld, and this is my exact procedure: > > cvsup -g -L 2 /etc/cvsupfile > cd /usr/obj > chflags -R noschg > rm -rf * > cd /usr/src > make clean > > make buildworld (this is where it

Re: makeworld FAILURE on 5.4-STABLE

2006-05-13 Thread Gerard Seibert
Lowell Gilbert wrote: > Kyrre Nygard <[EMAIL PROTECTED]> writes: > > > Hello ... > > > > When doing makeworld, and this is my exact procedure: > > > > cvsup -g -L 2 /etc/cvsupfile > > cd /usr/obj > > chflags -R noschg > > rm -rf * > > cd /usr/src > > make clean > > > > make buildworld (this is wh

Re: makeworld FAILURE on 5.4-STABLE

2006-05-13 Thread Lowell Gilbert
Kyrre Nygard <[EMAIL PROTECTED]> writes: > Hello ... > > When doing makeworld, and this is my exact procedure: > > cvsup -g -L 2 /etc/cvsupfile > cd /usr/obj > chflags -R noschg > rm -rf * > cd /usr/src > make clean > > make buildworld (this is where it fails) > > make buildkernel KERNCONF=NINJA >

makeworld FAILURE on 5.4-STABLE

2006-05-12 Thread Kyrre Nygard
Hello ... When doing makeworld, and this is my exact procedure: cvsup -g -L 2 /etc/cvsupfile cd /usr/obj chflags -R noschg rm -rf * cd /usr/src make clean make buildworld (this is where it fails) make buildkernel KERNCONF=NINJA make installkernel KERNCONF=NINJA make installworld mergemaster