Re: Unattended reboot was Re: signal 12's everywhere on Current with update this morning.

2003-11-16 Thread Edwin Culp
--- Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > "masta" <[EMAIL PROTECTED]> writes: > > I found that if I put /rescue in my PATH before > all the normal stuff, > > things tend to work (like ls). For me I got > caught doing the: > > make buildworld > > make buildkernel KERNCONF=FOO > > make i

Re: signal 12's everywhere on Current with update this morning.

2003-11-15 Thread Kevin Oberman
> Date: Sat, 15 Nov 2003 09:51:40 +1000 (EST) > From: Andy Farkas <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Richard Coleman wrote: > 0. mergemaster -p > > 1. make buildworld > > 2. make buildkernel KERNCONF=NAME_OF_KERNEL_FILE > > 3. make installkernel KERNCONF=NAME_OF_KERNEL_FILE 2 and

Re: Unattended reboot was Re: signal 12's everywhere on Current with update this morning.

2003-11-15 Thread Dag-Erling Smørgrav
"masta" <[EMAIL PROTECTED]> writes: > I found that if I put /rescue in my PATH before all the normal stuff, > things tend to work (like ls). For me I got caught doing the: > make buildworld > make buildkernel KERNCONF=FOO > make installkernel > mergemaster > make installworld > > BAM! installworld

Re: signal 12's everywhere on Current with update this morning.

2003-11-15 Thread Peter Schultz
Richard Coleman wrote: Andy Farkas wrote: Richard Coleman wrote: 1. make buildworld 2. make buildkernel KERNCONF=NAME_OF_KERNEL_FILE 3. make installkernel KERNCONF=NAME_OF_KERNEL_FILE 4. shutdown -r now 5. boot into single user mode 6. fsck -p 7. mount -u / 8. mount -a -t ufs 9. swapon -a 9.

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread Richard Coleman
Andy Farkas wrote: Richard Coleman wrote: 1. make buildworld 2. make buildkernel KERNCONF=NAME_OF_KERNEL_FILE 3. make installkernel KERNCONF=NAME_OF_KERNEL_FILE 4. shutdown -r now 5. boot into single user mode 6. fsck -p 7. mount -u / 8. mount -a -t ufs 9. swapon -a 9.5 adjkerntz -i Yep, forg

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread Andy Farkas
Richard Coleman wrote: > 1. make buildworld > 2. make buildkernel KERNCONF=NAME_OF_KERNEL_FILE > 3. make installkernel KERNCONF=NAME_OF_KERNEL_FILE > 4. shutdown -r now > 5. boot into single user mode > 6. fsck -p > 7. mount -u / > 8. mount -a -t ufs > 9. swapon -a 9.5 adjkerntz -i > 10. make

Re: Unattended reboot was Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread masta
Dag-Erling Smørgrav wrote: > [EMAIL PROTECTED] writes: > >>I'm building new kernels as I write this. My next question is: >>One of the machines I'm building on is remote and was last rebuilt >>just before the change. What would be be better sequence for making >>the change after a fresh cvsup

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread Andrew Kenneth Milton
+---[ Edmund L. Wong ]-- | | I am able to get myself to a single-user prompt as | root, but not much else. Does anyone have any | suggestions as to how I can salvage this? Or will I | have to reinstall anew? Boot from a live/fixit CD/floppy, and mount your drives and rebu

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread Edmund L. Wong
Thanks Richard. So unfortunately, I was an idiot and ran installworld without rebuilding and installing a new kernel (the one I have was built on Nov. 1). Now everything coredumps, including rm, ls, etc. I cannot make installworld, installkernel, buildworld or buildkernel. I am able to get myse

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread Richard Coleman
Sure. I can do that. Some structures in statfs changed size. So you need to rebuild and install your kernel before you update the world. The instructions in the handbook should work just fine. 1. make buildworld 2. make buildkernel KERNCONF=NAME_OF_KERNEL_FILE 3. make installkernel KERNCONF=N

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread Edmund L. Wong
Could someone bring me up to speed on this thread? I just joined current and I also updated this morning and have all kinds of issues. THanks, Ed --- Richard Coleman <[EMAIL PROTECTED]> wrote: > Someone just needs to bring the build(7) man page up > to date with the > handbook. > > Also, I no

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread Richard Coleman
Someone just needs to bring the build(7) man page up to date with the handbook. Also, I noticed that build(7) still lists the "installmost" build target. I believe that was removed. I would file a PR except that my man pages always suck. Richard Coleman [EMAIL PROTECTED] Brent Jones wrote: I

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Brent Jones <[EMAIL PROTECTED]> writes: : If this is true, perhaps the "build" man page should be updated. : Here's what the man page has to say on the topic: : : The ``approved'' method of updating your system from the latest : sources :

Re: signal 12's everywhere on Current with update this morning.

2003-11-14 Thread Brent Jones
If this is true, perhaps the "build" man page should be updated. Here's what the man page has to say on the topic: The ``approved'' method of updating your system from the latest sources is: make buildworld make buildkernel KERNCONF=FOO make installke

Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Uwe Laverenz <[EMAIL PROTECTED]> writes: : [EMAIL PROTECTED] schrieb: : : > Uwe, do you have any remote machines? I'm wondering what the correct : > sequence would be to update and reboot them. : : I would suggest to do it this way: : : 1. make buildw

Re: Unattended reboot was Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread Dag-Erling Smørgrav
[EMAIL PROTECTED] writes: > I'm building new kernels as I write this. My next question is: > One of the machines I'm building on is remote and was last rebuilt > just before the change. What would be be better sequence for making > the change after a fresh cvsup ? RTFM. make buildworld make bui

Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread eculp
Mensaje citado por Uwe Laverenz <[EMAIL PROTECTED]>: | [EMAIL PROTECTED] schrieb: | | > Uwe, do you have any remote machines? I'm wondering what the correct | > sequence would be to update and reboot them. | | I would suggest to do it this way: | | 1. make buildworld | 2. make kernel KERNCONF= U

Re: Unattended reboot was Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread eculp
Mensaje citado por Jesper Skriver <[EMAIL PROTECTED]>: | On Thu, Nov 13, 2003 at 07:39:15AM -0800, [EMAIL PROTECTED] wrote: | > I'm building new kernels as I write this. My next question is: | > One of the machines I'm building on is remote and was last rebuilt | > just before the change. Wha

Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread Uwe Laverenz
[EMAIL PROTECTED] schrieb: Uwe, do you have any remote machines? I'm wondering what the correct sequence would be to update and reboot them. I would suggest to do it this way: 1. make buildworld 2. make kernel KERNCONF= 3. *reboot* (with new kernel and old userland) 4. make installworld 5. merge

Re: Unattended reboot was Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread Jesper Skriver
On Thu, Nov 13, 2003 at 07:39:15AM -0800, [EMAIL PROTECTED] wrote: > Mensaje citado por [EMAIL PROTECTED]: > > | Mensaje citado por Ceri Davies <[EMAIL PROTECTED]>: > | > | | On Thu, Nov 13, 2003 at 06:48:35AM -0800, [EMAIL PROTECTED] wrote: > | | > I installed an older current snap, Oct 26, on a

Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread eculp
Mensaje citado por Uwe Laverenz <[EMAIL PROTECTED]>: | [EMAIL PROTECTED] schrieb: | | > Thanks, I missed that. :( Sorry for the noise. | | You're not the only one who missed that. We killed 2 machines yesterday | evening (~11pm CET) this way. I think I did read UPDATING and I can't | remember a

Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread Uwe Laverenz
[EMAIL PROTECTED] schrieb: Thanks, I missed that. :( Sorry for the noise. You're not the only one who missed that. We killed 2 machines yesterday evening (~11pm CET) this way. I think I did read UPDATING and I can't remember any warning entries?! It's there now, of course so we were just run

Unattended reboot was Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread eculp
Mensaje citado por [EMAIL PROTECTED]: | Mensaje citado por Ceri Davies <[EMAIL PROTECTED]>: | | | On Thu, Nov 13, 2003 at 06:48:35AM -0800, [EMAIL PROTECTED] wrote: | | > I installed an older current snap, Oct 26, on a brandnew dell power edge | | > with a single Xeon 2.4 GHz cpu and 1G in memory.

Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread eculp
Mensaje citado por Ceri Davies <[EMAIL PROTECTED]>: | On Thu, Nov 13, 2003 at 06:48:35AM -0800, [EMAIL PROTECTED] wrote: | > I installed an older current snap, Oct 26, on a brandnew dell power edge | > with a single Xeon 2.4 GHz cpu and 1G in memory. It was running great. | > I installed everythi

Re: signal 12's everywhere on Current with update this morning.

2003-11-13 Thread Ceri Davies
On Thu, Nov 13, 2003 at 06:48:35AM -0800, [EMAIL PROTECTED] wrote: > I installed an older current snap, Oct 26, on a brandnew dell power edge > with a single Xeon 2.4 GHz cpu and 1G in memory. It was running great. > I installed everything except the kitchen sink. Then I decided it was > time to

signal 12's everywhere on Current with update this morning.

2003-11-13 Thread eculp
I installed an older current snap, Oct 26, on a brandnew dell power edge with a single Xeon 2.4 GHz cpu and 1G in memory. It was running great. I installed everything except the kitchen sink. Then I decided it was time to update, I've got serveral other machines weathering the storms. Bad idea.