Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160229 Details for
Bug 194249
CDs/DVDs encrypted with LUKS are not correctly mounted
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for hal-luks-setup-linux
hal-luks-setup-linux.patch (text/plain), 715 bytes, created by
Marco Colombo
on 2007-07-30 10:17:01 UTC
(
hide
)
Description:
patch for hal-luks-setup-linux
Filename:
MIME Type:
Creator:
Marco Colombo
Created:
2007-07-30 10:17:01 UTC
Size:
715 bytes
patch
obsolete
>--- hal-luks-setup-linux.dist 2007-05-18 19:04:35.000000000 +0200 >+++ hal-luks-setup-linux 2007-07-30 12:15:28.000000000 +0200 >@@ -22,7 +22,12 @@ > exit 1 > fi > >-if ! echo "$PASSWORD" | $CRYPTSETUP luksOpen $HAL_PROP_BLOCK_DEVICE luks_crypto_$HAL_PROP_VOLUME_UUID 2> /dev/null; then >+READONLY="" >+eval `udevinfo -n $HAL_PROP_BLOCK_DEVICE -q env | fgrep ID_TYPE` >+if [ "$ID_TYPE" = "cd" ]; then >+ READONLY="--readonly" >+fi >+if ! echo "$PASSWORD" | $CRYPTSETUP luksOpen $READONLY $HAL_PROP_BLOCK_DEVICE luks_crypto_$HAL_PROP_VOLUME_UUID 2> /dev/null; then > echo org.freedesktop.Hal.Device.Volume.Crypto.SetupPasswordError >&2 > echo Error setting up $HAL_PROP_BLOCK_DEVICE - bad password? >&2 > exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194249
:
130664
|
160228
| 160229