Siduction Forum

Siduction Forum => Software - Support => Topic started by: samoht on 2014/12/21, 10:35:57

Title: [SOLVED] KDE GUI start unacceptable slow
Post by: samoht on 2014/12/21, 10:35:57
After updating ifupdown
http://forum.siduction.org/index.php?topic=4503.msg42863 (http://forum.siduction.org/index.php?topic=4503.msg42863#msg42863)
KDE GUI becomes responsive only after more than 30 (!) seconds since KDE wallpaper appearence.

Greetings
Tom
Title: Re: KDE GUI start unacceptable slow
Post by: dibl on 2014/12/21, 13:40:04
I have just run d-u on two KDE systems, a desktop and a laptop, and don't see your problem.


Try a Ctrl-Esc as soon as you see the KDE desktop -- maybe you can catch a glimpse of the busy process.


Also, are there any user startup scripts that might have been affected by the d-u?
Title: Re: KDE GUI start unacceptable slow
Post by: towo on 2014/12/21, 15:11:04
What does


/sbin/ifconfig


show?
Title: [SOLVED] Re: KDE GUI start unacceptable slow
Post by: samoht on 2014/12/22, 09:47:50
Thanks for your quick help - and sorry for my late reaction.
After D-U-ing again this morning I started KDE GUI - and it started regularly.  :)
No clue why.

# LANG=C /sbin/ifconfig
eth0      Link encap:Ethernet  HWaddr 00:24:1d:d8:be:f5 
          inet addr:192.168.178.20  Bcast:192.168.178.255  Mask:255.255.255.0
          inet6 addr: fd00::224:1dff:fed8:bef5/64 Scope:Global
          inet6 addr: fe80::224:1dff:fed8:bef5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:84151 errors:0 dropped:0 overruns:0 frame:0
          TX packets:47086 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:115614914 (110.2 MiB)  TX bytes:3541710 (3.3 MiB)


lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:621 errors:0 dropped:0 overruns:0 frame:0
          TX packets:621 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:245828 (240.0 KiB)  TX bytes:245828 (240.0 KiB)

Autostarted radiotray and dropboxd as script during KDE start.

Greetings
Tom