- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: control sequence to break out of a single prog...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:16 PM
09-09-2002 12:16 PM
control sequence to break out of a single program during boot hang
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:17 PM
09-09-2002 12:17 PM
Re: control sequence to break out of a single program during boot hang
try cntl-\ (control-backslash)
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:21 PM
09-09-2002 12:21 PM
Re: control sequence to break out of a single program during boot hang
shift+ctrl+pipe
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:25 PM
09-09-2002 12:25 PM
Re: control sequence to break out of a single program during boot hang
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 10:49 PM
09-09-2002 10:49 PM
Re: control sequence to break out of a single program during boot hang
But SIGQUIT (3) is not masked... so you can usually interrupt using that signal.
Like written in the responses above SIGQUIT can be sent by Ctrl-
See stty -a:
quit = ^\;
E.g. on a German Keyboard you need to type Strg-AltGr-??.
Another interesting thing is that brkint is active during bootup, so you can also use the BREAK key for interrupts. This is sometimes important if your keyboard type has problems with ^\.
If you are logged to a GSP with telnet then you may escape to the telnet> prompt and issue "send break".
Summary: you need to send SIGQUIT.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 10:58 PM
09-09-2002 10:58 PM
Re: control sequence to break out of a single program during boot hang
I use control+break to interrupt the script.
regards,
U.SivaKumar