Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 232387

Summary: net-fs/nfs-utils wrong init script file /etc/init.d/rpc.gssd
Product: Gentoo Linux Reporter: Michele Schiavo <micheleschi>
Component: [OLD] baselayoutAssignee: Network Filesystems <net-fs>
Status: RESOLVED FIXED    
Severity: normal CC: vmatare+gbug
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michele Schiavo 2008-07-19 23:46:58 UTC
the init script file /etc/init.d/rpc.gssd don't pass correctly {OPTS_RPC_GSSD



Reproducible: Always

Steps to Reproduce:
1. modify /etc/conf.d/nfs and add something on OPTS_RPC_GSSD
2. try to start /etc/init.d/rpc.gssd
3. the value of OPT_RPC_GSSD is passed to start-stop-daemon and not on /usr/sbin/rpc.gssd

Actual Results:  
start-stop-daemon --start --exec /usr/sbin/rpc.gssd ${OPTS_RPC_GSSD}

Expected Results:  
start-stop-daemon --start --exec /usr/sbin/rpc.gssd -- ${OPTS_RPC_GSSD}
Comment 1 Michele Schiavo 2008-07-19 23:48:09 UTC
Sorry : 

emerge nfs-utils -pv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-fs/nfs-utils-1.1.1-r1  USE="kerberos tcpd -nonfsv4" 0 kB 


Comment 2 Bryan Jacobs 2008-07-25 00:52:57 UTC
I ran into this problem too, used the same solution.  I just wanted to add -n to make root nonmagical....
Comment 3 SpanKY gentoo-dev 2008-08-16 05:15:53 UTC
fixed with nfs-utils-1.1.3
Comment 4 SpanKY gentoo-dev 2008-09-06 04:58:13 UTC
*** Bug 236325 has been marked as a duplicate of this bug. ***