need way to specify the lockd port
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
module-init-tools |
Invalid
|
Undecided
|
Unassigned | ||
module-init-tools (Baltix) |
Invalid
|
Undecided
|
Unassigned | ||
module-init-tools (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
nfs-utils (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
I am using nfs v3 through a firewall and I am specifying the statd port in /etc/defaults/
I have added
fs.nfs.
fs.nfs.
to /etc/sysctl.conf but during bootup I get an error that the directory entries are not available (because nfs is a module) yet.
I am also doing an
echo 4001 > /proc/sys/
echo 4001 > /proc/sys/
at the beginning of /etc/init.
In order to get it working I have to restart the services after the machine is booted up.
Changed in module-init-tools: | |
status: | New → Invalid |
status: | New → Invalid |
Changed in module-init-tools: | |
status: | New → Invalid |
Changed in nfs-utils (Ubuntu): | |
status: | New → Confirmed |
Try adding this to /etc/modules.conf:
lockd.nlm_ udpport= 4001 lockd.nlm_ tcpport= 4001
...and make sure that you have the lockd compiled as a module. (Try "sudo modprobe lockd".)
That works for me. The page that suggests it is here:
http:// da.gentoo- wiki.com/ HOWTO_Share_ Directories_ via_NFS
Perhaps we should have one of these how-tos for Ubuntu.