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 179221 Details for
Bug 209993
NFS mount/umount (protocol used)
[?]
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.
Proposed RHEL4 Patch
util-linux-2.12a-nfsmount-proto-rollback.patch (text/x-patch), 879 bytes, created by
Steve Dickson
on 2007-08-29 15:56:06 UTC
(
hide
)
Description:
Proposed RHEL4 Patch
Filename:
MIME Type:
Creator:
Steve Dickson
Created:
2007-08-29 15:56:06 UTC
Size:
879 bytes
patch
obsolete
>--- util-linux-2.12a/mount/nfsmount.c.org 2007-08-29 10:15:33.840380000 -0400 >+++ util-linux-2.12a/mount/nfsmount.c 2007-08-29 11:31:25.016719000 -0400 >@@ -391,7 +391,14 @@ getport( > > saddr->sin_port = htons (PMAPPORT); > socket = get_socket(saddr, prot, FALSE); >- >+ if (socket == RPC_ANYSOCK && errno == ETIMEDOUT) { >+ /* >+ * TCP timeout. Bubble up the error to see >+ * how it should be handled. >+ */ >+ rpc_createerr.cf_stat = RPC_TIMEDOUT; >+ return 0; >+ } > switch (prot) { > case IPPROTO_UDP: > clnt = clntudp_bufcreate(saddr, >@@ -526,8 +533,13 @@ probe_port(clnt_addr_t *server, > goto out_bad; > } > } >- if (rpc_createerr.cf_stat != RPC_PROGNOTREGISTERED) >- goto out_bad; >+ switch (rpc_createerr.cf_stat) { >+ case RPC_PROGNOTREGISTERED: >+ case RPC_TIMEDOUT: >+ break; >+ default: >+ goto out_bad; >+ } > > if (!prot) { > if (*++p_prot)
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 Raw
Actions:
View
Attachments on
bug 209993
:
138515
|
177321
| 179221