From owner-freebsd-jail@FreeBSD.ORG Mon May 5 12:52:55 2014 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36266D92 for ; Mon, 5 May 2014 12:52:55 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1006B1A2C for ; Mon, 5 May 2014 12:52:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=7UeDQXDn254yEU2cQ0bcEqv+4CY/+cdCoB8IlKpbQsM=; b=U8/kYuhZbX6pr/pWbsyTdWjN3upkrtbMJgqoS+oDK92Oz5f6EXT0BlwaYjsdsSjcUIm1Q8QLmoBGqVPYJz7ZQG9B6pq31OJCoeutaAox7dNvaoDrIydlxUwXzsTNSbXLfcvxd/6lTwLYRik1Afg9Y962dXFbNMMlGSbVCxGryDw=; Received: from [182.10.137.14] (port=48529 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WhIO5-002sX1-SW; Mon, 05 May 2014 06:52:54 -0600 Date: Mon, 5 May 2014 20:52:45 +0800 From: Erich Dollansky To: Andreas Nilsson Subject: Re: Can Firefox break out of a jail Message-ID: <20140505205245.09452e54@X220.alogt.com> In-Reply-To: References: <20140505195852.140ddb1b@X220.alogt.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: Mailinglists FreeBSD X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 12:52:55 -0000 Hi, On Mon, 5 May 2014 14:27:23 +0200 Andreas Nilsson wrote: > On Mon, May 5, 2014 at 1:58 PM, Erich Dollansky > > wrote: > > > Firefox is a strange beast in regarads to running it on a remote host. > > It needs to be started as firefox --no-remote to not find "local > running" instance and connect to it. How that happens I don't know... > thanks, that is the solution. It seems that I used this before but forgot about it. Erich