![]() |
2006-12-29
, 01:17
|
|
Posts: 919 |
Thanked: 37 times |
Joined on Aug 2006
@ /dev/null
|
#2
|
![]() |
2006-12-29
, 01:22
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2006
|
#3
|
![]() |
2006-12-29
, 01:28
|
|
Posts: 919 |
Thanked: 37 times |
Joined on Aug 2006
@ /dev/null
|
#4
|
![]() |
2006-12-29
, 01:31
|
|
Posts: 919 |
Thanked: 37 times |
Joined on Aug 2006
@ /dev/null
|
#5
|
OpenVPN needs root permissions. Authentication with pam and lzo compression support are currently disabled so that OpenVPN package would not need any additional dependencies. Updated with -o0 (no more errors on certificates) and no more maemo dependency. So it should work (it works for me, using my Maemo-1.x configuration.) Remember that /var/lib/install is gone, so its /etc/openvpn now. And /etc/default/openvpn holds startup information.
![]() |
2006-12-29
, 02:05
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2006
|
#6
|
![]() |
2006-12-29
, 02:31
|
|
Posts: 919 |
Thanked: 37 times |
Joined on Aug 2006
@ /dev/null
|
#7
|
![]() |
2006-12-29
, 02:41
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2006
|
#8
|
![]() |
2006-12-29
, 03:20
|
|
Posts: 919 |
Thanked: 37 times |
Joined on Aug 2006
@ /dev/null
|
#9
|
![]() |
2006-12-29
, 09:26
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2006
|
#10
|
I just tried to add the vpnc-applicationt to the system menu. what I did is this:
* create a file /usr/share/applications/hildon/vpn-connect.desktop:
[Desktop Entry]
Encoding=UTF-8
Version=0.3.3
Type=Application
Name=vpn-connect
Exec=/usr/bin/vpn-connect.sh
Icon=terminal
X-Osso-Service=vpn-connect
MimeType=application/x-executable
The file has the following link:
/etc/others-menu/extra_applications/0200_vpn-connect.desktop
Next I created a dbus file called /usr/share/dbus-1/services/vpn-connect.service:
[D-BUS Service]
Name=vpn-connect
Exec=/usr/bin/vpn-connect.sh
After that I can see the new menu item, but when I click on it, nothing happens. When I call the script (/usr/bin/vpn-connect.sh) manually, everything works as expected.
anybody knows what the heck is going wrong?!
Thanks.