From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 62538138A1F for ; Fri, 25 Apr 2014 16:20:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96B3DE0997; Fri, 25 Apr 2014 16:20:25 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FF97E0930 for ; Fri, 25 Apr 2014 16:20:24 +0000 (UTC) Received: from newlap-wireless.localdomain (ool-45787f94.dyn.optonline.net [69.120.127.148]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id s3PGKHwQ017198 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 25 Apr 2014 12:20:20 -0400 (EDT) Received: by newlap-wireless.localdomain (Postfix, from userid 1000) id 45312A7B12; Fri, 25 Apr 2014 12:20:17 -0400 (EDT) From: gottlieb@nyu.edu To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Systemd and ModemManager Date: Fri, 25 Apr 2014 12:20:17 -0400 Message-ID: <87eh0lmldq.fsf@nyu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: 1d527453-8762-4ded-9cf0-730ebc1c5b43 X-Archives-Hash: 767c6237984e4eef7f02f2a5115b54bc journalctl -b | grep -i modem yields *many* of these lines Apr 25 12:10:18 e6510 dbus-daemon[254]: dbus[254]: [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. Apr 25 12:10:18 e6510 dbus[254]: [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 do have a (cable) modem, but presumably that is not visible to the system since the modem is behind a (linksys) router. I can't simply --depclean modemmanager since gnome-control-center-3.10.3 requires it and the ebuild contains # FIXME: modemmanager is not optional thanks, allan