[Bug 423489] Re: cannot set mountd port from nfs-kernel-server

2010-04-05 Thread narnie
Also, the flow in the code is fixed, at the beginning of /etc/init.d
/nfs-kernel-server it should look like:


DEFAULTFILE=/etc/default/nfs-kernel-server

if [ -f $DEFAULTFILE ]; then
. $DEFAULTFILE
fi

RPCNFSDCOUNT=8
RPCNFSDPRIORITY=0
RPCMOUNTDOPTS=-p 32771 -g
NEED_SVCGSSD=no
RPCSVCGSSDOPTS=
PROCNFSD_MOUNTPOINT=/proc/fs/nfsd


This will allow the sourcing of /etc/default/nfs-kernel-server first, then 
defining what you want here.

Cheerio,
Narnie

-- 
cannot set mountd port from nfs-kernel-server
https://bugs.launchpad.net/bugs/423489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 423489] Re: cannot set mountd port from nfs-kernel-server

2010-04-05 Thread narnie
** Tags added: string-fix

-- 
cannot set mountd port from nfs-kernel-server
https://bugs.launchpad.net/bugs/423489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 423489] Re: cannot set mountd port from nfs-kernel-server

2009-11-29 Thread Shane Rice
Steve Langasek,

Thank you thank you thank you  I was wondering what was going on.

Shane

-- 
cannot set mountd port from nfs-kernel-server
https://bugs.launchpad.net/bugs/423489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 423489] Re: cannot set mountd port from nfs-kernel-server

2009-10-03 Thread Steve Langasek
Thank you for taking the time to report this issue and help to improve
Ubuntu.

The reason you're unable to change the RPCMOUNTDOPTS in /etc/init.d/nfs-
kernel-server is that the value of this variable is immediately
overridden by including /etc/defaults/nfs-kernel-server, which sets this
variable.  You should adjust the mountd options in this latter file.

** Changed in: nfs-utils (Ubuntu)
   Status: New = Invalid

-- 
cannot set mountd port from nfs-kernel-server
https://bugs.launchpad.net/bugs/423489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs