tag 468419 pending
thanks

On Thu, Feb 28, 2008 at 05:29:56PM -0300, Nelson A. de Oliveira wrote:
> to start on the first time
> 
> Package: virtualbox-ose
> Version: 1.5.6-dfsg-1
> Severity: normal
> 
> Hi!
> 
> "/etc/init.d/virtualbox-ose start" fails on the first time if run. See:
> ...

Could you please apply the attached patch? It should fix the problem
sort of. That means it should fail in the second rung too, but since the
newly created file is not remove upon failure it thinks the interfaces
are already up and running on the second try. 

I think we will do a new upload as soon as 1.5.6-dfsg-1 migrates into
testing which will include this fix.

Frank, is this patch okay with you?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!
--- virtualbox-ose-1.5.6-dfsg/src/VBox/Installer/linux/vboxnet.sh.orig	2008-03-03 13:47:31.000000000 +0100
+++ virtualbox-ose-1.5.6-dfsg/src/VBox/Installer/linux/vboxnet.sh	2008-03-03 13:47:46.000000000 +0100
@@ -97,6 +97,7 @@
 
 if [ "$system" = "other" ]; then
     fail_msg() {
+    	[ -f "$VARFILE" ] && rm $VARFILE
         echo " ...fail!"
     }
 

Reply via email to