Since I installed Gentoo and KDE I have this problems:
- KDE takes a long while to start
- some applications crash, do not open at all or may take a loooong while, as with acessing anything on the disk, like home.
The strange thing is it only happens when I have my internet connection configured. When I comment the file /etc/conf.d/net, kde starts preety fast, there's no crashing and acessing anything in the disk becomes sweet.
My /etc/conf.d/net consists in this single line:
Code:
iface_eth0=("dhcp")
my /etc/hosts
Code:
127.0.0.0 localhost Y
and ifconfig -a gave me this
Code:
dummy0 Link encap:Ethernet HWaddr 96:67:31:DF:0B:F9
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth0 Link encap:Ethernet HWaddr 00:0C:6E:22:F6:72
inet addr:83.132.159.71 Bcast:83.132.159.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7615 errors:0 dropped:0 overruns:0 frame:0
TX packets:7680 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3325082 (3.1 Mb) TX bytes:825533 (806.1 Kb)
Interrupt:23 Base address:0xa800
lo Link encap:Local Loopback
LOOPBACK MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Also, when gentoo starts, it gives me a warning like "make sure you have iface_lo configured in /etc/hosts"
If someone could help me please, this noob is trying to get gentoo right for almost a week!