LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-13-2010, 08:28 AM   #1
fl0
Member
 
Registered: May 2010
Location: Germany
Distribution: Slackware
Posts: 105

Rep: Reputation: 34
Slackware 13.1 beta1 "Cannot open ConsoleKit session: Unable to open session..."


Hi,

i do a clean install of slackware64 13.1 beta1 with KDE and switch default runlevel to 4 in /etc/inittab.

I try to login in kdm, I always come back to the login....

I try this with default runlevel 3 and an .xinitrc with "ck-launch-session startkde" .. works without problems, so I switch back to default runlevel 4, now i can login and only get the error "Cannot open ConsoleKit session: Unable to open session..."

here are some logs

syslog

Code:
May 13 14:45:12 hydra kdm: :0[1989]: Cannot open ConsoleKit session: Unable to open session: Launch helper exited with unknown return code 127
kdm.log

Code:
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.1 Slackware Linux Project
Current Operating System: Linux hydra 2.6.33.3 #2 SMP Fri Apr 30 23:50:51 CDT 2010 x86_64
Kernel command line: BOOT_IMAGE=Linux ro root=fd01 resume=/dev/cryptlvm/swap vt.default_utf8=0
Build Date: 05 May 2010  01:59:51AM
 
Current version of pixman: 0.16.6
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 13 14:45:05 2010
(==) Using default built-in configuration (30 lines)
(EE) Failed to load module "fbdev" (module does not exist, 0)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
QFont::fromString: Invalid description 'Serif,20,5,0,50,0'
QFont::fromString: Invalid description 'Sans Serif,10,5,0,50,0'
QFont::fromString: Invalid description 'Sans Serif,10,5,0,75,0'
arguments to ck_connector_get_cookie() were incorrect, assertion "connector != NULL" failed in file ck-connector.c line 583.
any idea?
 
Old 05-13-2010, 09:16 AM   #2
rfernandez
Member
 
Registered: Mar 2010
Location: Brazil
Distribution: Slackware64
Posts: 264

Rep: Reputation: 41
Hi. I had the same problem with my installation. What I did was edit rc.local and rc.local_shutdown (thought this one I think it's not necessary) to load ConsoleKit-Daemon before log in to KDE. This is how it looks like:

rc.local:
Code:
PIDFILE=/var/run/ConsoleKit/pid

if ! ps axc | grep -w console-kit ; then
        rm -f $(dirname $PIDFILE)/*
        if [ -x /usr/sbin/console-kit-daemon ]; then
                echo "Starting ConsoleKit-Daemon:  /usr/sbin/console-kit-daemon"
                /usr/sbin/console-kit-daemon 1>/dev/null
        fi
fi

unset PIDFILE
rc.local_shutdown
Code:
PIDFILE=/var/run/ConsoleKit/pid
if [ -e "$PIDFILE" ]; then
        echo "Stopping ConsoleKit-Daemon..."
        pid=$(cat $PIDFILE)
        kill $pid 1>/dev/null 2>/dev/null
        killall console-kit 1>/dev/null 2>/dev/null
        rm -f $PIDFILE
fi

unset PIDFILE
And everything should work fine. This idea has been taken from rc.messagebus, by Robby Workman.
 
Old 05-13-2010, 09:37 AM   #3
fl0
Member
 
Registered: May 2010
Location: Germany
Distribution: Slackware
Posts: 105

Original Poster
Rep: Reputation: 34
Thx @rfernandez, but this solution don't work for me, but I have found my fault.

I not installed eggdbus, but ConsoleKit needs eggdbus.
 
  


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
unable to open terminal in GNOME session chakribobby Linux - Newbie 1 09-20-2009 10:09 AM
slackware 12.1 blank screen after clicking "end current session" nick_slack Slackware 7 05-25-2008 09:01 PM
"Open with" in the same console session BaltikaTroika Linux - Newbie 2 12-13-2005 12:05 PM
"mythtv-setup" giving "Session management error: Authentication Rejected" Mitchua Ubuntu 0 10-09-2005 04:32 PM
"Could not open session" when trying to login on FC1... bastiji Linux - Newbie 2 04-27-2005 08:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:21 AM.

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