maemo.org Bugzilla – Bug 11673
Status button does nothing if connection established from command line
Last modified: 2010-12-09 07:45:04 UTC
You need to log in before you can comment on or make changes to this bug.
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
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)
(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.