2011年11月2日水曜日

chromium for FreeBSD

When compile from ports tree and which ports tree on NFS server.
I need to union mount /usr/ports(NFS mount directory).

for example
mkdir /var/tmp/ports
mount -t nfs [nfs server's IP]:/usr/ports /usr/ports
mount -t unionfs -o noatime /var/tmp/ports /usr/ports

or use rpc_lockd

for example in /etc/rc.conf
rpcbind_enable="YES"
rpc_lockd_enable="YES" # for both side(server/client)

0 件のコメント: