Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
Hello everyone Was wondering if someone can assist me in solving a shutdown issue. Im running debian etch, when I issue the command shutdown -h now the machine begins to ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    11

    Long hang-time on shutdown

    Hello everyone

    Was wondering if someone can assist me in solving a shutdown issue. Im running debian etch, when I issue the command shutdown -h now the machine begins to shutdown but hangs on "asking all remaining processes to terminate" after hours of waiting, and the machine will still not shutdown. This frustrating problem causes me to pull the power cord to turn the machine off.
    Does anyone have any idea on how to solve this?

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    No idea how to solve it, but do you get the same problems if you just issue the reboot command?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Dec 2007
    Posts
    11
    yes I have, trying the shutdown -r command still has the same effect.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Is it a Laptop? Have you tried disabling acpi? At the boot screen, type acpi=off (press enter)
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Dec 2007
    Posts
    11
    No, its not a laptop, its a server, using sata drivers. There is no raid setup.

    Is there anyway of determining what process it is locked on?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the kernel line of /boot/grub/menu.lst file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Dec 2007
    Posts
    11
    the kernel line is

    kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda1 ro

    I have posted on other forums and people seem to think that the HD may be faulty.
    Does anyone else have any solutions??

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try passing acpi=off parameter to kernel.
    Highlight Debian title in GRUB Menu and press 'a'. Type acpi=off and hit Enter key.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Dec 2007
    Posts
    11
    Well from the grub boot loader menu i appended "acpi=off" onto the kernel line. Is this correct?

    I was reading somewhere Im not to sure how reliable the source was or if it is even relevant but, my server is running a Phoenix serverbios 3 release 6.0.

    Is there any correlation to my current problem.

    Appending the kernel line with acpi=off fixed the problem for a single boot. When I try append the acpi=off onto the kernel for the next boot, the same problem presents itself, the server still hangs on boot.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to edit /boot/grub/menu.lst and append Kernel line.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

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