You are not logged in.

1

Monday, January 2nd 2006, 7:59am

Problem with superuser login kde 3.5

Hi all, I have installed the ultimate version of Kubuntu (Dapper Drake flight 2) shipped with kde 3.5.
The installation end without problem but when I log in the first time and try to log with superuser (in control center to modify some configuration or in program whic need the super user privilege) the log in fails (the error is: wrong password).

Note that via kconsole the command "su" works correctly.

I have posted the same question to Kubuntu forum. I don't know if this is a KDE problem or a Kubuntu problem.

Regards

Michele Da Rold

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Monday, January 2nd 2006, 2:11pm

RE: Problem with superuser login kde 3.5

You're using your own (user) password? Because officially there's no thing like a root login in Kubuntu.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

3

Monday, January 2nd 2006, 4:24pm

RE: Problem with superuser login kde 3.5

Yes, I'm using my own password (I have choose the password during the installation of kubuntu), the system have the password saved correctly because I can login as superuser(using "su") from console but not from superuser login box in [KDE].

Note: I have enabled the shadow password option but I don't know if without shadow password there is the same problem

regards

jetpeach

Beginner

Posts: 27

Location: Seattle

  • Send private message

4

Wednesday, January 4th 2006, 2:03am

I had a similar problem and was very frustrated. I never really fixed it because it was a fresh install of kubuntu - instead I did what I had done on my other linux box, which was install Ubuntu, then install KDE as described here
http://www.madpenguin.org/cms/?m=show&id=5668

But this isn't a great option, I'm sorry I can't be of more help, I know there were posts about this on the Kubuntu boards, with some pretty irate people (with decent reason, it was very frustrating).
My Zoji homepage
http://www.zoji.com/jet

5

Wednesday, January 4th 2006, 1:20pm

The installation is fresh

Also my installation is fresh. And the other problem is that after some reboot Grub crash (with error 27)! and I can't access to the pc without a live cd or windows cd!!

The reply of my post in Kubuntu forum was "use kubuntu 5.10 and not the lastet version if your are novice in kubuntu fields!"

6

Wednesday, January 4th 2006, 1:34pm

RE: The installation is fresh

surfing around the web I have find this article that could be the solution of the problem. When I arrive at home I'll try!!

https://wiki.ubuntu.com/RootSudo#head-41…3284d89900f19e2

7

Monday, January 9th 2006, 11:40am

RE: The installation is fresh

OK. I have installed KDE 3.5 (with Kubuntu 5.10) and all is ok. When Kde need a "su"
password insert YOUR password because Kubuntu disable su root access and execute the command wich need super user privilege with the command sudo.
You can enable the normal access with "su" reading the Ubuntu Wiki post indicated in the previous post of this thread.

Now I have to try to do the same with Kubuntu 6.04 (last snapshot) and inform you about the result

8

Monday, January 9th 2006, 12:12pm

After a brand new Kubuntu/Ubuntu install, you have to set your root password (from a console) with:

Source code

1
sudo passwd root

You will be prompted for a password.

It is not usual to log in graphical mode on a Linux system, the vulnerability is almost as high as on Windows systems if you do so. Even in console mode, you might use the root account only if there's a really good reason for doing so.

For administration purposes, use su or sudo in a console, that's the secure way to do it.

If you're enough foolish to you insist on a graphical root login, you have to edit the file /usr/kde/3.x/share/config/kdm/kdmrc. Look out for the line

Source code

1
AllowRootLogin=false

and set the value to true. But I repeat, this is not recommended!!!

9

Monday, January 9th 2006, 1:00pm

Yes

Yes is exactly the procedure that I have done.