Your message dated Wed, 8 Feb 2006 16:09:22 +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
Severity: normal


When I do a "/etc/init.d/openvpn restart" (or reload, or cond-restart),
it just stops openvpn and doesn't start it again.

Here's a "screenshot":

osiris:~# /etc/init.d/openvpn restart
Stopping virtual private network daemon:osiris:~#
osiris:~# pgrep openvpn
osiris:~# 

Doing an "openvpn stop; openvpn start" works though...


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages openvpn depends on:
ii  debconf                     1.4.30.13    Debian configuration management sy
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  liblzo1                     1.08-1.2     A real-time data compression libra
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries

-- debconf information:
  openvpn/change_init: true
  openvpn/create_tun: false
* openvpn/stop2upgrade: false
  openvpn/default_port:


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

And 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