Re: [Cooker] unacceptable localhost ping latency under mdk-8???

2001-07-08 Thread Juan Quintela

> "harry" == Harry  <[EMAIL PROTECTED]> writes:

harry> Ping localhost (mdk-7.2): 0.1 ms
harry> Ping localhost (mdk-8): 65 ms

harry> Why?

I have no idea, but inquiring minds what to know.

Could you send me the output of:

grep localhost /etc/hosts

ifconfig -a (you need to be root)

uname -a

Thanks in advance, Juan.

Later, Juan.



-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy




Re: [Cooker] unacceptable localhost ping latency under mdk-8???

2001-07-07 Thread Daouda LO

Harry <[EMAIL PROTECTED]> writes:

> On 7/7/01 12:01 PM, "Daouda LO" <[EMAIL PROTECTED]> wrote:
> 
> > Are you sure it's ms? I bet for usec :P
> 
> Yep, you got me - that'll teach me to not cut and paste, or pay attention:
> 
> Mdk-8:
>  64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=0 ttl=255 time=64
> usec
> 
> Mdk-7.2:
> 64 bytes from anubis.fizbin.com (216.133.226.68): icmp_seq=5 ttl=255
> time=0.0 ms
> 
> So, is this normal, then?

Yes, if you consider that while displaying in ms 2 digits were cut and then 
0.0ms may mean 0.048msec which is equal to 48usec.
I don't have a 7.2 box to confirm this, so maybe i'm raving :)




Re: [Cooker] unacceptable localhost ping latency under mdk-8???

2001-07-07 Thread Harry

On 7/7/01 12:01 PM, "Daouda LO" <[EMAIL PROTECTED]> wrote:

> Are you sure it's ms? I bet for usec :P

Yep, you got me - that'll teach me to not cut and paste, or pay attention:

Mdk-8:
 64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=0 ttl=255 time=64
usec

Mdk-7.2:
64 bytes from anubis.fizbin.com (216.133.226.68): icmp_seq=5 ttl=255
time=0.0 ms

So, is this normal, then?

harry





Re: [Cooker] unacceptable localhost ping latency under mdk-8???

2001-07-07 Thread Daouda LO

Harry <[EMAIL PROTECTED]> writes:

> Ping localhost (mdk-7.2): 0.1 ms
> 
> Ping localhost (mdk-8): 65 ms

Are you sure it's ms? I bet for usec :P




[Cooker] unacceptable localhost ping latency under mdk-8???

2001-07-07 Thread Harry

Ping localhost (mdk-7.2): 0.1 ms

Ping localhost (mdk-8): 65 ms

Why?

Harry