From owner-freebsd-questions Sat Sep 12 13:37:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08761 for freebsd-questions-outgoing; Sat, 12 Sep 1998 13:37:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08756 for ; Sat, 12 Sep 1998 13:37:21 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA20129; Sat, 12 Sep 1998 13:37:05 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Sat, 12 Sep 1998 13:37:04 -0700 (PDT) From: Doug White To: Panos GEVROS cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting sources and building kernels In-Reply-To: <7490.905527054@cs.ucl.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Sep 1998, Panos GEVROS wrote: > 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) Yes. > 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) What error does it report? It's probably a permissions problem. > 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. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message