From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 29 10:50:59 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4463A106566B for ; Mon, 29 Mar 2010 10:50:59 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id C5F1B8FC08 for ; Mon, 29 Mar 2010 10:50:58 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so789360eyd.9 for ; Mon, 29 Mar 2010 03:50:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:references :organization:from:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=NH6unWeVwftsv91d96kePbCQp8Zol25imuJuebg00Eg=; b=VR+xVnstZVl/OQT/+ehRzrd/rfpsh1Zq38ezkyIQHtgX60fzfIHo7GosO1PMNANM/y 4LPnXNZCtMR6GMVeCf+AsOjcNjyb4MU2s6vOw7cDHfNpnXkhqfjPFYbxQ0FldmZ02gru IqRdvZuxy3UT7AIfL0MR1ypDzSOUh0+LZuU2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:references:organization:from:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=wPPoFp+yCttXThBYRkwPdzV6lWWW3McRYQ2AQR0N6kkcAW4+6JQqWa00Xf071Ggnzn auEvPpykYhxqycC13uSbeIuSND0ea2jF8WR3pxN/1q2qRK2YLijKlWVdN+N2/Pn5gWNF PRm/cBpIFmRI9U/x8Qa2100yHP0s65wRJZxi0= Received: by 10.213.70.13 with SMTP id b13mr230080ebj.10.1269859857541; Mon, 29 Mar 2010 03:50:57 -0700 (PDT) Received: from localhost (vpn-195-69-247-8.customer.onet.com.ua [195.69.247.8]) by mx.google.com with ESMTPS id 13sm2166097ewy.9.2010.03.29.03.50.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Mar 2010 03:50:56 -0700 (PDT) To: Dirk Meyer References: <201003291020.o2TAK7DU011603@freefall.freebsd.org> Organization: TOA Ukraine From: Mikolaj Golub Date: Mon, 29 Mar 2010 13:50:55 +0300 In-Reply-To: <201003291020.o2TAK7DU011603@freefall.freebsd.org> (Dirk Meyer's message of "Mon\, 29 Mar 2010 10\:20\:07 GMT") Message-ID: <86ljdbs8og.fsf@kopusha.onet> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/145058: Reproducable panic in 7.3 while building clamav X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 10:50:59 -0000 On Mon, 29 Mar 2010 10:20:07 GMT Dirk Meyer wrote: > yes I do have nullfs mounts: > /usr/src on /usr/jail/build/usr/src (nullfs, local, read-only) > /usr/obj on /usr/jail/build/usr/obj (nullfs, local, read-only) > /usr/jail/build/usr/ports on /usr/ports (nullfs, local) > > But the WRKDIRPREFIX ist set and ports to a real disk /dev/ad10s1f. Sorry, I am not sure I understand rightly your last sentence. In what directory the port is built. If it is built under /usr/ports, could you try building with WRKDIRPREFIX pointing somewhere out of all nullfs mounts, e.g: WRKDIRPREFIX=/tmp make (if your /tmp is ufs). So we could know if this is nullfs issue or jail. If the build is successful you could try building on the host system but in nullfs mounted directory. If the system crashes the problem is not jail related but the issue is with nullfs. -- Mikolaj Golub