Can't start KDM 4.7.2

Code:
$ pkg_info | grep kde
akonadi-1.6.0_1     Storage server for kdepim
kde-baseapps-4.7.2  Basic applications for the KDE system
kde-runtime-4.7.2   Basic applications for the KDE system
kde-wallpapers-4.7.2 Set of wallpapers for the KDE Plasma workspace
kde-workspace-4.7.2_1 Basic applications for the KDE system
kde4-4.7.2_1        The meta-port for KDE Software Compilation 4
kde4-icons-oxygen-4.7.2 The Oxygen icon theme for KDE
kde4-shared-mime-info-1.1 Handles shared MIME database under ${KDE4_PREFIX}
kde4-xdg-env-1.0.1  Script which hooks into startkde and helps KDE pick up XDG 
kdehier4-1.0.10     Utility port that creates hierarchy of shared KDE4 director
kdelibs-4.7.2       Base set of libraries needed by KDE programs
kdepimlibs-4.7.2    Libraries for KDE-PIM applications
pam_kde-1.0         PAM modules for KDE Display Manager
polkit-kde-0.99.0_1 KDE4 frontend to PolKit-1
 
Rebuilt everything and it shows error now and i have to create a softlink for this :-(

Code:
X Server "/usr/bin/X" cannot be executed
X server for display :0 can't be started, session disabled.

BUT it fast now except the nepomuk and x11/konsole still crashes.
 
alie said:
Rebuilt everything and it shows error now and i have to create a softlink for this :-(

Code:
X Server "/usr/bin/X" cannot be executed
X server for display :0 can't be started, session disabled.

Read UPDATING.

BUT it fast now except the nepomuk and x11/konsole still crashes.

You need to debug it as I explained in a post above.
 
avilla@ said:
You need to debug it as I explained in a post above.

Hi Avilla, i have recompiled x11/konsole with WITH_DEBUG=yes and now please tell me how to get the backtrace ? I am not familiar with it
 
alie said:
Hi Avilla, i have recompiled x11/konsole with WITH_DEBUG=yes and now please tell me how to get the backtrace ? I am not familiar with it

If you make it crash, the KDE crash dialog should appear with a backtrace inside. Paste that one.
 
Can you, again, run Konsole from shell and paste the output? You have rebuilt kdelibs, haven't you?
 
It succesfully worked with
Code:
konsole -e bash
konsole -e csh

and didn't worked with
Code:
konsole -e sh
 
Solution/workaround for this issue:

* Press ALT-F2 or launch xterm
* Enter konsole -e csh or konsole -e bash
* konsole should now be running
* Settings -> Change Profile -> Shell
* Settings -> Edit Current Profile
* On the general tab, set the Command field to a shell other than /bin/sh (e.g. /usr/local/bin/bash)
 
alie said:
and didn't worked with
Code:
konsole -e sh

It works fine here... Can you run it via ktrace -

Code:
$ ktrace -di konsole -e sh
$ kdump > /tmp/konsole.kdump

- and send me (via private message) /tmp/konsole.kdump?
 
Good, so your problems are fixed. I'll have a look into the Konsole crash, but not in the next days.
 
Back
Top