bug: 368141 title: openvpn init script contains invalid variable declarations date-reported: Mon, 27 Apr 2009 18:58:48 -0000 date-updated: Tue, 28 Apr 2009 13:01:34 -0000 reporter: Commander1024 (commander-commander1024) duplicate-of: 271777 duplicates: attachments: patches: tags: subscribers: Commander1024 (commander-commander1024) Andreas Olsson (andol) task: openvpn (Ubuntu) status: New date-created: Mon, 27 Apr 2009 18:58:48 -0000 reporter: Commander1024 (commander-commander1024) importance: Undecided component: main assignee: milestone: Content-Type: multipart/mixed; boundary="===============6175161641453242988==" MIME-Version: 1.0 --===============6175161641453242988== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Binary package hint: openvpn openvpn 2.1~rc7-1ubuntu3.3 /etc/init.d/openvpn line 58 STATUS =3D "FAILED - Already running (PID file exists)." Variable declarations in bash scripts must not contain spaces! Correct is: STATUS=3D"FAILED - Already running (PID file exists)." confirmed for 8.04 LTS (32bit) does not happen for 8.10 (amd64) and 9.04 (amd64) AFAIK --===============6175161641453242988==--