Opening file too slow

Chaman Singh Verma csv610 at gmail.com
Mon Sep 8 09:34:02 UTC 2008


On Mon, Sep 8, 2008 at 2:43 AM, NoOp <glgxg at sbcglobal.net> wrote:

> 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.
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>

Hello,

I followed your instructions and now I am unable to connect to
internet at all.  Things are working fine on windows. I don't
know where things have gone wrong.

csv
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20080908/7e0f5727/attachment.html>


More information about the ubuntu-users mailing list