Bug 11673 - Status button does nothing if connection established from command line
: Status button does nothing if connection established from command line
Status: RESOLVED WONTFIX
Product: openvpn
applet
: unspecified
: N900 Maemo
: Unspecified normal (vote)
: ---
Assigned To: Mikko Vartiainen
: applet
:
:
:
:
  Show dependency tree
 
Reported: 2010-12-08 13:28 UTC by Anton Novosylov
Modified: 2010-12-09 07:45 UTC (History)
0 users (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Anton Novosylov (reporter) 2010-12-08 13:28:41 UTC
SOFTWARE VERSION: 
20.2010.36-2

EXACT STEPS LEADING TO PROBLEM: 
1. From Xterm: /etc/init.d/openvpn start my
2. Go to openvpn applet
3. Press "status"

EXPECTED OUTCOME: 
Status of "my" connection appears.

ACTUAL OUTCOME: 
Nothing.

REPRODUCIBILITY: 
always
Comment 1 Mikko Vartiainen 2010-12-08 15:21:53 UTC
If you really want that to work try adding "management /tmp/my.socket" to your
configuration file.

Otherwise this is WONTFIX, because it really cannot be fixed, and when you are
not using the applet you are not using it (or something like that)
Comment 2 Anton Novosylov (reporter) 2010-12-09 07:45:04 UTC
(In reply to comment #1)
> If you really want that to work try adding "management /tmp/my.socket" to your
> configuration file.
> 
> Otherwise this is WONTFIX, because it really cannot be fixed, and when you are
> not using the applet you are not using it (or something like that)

Actually "management /tmp/my.socket unix".
Thanks, it works.