From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 19:16:44 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85C4BC12 for ; Mon, 1 Sep 2014 19:16:44 +0000 (UTC) Received: from fep21.mx.upcmail.net (fep21.mx.upcmail.net [62.179.121.41]) by mx1.freebsd.org (Postfix) with ESMTP id F346D154F for ; Mon, 1 Sep 2014 19:16:43 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep21-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20140901191641.RQZB25642.viefep21-int.chello.at@edge04.upcmail.net>; Mon, 1 Sep 2014 21:16:41 +0200 Received: from matrix020.matrix.net ([84.114.216.48]) by edge04.upcmail.net with edge id lvGg1o02813DwWC03vGg9w; Mon, 01 Sep 2014 21:16:41 +0200 X-SourceIP: 84.114.216.48 From: 4711@chello.at To: freebsd-questions@freebsd.org Subject: Re: oddball occurence .... Date: Mon, 01 Sep 2014 21:16:40 +0200 Message-ID: <2474524.BSIK5QZ5L1@matrix020.matrix.net> User-Agent: KMail/4.12.5 (FreeBSD/9.3-STABLE; KDE/4.12.5; amd64; ; ) In-Reply-To: <540476B5.7080107@hiwaay.net> References: <540476B5.7080107@hiwaay.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "William A. Mahaffey III" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 19:16:44 -0000 On Monday 01 September 2014 08:37:57 William A. Mahaffey III wrote: > .... I have been online for the last hour or so, E-mails, a bit of > browsing, etc. I noticed my DSL modem light was flashing furiously, > indicating traffic. I wasn't doing anything right then, so I poked > around a bit: > > > [root@kabini1, /etc, 8:27:40am] 461 % netstat > Active Internet connections > Proto Recv-Q Send-Q Local Address Foreign Address (state) > tcp4 0 0 jaguar.56481 fly.hiwaay.net.pop3 LAST_ACK > tcp4 0 0 jaguar.12990 141.41.9.9.35089 ESTABLISHED > tcp4 0 0 jaguar.23210 141.41.9.9.ftp ESTABLISHED [snip] ftp.fh-wolfenbuettel.de (141.41.9.9) is listed as mastersite for mysql- and some mozilla.org-ports. Maybe your machine just downloaded some distfiles for port building. % cat /usr/ports/Mk/*.sites.* | grep wolfen ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/%SUBDIR%/ \ ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/%SUBDIR%/ \ Cheers ch