Re: can't install world

2002-05-22 Thread Glenn Gombert
Those error(s) seem to be gone with today's cvsup and rebuild, I think that John Baldwin made a change to kern_mutex.c that seems to have resolved the problem :-) > > > btw: frequently i see "Could Not Sleep..." messages like those Glenn > mentioned yesterday. > -- Glenn Gombert [EMA

Re: can't install world

2002-05-22 Thread frank rehn
"David O'Brien" <[EMAIL PROTECTED]> schrieb am 22.05.02: > On Tue, May 21, 2002 at 04:33:32PM +0200, yuri khotyaintsev wrote: > > > make buildworld ... > > > make buildkernel ... > > > make installkernel ... > > > mergemaster ... > > > > You have to reboot here with new kernel. > > Actually you

Re: can't install world

2002-05-21 Thread David O'Brien
On Tue, May 21, 2002 at 04:33:32PM +0200, yuri khotyaintsev wrote: > > make buildworld ... > > make buildkernel ... > > make installkernel ... > > mergemaster ... > > You have to reboot here with new kernel. Actually you want to reboot before mergemaster -- you don't have the matching binaries i

Re: can't install world

2002-05-21 Thread yuri khotyaintsev
> make buildworld ... > make buildkernel ... > make installkernel ... > mergemaster ... You have to reboot here with new kernel. > --> single user > > make installworld ... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: can't install world

2002-05-21 Thread Glenn G.
You need to do a reboot before you perform an 'installworld' ,after you have done a build/install kernel. The signal 12 is an un-implemeted syscall, when you are trying to do the 'make installworld'.. On Tue, 21 May 2002 16:06:34 +0200, [EMAIL PROTECTED] said: > > hallo. > > i try to u