LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   root authentication failure in Fedora Core 12. (https://www.linuxquestions.org/questions/linux-newbie-8/root-authentication-failure-in-fedora-core-12-a-785258/)

rohit0825 01-28-2010 12:48 AM

root authentication failure in Fedora Core 12.
 
I have just installed Fedora Core 12.

Whenever i try to login as root it gives Authentication failure.
Code:

Username: root
Password: correct

Code:

Authentication Failure

I want to login as root and want to modify some cfg files.
Please tell me a way to login as root.

Also, I want to run "rsh" and "telnet" services.
Please tell me how to do that in fedora core 12. The system shows that package is installed but i am not able to find services running.
Thanks

chrism01 01-28-2010 02:01 AM

You don't want to run rsh or telnet, they are not encrypted. Use ssh instead.
http://www.informit.com/articles/art...p=169465&rll=1

Aslo for security reasons, you cannot login at the GUI as root; you have to login as a normal user, then 'su -' to root or use sudo.
The GUI tools that require root access will ask for the root passwd when you activate them.

vinaytp 01-28-2010 02:38 AM

Hi rohit0825,

If you are not able to login as root, login as normal user then type following command to gain super user access.
Code:

su
Go for ssh instead of rsh.

I believe only rsh client is installed in your machine.

If you have to use rsh then probably you have to install rsh-server.rpm package which is not part of fedora12 distribution.

Follow following link to setup rhs server..
Code:

http://groups.google.com/group/huyuhui/web/configure-rhs-on-rhel
Cheers !!!

rohit0825 01-28-2010 04:07 AM

Quote:

Originally Posted by chrism01 (Post 3843268)
You don't want to run rsh or telnet, they are not encrypted. Use ssh instead.
http://www.informit.com/articles/art...p=169465&rll=1

Aslo for security reasons, you cannot login at the GUI as root; you have to login as a normal user, then 'su -' to root or use sudo.
The GUI tools that require root access will ask for the root passwd when you activate them.

thats not possible
i want rsh and telnet at any cost

please suggest something good

ronlau9 01-28-2010 05:49 AM

Quote:

Originally Posted by rohit0825 (Post 3843394)
thats not possible
i want rsh and telnet at any cost

please suggest something good

If you insist to compromise you're system .
Take a look at /etc/pam.d/gdm
You find a line about the authentication of root make that line a remark.

rohit0825 01-28-2010 06:29 AM

Quote:

Originally Posted by ronlau9 (Post 3843471)
If you insist to compromise you're system .
Take a look at /etc/pam.d/gdm
You find a line about the authentication of root make that line a remark.

thanks for your reply,
but i don't see any service running named "rsh" or "telnet".
how can i start those services?
my system shows that rsh/telnet client is installed.

please guide me through this.

i'll check /etc/pam.d/gdm and post the reply
thanks

rohit0825 01-28-2010 06:54 AM

sorry but i don't know which line in /etc/pam.d/gdm is to make comment how.

rohit0825 01-28-2010 08:04 AM

IS there anyone here who could tell me how to get rsh and telnet running on fedora core 12.

ronlau9 01-28-2010 08:09 AM

Quote:

Originally Posted by rohit0825 (Post 3843515)
sorry but i don't know which line in /etc/pam.d/gdm is to make comment how.

You like to login as root don't you ?
That is what I try to show you.

rohit0825 01-28-2010 08:41 AM

Quote:

Originally Posted by ronlau9 (Post 3843599)
You like to login as root don't you ?
That is what I try to show you.

Please tell which line to make comment and how to make comment ?

sohail0399 01-28-2010 08:58 AM

which distro are you using.
and without root or admin user you can not start and stop any service

please tell us is your root problem solved?

sohail0399 01-28-2010 09:03 AM

with user root try this
or sudo
/etc/rc.d/init.d/xinetd start

John VV 01-28-2010 05:55 PM

both fedora AND Gnome have DISABLED the root login using the gui.
login as a normal user first then use the " su - " command in the terminal to login as root

or
login into "single user mode" -- that is root by default .

for security reasons root login in gnome has been disabled
but root login into kde IS still available if you have kde 4 installed AND use kdm ( and NOT gdm) to start the gui.


also as stated above telnet is nolonger used because of VERY serous security reasons

the hack in " /etc/pam.d/gdm" to alow root login into gnome has some problems ( an is NOT recommended )
for example you will not be able to install any software using "ad or remove software" it will not work.

rohit0825 01-28-2010 11:07 PM

Quote:

Originally Posted by sohail0399 (Post 3843677)
which distro are you using.
and without root or admin user you can not start and stop any service

please tell us is your root problem solved?

both rsh and telnet are up and running.

But root login prob;em is not solved yet.
please help


i have to copy some folders into / directory. but if login using other user there is no option for paste.
and i don't know how to do this in command line interface.

Reply asap

rohit0825 01-29-2010 12:06 AM

problem solved,.....

http://www.ehow.com/how_5870077_enab...a-core-12.html

thanks everybody for ur support


All times are GMT -5. The time now is 10:10 PM.