Re: [gentoo-user] NFS setup

2019-08-18 Thread Peter Humphrey
On Sunday, 18 August 2019 10:35:36 BST Adam Carter wrote: > On Sun, Aug 18, 2019 at 7:11 PM Peter Humphrey > > wrote: > > On Sunday, 18 August 2019 09:30:36 BST Adam Carter wrote: > > > Is the output of 'mount | grep nfs' the same on the two client > > > machines? > > > > $ mount | grep nfs >

Re: [gentoo-user] NFS setup

2019-08-18 Thread Adam Carter
On Sun, Aug 18, 2019 at 7:11 PM Peter Humphrey wrote: > On Sunday, 18 August 2019 09:30:36 BST Adam Carter wrote: > > > Is the output of 'mount | grep nfs' the same on the two client machines? > > $ mount | grep nfs > nfsd on /proc/fs/nfsd type nfsd (rw,nosuid,nodev,noexec,relatime) > > nfs4 req

Re: [gentoo-user] NFS setup

2019-08-18 Thread Peter Humphrey
On Sunday, 18 August 2019 09:30:36 BST Adam Carter wrote: > Is the output of 'mount | grep nfs' the same on the two client machines? $ mount | grep nfs nfsd on /proc/fs/nfsd type nfsd (rw,nosuid,nodev,noexec,relatime) It's the same on both clients. In the chroots, I see: atom / # mount | grep

Re: [gentoo-user] NFS setup

2019-08-18 Thread J. Roeleveld
On 18 August 2019 10:01:18 CEST, Peter Humphrey wrote: >On to the next problem... > >This workstation serves as compute host to two smaller boxes on the >network. I >NFS-mount the PORTDIR of the smaller box in a chroot on this one, then >do >emerging and so on to build packages which I install l

Re: [gentoo-user] NFS setup

2019-08-18 Thread Adam Carter
On Sun, Aug 18, 2019 at 6:01 PM Peter Humphrey wrote: > On to the next problem... > > This workstation serves as compute host to two smaller boxes on the > network. I > NFS-mount the PORTDIR of the smaller box in a chroot on this one, then do > emerging and so on to build packages which I install

[gentoo-user] NFS setup

2019-08-18 Thread Peter Humphrey
On to the next problem... This workstation serves as compute host to two smaller boxes on the network. I NFS-mount the PORTDIR of the smaller box in a chroot on this one, then do emerging and so on to build packages which I install later on the smaller box. That works fine on one of the smaller

RE: [gentoo-user] nfs setup

2005-08-31 Thread John Dangler
rg Subject: Re: [gentoo-user] nfs setup On 8/31/05, John Dangler <[EMAIL PROTECTED]> wrote: I'm trying to get nfs setup between my gentoo boxes (both local) on the server, grep NFS /usr/src/linux/.config (on the server) returns: CONFIG_NFS_FS=m CONFIG_NFS_V3=y CONFIG_NFS_V4 is not set C

Re: [gentoo-user] nfs setup

2005-08-31 Thread Michael Crute
On 8/31/05, John Dangler <[EMAIL PROTECTED]> wrote: I'm trying to get nfs setup between my gentoo boxes (both local)on the server, grep NFS /usr/src/linux/.config (on the server) returns:CONFIG_NFS_FS=mCONFIG_NFS_V3=yCONFIG_NFS_V4 is not setCONFIG_NFS_DIRECTIO is not set CONFIG_NFSD=mCONFIG_NFSD_V4

[gentoo-user] nfs setup

2005-08-31 Thread John Dangler
I'm trying to get nfs setup between my gentoo boxes (both local) on the server, grep NFS /usr/src/linux/.config (on the server) returns: CONFIG_NFS_FS=m CONFIG_NFS_V3=y CONFIG_NFS_V4 is not set CONFIG_NFS_DIRECTIO is not set CONFIG_NFSD=m CONFIG_NFSD_V4 is not set CONFIG_NFSD_TCP=y Are these setti