Re: upgrade from 4.5 to current fails

2002-04-28 Thread Crist J. Clark
On Wed, Apr 24, 2002 at 01:29:49PM -0400, John Baldwin wrote: On 24-Apr-2002 Christian Flügel wrote: [snip] make buildworld: works ok. make buildkernel: works ok. copy GENERIC.hints to /boot/device.hints: works ok. make installkernel: stops with error: kldxref not found This is a

Re: upgrade from 4.5 to current fails

2002-04-28 Thread Makoto Matsushita
cjc However, I have (and think I posted somewhere?) some kludgey cjc patches that build kldxref(8) as a cross-tool so that it works cjc for 4.5 to 5.0 upgrades. But it's not really the right fix cjc (since it is not a true cross-tool), so I haven't committed it. Can we add kldxref(8) to

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Christian Flügel
- Original Message - From: Kris Kennaway [EMAIL PROTECTED] To: Christian Flügel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 4:05 AM Subject: Re: upgrade from 4.5 to current fails On Tue, Apr 23, 2002 at 11:55:37PM +0200, Christian Flügel wrote: Hello Folks

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Christian Flügel
- Original Message - From: Christian Flügel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 2:17 PM Subject: Re: upgrade from 4.5 to current fails make installkernel: stops with error: kldxref not found OK. I figured this one out for myself. cd usr.sbin

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Steve Kargl
On Wed, Apr 24, 2002 at 02:22:49PM +0200, Christian Flügel wrote: - Original Message - From: Christian Flügel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 2:17 PM Subject: Re: upgrade from 4.5 to current fails make installkernel: stops with error

Re: upgrade from 4.5 to current fails

2002-04-24 Thread John Baldwin
On 24-Apr-2002 Christian Flügel wrote: - Original Message - From: Kris Kennaway [EMAIL PROTECTED] To: Christian Flügel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 4:05 AM Subject: Re: upgrade from 4.5 to current fails On Tue, Apr 23, 2002 at 11:55

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Makoto Matsushita
sgk Note the Error code 1(ignored). That's right, it's not an actual *error*. However, we have seen such a report so many, many times. We may want to consider changing src/sys/conf/kmod.mk to shut it up. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Christian Flügel
- Original Message - From: Steve Kargl [EMAIL PROTECTED] To: Christian Flügel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 5:29 PM Subject: Re: upgrade from 4.5 to current fails If you start at 4.5 and upgrade to current, then the installkernel should report

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Kris Kennaway
On Wed, Apr 24, 2002 at 05:49:52PM +0200, Christian Flügel wrote: But I still get signal 12 exceptions when trying to installworld. It seems to me that the install process still uses my old kernel and I am not able to load the new one. Could anybody please tell me how to achieve this?

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Terry Lambert
Makoto Matsushita wrote: sgk Note the Error code 1(ignored). That's right, it's not an actual *error*. However, we have seen such a report so many, many times. We may want to consider changing src/sys/conf/kmod.mk to shut it up. Or deleting klxref entirely. If it's ignorable, then the

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
: Tuesday, April 23, 2002 11:55 PM : Subject: Re: upgrade from 4.5 to current fails : : : Yeah. I picked those up too -- the signal 12 @ the install phase of : chfoo. : I also got another shell failure when doing the depend phase of the kernel : build, but since I don't care what is in vers.c

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Makoto Matsushita [EMAIL PROTECTED] writes: : : sgk Note the Error code 1(ignored). : : That's right, it's not an actual *error*. : : However, we have seen such a report so many, many times. We may want : to consider changing src/sys/conf/kmod.mk to

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
: upgrade from 4.5 to current fails : : : If you start at 4.5 and upgrade to current, then the : installkernel should report : :kldxref/boot/kernel :kldxref: No Such File or Directory : :***Error code 1(ignored) : : Note the Error code 1(ignored

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Kris Kennaway [EMAIL PROTECTED] writes: : On Wed, Apr 24, 2002 at 05:49:52PM +0200, Christian Flügel wrote: : : But I still get signal 12 exceptions when trying to installworld. : It seems to me that the install process still uses my old kernel and I

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
In message: 004d01c1eb8a$bfadfef0$594bfea9@bender [EMAIL PROTECTED] (Christian Flügel) writes: : solved the problem. Maybe this should be put in UPDATING? I've added a note to the effect that you can safely ignore this warning. Warner To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Kris Kennaway
On Wed, Apr 24, 2002 at 07:58:42PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Kris Kennaway [EMAIL PROTECTED] writes: : On Wed, Apr 24, 2002 at 05:49:52PM +0200, Christian Flügel wrote: : : But I still get signal 12 exceptions when trying to installworld. : It

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
Oh, wait, I see the chicken and egg that you are talking about... Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Kris Kennaway [EMAIL PROTECTED] writes: : On Wed, Apr 24, 2002 at 07:58:42PM -0600, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Kris Kennaway [EMAIL PROTECTED] writes: : : On Wed, Apr 24, 2002 at 05:49:52PM +0200, Christian

Re: upgrade from 4.5 to current fails

2002-04-24 Thread Christian Flügel
- Original Message - From: Kris Kennaway [EMAIL PROTECTED] To: Christian Flügel [EMAIL PROTECTED] Cc: Steve Kargl [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 1:20 AM Subject: Re: upgrade from 4.5 to current fails You're still actually running your 4.x kernel

upgrade from 4.5 to current fails

2002-04-23 Thread Christian Flügel
Hello Folks. I currently try to upgrade from 4.5 STABLE to CURRENT. I have cvsuped my source and already made buildworld and buildkernel. But installworld failed with Signal 12 while installing chpass. When I try to remove chpass from hand I get a operation not permitted error. Apparently the

Re: upgrade from 4.5 to current fails

2002-04-23 Thread Eric Brunner-Williams in Portland Maine
Yeah. I picked those up too -- the signal 12 @ the install phase of chfoo. I also got another shell failure when doing the depend phase of the kernel build, but since I don't care what is in vers.c, and I don't care about the chfoo set of utilities, I cheerfully continued. On the second make the

Re: upgrade from 4.5 to current fails

2002-04-23 Thread Christian Flügel
- Original Message - From: Eric Brunner-Williams in Portland Maine [EMAIL PROTECTED] To: Christian Flügel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 11:55 PM Subject: Re: upgrade from 4.5 to current fails Yeah. I picked those up too

Re: upgrade from 4.5 to current fails

2002-04-23 Thread Eric Brunner-Williams in Portland Maine
... I also got another shell failure when doing the depend phase of the kernel build, but since I don't care what is in vers.c, and I don't care about the chfoo set of utilities, I cheerfully continued. ... Oops. abenaki# make cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs

Re: upgrade from 4.5 to current fails

2002-04-23 Thread Kyle Butt
At Tue, 23 Apr 2002 23:55:37 +0200, Christian Flügel wrote: Hello Folks. I currently try to upgrade from 4.5 STABLE to CURRENT. I have cvsuped my source and already made buildworld and buildkernel. But installworld failed with Signal 12 while installing chpass. When I try to remove

Re: upgrade from 4.5 to current fails

2002-04-23 Thread Kris Kennaway
On Tue, Apr 23, 2002 at 11:55:37PM +0200, Christian Flügel wrote: Hello Folks. I currently try to upgrade from 4.5 STABLE to CURRENT. I have cvsuped my source and already made buildworld and buildkernel. But installworld failed with Signal 12 while installing chpass. You're attempting

Re: upgrade from 4.5 to current fails

2002-04-23 Thread David W. Chapman Jr.
I have cvsuped my source and already made buildworld and buildkernel. But installworld failed with Signal 12 while installing chpass. You're attempting to upgrade incorrectly. Follow the directions _precisely_ and this won't happen. I just got bit by this one myself from not

Re: upgrade from 4.5 to current fails

2002-04-23 Thread Kris Kennaway
On Tue, Apr 23, 2002 at 09:09:44PM -0500, David W. Chapman Jr. wrote: I have cvsuped my source and already made buildworld and buildkernel. But installworld failed with Signal 12 while installing chpass. You're attempting to upgrade incorrectly. Follow the directions _precisely_

Re: upgrade from 4.5 to current fails

2002-04-23 Thread David W. Chapman Jr.
No, for the past several months you haven't been able to installworld a -current system under a -stable kernel. That you were ever able to do that before that time is pure chance. Very strange that I did it last week then, possibly a fluke? -- David W. Chapman Jr. [EMAIL PROTECTED]