Re: HEADS UP: FreeBSD git mirrors demoted to beta status, need your help

2013-01-16 Thread Ulrich Spörlein
This has been completed, your next pull will result in a non-fastforwardable change and I'd advise you to re-branch from origin/master instead. If you run into any trouble, don't hesitate to contact me directly. Thanks and sorry for the inconvenience, Uli On Sun, 2012-12-30 at 12:38:34 +0100, Ul

Re: off topic but no idea where to ask

2013-01-16 Thread Daniel Braniss
> does anyone know a PXE image (just like /boot/pxeboot) that can be placed > on tftp server and the only thing it will do would be loading first sector > from first local disk at 0x07c00 and booting as with normal hard drive. > instead of pxeboot, try giving /boot/boot0 > what i need is to be

Re: [RFC] support -b when starting gdb

2013-01-16 Thread Warner Losh
How does 'set remotebaud' not do what you want? Warner On Jan 15, 2013, at 10:15 PM, Adrian Chadd wrote: > Hi, > > There doesn't seem to be a blessed way to set the baudrate from inside > gdb/kgdb. It seems to be set from '-b' on the command line. > > However kgdb doesn't have this support. >

Re: [RFC] support -b when starting gdb

2013-01-16 Thread Garrett Cooper
On Jan 16, 2013, at 7:35 AM, Warner Losh wrote: > How does 'set remotebaud' not do what you want? > > Warner > > On Jan 15, 2013, at 10:15 PM, Adrian Chadd wrote: > >> Hi, >> >> There doesn't seem to be a blessed way to set the baudrate from inside >> gdb/kgdb. It seems to be set from '-b' on

Re: [RFC] support -b when starting gdb

2013-01-16 Thread Warner Losh
On Jan 16, 2013, at 9:05 AM, Garrett Cooper wrote: > On Jan 16, 2013, at 7:35 AM, Warner Losh wrote: > >> How does 'set remotebaud' not do what you want? >> >> Warner >> >> On Jan 15, 2013, at 10:15 PM, Adrian Chadd wrote: >> >>> Hi, >>> >>> There doesn't seem to be a blessed way to set the

Re: [RFC] support -b when starting gdb

2013-01-16 Thread Adrian Chadd
It wasn't listed anywhere in the documentation / wiki. I only found it after I had posted that patch. eg: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-online-gdb.html I had to do a whole lot of searching to finally discover that particular option. And yes, it

Re: [RFC] support -b when starting gdb

2013-01-16 Thread John Baldwin
On Wednesday, January 16, 2013 1:30:37 am Adrian Chadd wrote: > Also, I found 'set remotebaud' and 'set debug remote 1' to do this. > > I'd like to add the code just to support the same -b flag as gdb (so > -r can also be used with a non-standard serial port.) I think adding -b is fine. -- John

Re: kgzip(1) is broken

2013-01-16 Thread Devin Teske
On Jan 15, 2013, at 5:07 PM, Steven Hartland wrote: > > - Original Message - From: > To: "'Ian Lepore'" > Cc: ; > Sent: Wednesday, January 16, 2013 12:56 AM > Subject: RE: kgzip(1) is broken > > >>> -Original Message- >>> From: Ian Lepore [mailto:free...@damnhippie.dyndns.or

Failsafe on kernel panic

2013-01-16 Thread Sami Halabi
Hi everyone, I have a production box, in which I want to install new kernel without any remotd kvn. my problem is its 2 hours away, and if a kernel panic occurs I got a problem. I woner if I can seg failsafe script to load the old kernel in case of psnic. Sami _

Re: Failsafe on kernel panic

2013-01-16 Thread John Baldwin
On Wednesday, January 16, 2013 2:25:33 pm Sami Halabi wrote: > Hi everyone, > I have a production box, in which I want to install new kernel without any > remotd kvn. > my problem is its 2 hours away, and if a kernel panic occurs I got a > problem. > I woner if I can seg failsafe script to load the

Re: Failsafe on kernel panic

2013-01-16 Thread Sami Halabi
Thank you for your response, very helpful. one question - how do i configure auto-reboot once kernel panic occurs? Sami On Wed, Jan 16, 2013 at 10:13 PM, John Baldwin wrote: > On Wednesday, January 16, 2013 2:25:33 pm Sami Halabi wrote: > > Hi everyone, > > I have a production box, in which I

Re: Failsafe on kernel panic

2013-01-16 Thread Ian Lepore
On Wed, 2013-01-16 at 23:27 +0200, Sami Halabi wrote: > Thank you for your response, very helpful. > one question - how do i configure auto-reboot once kernel panic occurs? > > Sami > >From src/sys/conf/NOTES, this may be what you're looking for... # # Don't enter the debugger for a panic. Inte

Re: Failsafe on kernel panic

2013-01-16 Thread Sami Halabi
Its only a kernel option? There is no flag to pass to the loader? SAMI בתאריך 17 בינו 2013 05:18, מאת "Ian Lepore" : > On Wed, 2013-01-16 at 23:27 +0200, Sami Halabi wrote: > > Thank you for your response, very helpful. > > one question - how do i configure auto-reboot once kernel panic occurs? >

Re: Failsafe on kernel panic

2013-01-16 Thread Sami Halabi
btw: i don't see any options in my kernel config for KBD / Unatteneded , th eonly thing that mention its is: device ukbd Sami On Thu, Jan 17, 2013 at 6:45 AM, Sami Halabi wrote: > Its only a kernel option? There is no flag to pass to the loader? > > SAMI > בתאריך 17 בינו 2013 05:18, מאת "Ian L