今天升级的时候,有东西让我的无线网络管理器消失了。甚至连有线连接都没有。
此错误由文件显示:
**(nm-applet:2716): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was not provided by any .service files
(nm-applet:2716): nm-applet-WARNING **: Error connecting to ModemManager: Error calling StartServiceByName for org.freedesktop.ModemManager1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Cannot launch daemon, file not found or permissions invalid
(nm-applet:2716): nm-applet-WARNING **: Could not find ShellVersion property on org.gnome.Shell after 5 tries
(nm-applet:2716): nm-applet-WARNING **: Failed to register as an agent: (2) The name org.freedesktop.NetworkManager was not provided by any .service files 是否有一个修补程序可以通过windows下载并发送到我的ubuntu,或者是必须重新加载所有的修补程序?我试着运行两个版本,但仍然没有互联网接入。
发布于 2016-05-17 08:05:15
截至2016-05-13,这款libnl虫也在影响着用户,他们几乎肯定会受到谷歌的指导。
更新的libnl和network-manager包已经发布,因此我建议进行前向升级。
假设您使用的是有线连接、eth0和启用DHCP的网络,则使用终端配置您的网络接口:
sudo ifconfig eth0 up
sudo dhclient eth0在网络启动和运行后,使用软件更新程序或使用apt-get从终端进行更新。
运行软件更新程序并正常更新。在编写本报告时,已经发布了固定包。
(未经测试)。如果要最小化移动部件或没有图形界面,还可以从终端更新:
sudo apt-get update
sudo apt-get install network-manager发布于 2016-01-30 22:33:59
除了给出的解决方案之外,我还想给出一个一般性的建议。
它不应该打开的。这个“问题”只影响到那些打开提议的存储库并安装了一个坏包的用户。
此存储库包含不建议安装的测试包,除非您想测试一些特定的包。

如果你不想要这样的惊喜,
有关更多信息,您可以参考这个问题。
发布于 2016-01-29 14:43:42
更新到network-manager 0.9.8.8-0ubuntu7.2,并重新启动。
热解决方案:在sudo nano /etc/network/interfaces上使用手动网络设置
降低一些图书馆的等级:
sudo apt-get install libnl-3-200=3.2.21-1 libnl-route-3-200=3.2.21-1 libnl-genl-3-200=3.2.21-1https://askubuntu.com/questions/727127
复制相似问题