From owner-freebsd-questions@freebsd.org Mon Oct 5 21:50:38 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B91CA9BAEA3 for ; Mon, 5 Oct 2015 21:50:38 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54CF0DB for ; Mon, 5 Oct 2015 21:50:38 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wiclk2 with SMTP id lk2so140478226wic.0 for ; Mon, 05 Oct 2015 14:50:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=acDQKr29cRxhX5f+fbaa0VfFWTB0cmFn2o+kqZQxzyA=; b=RtRjVYGsPlOgH2tmlSO2xITId66DFEDNSman2lGR/n/57Pv5xFySKbZZCX6MnPe14x 6DCATuYLOvsLYSrv35p0HaU1WhGvdInDcgwPCRZAir3TPJUjPtq7NvBqCyhNtBFITRYu smPCkB0NTXMP0q7rbFRxp/SfFJRfIF1EdgArTzAwNp565RkmYWJpkp1ZOBqdXLLZxOBx Dk38EJg2TpVluEOHbr50qg9SN0kDzqo08j0kGLzpV+tg+YjDvgUS+/Deod+dT44ntP+T SXpwwFJ31b3UTClsNQJ7E0IYcgzzBWo+alZbKujsmRMRGv6Mk4wqeceAVbi/bCyi798o nuAw== MIME-Version: 1.0 X-Received: by 10.180.107.130 with SMTP id hc2mr12851784wib.92.1444081836861; Mon, 05 Oct 2015 14:50:36 -0700 (PDT) Received: by 10.194.16.231 with HTTP; Mon, 5 Oct 2015 14:50:36 -0700 (PDT) In-Reply-To: <5612EFBE.8080709@kulturflatrate.net> References: <5612E791.4040708@kulturflatrate.net> <5612EFBE.8080709@kulturflatrate.net> Date: Mon, 5 Oct 2015 16:50:36 -0500 Message-ID: Subject: Re: PF stops tmux from working?! From: Adam Vande More To: Niklaas Baudet von Gersdorff Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 21:50:38 -0000 On Mon, Oct 5, 2015 at 4:46 PM, Niklaas Baudet von Gersdorff < niklaas@kulturflatrate.net> wrote: > On 05/10/15 23:42, Adam Vande More wrote: > > PF_INET != PF. Your issue isn't related to a firewall at all but rather > > your previous question. > > OK. Thanks for clarifying. > > > tmux is attempting to open an IPv4 socket and in your environment it > > isn't supported. > > So in case I want to use tmux I need an IPv4 address? > It's possible that compiling tmux from inside the jail w/o IPv4, the resulting binary will work correctly. Over all though, I would consider it a bug to be filed against tmux. -- Adam