Register
Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    V.I.P. VIC
    Mjolinor's Avatar
    Join Date
    Jan 2009
    Location
    Burnley Vicshire
    Posts
    1,084
    Thanks Thanks Given 
    57
    Thanks Thanks Received 
    118
    Thanked in
    73 Posts

    Default

    Quote Originally Posted by Canker_Canison View Post
    Be careful what you do with the computer if you just power off. Part of the shutdown process parks the HDD heads.

    Now, things may of progressed since I last looked into it. But if the Bios doesn't park it then any sudden movement or knocks to the case could cause surface damage on the disks.
    Not a worry as disks autopark and have done for a long time

  2. #17
    Junior Member
    Join Date
    Sep 2010
    Posts
    22
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    First of all there is no program 'ROOT', you can do:
    sudo su - (and give your user current password)
    su - (and give root password if you know any)
    sync; sync; sync (this will force synchronization with your disks, so all the cached applications should write on disk)

    Depends on what you are trying to do:
    Reboot: # reboot
    Power Off: # halt
    # poweroff
    to force the above use the switch -f but remember to issue the sync; sync; sync command

  3. #18
    Newbie
    Join Date
    Sep 2010
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Hi there,

    i've got the exact same problem here, regular shutdown hans up showing non progressing progress dots. I've got two screens, one of Them (#1, DVI) turns off, the other one (#2VGA) stays on. Post and Boot sequence are shown on #2. The Reboot works fine however.

    but i've tried several command line shutdowns, with different outcomings:

    forced shutdown after sync as suggested by enigmas freezes the screens (none switched off) and turns HDD off, cant tell anything else, doesn't react to anything but the power or reset switch.

    From the virtual console it exits to the dots again and i cant see anything. ->hit reset

    I entered the console via recovery option and did the same there, and it finally froze while displaying something hopefully useful, im a linux newbee though, this doesn't tell me much, it looks like it should be working...

  4. #19
    Junior Member
    Join Date
    Sep 2010
    Posts
    22
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    You could bring the console during shutdown with CTRL+ALT+F1 and switch between consoles with F... keys (F1 or Alt+F1, at least on other distribution, you can try other F keys of combination on Alt+F keys to bring console).

    On older systems there were some problems with the APM/ACPI which didn't powered off the system, and remained in HALT state, so see if you can catch the screens during shutdown, also you can try and see the messeges system log file:
    /var/log/messages
    or you can issue dmesg as root

    you can try also to perform as root:
    modprobe apm power_off=1
    and try a shutdown and see if it works.

    If not, probably you should use some kernel parameters to boot up the system, disabling ACPI and enabling power_off.

    I also saw some 'bug' for gutsy version but is not isolated: https://bugs.launchpad.net/ubuntu/+s...22/+bug/119308

    Some times unix/linux is not for beginners .
    Last edited by enigmas; 23rd September, 2010 at 03:37 PM.

 

 
Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.