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 ...
- 08-02-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 13
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........
- 08-02-2007 #2Just Joined!
- Join Date
- Aug 2007
- Posts
- 13
anyone can help me plzzzz???
- 08-03-2007 #3
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
- 08-03-2007 #4
- 08-06-2007 #5Just 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?..
- 08-06-2007 #6
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.
- 08-06-2007 #7Just 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
- 08-06-2007 #8Just 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..
- 08-06-2007 #9Just 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..
- 08-06-2007 #10Just 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 gruopCode:[montero@montero~]#useradd -g root -d /home/montero montero1
give passwords for new userCode:[montero@montero~]#passwd montero1
it will askconform itCode:new UNIX password: <type your password>
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


Reply With Quote
