From owner-freebsd-questions@FreeBSD.ORG Sun Nov 30 23:41:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7D4BC40 for ; Sun, 30 Nov 2014 23:41:17 +0000 (UTC) Received: from mail-yk0-x233.google.com (mail-yk0-x233.google.com [IPv6:2607:f8b0:4002:c07::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 687DB35F for ; Sun, 30 Nov 2014 23:41:17 +0000 (UTC) Received: by mail-yk0-f179.google.com with SMTP id 19so4258152ykq.38 for ; Sun, 30 Nov 2014 15:41:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=W70NHzPSnZRRxoir/nzmqKDKeQyA85QBcRimxxmDYe8=; b=nWecJvyvcy0iAlUY+q/nS198Z0sskCKo7PeEvqjF7Fj2Qshr8Q5mvh1uxT+259LuAR IpnH4q/3El5xHr1mdG37YRqOyNhe08ZJc3UK50QIJvzArJadkATpGOb3LuSrtwSjJryQ gT5O3Phdd8hRD2iZLCiHgXV1hpR7k+dWGsRK9DSwZQN/CQPs6c73fMCD3hcZb5YW6CEX 0siBKgfOotGti+OxxFXf495H+akrBVmvMRs7NqNiVV91j0QhiTPXgteG4Ii7K0ub90W6 jgrg9FdeW9N0RkRDuJAa+jiIPxTN8hzica47vPRa0mj51me7zc32NC2/9cU1chC1b3Zc aeRw== MIME-Version: 1.0 X-Received: by 10.170.154.195 with SMTP id v186mr50416621ykc.29.1417390876584; Sun, 30 Nov 2014 15:41:16 -0800 (PST) Received: by 10.170.82.134 with HTTP; Sun, 30 Nov 2014 15:41:16 -0800 (PST) Date: Sun, 30 Nov 2014 19:11:16 -0430 Message-ID: Subject: Install package inside a no-networked jail from outside From: Alberto Mijares To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 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: Sun, 30 Nov 2014 23:41:17 -0000 Hi list, I have a jail with no network configuration. I'd like to install packages from outside using pkg. I tried -c and -j options but they try to use the networking enviroment inside the jail, so it fails. Any idea? Thanks in advance, Alberto Mijares