Find the answer to your Linux question:
Results 1 to 5 of 5
Hi All! I just finished installing debian lenny testing.(version june 5th 200 After entering the single user mode, I did a apt-get sudo and an apt-get kde. Then once KDE ...
  1. #1
    Linux Newbie
    Join Date
    May 2007
    Location
    Bangalore, India
    Posts
    100

    Unhappy [SOLVED] Login issue after install

    Hi All!

    I just finished installing debian lenny testing.(version june 5th 200
    After entering the single user mode, I did a apt-get sudo and an apt-get kde. Then once KDE installed, I did a restart and went into KDM menu. I am not able to log in, and I get issues stating that locations in ~ are not accessable.

    I had a /home partition seperately for Ubuntu before, and I kept it through the debian install.

    So whats the problem guys ?
    A man learns from his experience. A smart man learns from the experience of others, while a smarter man experiences life after knowing other's experiences.

    BE THE SMARTER MAN.

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    At a guess I'd say either your user name has changed ... so your user folder does not exist or you are trying to use an old home area and need to chown -R the home folder so your Debian user can access it. Check /etc/passwd contents to confirm user home folder, check the home folder exists and is owned by your Debian user.

    You may want to try creating a new user and confirm that the new user can login without issues. That should help narrow things down.

  3. #3
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    are you trying to login with a normal user or root?

    are you getting errors when you try to login?
    Code:
    ctrl+alt+F1
    login
    tail -f /var/log/messages
    and 
    tail -f /var/log/auth

  4. #4
    Linux Newbie
    Join Date
    May 2007
    Location
    Bangalore, India
    Posts
    100
    Here is the situation:

    1. my home already exists
    2. I use the same /home as ubuntu hardy

    so any solution ?

    Quote Originally Posted by Jonathan183 View Post
    At a guess I'd say either your user name has changed ... so your user folder does not exist or you are trying to use an old home area and need to chown -R the home folder so your Debian user can access it. Check /etc/passwd contents to confirm user home folder, check the home folder exists and is owned by your Debian user.
    even I think ownership or mounting is the issue.
    please tell me how do I change ownership via single user mode commandline.

    PS: I hate having to work on my dead windows xp's safe mode
    A man learns from his experience. A smart man learns from the experience of others, while a smarter man experiences life after knowing other's experiences.

    BE THE SMARTER MAN.

  5. #5
    Linux Newbie
    Join Date
    May 2007
    Location
    Bangalore, India
    Posts
    100
    Update: I fixed the issue.

    used chown for getting my folder for myself. Time to learn KDE now.
    A man learns from his experience. A smart man learns from the experience of others, while a smarter man experiences life after knowing other's experiences.

    BE THE SMARTER MAN.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •