From owner-freebsd-ports@FreeBSD.ORG Sun Apr 29 01:53:37 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67861106566C for ; Sun, 29 Apr 2012 01:53:37 +0000 (UTC) (envelope-from matt.mcclare@complexnumber.net) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 270718FC0A for ; Sun, 29 Apr 2012 01:53:37 +0000 (UTC) Received: by iahk25 with SMTP id k25so3695032iah.13 for ; Sat, 28 Apr 2012 18:53:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer:x-gm-message-state; bh=IF9jNy+78IHfP16BqMK8ZtMb92U/3miKrRfd4/6AAeA=; b=E9L+zR4lwCsv4uXGlor/b73Lph/2eWSrkifznTbdPBzS66QsrjG7wCr4GhHMHkAbXo ZEFZjSEvursYSBBuB+6woVUx35ZQtOYqAfAKgY+CQIuGgnsSds5au3Vyrt0ljJB3v3d0 v2Q92x/3fjVQrkL7JzIl5CF5q0n39omnI+m+dpM6fQBFno1/SUy0IPtiud4YRQMmyFg6 ZrTpwAMZfDTGkMFmBRzhmafQa5ER5SY00pZczqQXm9tjxTpZ0hPUppx0IsnbGhAIN2Ac uEbzWQSfN5BfHhP2uuDeEdzZlMDoaOA+BTEvhK9C9rMn/ihwX+CD/ZZSKK7L0Vh59Vgf /n6w== Received: by 10.50.40.166 with SMTP id y6mr6849800igk.69.1335664416748; Sat, 28 Apr 2012 18:53:36 -0700 (PDT) Received: from niflheim ([184.175.55.90]) by mx.google.com with ESMTPS id wh8sm19518103igb.11.2012.04.28.18.53.35 (version=TLSv1/SSLv3 cipher=AES128-SHA); Sat, 28 Apr 2012 18:53:35 -0700 (PDT) Received: from vanaheim.complexmath.net (vanaheim.complexmath.net [192.168.0.230]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by niflheim (Postfix) with ESMTPSA id 4EBD143897 for ; Sat, 28 Apr 2012 21:50:34 -0400 (EDT) From: Matt Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sat, 28 Apr 2012 21:53:30 -0400 Message-Id: <122FC19A-C997-42A8-A8B5-F3375016690A@complexnumber.net> To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQkBWq6JwN9eQ/Ep3RNXDL8pb3c4inE0KtKcjouFM6kT+jisHmmq44pi2OMojXu7w+dSr9CU Subject: Netatalk 2.2.2 disconnection X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2012 01:53:37 -0000 Hi there,=20 I was fighting the same issue all day as well; the only solution I had = found was to downgrade netatalk back to 2.2.1. A new version of the = port, netatalk-2.2.2_1,1 , was pushed out just a little while ago and = this appears to fix this issue (or at least for me). The new version = disables sendfile() by default and makes it optional because apparently = it causes issues with ZFS (which does apply in my case). Anyway, I = switched to 2.2.2_1,1, making sure that sendfile support was disabled, = and now everything works great once again. Cheers, Matt=