From owner-freebsd-current@FreeBSD.ORG Sat Oct 6 06:18:03 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 561C016A420 for ; Sat, 6 Oct 2007 06:18:03 +0000 (UTC) (envelope-from k.ishish@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3612113C45D for ; Sat, 6 Oct 2007 06:18:03 +0000 (UTC) (envelope-from k.ishish@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so881506waf for ; Fri, 05 Oct 2007 23:18:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=CfMuCCjZvTi/sM8rha8+UVLRMnhsaZFrIE2yK7hrnto=; b=VYTsM6QnyTZaaAfpsEff7BpHUJ+KhNRffZ4LvpWHt4rImNQp5rKFeo/jOg4Jpp23vnFkt7FoZtkxQjiSmWuG0xWTODwJGVBcIZLE+3BOzf+n4kBha4qI1aFRL23Jw7tmV6/c6JwpjU+GbkbZOvkZTCMGDX/xGwySzDou+rkMDak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LSIeDSBgVtXBByD5BVDs5CWmqrooKpOX7FmD6hH+ai/CEmZoflcRwHYpFOqjmE727FukEkhzXyI11kbMHaT/b8oyqkDS5uu0GLqpEb4xuQFRCvBqxuiJsZZeBy0+W+3vvN0iy+8UEUPMENBk2OFZfVMEmE1c+k/+qVeRCx6KRnM= Received: by 10.142.101.17 with SMTP id y17mr3650422wfb.1191649742027; Fri, 05 Oct 2007 22:49:02 -0700 (PDT) Received: by 10.142.115.1 with HTTP; Fri, 5 Oct 2007 22:49:01 -0700 (PDT) Message-ID: Date: Sat, 6 Oct 2007 14:49:01 +0900 From: "Katsuji Ishikawa" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: heavy network load X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 06:18:03 -0000 Hi . I use -CURRENT on Parallels Desktop(Mac OS X). It works very fine. But today I csup'ed and installed these. After that, I encountered network problem.. Details: Host: Parallels Desktop (Mac OS X) , 192.168.0.3 Guest: FreeBSD-CURRENT , 192.168.0.6 before (Old current) katsuji@hexley% ping 192.168.0.6 PING 192.168.0.6 (192.168.0.6): 56 data bytes 64 bytes from 192.168.0.6: icmp_seq=0 ttl=64 time=0.462 ms 64 bytes from 192.168.0.6: icmp_seq=1 ttl=64 time=0.623 ms 64 bytes from 192.168.0.6: icmp_seq=2 ttl=64 time=0.497 ms 64 bytes from 192.168.0.6: icmp_seq=3 ttl=64 time=0.571 ms 64 bytes from 192.168.0.6: icmp_seq=4 ttl=64 time=0.610 ms 64 bytes from 192.168.0.6: icmp_seq=5 ttl=64 time=0.510 ms ^C --- 192.168.0.6 ping statistics --- 6 packets transmitted, 6 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.462/0.545/0.623/0.060 ms after (csuped today, occured packet loss...) katsuji@hexley% ping 192.168.0.6 PING 192.168.0.6 (192.168.0.6): 56 data bytes 64 bytes from 192.168.0.6: icmp_seq=0 ttl=64 time=4397.146 ms 64 bytes from 192.168.0.6: icmp_seq=1 ttl=64 time=3397.082 ms 64 bytes from 192.168.0.6: icmp_seq=2 ttl=64 time=2397.021 ms 64 bytes from 192.168.0.6: icmp_seq=3 ttl=64 time=1395.493 ms 64 bytes from 192.168.0.6: icmp_seq=4 ttl=64 time=393.692 ms ^C --- 192.168.0.6 ping statistics --- 11 packets transmitted, 5 packets received, 54% packet loss round-trip min/avg/max/stddev = 393.692/2396.087/4397.146/1415.415 ms kernel configuration: katsuji@seven% cat ULE3 [/sys/i386/conf] include GENERIC ident ULE3 nooptions SCHED_4BSD options SCHED_ULE Have you any good ideas? Regards, -- Katsuji ISHIKAWA