Find the answer to your Linux question:
Results 1 to 6 of 6
Hi everyone... im having a similar problem... my new pc came with Linux installed... and I've never used linux before. The problem is that i've been using it for a ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4

    "localhost login" at startup

    Hi everyone... im having a similar problem... my new pc came with Linux installed... and I've never used linux before.
    The problem is that i've been using it for a week now and today, all of a sudden, it started asking me for a "localhost login" at startup... and it never accepts the passwords that I introduce even if i've just changed them using passwd.
    Someone help me please

  2. #2
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4
    By the way... my linux is "redflag 6"

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4
    By the way... It just accepted my root password, but now it displays [root@localhost ~]#
    How do I access the desktop now?

  4. #4
    Linux Newbie Ziplock's Avatar
    Join Date
    Jan 2009
    Location
    Adelaide
    Posts
    169
    Hi there,

    Have you changed the name of your machine, or the IP address lately? It would seem that your X installation can't find the name of the server from the IP address. Can you post the contents of /etc/hosts please?

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute startx command and post exact error message here, if any.

    Post the output of this
    Code:
    grep -i driver /etc/X11/xorg.conf
    cat /etc/redhat-issue
    su -
    lspci | grep -i vga
    exit
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Thought I would toss this in the ring.
    Code:
    cat /etc/redhat-issue
    Doesn't work on some of the newer RH based distros. If that's the case for you, try
    Code:
    cat /etc/redhat-release
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

Posting Permissions

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