View previous topic :: View next topic |
Author |
Message |
brasuca n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 May 2004 Posts: 22
|
Posted: Thu Oct 06, 2005 8:41 pm Post subject: kde too slow or crashing when I have internet |
|
|
Since I installed 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! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dgaffuri Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Thu Oct 06, 2005 10:26 pm Post subject: Re: kde too slow or crashing when I have internet |
|
|
brasuca wrote: |
Code: |
127.0.0.0 localhost Y
|
|
If it's not a typo should be 127.0.0.1 _________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
brasuca n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 May 2004 Posts: 22
|
Posted: Thu Oct 06, 2005 10:33 pm Post subject: Re: kde too slow or crashing when I have internet |
|
|
dgaffuri wrote: | brasuca wrote: |
Code: |
127.0.0.0 localhost Y
|
|
If it's not a typo should be 127.0.0.1 |
I use to have 127.0.0.1, but I couldnt ping localhost; with 127.0.0.0 it seems ok. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dgaffuri Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Thu Oct 06, 2005 10:48 pm Post subject: Re: kde too slow or crashing when I have internet |
|
|
brasuca wrote: | I use to have 127.0.0.1, but I couldnt ping localhost; with 127.0.0.0 it seems ok. |
That's not ok at all, and the warning when you boot it's there to remember. As you see your lo0 is not up. Change it to 127.0.0.1 and try to run
_________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
brasuca n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 May 2004 Posts: 22
|
Posted: Fri Oct 07, 2005 6:34 am Post subject: |
|
|
Yes, working!! Thank you very very much, i'm really noob, such a simple thing..
One more question: will I have to up lo everytime I enter linux, will it be up for good till now or can I setup up it in /etc/conf.d/net or something! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dgaffuri Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Fri Oct 07, 2005 6:54 am Post subject: |
|
|
It must go up automatically when you boot. Do you have the net.lo init script in boot runlevel? Run
to check. No need of any entry in conf files for lo, AFAIK. _________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|