You are not logged in.

#1 2009-10-24 19:04:17

Fou
Member
Registered: 2009-09-27
Posts: 49

cannot execute "usr/bin/kdm"[SOLVED]

Hi,

Someone can me say or write why on my messages.log, daemon.log and others, i have a tone of this entries ?

localhost init: Id "x" respawning too fast: disabled for 5 minutes
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: Id "x" respawning too fast: disabled for 5 minutes
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: Id "x" respawning too fast: disabled for 5 minutes
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"
localhost init: cannot execute "/usr/bin/kdm"

over and over again ! ! ! !

It's not normal i use GNOME

thank you

Last edited by Fou (2009-10-24 20:03:26)

Offline

#2 2009-10-24 19:11:07

K-radical
Member
Registered: 2009-10-05
Posts: 32

Re: cannot execute "usr/bin/kdm"[SOLVED]

hmmm, maybe you should post your xorg.conf file

Offline

#3 2009-10-24 19:12:49

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: cannot execute "usr/bin/kdm"[SOLVED]

Comment out the line in /etc/inittab that starts kdm.

Offline

#4 2009-10-24 19:15:45

Fou
Member
Registered: 2009-09-27
Posts: 49

Re: cannot execute "usr/bin/kdm"[SOLVED]

K-radical wrote:

hmmm, maybe you should post your xorg.conf file

ok

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 1680 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "extmod"
    Load           "glx"
    Load           "record"
    Load           "dbe"
    Load           "dri2"
EndSection

Section "ServerFlags"

# Removed Option "Xinerama" "0"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "LG L1952T"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G92 [GeForce 9800 GTX]"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9800 GTX/9800 GTX+"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9800 GTX/9800 GTX+"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0"
# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0; CRT: 1280x1024 +0+0"
# Removed Option "metamodes" "CRT: 1280x1024 +0+0; CRT: nvidia-auto-select +0+0"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT: 1280x1024_75 +0+0; CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Offline

#5 2009-10-24 19:17:25

K-radical
Member
Registered: 2009-10-05
Posts: 32

Re: cannot execute "usr/bin/kdm"[SOLVED]

sorry I ment post your .xinitrc file =P

Offline

#6 2009-10-24 19:19:09

Fou
Member
Registered: 2009-09-27
Posts: 49

Re: cannot execute "usr/bin/kdm"[SOLVED]

peart wrote:

Comment out the line in /etc/inittab that starts kdm.

Aaaaa ok. probably that.

And probably uncomment the line that start gdm ? or only put gdm on the daemon section on /etc/rc.conf ?

thank you

Offline

#7 2009-10-24 19:23:22

Fou
Member
Registered: 2009-09-27
Posts: 49

Re: cannot execute "usr/bin/kdm"[SOLVED]

Fou wrote:
peart wrote:

Comment out the line in /etc/inittab that starts kdm.

Aaaaa ok. probably that.

And probably uncomment the line that start gdm ? or only put gdm on the daemon section on /etc/rc.conf ?

thank you

I'm a little bit confused with this. Witch one start gdm ?

.xinitrc ?
/etc/inittab ?
/etc/rc.conf ?

roll

Offline

#8 2009-10-24 19:24:29

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: cannot execute "usr/bin/kdm"[SOLVED]

Fou,

You can choose to start gdm from /etc/inittab or from the DAEMONS array, but not both.  If it's working in the DAEMONS array, then you can just leave it like that, and comment out all the login managers from /etc/inittab.

Offline

#9 2009-10-24 19:34:32

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: cannot execute "usr/bin/kdm"[SOLVED]

Another thing: Your default runlevel is probably 5 at the moment (id:5 in /etc/inittab).  Change it to 3 if you choose to use the DAEMONS in /etc/rc.conf to start gdm.

Offline

#10 2009-10-24 20:03:05

Fou
Member
Registered: 2009-09-27
Posts: 49

Re: cannot execute "usr/bin/kdm"[SOLVED]

Thank you

Offline

Board footer

Powered by FluxBB