The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Setting users home directory

    Discussion in 'Linux Compatibility and Software' started by DalekThay, Sep 28, 2011.

  1. DalekThay

    DalekThay Notebook Enthusiast

    Reputations:
    0
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    5
    I am using backtrack 5, how to set up home directory?. usermod -d/path/ user doesn't work, when i try to log in it says no home directory ..using something like =HOME directory ...and when i write startx it does nothing and after some time it says timed out
     
  2. DalekThay

    DalekThay Notebook Enthusiast

    Reputations:
    0
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    5
    Tnx, but i still get xauth: timeout in locking authority file /home/Master/.Xauthority ..
     
  3. DalekThay

    DalekThay Notebook Enthusiast

    Reputations:
    0
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    5
    Yes, I get the error when im using startx
     
  4. corbintechboy

    corbintechboy Notebook Consultant

    Reputations:
    126
    Messages:
    189
    Likes Received:
    2
    Trophy Points:
    31
    You may be able to do this like this:

    Code:
    nano ~/.xinitrc
    exec ck-launch-session startkde (place this in the file)
    
    hit ctrl+x and y to save. Make sure you do this as user. Now when you do startx it should start kde. If you get an error make sure you have policykit installed (Arch calls the package polkit). Probably wouldn't hurt to make sure you have dbus installed as well.

    Now this is assuming you have KDE installed...