public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] KDM - KDE root problem
@ 2006-02-09 17:45 El TuZa
  2006-02-09 18:00 ` Hemmann, Volker Armin
  2006-02-09 19:05 ` Uwe Thiem
  0 siblings, 2 replies; 8+ messages in thread
From: El TuZa @ 2006-02-09 17:45 UTC (permalink / raw
  To: gentoo-user

Hi, I'm new to gentoo..I have just emerged KDE and it works fine, but
I can't log with the root account from kdm, or either create a root
account in a console using 'su'.
How could I solve this?
Another thing is that even I changed to runlevel 4 in /etc/inittab it
keeps loading with runlevel 3.
10x
tuza

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] KDM - KDE root problem
  2006-02-09 17:45 [gentoo-user] KDM - KDE root problem El TuZa
@ 2006-02-09 18:00 ` Hemmann, Volker Armin
  2006-02-09 18:42   ` El TuZa
  2006-02-09 19:05 ` Uwe Thiem
  1 sibling, 1 reply; 8+ messages in thread
From: Hemmann, Volker Armin @ 2006-02-09 18:00 UTC (permalink / raw
  To: gentoo-user

On Thursday 09 February 2006 18:45, El TuZa wrote:
> Hi, I'm new to gentoo..I have just emerged KDE and it works fine, but
> I can't log with the root account from kdm, or either create a root
> account in a console using 'su'.

the user has to be in group wheel


> Another thing is that even I changed to runlevel 4 in /etc/inittab it
> keeps loading with runlevel 3.

runlevel? gentoo? runlevel?

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] KDM - KDE root problem
  2006-02-09 18:00 ` Hemmann, Volker Armin
@ 2006-02-09 18:42   ` El TuZa
  2006-02-09 19:06     ` Hemmann, Volker Armin
                       ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: El TuZa @ 2006-02-09 18:42 UTC (permalink / raw
  To: gentoo-user

> runlevel? gentoo? runlevel?
>
Sorry, I told I was new to gentoo...I was using slackware till I got
my amd64 and slamd64 didn't do it for me. How does gentoo manage with
runlevels? how to do to start kdm automatically?
10x again
tuza

--
Fui a hacer el ITV y me dieron la oblea. Junto a ella un paquete de
Operas y un CD de Pavarotti. Todo encaja a la perfección. Todo, menos
la marcha atrás.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] KDM - KDE root problem
  2006-02-09 17:45 [gentoo-user] KDM - KDE root problem El TuZa
  2006-02-09 18:00 ` Hemmann, Volker Armin
@ 2006-02-09 19:05 ` Uwe Thiem
  1 sibling, 0 replies; 8+ messages in thread
From: Uwe Thiem @ 2006-02-09 19:05 UTC (permalink / raw
  To: gentoo-user

On 09 February 2006 19:45, El TuZa wrote:
> Hi, I'm new to gentoo..I have just emerged KDE and it works fine, but
> I can't log with the root account from kdm
Assuming your KDE version is 3.5:

Go to /usr/kde/3.5/share/config/kdm, edit kdmrc and search for 
"AllowRootLogin". Set it to "true". If your version of KDE differs you have 
to adjust that part of the path.

Uwe

-- 
Why do consumers keep buying products they will live to curse?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] KDM - KDE root problem
  2006-02-09 18:42   ` El TuZa
@ 2006-02-09 19:06     ` Hemmann, Volker Armin
  2006-02-09 19:10     ` El TuZa
                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Hemmann, Volker Armin @ 2006-02-09 19:06 UTC (permalink / raw
  To: gentoo-user

On Thursday 09 February 2006 19:42, El TuZa wrote:
> > runlevel? gentoo? runlevel?
>
> Sorry, I told I was new to gentoo...I was using slackware till I got
> my amd64 and slamd64 didn't do it for me. How does gentoo manage with
> runlevels? how to do to start kdm automatically?

rc-update add xdm default

as root

also open 
/etc/rc.conf 

and set 
DISPLAYMANAGER="kdm"

for the runlevels:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4

as you can see here:
l0:0:wait:/sbin/rc shutdown
l1:S1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc default
l6:6:wait:/sbin/rc reboot

3, 4 and 5 are the same runlevel (default)

you call runlevels by their name in gentoo (single, nonetwork, boot, default). 
If you want to run something in a certain runlevel you add it with rc-update.

thus rc-update add xdm default

will add the xdm init script to the default runlevel - which login manager is 
started is determined by rc.conf  . while
rc-update add hotplug boot

would add hotplug to the boot runlevel

removing is done with 'del' instead of add.

This is all explained in detail in the documentation, please read it.

Glück Auf
Volker

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] KDM - KDE root problem
  2006-02-09 18:42   ` El TuZa
  2006-02-09 19:06     ` Hemmann, Volker Armin
@ 2006-02-09 19:10     ` El TuZa
  2006-02-09 19:12     ` Rick van Hattem
  2006-02-09 19:37     ` Maximilian Gaß
  3 siblings, 0 replies; 8+ messages in thread
From: El TuZa @ 2006-02-09 19:10 UTC (permalink / raw
  To: gentoo-user

Thanks, I've already seen the handbook and it's done. Next time I'll
look there before I ask :)


--
Fui a hacer el ITV y me dieron la oblea. Junto a ella un paquete de
Operas y un CD de Pavarotti. Todo encaja a la perfección. Todo, menos
la marcha atrás.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] KDM - KDE root problem
  2006-02-09 18:42   ` El TuZa
  2006-02-09 19:06     ` Hemmann, Volker Armin
  2006-02-09 19:10     ` El TuZa
@ 2006-02-09 19:12     ` Rick van Hattem
  2006-02-09 19:37     ` Maximilian Gaß
  3 siblings, 0 replies; 8+ messages in thread
From: Rick van Hattem @ 2006-02-09 19:12 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

On Thursday 09 February 2006 19:42, El TuZa wrote:
> > runlevel? gentoo? runlevel?
>
> Sorry, I told I was new to gentoo...I was using slackware till I got
> my amd64 and slamd64 didn't do it for me. How does gentoo manage with
> runlevels? how to do to start kdm automatically?
> 10x again
> tuza
>
> --
> Fui a hacer el ITV y me dieron la oblea. Junto a ella un paquete de
> Operas y un CD de Pavarotti. Todo encaja a la perfección. Todo, menos
> la marcha atrás.

Step 1. edit /etc/rc.conf and set the DISPLAYMANAGER to kdm
Step 2. add xdm to default runlevel (command: 'rc-update add xdm default')

Reboot and see if it works ;)

-- 
Rick van Hattem	Rick.van.Hattem(at)Fawo.nl

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] KDM - KDE root problem
  2006-02-09 18:42   ` El TuZa
                       ` (2 preceding siblings ...)
  2006-02-09 19:12     ` Rick van Hattem
@ 2006-02-09 19:37     ` Maximilian Gaß
  3 siblings, 0 replies; 8+ messages in thread
From: Maximilian Gaß @ 2006-02-09 19:37 UTC (permalink / raw
  To: gentoo-user


>  how to do to start kdm automatically?

edit /etc/rc.conf and set DISPLAYMANAGER to "kdm"

Afterwards run:
rc-update add xdm default		(add to runlevel)
/etc/init.d/xdm					(start kdm)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-02-09 19:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-09 17:45 [gentoo-user] KDM - KDE root problem El TuZa
2006-02-09 18:00 ` Hemmann, Volker Armin
2006-02-09 18:42   ` El TuZa
2006-02-09 19:06     ` Hemmann, Volker Armin
2006-02-09 19:10     ` El TuZa
2006-02-09 19:12     ` Rick van Hattem
2006-02-09 19:37     ` Maximilian Gaß
2006-02-09 19:05 ` Uwe Thiem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox