On Sun, Oct 10, 2004 at 07:33:41PM +0100, Andre Baryudin wrote: [snip] > 4. [The strangest part] When I start my computer, it comes up in > text-mode (mode 3). If I try to access one of the "bad" sites at that > point (with wget or elinks), it works fine - I get the very fast > response I'm used to. Then, if I start X, and try to access the same > web site again - it takes forever! If I exit X - the situation remains > the same - it restores to normal only after reboot.
What happens when running wget from an xterm? From a text console (Ctrl-Alt-Fn)? If you login there before/after running X? Diff the output of 'env'. Anything about a proxy? Try (in both working/nonworking shells) 'strace -f -o log wget params'. Grep the log for 'connect'. Where does it try to connect? Where does it hang? > Current network configuration: > > eth0 Link encap:Ethernet HWaddr 00:03:0D:06:2E:4A > inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1 > RX packets:17610 errors:0 dropped:0 overruns:0 frame:0 > TX packets:10412 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:23802015 (22.6 Mb) TX bytes:752242 (734.6 Kb) > Interrupt:3 Base address:0xb000 Please also tell us the output of 'route'. -- Didi ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
