I have enjoyed using Xubuntu 14.04 since Jan 2016, and thought it was more reliable than Windows 7, UNTIL today. For the past 2 days I was having trouble with Dpkg and had to reinstall Multiarch, and then the Software Center failed to load. NOW, Upon booting, I get the following error message in a window:
Failed to apply Network Settings.
Org.freedesktop.DBus.Error.Spawn.PermissionsInvalid: The permission of the setuid helper is not correct.
You might not be able to connect to the Bluetooth network via this machine.
OK.
My internet is via Ethernet to ATT Uverse modem. Up until today, it has always connected and worked flawlessly with Xubuntu. Win7 seems to work with it OK too. BUT, I can't do ANY updates until I can restore the Network Settings to connect to the Interweb.
Also, my external USB drive will NOT mount. I suspected the USB ports aren't working, but if that's the case, then my wireless mouse/keyboard dongle wouldn't work either. But they work, so I can't explain why the USB drive will NOT mount. I really need it to mount so I can backup all my stuff for prep to do a fresh clean install upgrade to 16.04. I'm assuming it has something to do with the Network settings.
So, why won't the Network Settings startup right? Why won't the USB drives MOUNT?
The other codes seemingly did nothing.
– hienz1 Sep 18 '16 at 19:33ll /usr/lib/dbus-1.0/dbus-daemon-launch-helper
command? – Terrance Sep 18 '16 at 19:35-rwxr-xr-- 1 root messagebus 310800 Nov 25 2014 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
– hienz1 Sep 19 '16 at 02:09sudo chmod
line should fix it. You can either reboot or try restarting the dbus. I recommend the reboot. – Terrance Sep 19 '16 at 02:10sudo chmod 4754 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
and alsosudo chown root:messagebus /usr/lib/dbus-1.0/dbus-daemon-launch-helper
and then rebooted. NO CHANGE as before. Short of whacking it with a hammer, what else can I do? – hienz1 Sep 19 '16 at 02:13sudo chmod u+s /usr/lib/dbus-1.0/dbus-daemon-launch-helper
. Unfortunately, the commands that are supposed to restart dbus do not work on 16.04. The only way is to reboot. – Terrance Sep 19 '16 at 02:36-rwsr-xr--
and right now your permissions are atrwxr-xr--
which is why it is failing. – Terrance Sep 19 '16 at 03:28sudo chown root:root /usr/lib/dbus-1.0/dbus-daemon-launch-helper
. Thensudo chmod u+s /usr/lib/dbus-1.0/dbus-daemon-launch-helper
. Restarted Ubuntu and no more error. Thank you! – razvanone Nov 19 '18 at 07:58