Results 1 to 9 of 9

Thread: Lock Ups During Shutdowns/Restarts

  1. #1
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Lock Ups During Shutdowns/Restarts

    I am having problems on two of my machines with them locking up during shutdowns and restarts, which force me to do a hard power off. One system is running 11.10 and the other is running 12.04. Both are 64 bit CPUs with 64 bit ubuntu. The following output is from the 12.04 machine,
    Code:
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation H67 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Caicos [Radeon HD 6450]
    01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Caicos HDMI Audio [Radeon HD 6400 Series]
    02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
    03:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57788 Gigabit Ethernet PCIe (rev 01)
    Please help me with this issue.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  2. #2
    Join Date
    Sep 2012
    Location
    Denver,Colorado
    Beans
    243
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Lock Ups During Shutdowns/Restarts

    Just wondering how this works hit ctrl+alt+f1 login to the console and type
    sudo shutdown -h now

    and see if that locks it up.

    or sudo shutdown -r now
    to reboot

  3. #3
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Lock Ups During Shutdowns/Restarts

    sudo halt caused a lock, while the two shutdown commands worked fine.

    This problem is usually intermittent. It only happens once every few attempts.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  4. #4
    Join Date
    Sep 2012
    Location
    Denver,Colorado
    Beans
    243
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Lock Ups During Shutdowns/Restarts

    I'm just wondering are you using a Nvidia card? I had a very similar problem when I was using a Geforce 6150se Nforce 430 when I updated the driver to 304 from x-swat it cleared up most of the problems I was having with the regressed IMO Nvidia 29x drivers.

  5. #5
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Lock Ups During Shutdowns/Restarts

    Quote Originally Posted by Epodx64 View Post
    I'm just wondering are you using a Nvidia card? I had a very similar problem when I was using a Geforce 6150se Nforce 430 when I updated the driver to 304 from x-swat it cleared up most of the problems I was having with the regressed IMO Nvidia 29x drivers.
    I have a Radeon HD 6450 card. Both systems having problems have ATI cards.

    I have tried the advice here, http://askubuntu.com/questions/13214...t-and-shutdown which failed.
    Last edited by uRock; September 8th, 2012 at 05:13 AM. Reason: Removed my cry baby remarks.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  6. #6
    Join Date
    Sep 2012
    Location
    Denver,Colorado
    Beans
    243
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Lock Ups During Shutdowns/Restarts

    hmm I know the x-swat has the latest drivers for ATI cards as well might be worth a shot to upgrade those to there latest drivers.

    here

    https://launchpad.net/~ubuntu-x-swat...ive/x-updates/

    It worked great when I was using a Geforce card I don't know about ATI but it's worth a shot oh and install ppa-purge to just in case it really messes up your system you can purge it and revert back to what you have now.

  7. #7
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Lock Ups During Shutdowns/Restarts

    Quote Originally Posted by Epodx64 View Post
    hmm I know the x-swat has the latest drivers for ATI cards as well might be worth a shot to upgrade those to there latest drivers.

    here

    https://launchpad.net/~ubuntu-x-swat...ive/x-updates/

    It worked great when I was using a Geforce card I don't know about ATI but it's worth a shot oh and install ppa-purge to just in case it really messes up your system you can purge it and revert back to what you have now.
    Thanks for the advice. Are the drivers offered in this PPA newer than the ubuntu repo versions. I really want to be able to put this behind me and get my ubuntu running right without having to do hard shutdowns.

    Cheers and Blue Moons,
    uRock™
    Last edited by uRock; September 8th, 2012 at 05:17 AM. Reason:

  8. #8
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Lock Ups During Shutdowns/Restarts

    I installed the repo. It upgraded a xorg package, but the problem is still there.

    I installed the latest driver from ATI.com. Hopefully this fixes the problem.
    Last edited by uRock; September 8th, 2012 at 06:41 AM.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  9. #9
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Lock Ups During Shutdowns/Restarts

    Will mark as solved once I hit a decent number of restarts without any issues.

    Number of problem free restarts/shutdowns: 13

    I am pleased to say the problem has not recurred.
    Last edited by uRock; September 14th, 2012 at 02:36 AM. Reason:
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

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
  •