openvpn initscript no longer details the VPNs started

Bug #264966 reported by Thierry Carrez
2
Affects Status Importance Assigned to Milestone
openvpn (Ubuntu)
Fix Released
Low
Thierry Carrez

Bug Description

Binary package hint: openvpn

OpenVPN init script handles the start of zero-to-many VPNs, based on your configuration.

When starting, the openvpn initscript shipped on 8.04 detailed the names of the VPNs you started:
----------------
 * Starting virtual private network daemon.
 * server (OK)
                                                                         [ OK ]
----------------

With the one shipped in intrepid, you no longer have the information:
----------------
 * Starting virtual private network daemon [ OK ]
----------------

This is linked to a change in Debian where they now use log_progress_msg, which is a noop on Ubuntu.

Related branches

Revision history for this message
Thierry Carrez (ttx) wrote :

Proposed debdiff (also includes fix for bug #251641).
Changed use of log_progress_msg to log_action_begin_msg + a log_daemon_msg for each VPN considered.
The result is :

-------------------------------
 * Starting virtual private network daemon(s)...
 * Autostarting VPN 'client2' [ OK ]
 * Autostarting VPN 'client' [ OK ]
-------------------------------

I also fixed the stop/restart/cond-restart/reload... messages.

Changed in openvpn:
assignee: nobody → tcarrez
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Thierry Carrez (ttx) wrote :

Note that it creates a delta with Debian that might not be worth it.

Revision history for this message
Thierry Carrez (ttx) wrote :

Final debdiff with a few cosmetic changes

Revision history for this message
Launchpad Janitor (janitor) wrote :

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 address hidden> Tue, 09 Sep 2008 10:45:45 +0200

Changed in openvpn:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.