LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-12-2006, 06:50 PM   #1
NDR008
Member
 
Registered: Nov 2006
Location: (Bristol or Coventry) (UK) or Malta
Distribution: openSUSE 11.0
Posts: 173

Rep: Reputation: 30
kdm service loading twice on suse10.2


Is this an error?
If so, how can I fix it?

Starting service kdm<notice>startproc: execve (/opt/kde3/bin/kdm) [ /opt/kde3/bin/kdm ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0 INIT_VERSION=sysvinit-2.86 KDEROOTHOME=/root/.kdm REDIRECT=/dev/tty1 COLUMNS=96 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x314 RUNLEVEL=5 SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-800x600.cfg PWD=/ LANG=en_GB.UTF-8 PREVLEVEL=N LINES=33 QT_SYSTEM_DIR=/usr/share/desktop-data SHLVL=2 HOME=/ XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/bin/kde SPLASH=yes splash=silent ROOTFS_BLKDEV=/dev/sda7 _=/sbin/startproc DAEMON=/opt/kde3/bin/kdm ]
done
Starting service kdm done

Last edited by NDR008; 12-12-2006 at 06:55 PM.
 
Old 12-14-2006, 07:57 AM   #2
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
I don't see any "error" or "warning" messages, just a list of settings. And it says Starting service kdm done only once. So I vote for no error and a single load.

To be on the secure side type
Code:
ps ax | grep kdm
and have a look whether there are truly two instances running or just one.
 
Old 12-14-2006, 01:50 PM   #3
NDR008
Member
 
Registered: Nov 2006
Location: (Bristol or Coventry) (UK) or Malta
Distribution: openSUSE 11.0
Posts: 173

Original Poster
Rep: Reputation: 30
it says done twice, the first time when it has all those paramaters, and the second time just as starting kdm done

on screen while booting i just see:
starting kdm [done]
starting kdm [done]
 
Old 12-15-2006, 01:07 AM   #4
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
You didn't post that. Well, what does my above suggestion result in?
 
Old 12-15-2006, 05:26 PM   #5
NDR008
Member
 
Registered: Nov 2006
Location: (Bristol or Coventry) (UK) or Malta
Distribution: openSUSE 11.0
Posts: 173

Original Poster
Rep: Reputation: 30
I didn't post that, but if you read my first post, there is also written Starting service kdm............... don
and starting service kdm done

anyway:

ae92:/home/ndr008 # ps ax | grep kdm
3478 ? S 0:00 /opt/kde3/bin/kdm
5495 pts/1 S+ 0:00 grep kdm
 
Old 12-18-2006, 01:16 AM   #6
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Ha, right, I overlooked that, sorry. But IMHO the first &quot;done&quot; comes afer an assignment of a value &quot;/opt/kde3/bin/kdm&quot; to the variable &quot;DAEMON&quot; (amongst others).

But you see the results from ps: it found the process kdm just once, the other instance is grep with the parameter kdm. So there is running just one kdm.

If you don't trust that try &quot;top&quot; (also &quot;man top&quot; which should show you how to regulate the refresh rate).

Good luck.

Last edited by JZL240I-U; 02-21-2007 at 02:04 AM.
 
Old 02-19-2007, 04:25 AM   #7
sir.benson
LQ Newbie
 
Registered: Nov 2005
Posts: 8

Rep: Reputation: 0
Hello,
same for me, KDM seams to start twice.

Feb 19 07:04:22 basis kdm_config[3646]: Multiple occurrences of key 'Language' in section [X-*-Greeter] of /opt/kde3/share/config/kdm/kdmrc
Feb 19 07:04:22 basis kdm_config[3646]: Multiple occurrences of key 'ShowUsers' in section [X-*-Greeter] of /opt/kde3/share/config/kdm/kdmrc
Feb 19 07:04:22 basis kdm_config[3646]: Multiple occurrences of key 'UseBackground' in section [X-*-Greeter] of /opt/kde3/share/config/kdm/kdmrc
Feb 19 07:04:22 basis kdm_config[3646]: Multiple occurrences of key 'AllowShutdown' in section [X-:*-Core] of /opt/kde3/share/config/kdm/kdmrc
Feb 19 07:04:22 basis kdm_config[3646]: Multiple occurrences of key 'AutoLoginEnable' in section [X-:0-Core] of /opt/kde3/share/config/kdm/kdmrc

That is what I see in the messages log file. The kdmrc file does not contain those settings twice. I can only be a result of starting kdm twice ...!?

I think there must be a problem because I can not change the login screen, it always comes up with the blue default from OpenSuse 10.2. If I change e.g. the background in the control center, nothing will be changed the next time I boot the pc.

Could it be that there is something wrong with the preload process?

3626 root 15 0 3360 868 704 S 0.0 0.1 0:00.01 kdm
3710 root 15 0 4728 1800 1236 S 0.0 0.2 0:00.17 kdm

As you can see above, top is showing me 2 kdm are running?

Would be great to get some hints what I can check to find out why kdm is starting twice ...!

regards, Benson
 
Old 02-21-2007, 03:55 AM   #8
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Umm, could be that your xorg.conf is corrupted. There are several programs which make a new one from a template. You might want to try that...

Last edited by JZL240I-U; 02-21-2007 at 04:37 AM.
 
Old 02-21-2007, 10:29 AM   #9
sir.benson
LQ Newbie
 
Registered: Nov 2005
Posts: 8

Rep: Reputation: 0
Hi,
I do not see how the xorg.conf can be the reason why kdm is starting twice. But I am not an expert and I will try it.
I remember that I had to do some changes to that xorg.conf because of a font size problem I had in the past, maybe I fixed the font problem but ...
 
Old 02-21-2007, 10:31 AM   #10
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Aye, it is a hunch, no more, and may well be wrong. Don't invest too much work...
 
Old 02-21-2007, 10:46 AM   #11
sir.benson
LQ Newbie
 
Registered: Nov 2005
Posts: 8

Rep: Reputation: 0
Hi,
I think it could be a problem with earlykdm and xdm, both are started during boot?

regards, Benson
 
Old 02-21-2007, 10:48 AM   #12
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
I've no experience with those, can't help you there...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set up pppoe in suse10... not able to acces adsl modem thru suse10 akshay_jp SUSE / openSUSE 5 09-04-2006 10:39 PM
KDM Not Loading on Restart moogle10000 Slackware 2 07-08-2006 09:49 PM
SUSE10.0 X11R6.8.2 kde/kdm instable LEOS SUSE / openSUSE 1 01-04-2006 02:04 PM
Adding kdm to init.d so LFS boots to kdm StevePhM Linux From Scratch 4 08-08-2005 09:49 PM
Need help configuring KDM on MDK10C so that it is like KDM on 9.2 bhtooefr Mandriva 0 05-06-2004 01:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration