From owner-freebsd-stable@FreeBSD.ORG Thu Dec 15 11:05:30 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D88B16A41F for ; Thu, 15 Dec 2005 11:05:30 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A2943D46 for ; Thu, 15 Dec 2005 11:05:29 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so314087wra for ; Thu, 15 Dec 2005 03:05:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O6MHS49IGSC3VviewE9XTz2yN3aEKS5sUWqqSLXV6cERxEAQx11utz6KDpmMQS7aE75tdJJqutyK/wE1/ZfZ5tbUOUTGiClRC2pNEeV2VN/KRwc2y0kCTd6MlzD6nIhPcmCWFKFa9PhUAbobUOflR1vIUpSxUOD+DAwRB/UfT+w= Received: by 10.65.186.7 with SMTP id n7mr982794qbp; Thu, 15 Dec 2005 02:58:39 -0800 (PST) Received: by 10.65.192.14 with HTTP; Thu, 15 Dec 2005 02:58:39 -0800 (PST) Message-ID: Date: Thu, 15 Dec 2005 11:58:39 +0100 From: Claus Guttesen To: Massimo Lusetti In-Reply-To: <1134643915.4304.11.camel@massimo.datacode.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1134643915.4304.11.camel@massimo.datacode.it> Cc: freebsd-stable@freebsd.org Subject: Re: tracking multiple machine X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 11:05:30 -0000 > I'm tryng to accomplish this > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/small-lan.html > to have four boxes updated toghether. > > I've done almost everything in the docs and have the main machine, the > one who builds world and kernels, do its own work successfully, now with > buildworld and buildkernel (all my 4 kernels plus GENERIC) completed i > NFS exported /usr/obj and /usr/src to the others. > > I even finished the procedure (and rebooted) to update to -STABLE the > main box without any problem but from a slave machine when i try to : > make installkernel KERNCONF=3DMYNAME > > I got: > ERROR: No kernel "MYNAME" to install. > *** Error code 1 > > What so simple I'm missing here? Did you mount /usr/src from the client? regards Claus