[Bug 537793] New: The "/etc/init.d/vboxdrv" script has not gotten its "%<name>%" strings replaced.
http://bugzilla.novell.com/show_bug.cgi?id=537793 User D.Olsson@Netzwerk-Design.de added comment http://bugzilla.novell.com/show_bug.cgi?id=537793#c353 Summary: The "/etc/init.d/vboxdrv" script has not gotten its "%<name>%" strings replaced. Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: D.Olsson@Netzwerk-Design.de QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.13) Gecko/2009080200 SUSE/3.0.13-0.1.2 Firefox/3.0.13 In the newest "virtualbox-ose" package version (as well as previous versions for openSUSE 11.1) the "/etc/init.d/vboxdrv" script has not gotten the "%<name>%" strings resolved to the actual used values relevant for the package. This applies for the packages found in the openSUSE 11.1 DVD, net as well as the "Virtualization:VirtualBox/openSUSE_11.1" repository. Reproducible: Always Steps to Reproduce: 1. Do a "grep -n % /etc/init.d/vboxdrv" after having installed the "virtualbox-ose" package. Actual Results: # grep -n % vboxdrv 34:NOLSB=%NOLSB% 45: VBOXMANAGE="/usr/lib/%PACKAGE%/VBoxManage" 46: BUILDVBOXDRV="/usr/share/%PACKAGE%/src/vboxdrv/build_in_tmp" 47: BUILDVBOXNETFLT="/usr/share/%PACKAGE%/src/vboxnetflt/build_in_tmp" 48: BUILDVBOXNETADP="/usr/share/%PACKAGE%/src/vboxnetadp/build_in_tmp" 61:[ -r /etc/default/%PACKAGE% ] && . /etc/default/%PACKAGE% 219:# enter the following variables in /etc/default/%PACKAGE%: # This has the effect that the "/etc/default/virtualbox" is not read, and thereby disables the possibility of having active virtual box sessions shutdown, when issueing a "[rc]vboxdrv stop" (e.g. during system halt or reboot)! Expected Results: # grep -n % vboxdrv # And that the "/etc/default/virtualbox" is being read and acted upon. The reason for this is that the "virtualbox-ose.spec" file in lines #353-354 read: # copy the init scripts %__install -m 744 src/VBox/Installer/linux/vboxdrv.sh.in %{buildroot}%{_sysconfdir}/init.d/vboxdrv The "__install" line should instead read: %__install -m 744 src/VBox/Installer/linux/vboxdrv.sh %{buildroot}%{_sysconfdir}/init.d/vboxdrv i.e. using the produced "vboxdrv.sh" file instead of the template "vboxdrv.sh.in" file! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=537793 shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |mseben@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=537793 User mseben@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=537793#c4 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #4 from Michal Seben <mseben@novell.com> 2009-09-17 01:12:48 MDT --- thanks ! i used your attached config and I already submit patch to factory, so it will be available in 11.2 release, about push patch to 11.1 : "For Released products: Only security bugs and severe bugs (data loss/corruption/regressions) in functionality will be fixed" I apologize, but I don't think it's so hot, but if you want use newest virtualbox for 11.1 you could use Virtualization:VirtualBox repo in buildservice : http://download.opensuse.org/repositories/Virtualization://VirtualBox/openSU... bye and thanks for this bug report! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=537793 http://bugzilla.novell.com/show_bug.cgi?id=537793#c5 --- Comment #5 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (537793) was mentioned in https://build.opensuse.org/request/show/20529 Factory / virtualbox-ose -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com