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 bo

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" >

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 t

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, Chri

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 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 installworl

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 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 an

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
t; : 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 : > : > kldxref/boot/kernel : > kldxref: No Such File or Directory : > : >

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

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
In message: <003801c1eb8a$0e786530$594bfea9@bender> [EMAIL PROTECTED] (Christian Flügel) writes: : make installkernel: stops with error: "kldxref not found" That's not an error, just a warning and can safely be ignored. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
gt; : 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 -- the signal 12 @ the install phase of : ch. : > I also got another shell failure when doing the depend phase

Re: upgrade from 4.5 to current fails

2002-04-24 Thread M. Warner Losh
You have to do, as UPDATING tells you: make buildworld make buildkernel make installkernel mergemaster -p make installworld mergemaster for things to work right. The Sig 12 are from new system calls in the newly compiled binaries. You m

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, t

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? Yo

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 upg

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 "unsub

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

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 fail

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 f

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

Re: upgrade from 4.5 to current fails

2002-04-23 Thread Craig Boston
Kyle Butt said: >To upgrade from 4.x-stable to current >- snip >reboot in single user [3] >Did you do this? IIRC, Sig 12 is unimplemented syscall, which would occur >when userland and the kernel are out of sync. I don't recall seeing this in any of t

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]

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 >

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 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 attem

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

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 > ch set of utilities, I cheerfully continued. > ... Oops. abenaki# make cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wst

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

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 ch. 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 ch set of utilities, I cheerfully continued. On the second make the signal