Opening file too slow
NoOp
glgxg at sbcglobal.net
Sun Sep 7 21:13:35 UTC 2008
On 09/07/2008 08:17 AM, Chaman Singh Verma wrote:
> On Sun, Sep 7, 2008 at 2:01 AM, NoOp <glgxg at sbcglobal.net> wrote:
[snip]
>>
>> Next time you get the ICE error, immediately open a terminal (or just
>> leave a terminal running when you first open your session) and enter:
>>
>> ps aux
>>
>> Scroll through the PID's and find out what process the error is pointing
>> to. In the above it gave 7190, it will be different next time it
>> happens, so you'd look through the 'ps aux' output for the PID from the
>> error msg and that will tell you what process/app gave the error.
>>
>> Once you know the process, then you can start to troubleshoot the error.
>>
>> My _guess_ is that you will find a network process trying to resolve a
>> host or hostname. Can you provide the output of:
>>
>> cat /etc/hosts
>> cat /etc/network/interfaces
>> cat /etc/resolv.conf
>> hostname -f
>>
>
> Hello,
>
> I am attaching the requested info. I could see that hostname -f
> doesn't work, but uname -a give the correct information.
>
> csv
>
>
>
> csv610 at blackhole:/etc$ cd
> csv610 at blackhole:~$ cat /etc/hosts
> 127.0.0.1 localhost
There, I think, is your problem. Modify /etc/hosts (gksu gedit
/etc/hosts) to:
127.0.0.1 localhost
127.0.1.1 csv610
Now, from a terminal:
sudo /etc/init.d/networking restart
hostname -f
and you should get a result of:
csv610 at blackhole:~$ hostname -f
csv610
Now reboot - don't just log out, reboot. You should notice that your
system starts faster, and your applications should no longer open slow.
More information about the ubuntu-users
mailing list