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 chpass from hand I get a "operation not permitted"
> error. Apparently the immutable flag prevents the file from being deleted.
> Which is strange because the securelevel should be 0 when I'm in single user
> mode. So I should be able to change the immutable flag.
From UPDATING:
To upgrade from 4.x-stable to current
-------------------------------------
make buildworld
make buildkernel KERNCONF=YOUR_KERNEL_HERE
cp src/sys/${MACHINE_ARCH}/conf/GENERIC.hints /boot/device.hints [2]
make installkernel KERNCONF=YOUR_KERNEL_HERE
reboot in single user [3]
make installworld
mergemaster [4]
[1]
<reboot>
Did you do this? IIRC, Sig 12 is unimplemented syscall, which would occur
when userland and the kernel are out of sync.
>
> So I booted from my fixit floppy mounted my slices and chrooted to my root
> partition. But even then installworld dies with Signal 12 while processing
> chpass.
> And rm -f chpass will give me an "operation not permitted" error.
>
> So what is wrong here?
>
> Any Ideas?
>
> Regards
>
> Christian
>
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message