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 160090 Details for
Bug 249738
Autofs5 failed unmounting Solaris NFS server share
[?]
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 have umount_multi report statfs fail errno
autofs-5.0.1-umount_multi-statfs.patch (text/plain), 735 bytes, created by
Ian Kent
on 2007-07-27 03:04:25 UTC
(
hide
)
Description:
Patch to have umount_multi report statfs fail errno
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-07-27 03:04:25 UTC
Size:
735 bytes
patch
obsolete
>--- autofs-5.0.1/daemon/automount.c.umount_multi-statfs 2007-07-27 10:52:09.000000000 +0800 >+++ autofs-5.0.1/daemon/automount.c 2007-07-27 10:57:29.000000000 +0800 >@@ -489,6 +489,7 @@ static int umount_subtree_mounts(struct > it also tries to umount path itself */ > int umount_multi(struct autofs_point *ap, const char *path, int incl) > { >+ char buf[MAX_ERR_BUF]; > struct mapent_cache *nc; > struct statfs fs; > int is_autofs_fs; >@@ -506,7 +507,8 @@ int umount_multi(struct autofs_point *ap > > ret = statfs(path, &fs); > if (ret == -1) { >- error(ap->logopt, "could not stat fs of %s", path); >+ char *estr = strerror_r(errno, buf, MAX_ERR_BUF); >+ error(ap->logopt, "could not stat fs of %s: %s", path, estr); > return 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 249738
:
160059
| 160090 |
160095
|
160099