[Bug 667370] New: quagga init scripts use incorrect argument to install
https://bugzilla.novell.com/show_bug.cgi?id=667370 https://bugzilla.novell.com/show_bug.cgi?id=667370#c0 Summary: quagga init scripts use incorrect argument to install Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: Other OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: novell@jkt.mailsnare.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13 i installed quagga-0.99.17-1.3.1.x86_64 but could appear in other versions as well. /etc/init.d/{bgpd,ospf6d,ospfd,ripd,ripngd,zebra} all contain install -d -o quagga -u quagga /var/run/quagga should be install -d -o quagga -g quagga /var/run/quagga Reproducible: Always Steps to Reproduce: 1. zypper -n in quagga # installed 0.99.17-1.3.1.x86_64 2. rczebra start # install: invalid option -- 'u' 3. grep 'install.*-u' /etc/init.d/* Actual Results: bgpd: install -d -o quagga -u quagga /var/run/quagga mysql: # mysql_install_db --user=$mysql_daemon_user --datadir=$datadir || { mysql: mysql_install_db --user="$mysql_daemon_user" --datadir="$datadir" ||{ ospf6d: install -d -o quagga -u quagga /var/run/quagga ospfd: install -d -o quagga -u quagga /var/run/quagga ripd: install -d -o quagga -u quagga /var/run/quagga ripngd: install -d -o quagga -u quagga /var/run/quagga zebra: install -d -o quagga -u quagga /var/run/quagga ignore the mysql results. Expected Results: perl -pi -e 's/-u quagga/-g quagga/;' /etc/init.d/{bgpd,ospf6d,ospfd,ripd,ripngd,zebra} -- 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=667370 https://bugzilla.novell.com/show_bug.cgi?id=667370#c2 Gary Ernst <gary.ernst@mainline.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gary.ernst@mainline.com --- Comment #2 from Gary Ernst <gary.ernst@mainline.com> 2011-03-14 20:09:18 UTC --- After commenting out the install line in both zebra and ripd in the /etc/init.d scripts both will run in 11.2 This does not circumvent the problem in 11.4. In 11.4 both zebra and ripd fail to start with no usable output except that startproc indicates it failed -- 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=667370 https://bugzilla.novell.com/show_bug.cgi?id=667370#c3 Yang Bo <boyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #3 from Yang Bo <boyang@novell.com> 2011-06-02 11:44:09 UTC --- patch submitted... this is a duplicate of bnc#680499.. *** This bug has been marked as a duplicate of bug 680499 *** http://bugzilla.novell.com/show_bug.cgi?id=680499 -- 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