Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 13:13:24 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        "Andrew P." <infofarmer@mail.ru>
Cc:        questions@freebsd.org
Subject:   Re: Samba installation from ports over NFS
Message-ID:  <20041222191324.GC36639@dan.emsphone.com>
In-Reply-To: <41C9C3AD.6060109@mail.ru>
References:  <41C9C3AD.6060109@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Dec 22), Andrew P. said:
> My /usr/ports is a network file-system. When I try to install samba 3 it 
> says:
> 
> satsmb# make install
> ===>   samba-3.0.9,1 depends on file: /usr/local/bin/autoconf259 - found
> ===>   samba-3.0.9,1 depends on shared library: cups.2 - found
> ===>   samba-3.0.9,1 depends on shared library: popt.0 - found
> ===>   samba-3.0.9,1 depends on shared library: ldap-2.2.7 - found
> ===>   samba-3.0.9,1 depends on shared library: iconv.3 - found
> ===>  Configuring for samba-3.0.9,1
> autom4te259: cannot lock autom4te.cache/requests with mode 2 (perhaps you are running make -j on a lame NFS client?): Operation not supported
> *** Error code 1

Make sure you are running lockd and statd on client and server.  In
/etc/rc.conf:

rpc_lockd_enable="YES"
rpc_statd_enable="YES"
 
-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041222191324.GC36639>