this thread worked 4 me: http://ubuntuforums.org/showthread.php?t=987699
Re: acpid:exiting error during shutdown Might be linked with this bug: https://bugs.launchpad.net/ubuntu/+s...er/+bug/274995 Possible workaround: Open the file /etc/init.d/alsa-utils with root privileges: Code: gksudo gedit /etc/init.d/alsa-utils Search for the "stop)" entry, somewhere near line 353 . Add these lines, accordingly to your network names: Code: ifconfig wlan0 down ifconfig eth0 down In the end it should be something like this: Code: stop) ifconfig wlan0 down ifconfig eth0 down EXITSTATUS=0 Save the file and try to shutdown. - - - - - > Today's Topics: > > 1. 8.10 & rt kernel? ([email protected]) ---------------------------------------------------------------------- > Message: 1 > Date: Wed, 18 Mar 2009 07:19:53 -0400 > From: "[email protected]" <[email protected]> > Subject: 8.10 & rt kernel? > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=iso-8859-1 > > Hi, > > I updated to 8.10 64bit & rt kernel last eve. > > Used the latest alsa, jack, ardour, audacity, ffado from Khashayar's ppa. > > Only had time to do minimal test, but my rig with dual Audiofire12's seems > to functioning. > > The thing I noticed is that the pc hangs on shutdown and I have to use the > switch to to get it completely off. The screen shows acpid: something and > just sits there. > > Is this a manifestation of the issues with 8.10 & rt? > > > > Mac > > -------------------------------------------------------------------- > mail2web.com ? What can On Demand Business Solutions do for you? > http://link.mail2web.com/Business/SharePoint > > > > > > ------------------------------ > > -- > Ubuntu-Studio-users mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users > > > End of Ubuntu-Studio-users Digest, Vol 23, Issue 29 > *************************************************** -- <[email protected]> -- Ubuntu-Studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
