On Fri, Sep 26, 2008 at 6:37 AM, Bin Li <[EMAIL PROTECTED]> wrote: > When I build the plugin and make install it, sometimes it prompt below > info when I connecting the VPN server. > > ** (process:5919): WARNING **: <WARN> constructor(): Connection > ":1.9266" is not allowed to own the service > "org.freedesktop.NetworkManager.openvpn" due to security policies in > the configuration file > > ** (process:5919): CRITICAL **: <ERROR> [1222400073.796200] main (): > Create new openvpn_plugin failed! > > Why this happen? And in normal it's no this issue. How to resolve it? > I just restart the dbus, but the dbus affects a lot of other process.
It's a DBus problem, sometimes when you change the content of /etc/dbus-1/system.d/ it'll loose it's configuration. Send the HUP signal to DBus to make it re-read the configuration. Tambet _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
