Re: [gentoo-user] Can't login using KDM

2005-07-14 Thread Sean Higgins

Hello Daniel,

 Just to clarify, this is a problem with all 2.6.12 releases (not just
 -gentoo-r4)

Thanks for the information.  I only became aware of the issue when -gentoo-r4 
became stable.

 Sean


-- 
Sean Higgins, [EMAIL PROTECTED]
http://www.systura.com - Where information becomes knowledge.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't login using KDM - solved

2005-07-14 Thread Yuval Scharf
On Tuesday 12 July 2005 18:23, Zac Medico wrote:
 Yuval Scharf wrote:
  Hi,
 
  I'm using KDE 3.4.
  Since few days ago I can't login using KDM.
  The login process can't pass the initializing peripherals stage.
  I can see that there are two processes running kded (one of the is the
  father of the other) which I can't kill.
  After rebooting the machine I can login once and then the probelm
  returns.
 
  Any ideas?
 
  Thanks,
  Yuval Scharf

 This kind of problem is usually some type of permissions issue.  Maybe it's
 related to the hidden .ICE-unix, .X0-lock, or .X11-unix in /tmp.  Try
 logging in as root and/or bypass kdm with startx.  Did you get anything in
 /var/log/kdm.log?

 Zac

Hi,

Apparently /tmp/.ICE-unix was owned by my user instead of the root.

Thanks,
Yuval
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't login using KDM

2005-07-14 Thread Uwe Klosa
Thanks for this information. It helped to solve my problem. :)

Uwe

Daniel Drake wrote:
 Sean Higgins wrote:
 
Did you recently update your kernel?  There is a problem with 
gentoo-sources-2.6.12-r4.  There is a bug in iptables that causes problems 
with KDE logins.  If you stop iptables, your login will work.
 
 
 Just to clarify, this is a problem with all 2.6.12 releases (not just 
 -gentoo-r4)
 
 
If you upgrade to gentoo-sources-2.6.12-r5, the problem will be solved.
 
 
 Yes, and it'll be fixed upstream for 2.6.12.3 and 2.6.13 :)
 
 Daniel
begin:vcard
fn:Uwe Klosa
n:Klosa;Uwe
org:Uppsala University;Electronic Publishing Centre
adr:;;;Uppsala;;75120;Sweden
email;internet:[EMAIL PROTECTED]
tel;work:+46 (0)18 471 7658
url:http://publications.uu.se/epcentre
version:2.1
end:vcard



Re: [gentoo-user] Can't login using KDM

2005-07-13 Thread Sean Higgins

Did you recently update your kernel?  There is a problem with 
gentoo-sources-2.6.12-r4.  There is a bug in iptables that causes problems 
with KDE logins.  If you stop iptables, your login will work.

If you upgrade to gentoo-sources-2.6.12-r5, the problem will be solved.

  Sean

On Tuesday 12 July 2005 10:46 am, Yuval Scharf wrote:
 Hi,

 I'm using KDE 3.4.
 Since few days ago I can't login using KDM.
 The login process can't pass the initializing peripherals stage.
 I can see that there are two processes running kded (one of the is the
 father of the other) which I can't kill.
 After rebooting the machine I can login once and then the probelm returns.

 Any ideas?

 Thanks,
 Yuval Scharf

-- 
Sean Higgins, [EMAIL PROTECTED]
http://www.systura.com - Where information becomes knowledge.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't login using KDM

2005-07-12 Thread Zac Medico
Yuval Scharf wrote:
 Hi,
 
 I'm using KDE 3.4.
 Since few days ago I can't login using KDM.
 The login process can't pass the initializing peripherals stage.
 I can see that there are two processes running kded (one of the is the father 
 of the other) which I can't kill. 
 After rebooting the machine I can login once and then the probelm returns.
 
 Any ideas?
 
 Thanks,
 Yuval Scharf

This kind of problem is usually some type of permissions issue.  Maybe it's 
related to the hidden .ICE-unix, .X0-lock, or .X11-unix in /tmp.  Try logging 
in as root and/or bypass kdm with startx.  Did you get anything in 
/var/log/kdm.log?

Zac
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't login using KDM

2005-07-12 Thread Simon Windsor
Hi

Check the permissions on

/dev/null

If these are not

crw-rw-rw-  1 root root 1, 3 Jul 11 19:32 /dev/null

then please run 

env-update  source /etc/profile  etc-update

All the best

Simon

On Tuesday 12 July 2005 16:23, Zac Medico wrote:
 Yuval Scharf wrote:
  Hi,
 
  I'm using KDE 3.4.
  Since few days ago I can't login using KDM.
  The login process can't pass the initializing peripherals stage.
  I can see that there are two processes running kded (one of the is the
  father of the other) which I can't kill.
  After rebooting the machine I can login once and then the probelm
  returns.
 
  Any ideas?
 
  Thanks,
  Yuval Scharf

 This kind of problem is usually some type of permissions issue.  Maybe it's
 related to the hidden .ICE-unix, .X0-lock, or .X11-unix in /tmp.  Try
 logging in as root and/or bypass kdm with startx.  Did you get anything in
 /var/log/kdm.log?

 Zac
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't login using KDM

2005-07-12 Thread Gregorcy

Check etc-update to see if there any config files that need to be updated.


Simon Windsor wrote:

Hi

Check the permissions on

/dev/null

If these are not

crw-rw-rw-  1 root root 1, 3 Jul 11 19:32 /dev/null

then please run 


env-update  source /etc/profile  etc-update

All the best

Simon

On Tuesday 12 July 2005 16:23, Zac Medico wrote:


Yuval Scharf wrote:


Hi,

I'm using KDE 3.4.
Since few days ago I can't login using KDM.
The login process can't pass the initializing peripherals stage.
I can see that there are two processes running kded (one of the is the
father of the other) which I can't kill.
After rebooting the machine I can login once and then the probelm
returns.

Any ideas?

Thanks,
Yuval Scharf


This kind of problem is usually some type of permissions issue.  Maybe it's
related to the hidden .ICE-unix, .X0-lock, or .X11-unix in /tmp.  Try
logging in as root and/or bypass kdm with startx.  Did you get anything in
/var/log/kdm.log?

Zac


--
gentoo-user@gentoo.org mailing list