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 296066 Details for
Bug 435115
kernel freezes when running script which features ecryptfs parts of kernel
[?]
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 to new version of script where the freeze does not occur
umount.patch (text/plain), 508 bytes, created by
Michal Nowak
on 2008-02-27 14:24:04 UTC
(
hide
)
Description:
Patch to new version of script where the freeze does not occur
Filename:
MIME Type:
Creator:
Michal Nowak
Created:
2008-02-27 14:24:04 UTC
Size:
508 bytes
patch
obsolete
>--- openssl-keyfile/openssl-keyfile.sh 2008-02-27 14:28:57.000000000 +0100 >+++ ../openssl-keyfile/openssl-keyfile.sh 2008-02-27 15:09:39.000000000 +0100 >@@ -52,7 +52,12 @@ function test_set() { > mount $1 > # create crypted file > echo "$WORD" > secret/secret-file >- unmount >+ if [[ "$?" -ne 0 ]]; then >+ unmount; >+ exit 1; >+ else >+ unmount >+ fi > isCrypted > > # rnd #2 >@@ -89,7 +94,7 @@ for key in mykey.pem; do > echo > done > >-rmdir secret >+rm -rf secret > > echo "Finished passphrase tests ..." >
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 435115
:
296064
| 296066