Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: acpid:exiting error during shutdown

  1. #1
    Join Date
    Nov 2008
    Beans
    1

    acpid:exiting error during shutdown

    I just installed UBUNTU 8.10 on my ACER Travelmate 4500. It hangs with acpid:exiting when I shutdown. However it does not create problem when I restart. Could some one help?

  2. #2
    Join Date
    Sep 2007
    Beans
    29

    Re: acpid:exiting error during shutdown

    I am gettingthe same error when I try shutting down my tower. ASUS board, 2.4GHZ dual core Intel, Nvidia card. My laptop is having shut down issues as well, I see on the forums there are many other related issues. Please address, I really want to go to ubuntu full time and just ditch windows altogether, but this kind of stuff worries me in a supposed "final" release

  3. #3
    Join Date
    Mar 2008
    Location
    Cracow in Heart
    Beans
    1,938

    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.
    Keep it real. Keep it nice.
    [SIGPIC][/SIGPIC]Shooting Ubuntu



  4. #4
    Join Date
    Sep 2007
    Beans
    29

    Re: acpid:exiting error during shutdown

    Excellent, thank you very much. Now I no longer get the acpid:exiting notification, I only get a cursor flashing endlessly and a computer that I have to hold the power button down for 5 seconds on to force it to shut off. In that respect it is behaving just like my laptop now. That would be lateral progress, which, I suppose, is at least some type of progress

  5. #5
    Join Date
    Feb 2009
    Beans
    1
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: acpid:exiting error during shutdown

    I also experienced this on 8.10 64-bit. In my case VPN-connection seemed to cause the problem, so after "stop)" I added "ifconfig ppp0 down" to /etc/init.d/alsa-utils, and now it's fine.
    Last edited by Scywrath; February 10th, 2009 at 12:08 AM.

  6. #6
    Join Date
    Aug 2007
    Location
    Beverly, MA
    Beans
    18
    Distro
    Gutsy Gibbon Testing

    Re: acpid:exiting error during shutdown

    worked fine for me also.

    jerk1: did you add all your network connections? on a desktop mb it should likely just be eth0 (and eth1 if your board has 2 nics). if so then likely something else is hanging up your shutdown. try checking the logs and see what the last thing the system did before you had to do a hard restart.

    before shutdown note the time. do your shutdown and then hard shutdown after giving it 10-15 min to log any errors and be sure the cache is writen to disk. wait a bit more and restart. the check system>admin>system log and see what happened at the time just before the hard shutdown.

  7. #7
    Join Date
    Feb 2009
    Beans
    729

    Re: acpid:exiting error during shutdown

    I'm feeling really supid...again.

    How do I find out my Network names? Would that be "Windows Network" and "Workgroup" as indicated in Nautilus?
    Any other way to find out what the names are I would need?

    My error messages are after shutdown or restart:

    Code:
    acpid: exitig
    
    [1301.536017] CIFS VFS: server not responding
    [1303.536053] CIFS VFS: No response for cmd 50 mid 95
    
    ...
    and so it goes on.

    I would like to try above workarround (also I'd love a fix rather), but need to be sure about my network names.

    Any suggestion is appreciated

    regards

    longtom

  8. #8
    Join Date
    Feb 2009
    Location
    South Africa
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: acpid:exiting error during shutdown

    Hi,

    I have the same ACPID: exiting problem with my Pentium D desktop. The problem started after I installed the Novel Client for Ubuntu (http://ubuntuforums.org/showthread.php?t=459717), so I think its safe to say that its definitely a network related problem.

    I have tried Michael's work-around (using my only connection, eth0) but end up with the same problem as Jerk1.

    My Acer laptop is running the same version of Ubuntu but has no such problems. I have yet to install the Novel Client on it...

    I don't restart this pc much, but after some updates restarts are required and I'd very much like to fix this problem. Anyone else have some ideas?

  9. #9
    Join Date
    Feb 2009
    Beans
    729

    Re: acpid:exiting error during shutdown

    Quote Originally Posted by CR34M3 CR4CK3R View Post
    Hi,

    I have the same ACPID: exiting problem with my Pentium D desktop. The problem started after I installed the Novel Client for Ubuntu (http://ubuntuforums.org/showthread.php?t=459717), so I think its safe to say that its definitely a network related problem.

    I have tried Michael's work-around (using my only connection, eth0) but end up with the same problem as Jerk1.

    My Acer laptop is running the same version of Ubuntu but has no such problems. I have yet to install the Novel Client on it...

    I don't restart this pc much, but after some updates restarts are required and I'd very much like to fix this problem. Anyone else have some ideas?
    This finally did it for me!

    Good luck

    longtom

  10. #10
    Join Date
    Feb 2009
    Location
    South Africa
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: acpid:exiting error during shutdown

    Thanks longtom, but that didn't work for me. Although it gave me insight as to what my problem is; if network drives are still mounted at shutdown (in my case, mounted via Novel Client) then the acpid error/stall occurs.

    When I haven't run Novel Client or when I unmount drives before shutdown, the problem doesn't occur.

    I'll tinker around some and see if I can get the auto unmounting thing to work...

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •