Unable to start kdeinit: return code 57

"Waldo, Paul" <[email protected]> Fri, 16 Nov 2007 13:39:30 -0500
Newsgroups gmane.comp.kde.devel.cygwin
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============1456581981==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C82880.05FDF23A"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C82880.05FDF23A
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi all,
=20
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:
=20
$/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.
=20
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=3Dtrue start_kdeinit_wrapper --new-startup +kcminit_startup
LD_BIND_NOW=3Dtrue kdeinit --new-startup +kcminit_startup
=20
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!
=20
$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=3D/usr/bin
+ '[' -n /usr/bin ']'
+ case $PATH in
+ kdehome=3D'/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=3D
++ kcminputrc_mouse_cursorsize=3D
++ kpersonalizerrc_general_firstlogin=3Dtrue
++ ksplashrc_ksplash_theme=3DDefault
++ kcmrandrrc_display_applyonstartup=3Dfalse
++ kcmfonts_general_forcefontdpi=3D0
+ test -n '' -o -n ''
+ test false =3D true
+ dl=3D
+ unset DESKTOP_LOCKED
+ test -z ''
+ test true '!=3D' true
+ test 0 -eq 120
+ test 0 -eq 96
++ kde-config --path exe
++ tr : '\n'
+ exepath=3D
++ echo ''
++ sed -n -e 's,/bin[^/]*/,/env/,p'
+ usr_odir=3D'/c/Documents and Settings/U1CC13/.fonts/kde-override'
+ usr_fdir=3D'/c/Documents and Settings/U1CC13/.fonts'
+ kde_fontpaths=3D'/c/Documents and Settings/U1CC13/.fonts/fontpaths'
+ do_usr_fdir=3D1
+ do_usr_odir=3D1
+ test -r '/c/Documents and Settings/U1CC13/.fonts/fontpaths'
+ test -n ''
+ sys_odir=3D/share/fonts/override
+ sys_fdir=3D/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=3D'/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 =3D 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=3Dtrue
+ export KDE_FULL_SESSION
+ xprop -root -f KDE_FULL_SESSION 8t -set KDE_FULL_SESSION true
+ KDE_SESSION_UID=3D169611
+ export KDE_SESSION_UID
+ LD_BIND_NOW=3Dtrue
+ 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.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
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.

------_=_NextPart_001_01C82880.05FDF23A
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.6000.16544" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D646342818-16112007><FONT face=3DArial size=3D2>Hi=20
all,</FONT></SPAN></DIV>
<DIV><SPAN class=3D646342818-16112007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D646342818-16112007><FONT face=3DArial size=3D2>I'm tryin=
g to get=20
KDE running on my XP box, but not having much luck.&nbsp; I have the latest=20
cygwin KDE packages from <A href=3D"ftp://sunsite.dk">ftp://sunsite.dk</A>.=
&nbsp;=20
Here is what happens:</FONT></SPAN></DIV>
<DIV><SPAN class=3D646342818-16112007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D646342818-16112007><FONT face=3D"Courier New"=20
size=3D2>$/usr/bin/startkde<BR>startkde: Starting up...<BR>startkde: Runnin=
g=20
kpersonalizer...<BR>call failed<BR>startkde: Could not start kdeinit. Check=
 your=20
installation.<BR>Warning: connect() failed: : No such file or=20
directory<BR>ERROR: Couldn't attach to DCOP server!<BR>startkde: Shutting=20
down...<BR>Warning: connect() failed: : No such file or directory<BR>Error:=20
Can't contact kdeinit!<BR>startkde: Running shutdown scripts...<BR>startkde=
:=20
Done.</FONT></SPAN></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D646342818-16112007>I had to =
do a little=20
mucking with the startkde script, as it failed even earlier before.&nbsp; I=
 had=20
to replace the call to start_kdeinit_wrapper, because this command was not=20
found, so I did this:</SPAN></FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2><SPAN=20
class=3D646342818-16112007>#LD_BIND_NOW=3Dtrue start_kdeinit_wrapper --new-=
startup=20
+kcminit_startup<BR>LD_BIND_NOW=3Dtrue kdeinit --new-startup=20
+kcminit_startup</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D646342818-16112007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D646342818-16112007>Doing a l=
ittle=20
tracing, I find that kdeinit is returning error code 57.&nbsp; Googling tha=
t was=20
no help.&nbsp; Does anyone have any clues?&nbsp; Thanks in=20
advance!</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><SPAN class=3D646342818-16112007><FONT face=3D"Courier New" size=3D2>$=
bash -x=20
!$<BR>bash -x /usr/bin/startkde<BR>+ trap 'echo GOT SIGHUP' HUP<BR>+=20
kcheckrunning<BR>+ test -z ''<BR>+ xsetroot -solid '#000000'<BR>+ unset=20
DYLD_FORCE_FLAT_NAMESPACE<BR>++ echo /usr/bin/startkde<BR>++ sed -n=20
's,^\(/.*\)/[^/][^/]*$,\1,p'<BR>+ bindir=3D/usr/bin<BR>+ '[' -n /usr/bin ']=
'<BR>+=20
case $PATH in<BR>+ kdehome=3D'/c/Documents and Settings/U1CC13/.kde'<BR>+ t=
est -n=20
''<BR>+ mkdir -m 700 -p '/c/Documents and Settings/U1CC13/.kde'<BR>+ mkdir =
-m=20
700 -p '/c/Documents and Settings/U1CC13/.kde/share'<BR>+ mkdir -m 700 -p=20
'/c/Documents and Settings/U1CC13/.kde/share/config'<BR>+ cat<BR>+=20
kstartupconfig<BR>+ test 0 -ne 0<BR>+ . '/c/Documents and=20
Settings/U1CC13/.kde/share/config/startupconfig'<BR>++=20
kcminputrc_mouse_cursortheme=3D<BR>++ kcminputrc_mouse_cursorsize=3D<BR>++=20
kpersonalizerrc_general_firstlogin=3Dtrue<BR>++=20
ksplashrc_ksplash_theme=3DDefault<BR>++=20
kcmrandrrc_display_applyonstartup=3Dfalse<BR>++=20
kcmfonts_general_forcefontdpi=3D0<BR>+ test -n '' -o -n ''<BR>+ test false =
=3D=20
true<BR>+ dl=3D<BR>+ unset DESKTOP_LOCKED<BR>+ test -z ''<BR>+ test true '!=
=3D'=20
true<BR>+ test 0 -eq 120<BR>+ test 0 -eq 96<BR>++ kde-config --path exe<BR>=
++ tr=20
: '\n'<BR>+ exepath=3D<BR>++ echo ''<BR>++ sed -n -e 's,/bin[^/]*/,/env/,p'=
<BR>+=20
usr_odir=3D'/c/Documents and Settings/U1CC13/.fonts/kde-override'<BR>+=20
usr_fdir=3D'/c/Documents and Settings/U1CC13/.fonts'<BR>+=20
kde_fontpaths=3D'/c/Documents and Settings/U1CC13/.fonts/fontpaths'<BR>+=20
do_usr_fdir=3D1<BR>+ do_usr_odir=3D1<BR>+ test -r '/c/Documents and=20
Settings/U1CC13/.fonts/fontpaths'<BR>+ test -n ''<BR>+=20
sys_odir=3D/share/fonts/override<BR>+ sys_fdir=3D/share/fonts<BR>+ test -d=20
/share/fonts/override<BR>+ test 1 -eq 1<BR>+ test -d '/c/Documents and=20
Settings/U1CC13/.fonts/kde-override'<BR>+ test 1 -eq 1<BR>+ test -d=20
'/c/Documents and Settings/U1CC13/.fonts'<BR>+ test -d /share/fonts<BR>+ xs=
et fp=20
rehash<BR>+ xsetroot -cursor_name left_ptr<BR>+ test -n ''<BR>+=20
GS_LIB=3D'/c/Documents and Settings/U1CC13/.fonts'<BR>+ export GS_LIB<BR>+ =
for=20
resource in tmp cache socket<BR>+ lnusertemp tmp<BR>+ for resource in tmp c=
ache=20
socket<BR>+ lnusertemp cache<BR>+ for resource in tmp cache socket<BR>+=20
lnusertemp socket<BR>+ dcopserver_shutdown<BR>+ echo 'startkde: Starting=20
up...'<BR>startkde: Starting up...<BR>+ test true =3D true<BR>+ echo 'start=
kde:=20
Running kpersonalizer...'<BR>startkde: Running kpersonalizer...<BR>+=20
dcopserver<BR>+ kpersonalizer --before-session<BR>+ kwin --lock<BR>+ test 5=
7 -eq=20
1<BR>+ dcopquit kwin<BR>call failed<BR>+ dcopserver_shutdown --wait<BR>+ te=
st -z=20
''<BR>+ case "$ksplashrc_ksplash_theme" in<BR>+ ksplash --nodcop<BR>+=20
KDE_FULL_SESSION=3Dtrue<BR>+ export KDE_FULL_SESSION<BR>+ xprop -root -f=20
KDE_FULL_SESSION 8t -set KDE_FULL_SESSION true<BR>+ KDE_SESSION_UID=3D16961=
1<BR>+=20
export KDE_SESSION_UID<BR>+ LD_BIND_NOW=3Dtrue<BR>+ kdeinit --new-startup=20
+kcminit_startup<BR>+ test 57 -ne 0<BR>+ echo 'startkde: Could not start=20
kdeinit. Check your installation.'<BR>startkde: Could not start kdeinit. Ch=
eck=20
your installation.<BR>+ xmessage -geometry 500x100 'Could not start kdeinit=
.=20
Check your installation.'<BR>+ test -n ''<BR>+ test -n ''<BR>+ kwrapper=20
ksmserver<BR>Warning: connect() failed: : No such file or directory<BR>+ te=
st 57=20
-eq 255<BR>+ dcop<BR>+ grep -q '^drkonqi-'<BR>ERROR: Couldn't attach to DCO=
P=20
server!<BR>+ echo 'startkde: Shutting down...'<BR>startkde: Shutting=20
down...<BR>+ kdeinit_shutdown<BR>Warning: connect() failed: : No such file =
or=20
directory<BR>Error: Can't contact kdeinit!<BR>+ dcopserver_shutdown --wait<=
BR>+=20
artsshell -q terminate<BR>+ echo 'startkde: Running shutdown=20
scripts...'<BR>startkde: Running shutdown scripts...<BR>++ echo ''<BR>++ se=
d -n=20
-e 's,/bin[^/]*/,/shutdown/,p'<BR>+ unset KDE_FULL_SESSION<BR>+ xprop -root=20
-remove KDE_FULL_SESSION<BR>+ unset KDE_SESSION_UID<BR>+ echo 'startkde:=20
Done.'<BR>startkde: Done.<BR></FONT></SPAN></DIV><pre>=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
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.
</pre></BODY></HTML>

------_=_NextPart_001_01C82880.05FDF23A--

--===============1456581981==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
kde-cygwin mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-cygwin

--===============1456581981==--