Hi guys..

I am ubuntu newbie ...and I was facing same problem of firestarter exited with 
return code 2 during bootup...
I tried a couple of things and realized that it happens only when 50firestarter 
is launched for interface 'lo' which is for loopback.
so I did this in the 50firestarter file:
----------------------------------------------------------
 #! /bin/sh

# quit if we're called for the loopback
if [ "$IFACE" = lo ]; then
        exit 0
fi

/etc/init.d/firestarter restart
----------------------------------------------------------

and now it does not show me this error. I do not know the reason, but I
think it is safe as 'lo' is the first interface that gets initialized on
my Ubuntu, so I assume firstarter will get restarted anyway once other
interfaces are up... :)

Can anyone explain why it errors out for 'lo' ?

-- 
[gutsy] /etc/network/if-up.d/50firestarter exited with return code 2
https://bugs.launchpad.net/bugs/132039
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to