<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Sep 8, 2008 at 2:43 AM, NoOp <span dir="ltr"><<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 09/07/2008 08:17 AM, Chaman Singh Verma wrote:<br>
> On Sun, Sep 7, 2008 at 2:01 AM, NoOp <<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>> wrote:<br>
</div>[snip]<br>
<div class="Ih2E3d">>><br>
>> Next time you get the ICE error, immediately open a terminal (or just<br>
>> leave a terminal running when you first open your session) and enter:<br>
>><br>
>> ps aux<br>
>><br>
>> Scroll through the PID's and find out what process the error is pointing<br>
>> to. In the above it gave 7190, it will be different next time it<br>
>> happens, so you'd look through the 'ps aux' output for the PID from the<br>
>> error msg and that will tell you what process/app gave the error.<br>
>><br>
>> Once you know the process, then you can start to troubleshoot the error.<br>
>><br>
>> My _guess_ is that you will find a network process trying to resolve a<br>
>> host or hostname. Can you provide the output of:<br>
>><br>
>> cat /etc/hosts<br>
>> cat /etc/network/interfaces<br>
>> cat /etc/resolv.conf<br>
>> hostname -f<br>
>><br>
<br>
><br>
</div><div class="Ih2E3d">> Hello,<br>
><br>
> I am attaching the requested info. I could see that hostname -f<br>
> doesn't work, but uname -a give the correct information.<br>
><br>
> csv<br>
><br>
><br>
><br>
> csv610@blackhole:/etc$ cd<br>
> csv610@blackhole:~$ cat /etc/hosts<br>
> <a href="http://127.0.0.1" target="_blank">127.0.0.1</a> localhost<br>
<br>
</div>There, I think, is your problem. Modify /etc/hosts (gksu gedit<br>
/etc/hosts) to:<br>
<div class="Ih2E3d"><br>
<a href="http://127.0.0.1" target="_blank">127.0.0.1</a> localhost<br>
</div><a href="http://127.0.1.1" target="_blank">127.0.1.1</a> csv610<br>
<br>
Now, from a terminal:<br>
<br>
sudo /etc/init.d/networking restart<br>
hostname -f<br>
<br>
and you should get a result of:<br>
<br>
csv610@blackhole:~$ hostname -f<br>
csv610<br>
<br>
Now reboot - don't just log out, reboot. You should notice that your<br>
system starts faster, and your applications should no longer open slow.<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="Wj3C7c">ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>Hello,<br><br>I followed your instructions and now I am unable to connect to <br>internet at all. Things are working fine on windows. I don't<br>know where things have gone wrong.<br>
<br>csv<br><br></div>