Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Proposed\s+change\s+of\s+kdb\s+key\s+on\s+serial\s+console\s*$/: 20 ]

Total 20 documents matching your query.

1. Proposed change of kdb key on serial console (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Wed, 02 Jul 2003 12:29:44 +1000
Currently you invoke kdb on a serial console by ctrl-A. This causes problems for people using emacs bindings in bash, ctrl-A is start of line. It is very annoying when typing on the serial console to
/archives/kdb/2003-07/msg00000.html (7,546 bytes)

2. RE: Proposed change of kdb key on serial console (score: 1)
Author: "Zhang, Sonic" <sonic.zhang@xxxxxxxxx>
Date: Wed, 2 Jul 2003 10:53:51 +0800
Hi Keith, I think it will cost too many keys to trap into KDB from a serial console. What do you think about "ctrl-=" or "ctrl-\"? ** Sonic Zhang Software Engineer Intel China Software Lab Tel: (086)
/archives/kdb/2003-07/msg00001.html (9,144 bytes)

3. Re: Proposed change of kdb key on serial console (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Wed, 02 Jul 2003 13:10:00 +1000
That is deliberate, it should take more effort to get into the debugger than just hitting a single character. SGI have been using <escape>KDB internally for several months and it has not caused any p
/archives/kdb/2003-07/msg00002.html (8,423 bytes)

4. Re: Proposed change of kdb key on serial console (score: 1)
Author: Will Schmidt <willschm@xxxxxxxxxx>
Date: Wed, 2 Jul 2003 08:33:29 -0500
Agreeing with Keith's observation, the PPC64 implementation has been using the string "startKDB" for quite some time. (more than a year). Occasionally i hear a complaint about it not working, but typ
/archives/kdb/2003-07/msg00003.html (10,522 bytes)

5. Re: Proposed change of kdb key on serial console (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Wed, 02 Jul 2003 23:57:56 +1000
Strange that none of the ppc kdb code has appeared on the kdb mailing list. Alas, CML1 cannot cope with special characters. CML2 could have, but politics killed CML2.
/archives/kdb/2003-07/msg00004.html (8,686 bytes)

6. Re: Proposed change of kdb key on serial console (score: 1)
Author: s lurndal <slurndal@xxxxxxxxxxxx>
Date: Wed, 2 Jul 2003 07:40:48 -0700 (PDT)
ctrl-\ is used by C-Kermit as an escape character (I use C-Kermit as the terminal emulator when using serial KDB). In this case, I prefer ctrl-=. scott
/archives/kdb/2003-07/msg00005.html (8,467 bytes)

7. Re: Proposed change of kdb key on serial console (score: 1)
Author: Thomas Duffy <Thomas.Duffy.99@xxxxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2003 08:51:45 -0700
ctrl-a is also used in screen as the default escape, so I vote for getting rid of ctrl-a as the kdb break sequence... Under Solaris, you hit Stop-A on a keyboard or send a break signal on a serial li
/archives/kdb/2003-07/msg00006.html (9,490 bytes)

8. Re: Proposed change of kdb key on serial console (score: 1)
Author: Thomas Duffy <Thomas.Duffy.99@xxxxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2003 08:53:51 -0700
ctrl-\ is also as the escape sequence in the console program I use, so I am against this. -tduffy -- Thomas Duffy <Thomas.Duffy.99@xxxxxxxxxxxxxxxx> Attachment: signature.asc Description: This is a d
/archives/kdb/2003-07/msg00007.html (9,048 bytes)

9. Re: Proposed change of kdb key on serial console (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Thu, 03 Jul 2003 02:35:40 +1000
It is already used for sysrq.
/archives/kdb/2003-07/msg00008.html (8,024 bytes)

10. Re: Proposed change of kdb key on serial console (score: 1)
Author: Juan Quintela <quintela@xxxxxxxxxxxxxxxx>
Date: Thu, 03 Jul 2003 13:03:03 +0200
I liked it, just now I have: - C-a used by emacs bindings - C-a used by screen - C-a useb by kdb and that is not good :( Later, Juan. -- In theory, practice and theory are the same, but in practice
/archives/kdb/2003-07/msg00012.html (9,242 bytes)

11. Proposed change of kdb key on serial console (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Wed, 02 Jul 2003 12:29:44 +1000
Currently you invoke kdb on a serial console by ctrl-A. This causes problems for people using emacs bindings in bash, ctrl-A is start of line. It is very annoying when typing on the serial console to
/archives/kdb/2003-07/msg00057.html (7,546 bytes)

12. RE: Proposed change of kdb key on serial console (score: 1)
Author: "Zhang, Sonic" <sonic.zhang@xxxxxxxxx>
Date: Wed, 2 Jul 2003 10:53:51 +0800
Hi Keith, I think it will cost too many keys to trap into KDB from a serial console. What do you think about "ctrl-=" or "ctrl-\"? ** Sonic Zhang Software Engineer Intel China Software Lab Tel: (086)
/archives/kdb/2003-07/msg00058.html (9,159 bytes)

13. Re: Proposed change of kdb key on serial console (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Wed, 02 Jul 2003 13:10:00 +1000
That is deliberate, it should take more effort to get into the debugger than just hitting a single character. SGI have been using <escape>KDB internally for several months and it has not caused any p
/archives/kdb/2003-07/msg00059.html (8,468 bytes)

14. Re: Proposed change of kdb key on serial console (score: 1)
Author: Will Schmidt <willschm@xxxxxxxxxx>
Date: Wed, 2 Jul 2003 08:33:29 -0500
Agreeing with Keith's observation, the PPC64 implementation has been using the string "startKDB" for quite some time. (more than a year). Occasionally i hear a complaint about it not working, but typ
/archives/kdb/2003-07/msg00060.html (10,522 bytes)

15. Re: Proposed change of kdb key on serial console (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Wed, 02 Jul 2003 23:57:56 +1000
Strange that none of the ppc kdb code has appeared on the kdb mailing list. Alas, CML1 cannot cope with special characters. CML2 could have, but politics killed CML2.
/archives/kdb/2003-07/msg00061.html (8,750 bytes)

16. Re: Proposed change of kdb key on serial console (score: 1)
Author: s lurndal <slurndal@xxxxxxxxxxxx>
Date: Wed, 2 Jul 2003 07:40:48 -0700 (PDT)
ctrl-\ is used by C-Kermit as an escape character (I use C-Kermit as the terminal emulator when using serial KDB). In this case, I prefer ctrl-=. scott
/archives/kdb/2003-07/msg00062.html (8,467 bytes)

17. Re: Proposed change of kdb key on serial console (score: 1)
Author: Thomas Duffy <Thomas.Duffy.99@xxxxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2003 08:51:45 -0700
ctrl-a is also used in screen as the default escape, so I vote for getting rid of ctrl-a as the kdb break sequence... Under Solaris, you hit Stop-A on a keyboard or send a break signal on a serial li
/archives/kdb/2003-07/msg00063.html (9,536 bytes)

18. Re: Proposed change of kdb key on serial console (score: 1)
Author: Thomas Duffy <Thomas.Duffy.99@xxxxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2003 08:53:51 -0700
ctrl-\ is also as the escape sequence in the console program I use, so I am against this. -tduffy -- Thomas Duffy <Thomas.Duffy.99@xxxxxxxxxxxxxxxx> Attachment: signature.asc Description: This is a d
/archives/kdb/2003-07/msg00064.html (9,106 bytes)

19. Re: Proposed change of kdb key on serial console (score: 1)
Author: Keith Owens <kaos@xxxxxxx>
Date: Thu, 03 Jul 2003 02:35:40 +1000
It is already used for sysrq.
/archives/kdb/2003-07/msg00065.html (8,083 bytes)

20. Re: Proposed change of kdb key on serial console (score: 1)
Author: Juan Quintela <quintela@xxxxxxxxxxxxxxxx>
Date: Thu, 03 Jul 2003 13:03:03 +0200
I liked it, just now I have: - C-a used by emacs bindings - C-a used by screen - C-a useb by kdb and that is not good :( Later, Juan. -- In theory, practice and theory are the same, but in practice
/archives/kdb/2003-07/msg00069.html (9,288 bytes)


This search system is powered by Namazu