Finally found a workaround, Yotas fix (#21) seemed to work fine for the time consumed shutting the system down, but i still got the bug. Eventually I found out that it only happened when I was connected to a network, so I made a small script which shuts down my network interfaces when my computer shuts down, and this did the trick.
Simply put I created: "/etc/init.d/nw.sh" Containing: "ifconfig <interface> down" for all my physical network interfaces. Then as root: ln /etc/init.d/nw.sh /etc/rc0.d/K10nw.sh ln /etc/init.d/nw.sh /etc/rc6.d/K10nw.sh And bam! My computer was suddenly able to shut down. Hopes this helps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1061639 Title: Upstartification of /etc/init.d/networking has lost deconfiguring- networking event causing bad side-effects To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1061639/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
