Package: openvpn
Version: 2.1~rc9-3
Severity: serious
Tags: patch
Justification: Policy 9.3.2
When starting a VPN that is already running:
$ sudo /etc/init.d/openvpn start fwsg
Starting virtual private network daemon.: fwsgAlready running (PID file
exists) failed!
returns exit code 1.
--- debian/openvpn.init.d- 2008-09-17 10:38:37.396870468 +0200
+++ debian/openvpn.init.d 2008-09-17 10:39:00.712866425 +0200
@@ -57,7 +57,7 @@
# Check to see if it's already started...
if test -e /var/run/openvpn.$NAME.pid ; then
log_failure_msg "Already running (PID file exists)"
- STATUS=1
+ STATUS=0
else
$DAEMON $OPTARGS --writepid /var/run/openvpn.$NAME.pid \
$DAEMONARG $STATUSARG --cd $CONFIG_DIR \
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages openvpn depends on:
ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii libc6 2.7-13 GNU C Library: Shared libraries
ii liblzo2-2 2.03-1 data compression library
ii libpam0g 1.0.1-4 Pluggable Authentication Modules l
ii libpkcs11-helper1 1.05-1 library that simplifies the intera
ii libssl0.9.8 0.9.8g-13 SSL shared libraries
ii openssl-blacklist 0.4.2 list of blacklisted OpenSSL RSA ke
ii openvpn-blacklist 0.3 list of blacklisted OpenVPN RSA sh
Versions of packages openvpn recommends:
ii net-tools 1.60-19 The NET-3 networking toolkit
Versions of packages openvpn suggests:
ii openssl 0.9.8g-13 Secure Socket Layer (SSL) binary a
ii resolvconf 1.42 name server information handler
-- debconf information excluded
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]