Today's Page Hits: 318
I have more hair and it isn't so grey. :->
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
This has been bugging me all morning:
[console] root@burr ( e2:64 ) > mdb -kw Loading modules: [ unix genunix specfs dtrace cpu.AuthenticAMD.15 uppc pcplusmp scsi_vhci ufs mpt ip hook neti sctp arp usba qlc fctl nca lofs zfs random fcp nfs cpc ptm sppp ] > nfs4_trigger_mount:b mdb: failed to add breakpoint: operation not supported by target > :c mdb: failed to continue target: operation not supported by target > $q
The first thing I did was search on google and no luck on finding a solution. Other people had asked for help on it, but not directly. I decided to set the system to boot up in kmdb (see eeprom hosed on an x86) and no luck either.
Okay, my next step was to make sure that I was really, really dropping to the kernel. I was suspicious that I wasn't getting there since '$q' was not attempting to reboot the box. In this case, the escape character was: '^]'.
[console] root@burr ( e2:64 ) > telnet> send brk Welcome to kmdb kmdb: unable to determine terminal type: assuming `vt100' Loaded modules: [ scsi_vhci crypto cpc uppc i hook lofs genunix ip logindmux usba specfs pcplusmp md nfs random sctp arp cpu.AuthenticAMD.15 ] [3]> nfs4_trigger_mount:b [3]> :c
And we have liftoff!
Posted by John Levon on July 17, 2007 at 01:18 PM CDT #
John,
Yeah, I was feeling off today. I had forgotten all of the mdb I had learned over the last year. Anyway, I would swear I did mdb -K as well as mdb -k. My screen buffer doesn't go back that far.
I mainly blogged about this for the next time it happens (hopefully not to me).
Thanks,
Tom
Posted by Tom Haynes on July 17, 2007 at 01:36 PM CDT #
Thanks for the detailed response.
Posted by Eric-ec2link on September 24, 2007 at 11:48 AM CDT #