Thread: Can't login to Fedora

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Novice Programmer Pyroteh's Avatar
    Join Date
    Jan 2005
    Location
    Alaska
    Posts
    82
    ok soo... I did the
    Code:
    passwd <username>
    thing... and it still wouldn't let me in.... said something about my user folder being non existant?

  2. #2
    Banned
    Join Date
    Jun 2005
    Posts
    594
    You could try :

    adduser username //to readd your user

    then

    passwd //to set a password for the new user

  3. #3
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Quote Originally Posted by Pyroteh
    ok soo... I did the
    Code:
    passwd <username>
    thing... and it still wouldn't let me in.... said something about my user folder being non existant?
    well, did you create a user folder when you created your user? and did you create your user to use that folder?

    if not, login as root make a folder for your user account (if you didn't already do that), and use this command:
    Code:
    usermod -d <folder_you_just_created> <user_name>
    note: I've never used fedora before, but I think this is pretty much the same for most linux distros...
    Last edited by major_small; 07-11-2005 at 08:44 AM.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  4. #4
    Novice Programmer Pyroteh's Avatar
    Join Date
    Jan 2005
    Location
    Alaska
    Posts
    82
    Am I doing this right? >>here<<
    Last edited by Pyroteh; 07-11-2005 at 08:12 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. unable to login to facebook
    By zykostar in forum C# Programming
    Replies: 4
    Last Post: 03-30-2010, 02:04 PM
  2. Login
    By brietje698 in forum C++ Programming
    Replies: 3
    Last Post: 10-07-2007, 09:51 AM
  3. Having problems with a login script...
    By Junior89 in forum C++ Programming
    Replies: 6
    Last Post: 01-06-2006, 12:05 PM
  4. login script - URGENT!!!
    By linzeeuk in forum C Programming
    Replies: 5
    Last Post: 05-05-2003, 02:26 PM
  5. Replies: 7
    Last Post: 07-19-2002, 11:49 AM