LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   root problem (https://www.linuxquestions.org/questions/linux-newbie-8/root-problem-658402/)

steve420 07-26-2008 10:23 AM

root problem
 
I just ordered a VPS computer and it comes with CentOS, but I am a COMPLETE newbie when it comes to linux. I know what command it is to login as root, but when I type....
Code:

su root
it pops up with
password:
but it wont let me type anything in if I hit enter it goes to the next line telling me incorrect password.
I know for a fact I have root access because I have the password it works fine when installing RPM packages but it just wont let me log in with the konsole:confused:
am I screwing something up?

Nylex 07-26-2008 10:27 AM

Your input is being recognised, but just not echoed (i.e. you're not seeing stars or anything). That's what's supposed to happen.

billymayday 07-26-2008 10:29 AM

What do you mean it won't let you type anything in? Typing the password won't show any characters on the terminal. Does it tell you the password is wrong?

Exact messages please.

Edit - Nylex, that's the second time tonight!

steve420 07-26-2008 10:35 AM

WOW I'm slow today thanks Nylex it's working now :newbie:

Nylex 07-26-2008 10:36 AM

Quote:

Originally Posted by steve420 (Post 3226966)
WOW I'm slow today thanks Nylex it's working now :newbie:

No problem.

Quote:

Originally Posted by billymayday (Post 3226960)
Edit - Nylex, that's the second time tonight!

Hehe :).

steve420 07-26-2008 10:53 AM

I got one more question is there a yum command i can use to get these dependencies?
[root@vzone195-2 main]# rpm -Uvh python2.3-2.3-5pydotorg.i386.rpm
warning: python2.3-2.3-5pydotorg.i386.rpm: Header V3 DSA signature: NOKEY, key ID fd71b297
error: Failed dependencies:
libdb-4.0.so is needed by python2.3-2.3-5pydotorg.i386
libreadline.so.4 is needed by python2.3-2.3-5pydotorg.i386

Nylex 07-26-2008 10:55 AM

I'm not sure, because I don't use Red Hat (or derivatives, like CentOS). Also, I suggest you post a new thread for this question, since it's totally unrelated to this thread.

billymayday 07-26-2008 06:34 PM

Try

yum install python2.3-2.3-5pydotorg

or yum install python (I'm not clear exactly what package you are trying to install) or similar.

This will install the main package plus dpendencies


All times are GMT -5. The time now is 05:04 AM.