[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-11-13 Thread Dmitrijs Ledkovs
** Description changed: - The unity UI and windows decorations dissappear when I do one of the - following: + === WARNING === + + Doing: sudo restart networking or sudo /etc/init.d/networking restart. - This renders me unable to focus any of the open windows

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-11-13 Thread Sebastien Bacher
The issue is not a desktop/unity/gnome-settings-daemon/... one, restarting the network that way shouldn't be down (it takes down the dbus system bus which makes basically most modern softwares unhappy). Why are you using that command? ** Package changed: gnome-settings-daemon (Ubuntu) = ubuntu

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-11-13 Thread Dmitrijs Ledkovs
** Description changed: === WARNING === Doing: sudo restart networking or sudo /etc/init.d/networking restart. WILL TEAR DOWN MOST OF YOUR DESKTOP = Networking is a generic job which brings up all networking interfaces

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-10-21 Thread Olaf Krische
Came to the same result, when i tried to set up kvm networking. https://help.ubuntu.com/community/KVM/Networking recommends to stop networking, i did, and swooosh, everything is gone. :-) Yay! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-10-20 Thread Patryk
The same on Unity on 13.10 ( like this since 13.04 ) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1072518 Title: Restarting network crashes (apparently) the desktop

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-10-09 Thread LCID Fire
Same behavior for gnome-shell in 13.10. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1072518 Title: Restarting network crashes (apparently) the desktop manager

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-06-13 Thread Fernando
the same problem with: Linux fernando-pc 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux # is a critical issue as well as impossible to configure the network in the shell -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-05-30 Thread Martin Linden
I have the same problem with 13.04. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1072518 Title: Restarting network crashes (apparently) the desktop manager Status in

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-04-27 Thread 98cwitr
Happening to me as well. I have a thread opened on ubuntuforums as well http://ubuntuforums.org/showthread.php?t=2139490 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu.

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-04-09 Thread Luigi Pirelli
the same problem with: Linux ginetto-tablet 3.5.0-26-generic #42-Ubuntu SMP Fri Mar 8 23:20:06 UTC 2013 i686 i686 i686 GNU/Linux what data do you need to be helped to solve? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-04-09 Thread Mathieu Trudel-Lapierre
It's just the way things are done for the shutdown procedure. As I mentioned above, you shouldn't need to run restart networking (in fact, it probably needs to be renamed to something else to avoid confusion), using ifdown and ifup to bring up and down network interfaces directly will do the

Re: [Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-04-09 Thread Bryan Gonzalez
How does networking -stop differ from killing dbus? If for the sake of argument I wanted to stop dbus without sigkilling it, how would I do that? And how would I bring down all of my ifaces at the same time without writing another script, which would bring them down sequentially at best? This last

Re: [Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-04-06 Thread Bryan Gonzalez
Hey, thanks for the tip, but we still need a proper solution. Why is dbus brought down when networking stop is called? On Apr 5, 2013 3:41 PM, Mathieu Trudel-Lapierre mathieu...@gmail.com wrote: If you're looking to restart network-manager, you'll want to do 'sudo restart network-manager', not

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-04-05 Thread Mathieu Trudel-Lapierre
gnome-settings-daemon indeed crashes in that case, which breaks a load of things, including the desktop manager in general. The reason for this is that when you restart the networking job, it kills off the system dbus bus, which brings down quite a lot of stuff with it. ** Package changed:

[Desktop-packages] [Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-04-05 Thread Mathieu Trudel-Lapierre
If you're looking to restart network-manager, you'll want to do 'sudo restart network-manager', not 'sudo restart networking'. If you're making changes to /etc/network/interfaces, running ifup -a will usually suffice to apply the changes. (or you can ifdown interface, then ifup interface. --