[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde
Subject:    Re: [kde] Unable to start up KDE due to hanging with a
From:       Brian Francis <brianfrancis48 () hotmail ! com>
Date:       2007-11-29 20:37:59
Message-ID: BLU112-W18018E9F26508199F664A0D7700 () phx ! gbl
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


please take me off your email list I no long this junk email
btf

> Date: Mon, 19 Nov 2007 01:28:13 -0800
> From: ant@zimage.com
> To: kde@mail.kde.org
> Subject: Re: [kde] Unable to start up KDE due to hanging with a black	desktop and movable mouse cursor.
> 
> > > $ ping $HOSTNAME
> > > PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
> > > 64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64
> > > time=0.061 ms
> > > 64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=2 ttl=64
> > > time=0.048 ms
> > >
> > > --- localhost.localdomain ping statistics ---
> > > 2 packets transmitted, 2 received, 0% packet loss, time 999ms
> > > rtt min/avg/max/mdev = 0.048/0.054/0.061/0.009 ms
> > 
> > Good.
> > 
> > > So yes. And in case you got confused with the list of IP addresses and
> > > domain names in the log -- it is because I have a hosts file that blocks
> > > bad sites. I tried removing it and retrying KDE. It made no differences.
> > 
> > No, I got that :)
> > 
> > This was based on the last few lines, where it gets "Connection refused" on 
> > 127.0.0.1 a couple of times.
> > 
> > Hmm, can you echo $DISPLAY in startkde right before ksmserver's line?
> 
> I assume like this:
> # We only check for 255 which means that the ksmserver process could not be
> # started, any problems thereafter, e.g. ksmserver failing to initialize,
> # will remain undetected.
> test -n "$KDEWM" && KDEWM="--windowmanager $KDEWM"
> kwrapper ksmserver $KDEWM 
> echo $DISPLAY > /home/ant/download/display.txt
> if test $? -eq 255; then
>   # Startup error
>   echo 'startkde: Could not start ksmserver. Check your installation.'  
> 1>&2
>   xmessage -geometry 500x100 "Could not start ksmserver. Check your 
> installation."
> fi
> 
> If so, then:
> $ more /home/ant/download/display.txt 
> :0
> 
> 
> > Another thing you could try is to start just xterm and then run startkde 
> > inside it, i.e.
> > 
> > startx /usr/bin/xterm
> > 
> > Should start the X server and just xterm as the only window. You'll need to 
> > move the mouse cursor over the window to allow keyboard input.
> 
> That worked, but no cigar. I see KDE's splash screen loader and it
> blinks at the first icon (wheel) with "Setting up interprocess
> communication" like I did in Gnome. After a minute or two, this splash
> screen goes away and xterm is still showing "startkde: Starting up..."
> Here's a strace from second attempt inside xterm:
> http://pastebin.ca/783688 (looks the same). Does startkde have a debug
> feature?
> 
> I am going to bed now, so I will try more later from your ideas. :)
> -- 
> "One day he sprained an ankle rather than crush an ant." --Les 
> Miserables
>   /\___/\
>  / /\ /\ \       Phillip/Ant @ http://antfarm.ma.cx (Personal Web Site)
> | |o   o| |         Ant's Quality Foraged Links (AQFL): http://aqfl.net
>    \ _ /                 E-mail: philpi@earthlink.net or ant@zimage.com
>     ( )
> ___________________________________________________
> This message is from the kde mailing list.
> Account management:  https://mail.kde.org/mailman/listinfo/kde.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.

_________________________________________________________________
Express yourself with free Messenger emoticons. Get them today!
http://www.freemessengeremoticons.ca/?icid=EMENCA122
[Attachment #5 (text/html)]

<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
please take me off your email list I no long this junk email<br>btf<br><br>&gt; Date: \
Mon, 19 Nov 2007 01:28:13 -0800<br>&gt; From: ant@zimage.com<br>&gt; To: \
kde@mail.kde.org<br>&gt; Subject: Re: [kde] Unable to start up KDE due to hanging \
with a black	desktop and movable mouse cursor.<br>&gt; <br>&gt; &gt; &gt; $ ping \
$HOSTNAME<br>&gt; &gt; &gt; PING localhost.localdomain (127.0.0.1) 56(84) bytes of \
data.<br>&gt; &gt; &gt; 64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 \
ttl=64<br>&gt; &gt; &gt; time=0.061 ms<br>&gt; &gt; &gt; 64 bytes from \
localhost.localdomain (127.0.0.1): icmp_seq=2 ttl=64<br>&gt; &gt; &gt; time=0.048 \
ms<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --- localhost.localdomain ping statistics \
---<br>&gt; &gt; &gt; 2 packets transmitted, 2 received, 0% packet loss, time \
999ms<br>&gt; &gt; &gt; rtt min/avg/max/mdev = 0.048/0.054/0.061/0.009 ms<br>&gt; \
&gt; <br>&gt; &gt; Good.<br>&gt; &gt; <br>&gt; &gt; &gt; So yes. And in case you got \
confused with the list of IP addresses and<br>&gt; &gt; &gt; domain names in the log \
-- it is because I have a hosts file that blocks<br>&gt; &gt; &gt; bad sites. I tried \
removing it and retrying KDE. It made no differences.<br>&gt; &gt; <br>&gt; &gt; No, \
I got that :)<br>&gt; &gt; <br>&gt; &gt; This was based on the last few lines, where \
it gets "Connection refused" on <br>&gt; &gt; 127.0.0.1 a couple of times.<br>&gt; \
&gt; <br>&gt; &gt; Hmm, can you echo $DISPLAY in startkde right before ksmserver's \
line?<br>&gt; <br>&gt; I assume like this:<br>&gt; # We only check for 255 which \
means that the ksmserver process could not be<br>&gt; # started, any problems \
thereafter, e.g. ksmserver failing to initialize,<br>&gt; # will remain \
undetected.<br>&gt; test -n "$KDEWM" &amp;&amp; KDEWM="--windowmanager \
$KDEWM"<br>&gt; kwrapper ksmserver $KDEWM <br>&gt; echo $DISPLAY &gt; \
/home/ant/download/display.txt<br>&gt; if test $? -eq 255; then<br>&gt;   # Startup \
error<br>&gt;   echo 'startkde: Could not start ksmserver. Check your installation.'  \
<br>&gt; 1&gt;&amp;2<br>&gt;   xmessage -geometry 500x100 "Could not start ksmserver. \
Check your <br>&gt; installation."<br>&gt; fi<br>&gt; <br>&gt; If so, then:<br>&gt; $ \
more /home/ant/download/display.txt <br>&gt; :0<br>&gt; <br>&gt; <br>&gt; &gt; \
Another thing you could try is to start just xterm and then run startkde <br>&gt; \
&gt; inside it, i.e.<br>&gt; &gt; <br>&gt; &gt; startx /usr/bin/xterm<br>&gt; &gt; \
<br>&gt; &gt; Should start the X server and just xterm as the only window. You'll \
need to <br>&gt; &gt; move the mouse cursor over the window to allow keyboard \
input.<br>&gt; <br>&gt; That worked, but no cigar. I see KDE's splash screen loader \
and it<br>&gt; blinks at the first icon (wheel) with "Setting up interprocess<br>&gt; \
communication" like I did in Gnome. After a minute or two, this splash<br>&gt; screen \
goes away and xterm is still showing "startkde: Starting up..."<br>&gt; Here's a \
strace from second attempt inside xterm:<br>&gt; http://pastebin.ca/783688 (looks the \
same). Does startkde have a debug<br>&gt; feature?<br>&gt; <br>&gt; I am going to bed \
now, so I will try more later from your ideas. :)<br>&gt; -- <br>&gt; "One day he \
sprained an ankle rather than crush an ant." --Les <br>&gt; Miserables<br>&gt;   \
/\___/\<br>&gt;  / /\ /\ \       Phillip/Ant @ http://antfarm.ma.cx (Personal Web \
Site)<br>&gt; | |o   o| |         Ant's Quality Foraged Links (AQFL): \
http://aqfl.net<br>&gt;    \ _ /                 E-mail: philpi@earthlink.net or \
ant@zimage.com<br>&gt;     ( )<br>&gt; \
___________________________________________________<br>&gt; This message is from the \
kde mailing list.<br>&gt; Account management:  \
https://mail.kde.org/mailman/listinfo/kde.<br>&gt; Archives: \
http://lists.kde.org/.<br>&gt; More info: http://www.kde.org/faq.html.<br><br /><hr \
/>Express yourself with free Messenger emoticons. <a \
href='http://www.freemessengeremoticons.ca/?icid=EMENCA122' target='_new'>Get them \
today!</a></body> </html>



___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic