nm-l2tp / NetworkManager-l2tp

L2TP and L2TP/IPsec support for NetworkManager
GNU General Public License v2.0
486 stars 84 forks source link

problem with debug #99

Closed bitpaydotir closed 5 years ago

bitpaydotir commented 5 years ago

when i use this command : sudo /usr/libexec/nm-l2tp-service --debug

i get this error:

nm-l2tp[21423] <debug> nm-l2tp-service (version 1.2.10-1.el7) starting...
nm-l2tp[21423] <debug>  uses default --bus-name "org.freedesktop.NetworkManager.l2tp"
nm-l2tp[21423] <warn>  Failed to initialize a plugin instance: Connection ":1.2522" is not allowed to own the service "org.freedesktop.NetworkManager.l2tp" due to security policies in the configuration file

please help

dkosovic commented 5 years ago

I've never encountered the issue myself, but suspect you need to reset the Dbus service, e.g:

Unfortunately not all debug messages go stdout/stderr, there would be some in the journalctl output, there may be something there about the DBus issue.

bitpaydotir commented 5 years ago

i found solution, i disabled selinux and problem solved