On Tue, Nov 08, 2005 at 10:56:02AM -0500, Cyber Dog wrote: > There is a simple fix for this: > > in /etc/init.d/openvpn > > change > > restart) > shift > $0 stop [EMAIL PROTECTED] > sleep 1 > $0 start [EMAIL PROTECTED] > ;; > > == to == > > restart) > shift > sh $0 stop [EMAIL PROTECTED] > sleep 1 > sh $0 start [EMAIL PROTECTED] > ;; >
This problem has long been fixed and it's only present in Sarge. The solucion was using rm -rf to delete the status file. I'll try to get the fix in sarge's next point release. -- Alberto Gonzalez Iniesta | Formación, consultoría y soporte técnico agi@(inittab.org|debian.org)| en GNU/Linux y software libre Encrypted mail preferred | http://inittab.com Key fingerprint = 9782 04E7 2B75 405C F5E9 0C81 C514 AF8E 4BA4 01C3

