From owner-freebsd-questions@FreeBSD.ORG Sun Apr 3 16:51:51 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7272C106566B for ; Sun, 3 Apr 2011 16:51:51 +0000 (UTC) (envelope-from csanyipal@stcable.net) Received: from mx2.stcable.net (mx2.stcable.net [91.102.225.7]) by mx1.freebsd.org (Postfix) with ESMTP id 24FDB8FC0A for ; Sun, 3 Apr 2011 16:51:50 +0000 (UTC) Received: from mx2.stcable.net (localhost [127.0.0.1]) by mx2.stcable.net (Proxmox) with ESMTP id C4DC1C8103 for ; Sun, 3 Apr 2011 18:51:49 +0200 (CEST) Received: from smtp.stcable.net (smtp.stcable.net [91.102.225.5]) by mx2.stcable.net (Proxmox) with ESMTP id A64FCC80F1 for ; Sun, 3 Apr 2011 18:51:49 +0200 (CEST) Received: from [192.168.10.77] (194-170-85-95.dynamic.stcable.net [95.85.170.194]) by smtp.stcable.net (Postfix) with ESMTPA id 92E4B36316 for ; Sun, 3 Apr 2011 18:51:49 +0200 (CEST) Message-ID: <4D98A5A3.3070306@stcable.net> Date: Sun, 03 Apr 2011 18:51:47 +0200 From: Paul Chany User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110307 Icedove/3.0.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4D9879E3.20508@stcable.net> <4D9881EB.5010508@infracaninophile.co.uk> <4D98A1D0.5030706@stcable.net> In-Reply-To: <4D98A1D0.5030706@stcable.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Can't fetch portsnap because of network problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 16:51:51 -0000 2011-04-03 18:35 keltezéssel, Paul Chany írta: > 2011-04-03 16:19 keltezéssel, Matthew Seaman írta: >> On 03/04/2011 14:45, Paul Chany wrote: >>> I'm trying to fetch portsnap but can't because probably of network >>> problem. >>> >>> Whenever I try to run command >>> # portsnap fetch extract >>> >>> the process stall and never reach 20%. It is sad. :( >>> >>> The computer on wich I try to run this command is on my home LAN >>> that has a gateway/router. >>> >>> What can I do to solve this problem? >> You need to diagnose why your fetch is bombing out. Start by checking >> over your own equipment and try to eliminate that as a source of >> problems. Make sure all your cabling is in good condition and that all >> network plugs are correctly seated. Check for packet errors: >> >> # netstat -i >> > All my cabling is in good condition and all network plugs are > correctly seated. > > I attached the output of '# netstat -i' command in netstat.log file. Well, it seems that one can't to send mail with attached file onto list, right? Here is the output of netstat -i: Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll plip0 1500 0 0 0 0 0 0 lo0 16384 0 0 0 0 0 0 lo0 16384 fe80:2::1 fe80:2::1 0 - - 0 - - lo0 16384 localhost ::1 0 - - 0 - - lo0 16384 your-net localhost 0 - - 0 - - ue0 1500 00:00:e8:00:11:f1 72968 0 0 48671 26 0 ue0 1500 192.168.10.0 cspetoile.localdo 72934 - - 48682 - - -- Best Regards, Paul