Re: jhbuild run for NetworkManager



On Mon, 2015-04-13 at 11:34 +0200, Thomas Haller wrote:
<snip>
One problem is that the system-wide NetworkManager instance gets D-Bus
activated at random times.
E.g.

   systemctl stop NetworkManager

   # NetworkManager gets D-Bus activated again

   ./src/NetworkManager --debug
   # fails with:
   # Could not acquire the NetworkManager service as it is already taken.

For that, you could do:

   chmod -x /sbin/NetworkManager

"systemctl mask NetworkManager" is probably less invasive and should be
preferred (doesn't modify the packaged files, just adds configuration).

   systemctl stop NetworkManager



You probably want to start NetworkManager with --debug so that it stays
in foreground. Maybe also --log-level=DEBUG

Lubo



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]