[Error] Failed to inititialize HAL!

Discussion in 'Acer Aspire One' started by Evolight, Feb 28, 2009.

  1. Evolight

    Evolight

    Joined:
    Feb 26, 2009
    Messages:
    3
    Likes Received:
    0
    AOU's

    Please help me because my AAO has a majure problem. He can't initialize the HAL! I cant get on internet, USB ports don't work, cant use the terminal and such things. Please help me.. I have no idea what to do..
     
    Evolight, Feb 28, 2009
    #1
  2. Evolight

    daldred

    Joined:
    Aug 25, 2008
    Messages:
    887
    Likes Received:
    0
    First, try starting the HAL service manually - in a terminal, type:
    Code:
    sudo service hald start
    Either this will work (so you'll get no output, but HAL will start up), or it will generate error messages. If you get errors, post them back into a message here and we'll have a look at what's wrong.

    I did have this once myself; a manual start solved it and after that it started normally on boot.
     
    daldred, Feb 28, 2009
    #2
  3. Evolight

    Evolight

    Joined:
    Feb 26, 2009
    Messages:
    3
    Likes Received:
    0
    I did get errormessages:
    Code:
    audit_log_user_command():Connection refused
    hald: unrecognized service
     
    Evolight, Mar 1, 2009
    #3
  4. Evolight

    daldred

    Joined:
    Aug 25, 2008
    Messages:
    887
    Likes Received:
    0
    That's a familiar one which arises from using sudo. Don't worry about it (if it bothers you there is a thread somewhere in the furom about getting rid of it); it doesn't actually stop sudo working.

    Aargh! My error, sorry. Try
    Code:
    sudo service haldaemon start
     
    daldred, Mar 3, 2009
    #4
  5. Evolight

    Evolight

    Joined:
    Feb 26, 2009
    Messages:
    3
    Likes Received:
    0

    it says
    Code:
    audit_log_user_command(): Connection refused
    Starting HAL daemon
    and internet still doesnt work..
     
    Evolight, Mar 3, 2009
    #5
  6. Evolight

    daldred

    Joined:
    Aug 25, 2008
    Messages:
    887
    Likes Received:
    0
    OK; but does other stuff (like USB pen drives) now work? If not you may still have hal problems, so it would be better to try to sort those out before starting on the network.

    If you do have other fuinctionality back, then it's likely that the network manager failed to start properly when hal wasn't running; you can manually start the network system with
    Code:
    sudo service NetworkManager restart
    sudo service NetworkManagerDispatcher restart
    (I think that's right; I've upgraded my networkmanager packages but I don't think the commands would be different).
     
    daldred, Mar 3, 2009
    #6
  7. Evolight

    mrcomputer

    Joined:
    Sep 10, 2008
    Messages:
    13
    Likes Received:
    0
    I posted a temporary solution here:
    viewtopic.php?f=5&t=11956

    I believe it has something to do with the /var/lock/subsys directory getting deleted during shutdown causing services not to be able to start on boot up. I haven't yet found a permanent solution, but the commands in my last post should get you going in the meantime.
     
    mrcomputer, Mar 4, 2009
    #7
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.