Slow slow slow.

Gabriel Jägenstedt gabriel.j at telia.com
Thu Mar 9 00:40:03 UTC 2006


It didn't change anything.

This is what those commands output.

ifconfig:
eth1      Link encap:Ethernet  HWaddr 00:15:F2:05:9C:8C
          inet addr:xxx.xxx.xxx.xxx  Bcast:xxx.xxx.xxx.xxx  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3838257 errors:0 dropped:0 overruns:0 frame:0
          TX packets:520488 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2962076817 (2.7 GiB)  TX bytes:682343888 (650.7 MiB)
          Interrupt:3 Memory:d9000000-0

lo        Link encap:Local Loopback
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1104 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1104 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:361000 (352.5 KiB)  TX bytes:361000 (352.5 KiB)


route:
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
xxx.xxx.x.x     *               xxx.xxx.x.x     U     0      0        0 eth1
default         xxxxxx-xxxx-x.xxx 0.0.0.0         UG    0      0
0 eth1



Alan McKinnon wrote:
> On Thursday, 9 March 2006 02:11, Gabriel Jägenstedt wrote:
> 
>>Hi again!
>>
>>I decided to run a strace on the process to see where it halted.
>>Both grip and eog halted at this line.
>>
>>setsockopt(14, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
>>connect(14, {sa_family=AF_INET, sin_port=htons(16001),
>>sin_addr=inet_addr("127.0.0.1")}, 16
>>
>>I'm hoping there is someone who knows something about this.
>>Maybe it would be better to go to gnome and ask?
>>
>>This implies to me that this is some kind of error with the
>>network. I have set it up with DHCP so I don't have much control of
>>it. Webbased applications work without problem.
>>
>>This is my /etc/hosts
>>
>>### etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT
>>BEFORE IT.
>>
>>127.0.0.1       localhost
>>
>>::1             ip6-localhost ip6-loopback
>>
>>fe00::0         ip6-localnet
>>ff00::0         ip6-mcastprefix
>>ff02::1         ip6-allnodes
>>ff02::2         ip6-allrouters
>>ff02::3         ip6-allhosts
>>
>>127.0.0.1       insula
>>
>>### END OF DEBCONF AREA.  PLACE YOUR EDITS BELOW; THEY WILL BE
>>PRESERVED.
>>
>>127.0.0.1       localhost insula
> 
> 
> You have three definitions for localhost, that causes weird problems 
> sometimes. Delete the second and third ones. If that doesn't work, 
> what's the output of:
> 
> ifconfig
> route
> 




More information about the ubuntu-users mailing list