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 1441025 Details for
Bug 1581502
PID file never created or disappears
[?]
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]
Path - add units After line to include statd service
autofs-5.1.4-add-units-After-line-to-include-statd-service.patch (text/plain), 1.39 KB, created by
Ian Kent
on 2018-05-24 10:21:49 UTC
(
hide
)
Description:
Path - add units After line to include statd service
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2018-05-24 10:21:49 UTC
Size:
1.39 KB
patch
obsolete
>autofs-5.1.4 - add units After line to include statd service > >From: Ian Kent <raven@themaw.net> > >autofs needs to ensure statd is started before any NFS mounts >are attempted. This is because if the first NFS mount starts >the service and the mount is an automounted directory that is >included in the PATH used by systemctl (eg. /usr/local/bin) >the mount cannot complete. > >Add rpc-statd.service to the unit "After=" line to try and >ensure it is started before automount. > >Signed-off-by: Ian Kent <raven@themaw.net> >--- > CHANGELOG | 1 + > samples/autofs.service.in | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >--- autofs-5.0.7.orig/CHANGELOG >+++ autofs-5.0.7/CHANGELOG >@@ -299,6 +299,7 @@ > - dont allow trailing slash in master map mount points. > - fix fd leak in rpc_do_create_client(). > - add man page note about extra slashes in paths. >+- add units After line to include statd service. > > 25/07/2012 autofs-5.0.7 > ======================= >--- autofs-5.0.7.orig/samples/autofs.service.in >+++ autofs-5.0.7/samples/autofs.service.in >@@ -1,6 +1,6 @@ > [Unit] > Description=Automounts filesystems on demand >-After=network.target ypbind.service sssd.service network-online.target remote-fs.target >+After=network.target ypbind.service sssd.service network-online.target remote-fs.target rpc-statd.service rpcbind.service > Wants=network-online.target rpc-statd.service rpcbind.service > > [Service]
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 1581502
: 1441025 |
1441026