Re: make installworld problem (4.7 p2 - p7)

2003-03-13 Thread Socketd
Hi again Nobody has answered in the last week, so I will try again. I have installed 4.7 on a i386. I have upgraded to p2 and now want to upgrade p7. All my drives are mounted locally (on the same computer) and I try to upgrade the system as I always have with: make buildworld make buildkernel

Re: make installworld problem (4.7 p2 - p7)

2003-03-13 Thread Nikolay Y. Orlyuk
On Thu, Mar 13, 2003 at 03:47:58PM +0100, Socketd wrote: Hi again Nobody has answered in the last week, so I will try again. I have installed 4.7 on a i386. I have upgraded to p2 and now want to upgrade p7. All my drives are mounted locally (on the same computer) and I try to upgrade the

Re: make installworld problem (4.7 p2 - p7)

2003-03-13 Thread Daniel Bye
On Thu, Mar 13, 2003 at 03:47:58PM +0100, Socketd wrote: Hi again Nobody has answered in the last week, so I will try again. I have installed 4.7 on a i386. I have upgraded to p2 and now want to upgrade p7. All my drives are mounted locally (on the same computer) and I try to upgrade the

Re: make installworld problem (4.7 p2 - p7

2003-03-13 Thread dslb
Damn, sorry for posting the message twice (Balsa did a number on me!). Daniel and Nikolay you were right, test was missing from /bin and when I copied it there and ran make installworld again, it worked! So a big thank you to all who replied :-) br socketd To Unsubscribe: send mail to [EMAIL

Re: Make installworld problem (4.7)

2003-03-06 Thread dslb
Hi all I have just surfed [EMAIL PROTECTED]'s arkive and could see that some of you have replied to me first post, but didn't see the Please CC to me as I am not on the list remark. So I will answer you now, that I have seen the mails. From: taxman [EMAIL PROTECTED] Did single user mode

Re: Make installworld problem (4.7)

2003-03-05 Thread Peter Elsner
The only thing I can see wrong is: you forgot make installworld after your make buildworld. Peter At 07:28 PM 3/4/2003 -0500, you wrote: [EMAIL PROTECTED] writes: I am trying to upgrade from FreeBSD 4.7-p2 to 4.7-p6, but I get an error. I have run: cd /usr/src make buildworld make

Re: Make installworld problem (4.7)

2003-03-05 Thread taxman
On Wednesday 05 March 2003 09:38 am, Peter Elsner wrote: The only thing I can see wrong is: you forgot make installworld after your make buildworld. Peter, no he didn't. He did the basic steps in the right order. read carefully:

Re: Make installworld problem (4.7)

2003-03-05 Thread Peter Elsner
I've upgraded many servers remotely without ever booting into single user mode... The steps I do are as follows: 1) cvsup -g -L 2 stable-supfile (from /usr/src/cvsup) 2) make buildworld (from /usr/src) 3) make installworld (from /usr/src) 4) modify my kernel (from /usr/src/sys/i386/conf/KERNEL

Re: Make installworld problem (4.7)

2003-03-05 Thread Mike Meyer
In [EMAIL PROTECTED], Peter Elsner [EMAIL PROTECTED] typed: The steps I do are as follows: 1) cvsup -g -L 2 stable-supfile (from /usr/src/cvsup) 2) make buildworld (from /usr/src) 3) make installworld (from /usr/src) 4) modify my kernel (from /usr/src/sys/i386/conf/KERNEL NAME) 5) make

Major upgrades and vinum (was Re: Make installworld problem (4.7))

2003-03-05 Thread Kirk Strauser
At 2003-03-05T18:04:14Z, Mike Meyer [EMAIL PROTECTED] writes: Since kernels have to support old binaries, but not vice versa, you can usually reboot with the new kernel and old world and have it work. Sometimes, though you can't. I've found myself in the situation where the old version of

Re: Major upgrades and vinum (was Re: Make installworld problem (4.7))

2003-03-05 Thread Greg 'groggy' Lehey
On Wednesday, 5 March 2003 at 13:40:50 -0600, Kirk Strauser wrote: At 2003-03-05T18:04:14Z, Mike Meyer [EMAIL PROTECTED] writes: Since kernels have to support old binaries, but not vice versa, you can usually reboot with the new kernel and old world and have it work. Sometimes, though you

Make installworld problem (4.7-p2 - p7)

2003-03-05 Thread dslb
Hi all I have a i386 computer with FreeBSD 4.7-p2 installed. I have downloaded the source to 4.7-p7 and cd to /usr/src. Here I ran: make buildworld make buildkernel KERNCONF=SOCKETD make installkernel KERNCONF=SOCKETD rebooted into single user mode and did a uname -a: FreeBSD loadmaster

Re: Make installworld problem (4.7-p2 - p7)

2003-03-05 Thread Kris Kennaway
On Wed, Mar 05, 2003 at 08:26:00PM +0100, [EMAIL PROTECTED] wrote: Hi all I have a i386 computer with FreeBSD 4.7-p2 installed. I have downloaded the source to 4.7-p7 and cd to /usr/src. Here I ran: make buildworld make buildkernel KERNCONF=SOCKETD make installkernel KERNCONF=SOCKETD

Re: Make installworld problem (4.7-p2 - p7)

2003-03-05 Thread Kent Stewart
On Wednesday 05 March 2003 11:26 am, [EMAIL PROTECTED] wrote: Hi all I have a i386 computer with FreeBSD 4.7-p2 installed. I have downloaded the source to 4.7-p7 and cd to /usr/src. Here I ran: make buildworld make buildkernel KERNCONF=SOCKETD make installkernel KERNCONF=SOCKETD rebooted

Re: Make installworld problem (4.7-p2 - p7) (reply to all)

2003-03-05 Thread dslb
On Wed, 5 Mar 2003, Kris Kennaway wrote: Date: Wed, 5 Mar 2003 11:34:26 -0800 To: [EMAIL PROTECTED] From: Kris Kennaway [EMAIL PROTECTED] Subject: Re: Make installworld problem (4.7-p2 - p7) But when I cd to /usr/src and type make installworld I get: mkdir -p /tmp/install.362 for prog

Re: Make installworld problem (4.7)

2003-03-04 Thread Lowell Gilbert
[EMAIL PROTECTED] writes: I am trying to upgrade from FreeBSD 4.7-p2 to 4.7-p6, but I get an error. I have run: cd /usr/src make buildworld make buildkernel KERNCONF=SOCKETD make installkernel KERNCONF=SOCKETD Bootet with the new kernel so uname says: FreeBSD loadmaster 4.7-RELEASE-p6

Make installworld problem (4.7)

2003-03-03 Thread dslb
Hi all I am trying to upgrade from FreeBSD 4.7-p2 to 4.7-p6, but I get an error. I have run: cd /usr/src make buildworld make buildkernel KERNCONF=SOCKETD make installkernel KERNCONF=SOCKETD Bootet with the new kernel so uname says: FreeBSD loadmaster 4.7-RELEASE-p6 FreeBSD 4.7-RELEASE-p6 #1: