plymouth ask-for-passphrase
Bug #887410 reported by
Jay R. Wren
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Ubuntu) |
Fix Released
|
Medium
|
Clint Byrum | ||
Precise |
Fix Released
|
Medium
|
Clint Byrum |
Bug Description
/usr/share/
Related branches
lp://qastaging/~clint-fewbar/ubuntu/precise/apache2/fix-ask-for-passphrase
- Alex Muntada (community): Approve
-
Diff: 46 lines (+18/-9)2 files modifieddebian/ask-for-passphrase (+10/-9)
debian/changelog (+8/-0)
affects: | plymouth (Ubuntu) → apache2 (Ubuntu) |
Changed in apache2 (Ubuntu): | |
importance: | Undecided → Medium |
Changed in apache2 (Ubuntu Precise): | |
milestone: | none → precise-alpha-1 |
Changed in apache2 (Ubuntu Precise): | |
assignee: | nobody → Clint Byrum (clint-fewbar) |
Changed in apache2 (Ubuntu): | |
milestone: | precise-alpha-1 → precise-alpha-2 |
Changed in apache2 (Ubuntu Precise): | |
status: | Incomplete → Triaged |
Changed in apache2 (Ubuntu Precise): | |
status: | Triaged → In Progress |
To post a comment you must log in.
Hi Jay, can you please explain what you expect to happen, and what actually happens?
The code is quite clear, if plymouth is running and available, we ask a question via plymouth's normal methods using the exact same prompt text that apache's internal passphrase module uses. If plymouth is not running anymore, we use the normal method that Apache uses which is to ask the question via the user's controlling terminal. If there is no way to ask the question, we exit with an error.