Unable to start kdeinit: return code 57

Waldo, Paul PWaldo at geico.com
Fri Nov 16 19:39:30 CET 2007


Hi all,
 
I'm trying to get KDE running on my XP box, but not having much luck.  I
have the latest cygwin KDE packages from ftp://sunsite.dk.  Here is what
happens:
 
$/usr/bin/startkde
startkde: Starting up...
startkde: Running kpersonalizer...
call failed
startkde: Could not start kdeinit. Check your installation.
Warning: connect() failed: : No such file or directory
ERROR: Couldn't attach to DCOP server!
startkde: Shutting down...
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
startkde: Running shutdown scripts...
startkde: Done.
 
I had to do a little mucking with the startkde script, as it failed even
earlier before.  I had to replace the call to start_kdeinit_wrapper,
because this command was not found, so I did this:
#LD_BIND_NOW=true start_kdeinit_wrapper --new-startup +kcminit_startup
LD_BIND_NOW=true kdeinit --new-startup +kcminit_startup
 
Doing a little tracing, I find that kdeinit is returning error code 57.
Googling that was no help.  Does anyone have any clues?  Thanks in
advance!
 
$bash -x !$
bash -x /usr/bin/startkde
+ trap 'echo GOT SIGHUP' HUP
+ kcheckrunning
+ test -z ''
+ xsetroot -solid '#000000'
+ unset DYLD_FORCE_FLAT_NAMESPACE
++ echo /usr/bin/startkde
++ sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'
+ bindir=/usr/bin
+ '[' -n /usr/bin ']'
+ case $PATH in
+ kdehome='/c/Documents and Settings/U1CC13/.kde'
+ test -n ''
+ mkdir -m 700 -p '/c/Documents and Settings/U1CC13/.kde'
+ mkdir -m 700 -p '/c/Documents and Settings/U1CC13/.kde/share'
+ mkdir -m 700 -p '/c/Documents and Settings/U1CC13/.kde/share/config'
+ cat
+ kstartupconfig
+ test 0 -ne 0
+ . '/c/Documents and Settings/U1CC13/.kde/share/config/startupconfig'
++ kcminputrc_mouse_cursortheme=
++ kcminputrc_mouse_cursorsize=
++ kpersonalizerrc_general_firstlogin=true
++ ksplashrc_ksplash_theme=Default
++ kcmrandrrc_display_applyonstartup=false
++ kcmfonts_general_forcefontdpi=0
+ test -n '' -o -n ''
+ test false = true
+ dl=
+ unset DESKTOP_LOCKED
+ test -z ''
+ test true '!=' true
+ test 0 -eq 120
+ test 0 -eq 96
++ kde-config --path exe
++ tr : '\n'
+ exepath=
++ echo ''
++ sed -n -e 's,/bin[^/]*/,/env/,p'
+ usr_odir='/c/Documents and Settings/U1CC13/.fonts/kde-override'
+ usr_fdir='/c/Documents and Settings/U1CC13/.fonts'
+ kde_fontpaths='/c/Documents and Settings/U1CC13/.fonts/fontpaths'
+ do_usr_fdir=1
+ do_usr_odir=1
+ test -r '/c/Documents and Settings/U1CC13/.fonts/fontpaths'
+ test -n ''
+ sys_odir=/share/fonts/override
+ sys_fdir=/share/fonts
+ test -d /share/fonts/override
+ test 1 -eq 1
+ test -d '/c/Documents and Settings/U1CC13/.fonts/kde-override'
+ test 1 -eq 1
+ test -d '/c/Documents and Settings/U1CC13/.fonts'
+ test -d /share/fonts
+ xset fp rehash
+ xsetroot -cursor_name left_ptr
+ test -n ''
+ GS_LIB='/c/Documents and Settings/U1CC13/.fonts'
+ export GS_LIB
+ for resource in tmp cache socket
+ lnusertemp tmp
+ for resource in tmp cache socket
+ lnusertemp cache
+ for resource in tmp cache socket
+ lnusertemp socket
+ dcopserver_shutdown
+ echo 'startkde: Starting up...'
startkde: Starting up...
+ test true = true
+ echo 'startkde: Running kpersonalizer...'
startkde: Running kpersonalizer...
+ dcopserver
+ kpersonalizer --before-session
+ kwin --lock
+ test 57 -eq 1
+ dcopquit kwin
call failed
+ dcopserver_shutdown --wait
+ test -z ''
+ case "$ksplashrc_ksplash_theme" in
+ ksplash --nodcop
+ KDE_FULL_SESSION=true
+ export KDE_FULL_SESSION
+ xprop -root -f KDE_FULL_SESSION 8t -set KDE_FULL_SESSION true
+ KDE_SESSION_UID=169611
+ export KDE_SESSION_UID
+ LD_BIND_NOW=true
+ kdeinit --new-startup +kcminit_startup
+ test 57 -ne 0
+ echo 'startkde: Could not start kdeinit. Check your installation.'
startkde: Could not start kdeinit. Check your installation.
+ xmessage -geometry 500x100 'Could not start kdeinit. Check your
installation.'
+ test -n ''
+ test -n ''
+ kwrapper ksmserver
Warning: connect() failed: : No such file or directory
+ test 57 -eq 255
+ dcop
+ grep -q '^drkonqi-'
ERROR: Couldn't attach to DCOP server!
+ echo 'startkde: Shutting down...'
startkde: Shutting down...
+ kdeinit_shutdown
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
+ dcopserver_shutdown --wait
+ artsshell -q terminate
+ echo 'startkde: Running shutdown scripts...'
startkde: Running shutdown scripts...
++ echo ''
++ sed -n -e 's,/bin[^/]*/,/shutdown/,p'
+ unset KDE_FULL_SESSION
+ xprop -root -remove KDE_FULL_SESSION
+ unset KDE_SESSION_UID
+ echo 'startkde: Done.'
startkde: Done.

====================
This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-cygwin/attachments/20071116/2611d30b/attachment.html 


More information about the kde-cygwin mailing list