Re: tracking multiple machine

2005-12-15 Thread Massimo Lusetti
On Thu, 2005-12-15 at 15:59 +0100, Melvyn Sopacua wrote: > Is the kernconf in /usr/src/sys/i386/conf still there and is it real file > (not > a symlink to a file on the hostmachine)? You're right. I know i miss something stupid. Thanks and sorry for the noise. -- Massimo.run(); ___

Re: tracking multiple machine

2005-12-15 Thread Melvyn Sopacua
On Thursday 15 December 2005 15:36, Massimo Lusetti wrote: > I've commented out the KERNCONF definition and used the GENERIC kernel > and all went fine... ?! > The name of my kernel is spelled correctly. Is the kernconf in /usr/src/sys/i386/conf still there and is it real file (not a symlink to

Re: tracking multiple machine

2005-12-15 Thread Massimo Lusetti
On Thu, 2005-12-15 at 12:21 +0100, Oliver Fromme wrote: > Are the /etc/make.conf files in sync on client and server? Yep, they're empty except the KERNCONF definition > Did you mount /usr/src and /usr/obj with -maproot=0? No, i export them as /usr/src /usr/obj -maproot=root -network=10.0.0.0

Re: tracking multiple machine

2005-12-15 Thread Oliver Fromme
Claus Guttesen <[EMAIL PROTECTED]> wrote: > > > Are the /etc/make.conf files in sync on client and server? > > Did you mount /usr/src and /usr/obj with -maproot=0? > > Any other unusual exports or mount options (e.g. noexec)? > > It may be the maproot-option. I have the following in my /etc

Re: tracking multiple machine

2005-12-15 Thread Claus Guttesen
> Are the /etc/make.conf files in sync on client and server? > Did you mount /usr/src and /usr/obj with -maproot=0? > Any other unusual exports or mount options (e.g. noexec)? It may be the maproot-option. I have the following in my /etc/exports: /usr/obj /usr/ports /usr/src-network=xyz-m

Re: tracking multiple machine

2005-12-15 Thread Oliver Fromme
Massimo Lusetti <[EMAIL PROTECTED]> wrote: > 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. > [...] > make installkernel KERNCONF=MYNAME > > ERROR: No kernel "MYNAME" to install. > [...] > Bu

Re: tracking multiple machine

2005-12-15 Thread Massimo Lusetti
On Thu, 2005-12-15 at 11:58 +0100, Claus Guttesen wrote: > Did you mount /usr/src from the client? Sure, i've mounted both /usr/src and /usr/obj with the same name with maproot options (from exports) -- Massimo.run(); ___ freebsd-stable@freebsd.org

Re: tracking multiple machine

2005-12-15 Thread Claus Guttesen
> 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 > b