Results 1 to 7 of 7

Thread: 11.04 Unable to Shut down

  1. #1
    Join Date
    Dec 2010
    Location
    Snohomish, Washington
    Beans
    19
    Distro
    Ubuntu

    11.04 Unable to Shut down

    I upgraded to 11.04 (loving it so far) and just toying around with it a bit. However, whenever I try to shut it down or restart it takes an abnormally long time. Unfortunately I have not waited long enough for it to shut down properly (waited 10 mins) and it still hasn't turned off. Can someone help me?

    Edit:
    Using a Dell Studio 1747 Laptop
    Last edited by sikuneh; May 1st, 2011 at 01:28 AM.

  2. #2
    Join Date
    Dec 2009
    Beans
    9

    Unhappy Re: 11.04 Unable to Shut down

    Same problem here. I'm using a Dell Studio and the system doesn't shutdown for a long time, and have waited for around the same time. Is this a bug or is it because Unity has slowed down my system?

  3. #3
    Join Date
    Dec 2009
    Beans
    9

    Talking Re: 11.04 Unable to Shut down

    Well the problem got solved after a couple of forced shutdowns. I think it occurs because the update takes time to get stabilized with the system.

    Edit:Sorry, the problem wasn't solved!! It still exists!!!
    Last edited by g30rg3; April 30th, 2011 at 12:51 PM.

  4. #4
    Join Date
    Dec 2010
    Location
    Snohomish, Washington
    Beans
    19
    Distro
    Ubuntu

    Re: 11.04 Unable to Shut down

    For whatever reason, it seems to be working just fine now.

  5. #5
    Join Date
    Jan 2011
    Beans
    5

    Re: 11.04 Unable to Shut down

    I'm on a Asus EEtop 2203T pc, and i've the same problem

  6. #6
    Join Date
    Sep 2009
    Beans
    4

    Re: 11.04 Unable to Shut down

    I had (have) the same problem. I created a not so good work around as it is probably not safe to do what I did, but until a real solution gets posted, my work around keeps me from getting too frustrated. Here is what I did:

    1. Create a script called K01shutdown.sh with the following contents:
    #!/bin/bash
    poweroff --force
    2. Copy the file to the /etc/rc0.d directory and make it executable.
    3. Create a script called K01reboot.sh with the following contents:
    #!/bin/bash
    reboot --force
    4. Copy the file to the /etc/rc6.d directory and make it executable.

    At least now I don't have to manually hold down the power down to turn off my computer. I look forward to the day a real solution gets posted.

  7. #7
    Join Date
    Aug 2011
    Location
    Kanhangad, India
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    Thumbs up Re: 11.04 Unable to Shut down

    Try this....
    in terminal type "
    sudo update grub" then follw the steps

    Logout=> select user name=> (select sessn as 'xterminal') =>login=>type "sudo reboot"

    this time evry thing ill be okey

Tags for this Thread

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
  •