From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 15:31:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96DBA37B401 for ; Tue, 17 Jun 2003 15:31:25 -0700 (PDT) Received: from port995.com (port995.com [213.162.97.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA2B43F85 for ; Tue, 17 Jun 2003 15:31:24 -0700 (PDT) (envelope-from sansan@cas.port995.com) Received: by port995.com (Port995 Mail, from userid 77) id CD07814075F5; Tue, 17 Jun 2003 23:31:11 +0100 (BST) Received: from cas.port995.com (Authenticated SMTP client) by port995.com (Port995 Mail) with ESMTP id 14D2C140767F for ; Tue, 17 Jun 2003 23:31:09 +0100 (BST) Message-ID: <3EEF96CF.5000502@cas.port995.com> Date: Tue, 17 Jun 2003 23:31:43 +0100 From: Santos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030610 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: flock error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 22:31:25 -0000 I'm trying to do a make release on 5.1-RELEASE to do a custom 5.1. CHROOTDIR=/home/custom and CVSROOT=/home/ncvs are both on a redhat nfs server. I had some errors related to telnet, telnetd and libtelnet. After a few makes the error went away. Now the the error is this: cd /usr/src/release/../etc && make TARGET_ARCH=i386 TARGET=i386 distribution DESTDIR=/home /custom cd /usr/src/etc; install -o root -g wheel -m 644 amd.map apmd.conf auth.conf crontab cs h.cshrc csh.login csh.logout devd.conf devfs.conf dhclient.conf disktab fbtab ftpusers ge ttytab group hosts hosts.allow hosts.equiv hosts.lpd inetd.conf login.access login.conf mac.conf motd netconfig network.subr networks newsyslog.conf phones printcap profile pro tocols rc rc.firewall rc.firewall6 rc.sendmail rc.shutdown rc.subr remote rpc services shells sysctl.conf syslog.conf usbd.conf etc.i386/ttys /usr/src/etc/../gnu/usr.bin/man/m anpath/manpath.config /usr/src/etc/../usr.bin/mail/misc/mail.rc /usr/src/etc/../usr.bin/ locate/locate/locate.rc /home/custom/etc; cap_mkdb /home/custom/etc/login.conf; install -o root -g wheel -m 755 netstart pccard_ether rc.suspend rc.resume /home/custom/etc; ins tall -o root -g wheel -m 600 master.passwd nsmb.conf opieaccess /home/custom/etc; pwd_mk db -p -d /home/custom/etc /home/custom/etc/master.passwd pwd_mkdb: flock: Operation not supported *** Error code 1 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src/release. I read somewhere weeks ago, that on -current, nfs locking and chroot stuff didn't play well together Was this corrected, or is this a user error? :) Santos