Your message dated Wed, 8 Feb 2006 16:28:13 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed after sarge release
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: openvpn
Version: 2.0-1sarge2

I've got an openvpn server with 11 instances.
When I use "/etc/init.d/openvpn start" all instances are started.
When I us "/etc/init.d/openvpn start xxx" or "/etc/init.d/openvpn stop
xxx", only the specific instance is started or stopped.

But when I use "/etc/init.d/openvpn stop" only the first instance (in
alphabetical order) is stopped (so I have to use this command 11 times, to
get openvpn stopped). I took a look in the script but can't found an
error.

Therefore I'm also not able to use "/etc/init.d/openvpn restart".

I am using Debian GNU/Linux 3.1, debian-kernel 2.4.27-2-386 and
libc6 2.3.2.ds1-22.



--- End Message ---
--- Begin Message ---
Package: openvpn
Version: 2.0-2

This was fixed in the very next upload after the one that got into
sarge. Bad luck :( stupid bug.

Change:
[ -e /var/run/openvpn.$NAME.status ] \
    && rm /var/run/openvpn.$NAME.status

With:
rm -f /var/run/openvpn.$NAME.status 2> /dev/null

That should do.

-- 
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

--- End Message ---

Reply via email to