Hi, I just tried to do a "make installworld" with DESTDIR set to a directory on an NFS server. It broke like this: ===> lib/libcom_err/doc (install) lockf -k /mnt/data/6.1-TEST/original-tree/usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /mnt/data/6.1-TEST/original-tree/usr/share/info/dir lockf: cannot open /mnt/data/6.1-TEST/original-tree/usr/share/info/dir: Operation not supported *** Error code 73 Stop in /usr/src/lib/libcom_err/doc. *** Error code 1 Am I missing something? Is installworld over NFS supported at all? I could swear I have done it before ... Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Documentation is like sex; when it's good, it's very, very good, and when it's bad, it's better than nothing." -- Dick Brandon
On Mon, Aug 14, 2006 at 07:02:09PM +0200, Oliver Fromme wrote:> Hi, > > I just tried to do a "make installworld" with DESTDIR set > to a directory on an NFS server. It broke like this: > > ===> lib/libcom_err/doc (install) > lockf -k /mnt/data/6.1-TEST/original-tree/usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /mnt/data/6.1-TEST/original-tree/usr/share/info/dir > lockf: cannot open /mnt/data/6.1-TEST/original-tree/usr/share/info/dir: Operation not supported > *** Error code 73 > Stop in /usr/src/lib/libcom_err/doc. > *** Error code 1 > > Am I missing something? Is installworld over NFS supported > at all? I could swear I have done it before ...Look like you need rpc.lockd(8) WBR -- Dmitriy Kirhlarov OILspace, 26 Leninskaya sloboda, bld. 2, 2nd floor, 115280 Moscow, Russia P:+7 495 105 7247 ext.208 F:+7 495 105 7246 E:DmitriyKirhlarov@oilspace.com OILspace - The resource enriched - www.oilspace.com
On Monday 14 August 2006 13:02, Oliver Fromme wrote:> Hi, > > I just tried to do a "make installworld" with DESTDIR set > to a directory on an NFS server. It broke like this: > > ===> lib/libcom_err/doc (install) > lockf -k /mnt/data/6.1-TEST/original-tree/usr/share/info/dirinstall-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /mnt/data/6.1-TEST/original-tree/usr/share/info/dir> lockf: cannot open /mnt/data/6.1-TEST/original-tree/usr/share/info/dir:Operation not supported> *** Error code 73 > Stop in /usr/src/lib/libcom_err/doc. > *** Error code 1 > > Am I missing something? Is installworld over NFS supported > at all? I could swear I have done it before ...I've been doing 'make NO_INFO=yes NO_FSCHG=yes installworld' to installworld over NFS. There doesn't seem to be anyway to turn off just the lockf for the info files w/o turning off the info files altogether. If you want to use rpc.lockd, you need it running on both the server and client, but to be honest, many folks run into problems with rpc.lockd, so unless you really need it I'd avoid it. -- John Baldwin
On Mon, Aug 14, 2006 at 07:02:09PM +0200, Oliver Fromme wrote:> Hi, > > I just tried to do a "make installworld" with DESTDIR set > to a directory on an NFS server. It broke like this: > > ===> lib/libcom_err/doc (install) > lockf -k /mnt/data/6.1-TEST/original-tree/usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /mnt/data/6.1-TEST/original-tree/usr/share/info/dir > lockf: cannot open /mnt/data/6.1-TEST/original-tree/usr/share/info/dir: Operation not supported > *** Error code 73 > Stop in /usr/src/lib/libcom_err/doc. > *** Error code 1 > > Am I missing something? Is installworld over NFS supported > at all? I could swear I have done it before ... >Yes. From build(7): : installworld Install everything built by a preceding buildworld step : into the directory hierarchy pointed to by make(1) vari- : able DESTDIR. : : If installing onto an NFS file system, make sure that : rpc.lockd(8) is running on both client and server. See : rc.conf(5) on how to make it start at boot time. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060814/403e8a8b/attachment.pgp