[ 4.2- 4.7 upgrade halted ]

2003-03-21 Thread Aleksey I. Yurlov
Hi, All.

Have a problems with update system with 4.2-RELEASE to 4.7-RELEASE with 
cvsup.

make buildworld return good result, but when I try to make 
buildkernel KERNCONF=MYKERNEL process stop in a part of depend with 
SCSI devices and halt.
I try to cvsup'ing with 4.7 RELENG and 4.4 RELENG...but the result is 
the same.

If you can, please tell me about the way how I can to upgrade from 4.2 
to 4.7 RELEASE, I need ipfw2 on this box.

Thank you.

--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: [ 4.2- 4.7 upgrade halted ]

2003-03-21 Thread Lowell Gilbert
Aleksey I. Yurlov [EMAIL PROTECTED] writes:

 Hi, All.
 
 Have a problems with update system with 4.2-RELEASE to 4.7-RELEASE
 with cvsup.
 
 make buildworld return good result, but when I try to make
 buildkernel KERNCONF=MYKERNEL process stop in a part of depend with
 SCSI devices and halt.
 I try to cvsup'ing with 4.7 RELENG and 4.4 RELENG...but the result is
 the same.

Does it happen if you build a GENERIC kernel?  If not, then the
problem is your kernel configuration.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


RE: [ 4.2- 4.7 upgrade halted ]

2003-03-21 Thread Darren Gamble
Good day,

 make buildworld return good result, but when I try to make 
 buildkernel KERNCONF=MYKERNEL process stop in a part of depend with 
 SCSI devices and halt.

You can't expect much help if you don't post the relevant output.

 I try to cvsup'ing with 4.7 RELENG and 4.4 RELENG...but the result is 
 the same.
 
 If you can, please tell me about the way how I can to upgrade 
 from 4.2 
 to 4.7 RELEASE, I need ipfw2 on this box.

Try the 4.7 GENERIC kernel first.  If that works, then find out what you did
wrong with your kernel config file.


Darren Gamble
Planner, Regional Services
Shaw Cablesystems GP
630 - 3rd Avenue SW
Calgary, Alberta, Canada
T2P 4L4
(403) 781-4948

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: [ 4.2- 4.7 upgrade halted ]

2003-03-21 Thread Aleksey I. Yurlov
Thank you.
The problem was reach out after:
1. rm -fR /usr/obj/usr/src/sys/MYKERNEL
Read /usr/src/UPDATING
2. add to /usr/src/sys/i386/conf/MYKERNEL
device miibus #before fxp0
Thank you, again.
Now I tempararily have 4.3-RELEASE-p34 ;-)
Darren Gamble wrote:
Good day,


make buildworld return good result, but when I try to make 
buildkernel KERNCONF=MYKERNEL process stop in a part of depend with 
SCSI devices and halt.


You can't expect much help if you don't post the relevant output.


I try to cvsup'ing with 4.7 RELENG and 4.4 RELENG...but the result is 
the same.

If you can, please tell me about the way how I can to upgrade 
from 4.2 
to 4.7 RELEASE, I need ipfw2 on this box.


Try the 4.7 GENERIC kernel first.  If that works, then find out what you did
wrong with your kernel config file.

Darren Gamble
Planner, Regional Services
Shaw Cablesystems GP
630 - 3rd Avenue SW
Calgary, Alberta, Canada
T2P 4L4
(403) 781-4948
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message