Re: [SOLVED] Re: missing /boot/menusets.4th

2013-08-10 Thread Daniel Braniss
  On Aug 9, 2013, at 7:11 AM, Teske, Devin wrote:
 On Aug 9, 2013, at 2:55 AM, Henrik Lidström wrote:
On 08/09/13 10:28, Daniel Braniss wrote:
  as of now (sorry have no rev#) the file
sys/boot/forth/menusets.4th
  Again, apologies...
  Patched stable/9 with forgotten MFC of r242688 (see recent SVN r254146).
 --  Devin

thanks, and not only for fixing it, but for the time you invest in the project!

danny


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[SOLVED] Re: missing /boot/menusets.4th

2013-08-09 Thread Teske, Devin

On Aug 9, 2013, at 2:55 AM, Henrik Lidström wrote:

 On 08/09/13 10:28, Daniel Braniss wrote:
 as of now (sorry have no rev#) the file
  sys/boot/forth/menusets.4th
 is not being installed, so boot failes!
 
 danny
 
 
 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org
 
 Yep, I just recovered from it using fixit and copying the file from src to 
 /boot.
 
 FreeBSD 14HELI 9.2-BETA2 FreeBSD 9.2-BETA2 #7: Fri Aug  9 10:43:22 CEST 
 2013 root@14HELI:/usr/obj/usr/src/sys/JOBBD2 amd64
 

(raises hand)

My fault!

I committed SVN r254109/r254113.

... and forgot to merge r242688.

And I know why I missed it...

Learned a valuable lessen today...

*** I did my mergeinfo --show-revs=eligible in sys/boot/forth ***

NOTE: Despite the fact that I did svn merge in the proper location, the 
show-revs was influenced by the fact that I was in a sub-directory ... thus I 
never caught r242688 because at that sub-directory level, the revision didn't 
apply (show-revs=eligible didn't list it; and that's the list I was processing).

It's not that I wasn't paying close attention to...

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/subversion-primer.html

It's that I didn't know that the rule of getting the list of eligible revs was 
quite as important as the actual act of merging. I'm very aware now that when 
you go to synchronize branches... it's imperative that even the show-revs step 
be done at the right level (but to be fair... I wasn't expecting something like 
r242688 ... and it had been a _long_ time since I had last broke the build 
[albeit with the same problem in HEAD]).

Much apologies.

Merging r242688 immediately to stable/9 to fix the missing file issue.
-- 
Devin

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: [SOLVED] Re: missing /boot/menusets.4th

2013-08-09 Thread Teske, Devin

On Aug 9, 2013, at 7:11 AM, Teske, Devin wrote:

 
 On Aug 9, 2013, at 2:55 AM, Henrik Lidström wrote:
 
 On 08/09/13 10:28, Daniel Braniss wrote:
 as of now (sorry have no rev#) the file
 sys/boot/forth/menusets.4th

Again, apologies...

Patched stable/9 with forgotten MFC of r242688 (see recent SVN r254146).
-- 
Devin

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: [SOLVED] Re: missing /boot/menusets.4th

2013-08-09 Thread Beat Siegenthaler
On 09.08.13 16:19, Teske, Devin wrote:
 Again, apologies...

 Patched stable/9 with forgotten MFC of r242688 (see recent SVN r254146).
Accepted!

that was the worst outage that hit me since a decade or more.
It was really STABLE for longtime ;-) But In that stage of boot i was a
bit helpless.

Tried half a day to recover. Found some issues with fixit and mounting
zfs on root in /mnt

could not find menusets.4th on any place in the system. At the end I
simply copied the file from 
http://svnweb.freebsd.org/base/head/sys/boot/forth/menusets.4th?revision=242667view=copathrev=242667
on a usb-drive and copied to /mnt/boot
Hope to help others.

Now i have to figure out, why

|Fixit# zpool import -R /mnt -f poolname|
|Fixit# mount -t zfs poolname /mnt|

did not worked as expected, and the 9.2-RC1 image was not installable...

good night,
Beat

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org