From owner-freebsd-questions Fri Sep 11 08:31:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14601 for freebsd-questions-outgoing; Fri, 11 Sep 1998 08:31:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bells.cs.ucl.ac.uk (bells.cs.ucl.ac.uk [128.16.5.31]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA14587 for ; Fri, 11 Sep 1998 08:31:14 -0700 (PDT) (envelope-from P.Gevros@cs.ucl.ac.uk) Received: from froutopia.cs.ucl.ac.uk by bells.cs.ucl.ac.uk with local SMTP id ; Fri, 11 Sep 1998 16:17:36 +0100 X-Mailer: exmh version 1.6.6 3/24/96 To: freebsd-questions@FreeBSD.ORG cc: P.Gevros@cs.ucl.ac.uk X-Organization: Dept. of Computer Science, University College London X-Phone: +44 (0)171 419 3666 X-URL: http://www.cs.ucl.ac.uk/staff/P.Gevros/ Subject: mounting sources and building kernels Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Sep 1998 16:17:34 +0200 Message-ID: <7490.905527054@cs.ucl.ac.uk> From: Panos GEVROS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is it possible to have all sources in only one "server" machine and use it to upgrade another "remote" by letting the "remote" mount the "server"? (i NFS export /usr/src -maproot=root on the server) i have upgraded the system from 2.2.6 -> 2.2.7 by 'makebuildworld' once on the server and then on the "remote" : mount server:/usr/src /usr/src cd /usr/src make installworld that seems to have worked... i have difficulty with building a kernel though, on the "remote"!!: mount server:/usr/src /usr/src cd /usr/src/sys/i386/conf /usr/sbin/config REMOTE-KERNEL cd ../../compile/REMOTE-KERNEL make depend make ... ... Error 1 at vnode_if.c (first file to cc) if i build the kernel on the "server" and on the "remote" just 'mount' 'cd' in the REMOTE-KERNEL compile directory do 'make install' then it does not complain. any ideas why this happens? Thanks, Panos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message