From owner-freebsd-jail@FreeBSD.ORG Mon Jan 27 11:06:49 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 2458AC4D for ; Mon, 27 Jan 2014 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E0021A88 for ; Mon, 27 Jan 2014 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RB6mlT013041 for ; Mon, 27 Jan 2014 11:06:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0RB6mXR013039 for freebsd-jail@FreeBSD.org; Mon, 27 Jan 2014 11:06:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 27 Jan 2014 11:06:48 GMT Message-Id: <201401271106.s0RB6mXR013039@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-jail@FreeBSD.org Subject: Current problem reports assigned to freebsd-jail@FreeBSD.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 11:06:49 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/184719 jail [jail] Starting jails: cannot start jail "domain_com": o conf/181650 jail [jail] [patch] /etc/rc.d/jail fails if a kernel built o kern/180916 jail [jail] [regression] jail startup is broken for 8.4 wit o kern/180067 jail [jail] [patch] fix multicast support within jails o bin/178302 jail jail(8): unknown parameter: ip6.addr when kernel compi o kern/176112 jail [jail] [panic] kernel panic when starting jails o kern/174902 jail [jail] jail should provide validator for jail names o bin/173469 jail [jail] regression: security.jail.sysvipc_allowed=1 no o kern/169751 jail [jail] reading routing information does not work in ja o bin/167911 jail new jail(8) problem with removal, ifconfg -alias and k o kern/159918 jail [jail] inter-jail communication failure o kern/156111 jail [jail] procstat -b not supported in jail o misc/155765 jail [patch] `buildworld' does not honors WITHOUT_JAIL o conf/154246 jail [jail] [patch] Bad symlink created if devfs mount poin s conf/142972 jail [jail] [patch] Support JAILv2 and vnet in rc.d/jail o conf/141317 jail [patch] uncorrect jail stop in /etc/rc.d/jail o kern/133265 jail [jail] is there a solution how to run nfs client in ja o kern/119842 jail [smbfs] [jail] "Bad address" with smbfs inside a jail o bin/99566 jail [jail] [patch] fstat(1) according to specified jid 19 problems total. From owner-freebsd-jail@FreeBSD.ORG Wed Jan 29 11:46:19 2014 Return-Path: Delivered-To: freebsd-jail@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 C62B08CD for ; Wed, 29 Jan 2014 11:46:19 +0000 (UTC) Received: from us1.route.mx (us1.route.mx [50.17.238.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 907501F4C for ; Wed, 29 Jan 2014 11:46:19 +0000 (UTC) Received: (route-mx 28188 invoked from network); 29 Jan 2014 11:39:37 -0000 Received: from unknown (HELO [192.168.1.100]) (nbari@inbox.im@route.mx) (envelope-sender ) by us1.route.mx (route-mx) with AES128-SHA encrypted SMTP for ; 29 Jan 2014 11:39:36 -0000 From: Nicolas de Bari Embriz Garcia Rojas Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: fast way to update jails (FreeBSD 10.0 host) Message-Id: <312B2F04-D8B3-4B96-968B-486A499A44B8@inbox.im> Date: Wed, 29 Jan 2014 11:39:31 +0000 To: freebsd-jail@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 11:46:19 -0000 Hi, I just updated the host from 9.2 to 10.0. What I plan to do for each jail is: # $D is the home of the jail. make installworld DESTDIR=3D$D SRCCONF=3D/etc/src-jail.conf cp -R $D/etc $D/etc.old make distribution DESTDIR=3D$D SRCCONF=3D/etc/src-jail.conf Basically to avoid all the =91mergmaster=92 stuff =20 Is there a better way?=20 any suggestions? regards. From owner-freebsd-jail@FreeBSD.ORG Wed Jan 29 11:52:22 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 9BB23C83 for ; Wed, 29 Jan 2014 11:52:22 +0000 (UTC) Received: from frv198.fwdcdn.com (frv198.fwdcdn.com [212.42.77.198]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 536621FEB for ; Wed, 29 Jan 2014 11:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Cc:To:Subject:From:Date; bh=46i4eACxUfnYYDHUG8ZoROkkeJVgkzrsDHoC5exAalw=; b=ko/4Z2iK47TFgy03PzQCoGxvL4UAC3Hpgshr+YEUDsoFji5UQt3hd0QFOWvL4OHJaDYmCqL5BSiLtPYjiBvZClSkoSLAel0DNS5soIv5md/r/SXPEezHoJj2mES23rM7frgBQYQnvleGr2qWvHZEeWJhXhvJWo9TGqKw4ajHN0o=; Received: from [10.10.10.34] (helo=frv34.ukr.net) by frv198.fwdcdn.com with smtp ID 1W8Tgi-000OtJ-6c for freebsd-jail@freebsd.org; Wed, 29 Jan 2014 13:52:12 +0200 Date: Wed, 29 Jan 2014 13:52:11 +0200 From: wishmaster Subject: Re: fast way to update jails (FreeBSD 10.0 host) To: Nicolas de Bari Embriz Garcia Rojas X-Mailer: mail.ukr.net 5.0 Message-Id: <1390996133.249345676.92g0496f@frv34.ukr.net> In-Reply-To: <312B2F04-D8B3-4B96-968B-486A499A44B8@inbox.im> References: <312B2F04-D8B3-4B96-968B-486A499A44B8@inbox.im> MIME-Version: 1.0 Received: from artemrts@ukr.net by frv34.ukr.net; Wed, 29 Jan 2014 13:52:11 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline Cc: freebsd-jail@freebsd.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 11:52:22 -0000 --- Original message --- From: "Nicolas de Bari Embriz Garcia Rojas" Date: 29 January 2014, 13:46:29 > Hi, I just updated the host from 9.2 to 10.0. > > What I plan to do for each jail is: > > # $D is the home of the jail. > make installworld DESTDIR=$D SRCCONF=/etc/src-jail.conf > cp -R $D/etc $D/etc.old > make distribution DESTDIR=$D SRCCONF=/etc/src-jail.conf > > Basically to avoid all the ‘mergmaster’ stuff I don't understand why using mergemaster confuse you. This is the best choice for this task. I always use it without make distribution. Cheers, w From owner-freebsd-jail@FreeBSD.ORG Wed Jan 29 12:46:39 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 3F1AC265 for ; Wed, 29 Jan 2014 12:46:39 +0000 (UTC) Received: from us1.route.mx (us1.route.mx [50.17.238.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E973D148A for ; Wed, 29 Jan 2014 12:46:38 +0000 (UTC) Received: (route-mx 28549 invoked from network); 29 Jan 2014 12:46:37 -0000 Received: from unknown (HELO [192.168.1.100]) (nbari@inbox.im@route.mx) (envelope-sender ) by us1.route.mx (route-mx) with AES128-SHA encrypted SMTP for ; 29 Jan 2014 12:46:37 -0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: fast way to update jails (FreeBSD 10.0 host) From: Nicolas de Bari Embriz Garcia Rojas In-Reply-To: <1390996133.249345676.92g0496f@frv34.ukr.net> Date: Wed, 29 Jan 2014 12:46:32 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <4E3ABB5B-6CBC-48AD-AF07-861493E5CAD3@inbox.im> References: <312B2F04-D8B3-4B96-968B-486A499A44B8@inbox.im> <1390996133.249345676.92g0496f@frv34.ukr.net> To: wishmaster X-Mailer: Apple Mail (2.1827) Cc: freebsd-jail@freebsd.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 12:46:39 -0000 Hi, I avoid mergemaster since ask for to many changes, it is faster for = me some times just copy /etc.old =97> /etc important files, but this = maybe because I am using the bad flags. Can you please give me a tip or some good flags that I should use when = using mergemaster. thanks in advance. On Jan 29, 2014, at 11:52 AM, wishmaster wrote: >=20 >=20 >=20 > --- Original message --- > From: "Nicolas de Bari Embriz Garcia Rojas" > Date: 29 January 2014, 13:46:29 >=20 >=20 >=20 >> Hi, I just updated the host from 9.2 to 10.0. >>=20 >> What I plan to do for each jail is: >>=20 >> # $D is the home of the jail. >> make installworld DESTDIR=3D$D SRCCONF=3D/etc/src-jail.conf >> cp -R $D/etc $D/etc.old >> make distribution DESTDIR=3D$D SRCCONF=3D/etc/src-jail.conf >>=20 >> Basically to avoid all the =91mergmaster=92 stuff >=20 > I don't understand why using mergemaster confuse you. This is the = best choice for this task. I always use it without make distribution. >=20 > Cheers, > w From owner-freebsd-jail@FreeBSD.ORG Wed Jan 29 14:04:04 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 D8C5A929 for ; Wed, 29 Jan 2014 14:04:04 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB851C9C for ; Wed, 29 Jan 2014 14:04:04 +0000 (UTC) Received: from 0x20.net (0x20.net [217.69.76.212]) (Authenticated sender: lala) by mail.0x20.net (Postfix) with ESMTPA id D48526A6006 for ; Wed, 29 Jan 2014 15:04:02 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 29 Jan 2014 15:04:02 +0100 From: Lars Engels To: freebsd-jail@freebsd.org Subject: Re: fast way to update jails (FreeBSD 10.0 host) In-Reply-To: <4E3ABB5B-6CBC-48AD-AF07-861493E5CAD3@inbox.im> References: <312B2F04-D8B3-4B96-968B-486A499A44B8@inbox.im> <1390996133.249345676.92g0496f@frv34.ukr.net> <4E3ABB5B-6CBC-48AD-AF07-861493E5CAD3@inbox.im> Message-ID: <4cbe0ff593ba1778bcd8d951e1314f4d@mail.0x20.net> X-Sender: lars.engels@0x20.net User-Agent: Roundcube Webmail/0.7 X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 14:04:04 -0000 Am 2014-01-29 13:46, schrieb Nicolas de Bari Embriz Garcia Rojas: > Hi, I avoid mergemaster since ask for to many changes, it is faster > for me some times just copy /etc.old —> /etc important files, but > this maybe because I am using the bad flags. > > Can you please give me a tip or some good flags that I should use when > using mergemaster. > > thanks in advance. > mergemaster -FUi automatically merges a lot of stuff leaving only the relevant changes for manual merge. From owner-freebsd-jail@FreeBSD.ORG Wed Jan 29 19:47:17 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 3A965B7F for ; Wed, 29 Jan 2014 19:47:17 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 096061EED for ; Wed, 29 Jan 2014 19:47:16 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 361D820A5F for ; Wed, 29 Jan 2014 14:47:15 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Wed, 29 Jan 2014 14:47:15 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=QFHJurnlSZekREtBEuwEwurydRA=; b=mLrBU dBuj7Nb6LTQxQ8ZYlyt/LuOzAky8pn9TE7PgqWBcW9R+m95D6piPFJELMGt5Ne3e GfOmFP42XpMxZhPCR6Qygn/R+y9n05o09t0exP3ERlvTy/ms6Q+Zg/UJ/xWBFgm2 TcPDOt43Vw9ZXLS9em4a0j3gAfdNpuN8hLuknA= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 0EEEC11E7FD; Wed, 29 Jan 2014 14:47:15 -0500 (EST) Message-Id: <1391024835.5286.76913393.3BFBF8FA@webmail.messagingengine.com> X-Sasl-Enc: YDJ5/cZ5wPoNfYiVvFRykAX3cMdmxRpTdbmM212CayAR 1391024835 From: Mark Felder To: freebsd-jail@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-1b692d69 Subject: Re: fast way to update jails (FreeBSD 10.0 host) Date: Wed, 29 Jan 2014 13:47:15 -0600 In-Reply-To: <4E3ABB5B-6CBC-48AD-AF07-861493E5CAD3@inbox.im> References: <312B2F04-D8B3-4B96-968B-486A499A44B8@inbox.im> <1390996133.249345676.92g0496f@frv34.ukr.net> <4E3ABB5B-6CBC-48AD-AF07-861493E5CAD3@inbox.im> X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 19:47:17 -0000 On Wed, Jan 29, 2014, at 6:46, Nicolas de Bari Embriz Garcia Rojas wrote: > Hi, I avoid mergemaster since ask for to many changes, it is faster for > me some times just copy /etc.old =E2=80=94> /etc important files, but t= his > maybe because I am using the bad flags. >=20 > Can you please give me a tip or some good flags that I should use when > using mergemaster. >=20 > thanks in advance. >=20 Put this in /etc/mergemaster.rc AUTO_INSTALL=3D'yes' AUTO_UPGRADE=3D'yes' # THIS ONE IS FOR JAILS #IGNORE_FILES=3D'/boot/device.hints /etc/motd' IGNORE_FILES=3D'/etc/motd' # Do not display changes that only affect whitespace DIFF_FLAG=3D'-Bub' FREEBSD_ID=3D'yes' DELETE_STALE_RC_FILES=3D'yes' From owner-freebsd-jail@FreeBSD.ORG Thu Jan 30 11:19:43 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 57D8BFA0 for ; Thu, 30 Jan 2014 11:19:43 +0000 (UTC) Received: from mono.eik.bme.hu (mono.eik.bme.hu [IPv6:2001:738:2001:2001::2001]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13DC610E5 for ; Thu, 30 Jan 2014 11:19:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mono.eik.bme.hu (Postfix) with ESMTP id 5E3BD2F333 for ; Thu, 30 Jan 2014 12:19:40 +0100 (CET) X-Virus-Scanned: amavisd-new at eik.bme.hu Received: from mono.eik.bme.hu ([127.0.0.1]) by localhost (mono.eik.bme.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HFEOjbOWo0ch for ; Thu, 30 Jan 2014 12:19:40 +0100 (CET) Received: by mono.eik.bme.hu (Postfix, from userid 884) id 26BD22F335; Thu, 30 Jan 2014 12:19:40 +0100 (CET) Date: Thu, 30 Jan 2014 12:19:39 +0100 From: =?utf-8?B?SsOBS8OTIEFuZHLDoXM=?= To: freebsd-jail@freebsd.org Subject: Re: fast way to update jails (FreeBSD 10.0 host) Message-ID: <20140130111939.GB13379@eik.bme.hu> References: <312B2F04-D8B3-4B96-968B-486A499A44B8@inbox.im> <1390996133.249345676.92g0496f@frv34.ukr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1390996133.249345676.92g0496f@frv34.ukr.net> Organization: Budapest University of Technology and Economics - Division of Telecommunications and Informatics User-Agent: Mutt/ (2013-10-16) X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 11:19:43 -0000 > > Hi, I just updated the host from 9.2 to 10.0. > > > > What I plan to do for each jail is: > > > > # $D is the home of the jail. > > make installworld DESTDIR=$D SRCCONF=/etc/src-jail.conf > > cp -R $D/etc $D/etc.old > > make distribution DESTDIR=$D SRCCONF=/etc/src-jail.conf > > > > Basically to avoid all the ‘mergmaster’ stuff > > I don't understand why using mergemaster confuse you. This is the best choice for this task. I always use it without make distribution. I've been using mergemaster before, but I became a happy user of sysutils/etcupdate a few years ago. András