From owner-freebsd-jail@FreeBSD.ORG Sat Apr 23 02:31:11 2011 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4570F106566B for ; Sat, 23 Apr 2011 02:31:11 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id EE1148FC0A for ; Sat, 23 Apr 2011 02:31:10 +0000 (UTC) Received: by iwn33 with SMTP id 33so1148921iwn.13 for ; Fri, 22 Apr 2011 19:31:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:x-openpgp-key-id:x-openpgp-key-fingerprint :x-openpgp-key-url; bh=hksYMGPgyzzllf6uy9U0HCSWuCOAn/kFSWL+8hHixxQ=; b=fYNF7b5615DqdGdffMYAWbQM4pETPLkp7+/+j8am6UO546cAAsF3B3x6HEpP/vH922 WsvnM0xwIHu/6gBfzm+g6UvjRq/SDgg56c+a/qd+VHx/W5vUcGZxJPj7UVCz+9gzJST6 igRWaD/LYojir3KkFD7H7zDVE01x9H+7dF4z8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-openpgp-key-id :x-openpgp-key-fingerprint:x-openpgp-key-url; b=rTTaGDOUfrFTj/82s+uOU0Rvq9CdKu2PLq773bWp2PCxWBQq5X0RZuPQQbDV7N4wqR PwIY+wMJqveyr9hhVYfSz15SRwBmmpHCkvLT+RJBmpi6hr6u0iCqn/mHpjVQ0Okfp3UG FRGapUjQG98olJWY6XptZYdwVTkYGLIQt75/M= Received: by 10.43.58.148 with SMTP id wk20mr2027835icb.242.1303525474606; Fri, 22 Apr 2011 19:24:34 -0700 (PDT) Received: from DataIX.net (adsl-99-190-84-116.dsl.klmzmi.sbcglobal.net [99.190.84.116]) by mx.google.com with ESMTPS id xe15sm1196414icb.20.2011.04.22.19.24.32 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Apr 2011 19:24:33 -0700 (PDT) Sender: "J. Hellenthal" Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.4/8.14.4) with ESMTP id p3N2OTNs036968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 22 Apr 2011 22:24:30 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.4/8.14.4/Submit) id p3N2OSMc036967; Fri, 22 Apr 2011 22:24:28 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Fri, 22 Apr 2011 22:24:28 -0400 From: "J. Hellenthal" To: Mickey Harvey Message-ID: <20110423022428.GB30454@DataIX.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="z6Eq5LdranGa6ru8" Content-Disposition: inline In-Reply-To: X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E X-OpenPGP-Key-URL: http://bit.ly/0x89D8547E Cc: freebsd-jail@freebsd.org Subject: Re: starting jails hangs during boot X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2011 02:31:11 -0000 --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 22, 2011 at 09:34:40AM -0700, Mickey Harvey wrote: >When I boot up my host rc hangs at "starting jails:" indefinitely. If i >Control^C during the hang boot continues as usual so I login ,run jls and >the jail appears to have started correctly. I can login to the jail as usu= al >using "jexec 1 sh". I'm using 8.2-RELEASE i386 on a VirtualBox VM. My rc is >set up as follows: > >ifconfig_em0=3D"DHCP" >ifconfig_em0_alias0=3D"10.0.2.16 netmask 255.255.255.255" >jail_enable=3D"YES" >jail_list=3D"www" >jail_www_rootdir=3D"/usr/local/ >jails/www" >jail_www_hostname=3D"www" >jail_www_ip=3D"10.0.2.16" >jail_www_devfs_enable=3D"YES" Take a look over the jail(8) manual page. There are some directions in there for services that you might consider disabling like sendmail etc. I would suspect that sendmail got stuck here and is waiting for its FQDN to resolve but wont because for whatever reason it can't find it. --=20 Regards, J. Hellenthal WWJD --z6Eq5LdranGa6ru8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: http://bit.ly/0x89D8547E iQEcBAEBAgAGBQJNsjhcAAoJEJBXh4mJ2FR+4p0H/00M93VBvn4sKHC6cP9ATRDU uQAZB2A7f5XEVTMAtV7kDZLM1IPbb3prLSld9JeVlcN7KLez/jMJfSCVLLxB2PRG nu2IPcpejADp7gLGolgAtaFSd1wPsiXcRC1NL2IMliGvuThfAOvQIBY8McUKaE6y Q2Hw452G/7xDiIxYa7L5D+bcPS2q1z8dmLo7yz8GRgMtPHbl9UfoBs3KLcLuUKJA eF5369jp/ihn0Bf26PPTXq+lDN58bSCW92/f47wkwpUPwjF2FBKLgK2LiyQwEu4b qX+DtLFVtjpQye8ueW+kUHgW1vg6BRtQvAg5+m/E740k1fUj+im9F4VncLR0Rww= =4fOU -----END PGP SIGNATURE----- --z6Eq5LdranGa6ru8--