Re: [Thinstation-general] Creating networkmanager-openconnect package
Brought to you by:
doncuppjr
|
From: a.priori i. <b.p...@gm...> - 2015-05-26 20:25:27
|
Repackage did the trick. Now I can edit and save the VPN properties but dbus must be restarted or starting openconnect from the GUI gives the error "VPN Connection Failed The VPN connection 'my name' failed because there were no valid VPN secrets" After dbus is restarted, the system tray icon shows that it is at least attempting to connect but fails with this message "VON Connection Failed The VPN connection 'my name' failed because the VPN service did not start in time" and this in the log: May 26 13:09:51 (none) daemon.info NetworkManager[1024]: <info> Starting VPN service 'openconnect'... May 26 13:09:51 (none) daemon.info NetworkManager[1024]: <info> VPN service 'openconnect' started (org.freedesktop.NetworkManager.openconnect), PID 4127 May 26 13:09:57 (none) daemon.warn NetworkManager[1024]: <warn> VPN service 'openconnect' start timed out I have the ports in my github for anyone wanting to help https://github.com/bprioriibid/thinstation/tree/patch-1/ts/ports/contrib/networkmanager-openconnect https://github.com/bprioriibid/thinstation/tree/patch-2/ts/ports/contrib/openconnect repackage openconnect repackage networkmanager-openconnect cd /ts/build/packages/openconnect mkdir -p etc/vpnc cd etc/vpnc wget http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script On Tue, May 26, 2015 at 11:59 AM, Michael K <ts....@gm...> wrote: > I recommend doing repackage followed by the name of the port to create a > package by the same name with all of the contents: > repackage networkmanager-openconnect > repackage openconnect > Otherwise, stuff in share should be moved to under lib (ie > /lib/gnome-vpn-properties) > > Your applet does not have permissions because your policy is somehow not > configured correctly. NM uses polkit. I think the latest TS5.4.x is > configured correctly, though I'm using 5.4.0 at the moment. > > On Tue, May 26, 2015 at 5:57 PM, a.priori ibid <b.p...@gm...> > wrote: > >> The networkmanager-openconnect plugin package I am creating needs >> /share/gnome-vpn-properties/openconnect/nm-openconnect-dialog.ui but >> placing that in the root of the package does not place it in the built >> filesystem. How do I get it there? >> >> Also, why cant I edit/create/modify settings in the NetworkManager VPN >> GUI? Some options are disabled or greyed out including the save button. >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Thinstation-general mailing list >> Thi...@li... >> https://lists.sourceforge.net/lists/listinfo/thinstation-general >> >> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Thinstation-general mailing list > Thi...@li... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > > |