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 207491 Details for
Bug 220798
LOCKD_TCPPORT and LOCKD_UDPPORT not respected after service restarts
[?]
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 1 -- change nfslock script to use sysctls
nfs-utils-1.1.0-nfslock-sysctl.patch (text/plain), 877 bytes, created by
Jeff Layton
on 2007-09-26 20:26:41 UTC
(
hide
)
Description:
patch 1 -- change nfslock script to use sysctls
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-09-26 20:26:41 UTC
Size:
877 bytes
patch
obsolete
>Index: nfslock.init >=================================================================== >RCS file: /cvs/extras/rpms/nfs-utils/devel/nfslock.init,v >retrieving revision 1.18 >diff -u -r1.18 nfslock.init >--- nfslock.init 30 Jul 2007 10:10:07 -0000 1.18 >+++ nfslock.init 26 Sep 2007 20:24:10 -0000 >@@ -62,12 +62,10 @@ > # See if the kernel lockd should start up > # listening on a particular port > # >- LOCKDARG="" >- [ -n "$LOCKD_TCPPORT" ] && LOCKDARG="nlm_tcpport=$LOCKD_TCPPORT" >+ [ -n "$LOCKD_TCPPORT" ] && \ >+ /sbin/sysctl -w fs.nfs.nlm_tcpport=$LOCKD_TCPPORT >/dev/null 2>&1 > [ -n "$LOCKD_UDPPORT" ] && \ >- LOCKDARG="$LOCKDARG nlm_udpport=$LOCKD_UDPPORT" >- [ -n "$LOCKDARG" ] && \ >- modprobe lockd $LOCKDARG >+ /sbin/sysctl -w fs.nfs.nlm_udpport=$LOCKD_UDPPORT >/dev/null 2>&1 > fi > echo -n $"Starting NFS statd: " > # See if a statd's ports has been defined
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 220798
: 207491 |
208241