You are not logged in.
Pages: 1
Is there a way to silence the message below that appears on my logs?
Apr 23 21:52:47 mainland dbus-daemon[322]: dbus[322]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Apr 23 21:52:47 mainland dbus[322]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Apr 23 21:52:47 mainland dbus[322]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory. See system logs a
Apr 23 21:52:47 mainland NetworkManager[314]: <warn> error poking ModemManager: GDBus.Error:org.freedesktop.systemd1.LoadFailed: Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory. See system logs an
Apr 23 21:52:47 mainland dbus-daemon[322]: dbus[322]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
I don't have a modem of any kind installed on my machine but modemmanager is a dependency for NM.
Thanks in advance.
Offline
This is probably not really a solution but these guys have the same problem: http://bbs.archbang.org/viewtopic.php?pid=23323
... they seem to hope that in the future, networkmanager will not pull modemmanager as a dependency any more.
And these guys seem to have a similar problem (though not on an arch-like system): http://comments.gmane.org/gmane.linux.a … phus/96646
... the threat is in russian but (if you don't speak russian) google translate will give you an idea what they say.
... they seem to suggest that there are two .service files dbus-org.freedesktop.ModemManager1.service and dbus-org.freedesktop.ModemManager.service and you should enable or disable both of them.
good luck
We are exactly the people our parents always warned us about.
Offline
http://forums.linuxmint.com/viewtopic.php?t=101010&f=42
Might be something worth trying if you do not need modemmanager.
Mr Green
Offline
The PKGBUILD has the line "--with-modem-manager-1" which configure seems to indicate that modem manager is enabled... yeah.
Remove that line and the dependency to modemmanager, and then rebuild and install.
Done!
Offline
Does systemd know where it is?
# This D-Bus service activation file is only for systemd support since
# an auto-activated ModemManager would be quite surprising for those people
# who have MM installed but turned off. Thus the Exec path available to
# D-Bus is /bin/false, but systemd knows the real Exec path due to the MM
# systemd .service file.
[D-BUS Service]
Name=org.freedesktop.ModemManager1
Exec=/bin/false
User=root
SystemdService=dbus-org.freedesktop.ModemManager1.service
Mr Green
Offline
Found the solution here: https://bugs.archlinux.org/task/34971
# systemctl start ModemManager.service && systemctl enable ModemManager.service
Last edited by FitzJac (2013-05-07 15:30:46)
I'd rather try touching the moon
than take on a whore's thinking.
Al Swearengen
Offline
If you just want to disable it, you can do this:
Offline
Offline
Pages: 1