Or, it will be better to edit "/etc/network/if-up.d/50firestarter" form this: [code] #! /bin/sh
/etc/init.d/firestarter restart [/code] to this: [code] #! /bin/sh if [ "$(/etc/init.d/firestarter status | grep running)" ]; then /etc/init.d/firestarter restart; else /etc/init.d/firestarter start; fi exit 0 [/code] -- [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 the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs