Hello,
On 2016-12-13 08:37, Thomas Haller wrote:
This restricts the connection to a certain user, determined by the
connection.permissions property (see `nmcli connection show $NAME`
and `man nm-settings`).
This makes the connection only available, when a session for that user
exists. Is that user logged-in?
Did you build NetworkManager yourself? Is session-tracking properly
enabled to use systemd-logind or consolekit.
Starting NetworkManager with --debug is usually not that useful. The
most interesting thing it does is to turn on debug-logging, which you
can do otherwise [1].
[1]
https://cgit.freedesktop.org/NetworkManager/NetworkManager/plain/contrib/fedora/rpm/NetworkManager.conf?id=c90ec2d8c8a12b44c908bf7f80b23059c29f68fa
Accordig to what Thomas comments, I have two ideas:
* I wil try to compile 'network-manager' with
'--with-session-tracking=consolekit'.
* I remember that we do not have the file 'NetworkManager.conf' under
'/etc/NetworkManager' directory.
I will perform the tests in the afternoon.
Thanks