|
Bugzilla – Full Text Bug Listing |
| Summary: | Skipping cryptodisk mounting in parallel boot causes no hostname set | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | B. B. <bradavka> |
| Component: | Other | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | lnussel, werner |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
B. B.
2009-12-06 22:33:01 UTC
trying maintainer of boot.crypto I don't know what I could do in boot.crypto against this. My advise would be to use ctrl-d at the prompt instead which makes boot.crypto exit gracefully. I'm not maintainer of boot.crypto Yeah, and I as maintainer of boot.crypto can't fix the problem :) The bug seems to be that if the user presses ctrl-c at the cryptsetup prompt not only boot.crypo is terminated but also other, unrelated scripts which could indicate a problem e.g. in startpar. Ctrl-C is not supported and it will not be supported The correct answer is EOF aka Ctrl-D if the prompt is visible. Beside this boot.crypto is nont handled by startpar as startpar handled boot.crypto as interactive script. And hopefully boot.crypto reconnects to the physical device as provided by the environment variable REDIRECT then it should be easy to use modify to stty command ... nevertheless we're talking about /dev/console that is we do not have any controlling terminal and therefore without any controlling terminal Ctrl-C will not work. |