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 144861 Details for
Bug 221533
Incorporate some recent improvements to the rpc.gssd debugging.
[?]
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]
1 of 3 upstream patches
nfs-utils-1.0.7-045-gssd_clnt_create_error.dif (text/plain), 1.23 KB, created by
Steve Dickson
on 2007-01-04 22:41:51 UTC
(
hide
)
Description:
1 of 3 upstream patches
Filename:
MIME Type:
Creator:
Steve Dickson
Created:
2007-01-04 22:41:51 UTC
Size:
1.23 KB
patch
obsolete
> >From: Kevin Coffman <kwc@citi.umich.edu> > >Print a better error message if rpc routine clnt_create() fails. > > >--- > > nfs-utils-1.0.7-kwc/utils/gssd/gssd_proc.c | 8 +++++--- > 1 files changed, 5 insertions(+), 3 deletions(-) > >diff -puN utils/gssd/gssd_proc.c~gssd_clnt_create_error utils/gssd/gssd_proc.c >--- nfs-utils-1.0.7/utils/gssd/gssd_proc.c~gssd_clnt_create_error 2005-11-21 16:12:28.918878000 -0500 >+++ nfs-utils-1.0.7-kwc/utils/gssd/gssd_proc.c 2005-11-21 16:12:28.939878000 -0500 >@@ -431,6 +431,7 @@ int create_auth_rpc_client(struct clnt_i > uid_t save_uid = -1; > int retval = -1; > OM_uint32 min_stat; >+ char rpc_errmsg[1024]; > > sec.qop = GSS_C_QOP_DEFAULT; > sec.svc = RPCSEC_GSS_SVC_NONE; >@@ -482,9 +483,10 @@ int create_auth_rpc_client(struct clnt_i > clp->servername); > if ((rpc_clnt = clnt_create(clp->servername, clp->prog, clp->vers, > clp->protocol)) == NULL) { >- printerr(0, "WARNING: can't create rpc_clnt for server " >- "%s for user with uid %d\n", >- clp->servername, uid); >+ snprintf(rpc_errmsg, sizeof(rpc_errmsg), >+ "WARNING: can't create rpc_clnt for server " >+ "%s for user with uid %d", clp->servername, uid); >+ printerr(0, "%s\n", clnt_spcreateerror(rpc_errmsg)); > goto out_fail; > } > > >_
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 221533
: 144861 |
144862
|
144863