[Bug 251641] Re: openvpn init script lacks the 'status' action

2011-08-17 Thread Bug Watch Updater
** Changed in: openvpn (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/251641

Title:
  openvpn init script lacks the 'status' action

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/251641/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2009-06-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/openvpn

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.1~rc9-3ubuntu2

---
openvpn (2.1~rc9-3ubuntu2) intrepid; urgency=low

  * debian/openvpn.init.d:
- Added 'status' action to init script (LP: #251641)
- Restored per-VPN result messages by using log_action_begin_msg and
  one log_daemon_msg per VPN instead of log_progress_msg (LP: #264966)
  * debian/control: Added lsb-base=3.2-14 depend to allow status_of_proc()

 -- Thierry Carrez [EMAIL PROTECTED]   Tue, 09 Sep 2008
10:45:45 +0200

** Changed in: openvpn (Ubuntu)
   Status: Confirmed = Fix Released

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-09-10 Thread Bug Watch Updater
** Changed in: openvpn (Debian)
   Status: Unknown = New

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-09-05 Thread Thierry Carrez
** Changed in: openvpn (Ubuntu)
   Status: Triaged = In Progress

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-09-05 Thread Thierry Carrez
Proposed debdiff

This should cover all the cases...

service openvpn status = lists the status of all defined VPNs and...
  if AUTOSTART=all (or AUTOSTART not defined) - returns 0 if all defined 
VPNs are running
  if AUTOSTART=none - always returns non-zero
  if AUTOSTART=vpn1 vpn2 - returns 0 if vpn1 and vpn2 are defined and running

service openvpn status vpn1 vpn2 = lists the status of vpn1 and vpn2 and
returns 0 if vpn1 and vpn2 are running


** Attachment added: openvpn_2.1~rc9-3ubuntu2.debdiff
   http://launchpadlibrarian.net/17305603/openvpn_2.1%7Erc9-3ubuntu2.debdiff

** Changed in: openvpn (Ubuntu)
   Status: In Progress = Confirmed

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-09-05 Thread Thierry Carrez
Better debdiff with a fix for a corner case

** Attachment added: openvpn_2.1~rc9-3ubuntu2.debdiff
   http://launchpadlibrarian.net/17306305/openvpn_2.1%7Erc9-3ubuntu2.debdiff

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-09-05 Thread Thierry Carrez
We might want to fix another bug in the same upload. See debdiff
attached to bug 264966.

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-09-02 Thread Thierry Carrez
The trick is that openVPN isn't just started or stopped. Starting it
will start zero or more OpenVPN processes, based on available VPN
configurations and AUTOSTART setting.

After discussion, it appears logical to have the status action list the
VPNs available and their specific status, then consider it a global
success when all VPNs that should be autostarted are running, and
failure otherwise. If no VPN is configured, then it should be considered
a failure.

** Changed in: openvpn (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (tcarrez)
   Status: New = Triaged

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-08-16 Thread Nathan Handler
** Changed in: openvpn (Ubuntu)
 Assignee: Nathan Handler (nhandler) = (unassigned)
   Status: In Progress = New

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action

2008-07-29 Thread Thierry Carrez
Nathan: fyi, 2.1~rc8-1 was synced to intrepid recently to fix a couple
of bugs. It still misses the status action in the initscript so this bug
is still open.

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 251641] Re: openvpn init script lacks the 'status' action

2008-07-29 Thread Dustin Kirkland
On Tue, Jul 29, 2008 at 4:20 AM, Thierry Carrez
[EMAIL PROTECTED] wrote:
 Nathan: fyi, 2.1~rc8-1 was synced to intrepid recently to fix a couple
 of bugs. It still misses the status action in the initscript so this bug
 is still open.

Nathan-

Can you re-base your diff against the current openvpn?

:-Dustin

-- 
openvpn init script lacks the 'status' action
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action [edit]

2008-07-24 Thread Dustin Kirkland
** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Wishlist
   Status: In Progress = Confirmed

-- 
openvpn init script lacks the 'status' action  [edit]   
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251641] Re: openvpn init script lacks the 'status' action [edit]

2008-07-24 Thread Nathan Handler
** Changed in: openvpn (Ubuntu)
   Status: Confirmed = In Progress

-- 
openvpn init script lacks the 'status' action  [edit]   
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs