[Bug 824621] New: rpcbind ignores RPCBIND_OPTIONS
https://bugzilla.novell.com/show_bug.cgi?id=824621 https://bugzilla.novell.com/show_bug.cgi?id=824621#c0 Summary: rpcbind ignores RPCBIND_OPTIONS Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pan@iba-group.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:21.0) Gecko/20100101 Firefox/21.0 On OpenSuSE 12.3, the contents of the variable RPCBIND_OPTIONS (defined in /etc/sysconfig/rpcbind) is completely ignored by the startup process (systemd service file). Reproducible: Always Steps to Reproduce: 1. Set a special command-line option for rpcbind in /etc/sysconfig/rpcbind (e.g. '-i') 2. Restart service (systemctl restart rpcbind.service) 3. Check options for running process with "ps axf | grep rpcbind" Actual Results: => only the default ones ("-w -f") are present. '-i' has been ignored. Expected Results: I would have expected the '-i' to be appended to the default command-line options (giving "-w -f -i"). To fix this bug, it is in fact enough to modify the service file (/usr/lib/systemd/system/rpcbind.service) like this: --------------------<cut>--------------------- [Service] EnvironmentFile=/etc/sysconfig/rpcbind ExecStart=/sbin/rpcbind -w -f $RPCBIND_OPTIONS --------------------<cut>--------------------- (Only quoting the relevant part of the file -- the rest remains unchanged). Successfully tested here (requires to first run "systemctl --system daemon-reload" and then "systemctl restart rpcbind.service"). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=824621 https://bugzilla.novell.com/show_bug.cgi?id=824621#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |okir@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=824621 https://bugzilla.novell.com/show_bug.cgi?id=824621#c1 George Sexton <gsexton@mhsoftware.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gsexton@mhsoftware.com --- Comment #1 from George Sexton <gsexton@mhsoftware.com> 2013-08-11 15:57:11 UTC --- This affects operation of the fam-server daemon, which in turn impacts courier-imap. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=824621 https://bugzilla.novell.com/show_bug.cgi?id=824621#c2 Philip Tait <philip@pjtait.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philip@pjtait.org --- Comment #2 from Philip Tait <philip@pjtait.org> 2013-10-16 21:12:58 UTC --- While fixing this, perhaps take the opportunity to remove the bogus /etc/init.d/rpcbind file? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=824621 https://bugzilla.novell.com/show_bug.cgi?id=824621#c Olaf Kirch <okir@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=824621 https://bugzilla.novell.com/show_bug.cgi?id=824621#c3 --- Comment #3 from Olaf Kirch <okir@suse.com> 2014-01-15 15:02:56 UTC --- Submitted new package to "network" repo in OBS. Waiting for this to hit factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=824621 https://bugzilla.novell.com/show_bug.cgi?id=824621#c4 Olaf Kirch <okir@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Olaf Kirch <okir@suse.com> 2014-02-04 10:16:17 UTC --- Fixed in SLE12 and openSUSE Factory -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com