Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
hi all, i'm new in Linux platform..i have a problem when a linux server got problem in login action..when i entered the login username and password, it displayed message 'error ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    13

    Unhappy cannot login

    hi all,

    i'm new in Linux platform..i have a problem when a linux server got problem in login action..when i entered the login username and password, it displayed message 'error on service module'..and then when i entered 'root/*****',it also got that message. until now, i cannot login that server...i restarted that server a lot but also not helpful.when i go to failsafe,it also like that..if i entered 'root/root', it's would displayed 'incorrect login'.i also cannot access that server using the other machine using KNX client..before this, it not happened like that...how can i access that server?it's so urgent now..can anyone of you help me plzzzzzzz........

  2. #2
    Just Joined!
    Join Date
    Aug 2007
    Posts
    13
    anyone can help me plzzzz???

  3. #3
    Just Joined! Skyring's Avatar
    Join Date
    Jul 2007
    Location
    Oklahoma , USA
    Posts
    6

    Right there with you

    I'm New as well and IDK what he is talking about in reference to the server stuff but I'm a good way into the installation and it is having me long in.....I never made a long in usrnme/pwd.....I doubt I was supposed to but how do I keep going? Pardon the newbie-ness

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Quote Originally Posted by Skyring View Post
    I'm New as well and IDK what he is talking about in reference to the server stuff but I'm a good way into the installation and it is having me long in.....I never made a long in usrnme/pwd.....I doubt I was supposed to but how do I keep going? Pardon the newbie-ness
    You need to start a new thread. This thread is about something totally different. The only thing is you both need to explain your problems better. ie more detail. I can't understand what either problem is.

  5. #5
    Just Joined!
    Join Date
    Aug 2007
    Posts
    13
    hi gogalthorp,

    actually i don't know how to explain the problem but i just can tell u the situation. A server in my opis got a problem which i can't logon. i put the username and password but also can't.it just displayed 'error in service module'. I didn't knew what the problem but i can saw a lot of operation 'failed' after that server restarted.However, i can connect to that server using my computer's terminal console using ssh root@<that server's ip> and it's password. i think i can use this console to solve that problem but how?..

  6. #6
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Do you mean you can't log on remotely or can't log on at the server??

    It sounds like you have a serious corruption problem. I'd do a low level disk check then reinstall or update the OS.

  7. #7
    Just Joined!
    Join Date
    Mar 2007
    Location
    Sri Lanka
    Posts
    14

    How to change user name and password - Direct method

    Dear,
    I have no enuogh time to describe this - but study about these files

    /etc/passwd //username and password configuration
    /etc/shadow //additional password security
    /etc/group //Group configuratons
    /etc/gshadow //Group Security

    and home directory of perticuler user

    every user configuratoin are stored in those files. you can log on to your linux server using ssh cliant (use putty ) and edit those files - delete existing root accout and create it again

    also try useradd, and userdel commands - which can add and delete users in linux computer
    ati.montero@gmail.com

  8. #8
    Just Joined!
    Join Date
    Aug 2007
    Posts
    13
    tq montero and gogalthorp..

    gogalthorp: i don't want to repair or reinstall because i'm really2 new in Linux

    montero: i like to try your steps but i don't know how to insert or edit some file using ssh..can you or someone else describe it to me..sorry..

  9. #9
    Just Joined!
    Join Date
    Aug 2007
    Posts
    13
    gogalthorp,

    sorry because not answer your question above. i can't log at the server and also can't log remotely(KNX client) but i can log on to my server using ssh root@..it's so urgent now...i know that i can change the files in the server and edit them like montera told above but i don't know what to do when i'm in ssh..

    tq..

  10. #10
    Just Joined!
    Join Date
    Mar 2007
    Location
    Sri Lanka
    Posts
    14
    first you should download putty (its my favorite ssh cliant)
    http://the.earth.li/~sgtatham/putty/.../x86/putty.exe
    Double click on it type root@<ip addrss of server> then password. it will login to your linux server then first create another user who belongs root gruop
    Code:
    [montero@montero~]#useradd -g root -d /home/montero montero1
    Code:
    [montero@montero~]#passwd montero1
    give passwords for new user
    it will ask
    Code:
    new UNIX password: <type your password>
    conform it

    now you you can try to logon your server using new username and password
    here -d represents home path and -g for group


    May be error on your x server
    try kde insted of gnome (at the login screen "change session")
    montero1 is the username

Page 1 of 2 1 2 LastLast

Posting Permissions

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