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 149342 Details for
Bug 231151
fence_xvm should fall back to no hashing if fence_xvm.key is not present
[?]
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]
Fix
fence_xvm-auth_disable.patch (text/plain), 765 bytes, created by
Lon Hohberger
on 2007-03-06 15:32:02 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2007-03-06 15:32:02 UTC
Size:
765 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P cluster >Index: fence/agents/xvm/fence_xvm.c >=================================================================== >RCS file: /cvs/cluster/cluster/fence/agents/xvm/fence_xvm.c,v >retrieving revision 1.4 >diff -u -r1.4 fence_xvm.c >--- fence/agents/xvm/fence_xvm.c 13 Nov 2006 16:13:50 -0000 1.4 >+++ fence/agents/xvm/fence_xvm.c 5 Mar 2007 21:55:14 -0000 >@@ -223,8 +223,10 @@ > if (args->auth != AUTH_NONE || args->hash != HASH_NONE) { > key_len = read_key_file(args->key_file, key, sizeof(key)); > if (key_len < 0) { >- printf("Could not read key file\n"); >- return 1; >+ printf("Could not read %s; trying without " >+ "authentication\n", args->key_file); >+ args->auth = AUTH_NONE; >+ args->hash = HASH_NONE; > } > } >
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 231151
: 149342