|
From: Daryn N. <dn...@ap...> - 2005-01-09 22:14:15
|
Let me know if i'm missing something however i can't seem to net a = devil-linux setup as a nfs server. Does it currently have this ability = to serve as a nfs server in version 1.2.2? =20 If not is it planned to be included in a future release?=20 =20 Thanks |
|
From: Chris G. <dl...@ki...> - 2011-11-01 11:52:17
|
Hi All. Now I'm sure I'm just being thick (like I was with the bridging network interfaces), but I can't seem to work out how to setup NFS Shares on my DL server. So first off, can this be done? and secondly can someone give me an Idiots Guide on how to do it please? Thanks in advance, Chris. |
|
From: Heiko Z. <he...@zu...> - 2011-11-01 19:36:25
|
Quoting Chris Grove <dl...@ki...>: > Hi All. > Now I'm sure I'm just being thick (like I was with the bridging network > interfaces), but I can't seem to work out how to setup NFS Shares on my DL > server. So first off, can this be done? and secondly can someone give me an > Idiots Guide on how to do it please? > Thanks in advance, Chris. It should work. I don't have a NFS server running personally, so I can't give you any working examples. -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: Gordon R. <gru...@cl...> - 2011-11-01 20:00:37
|
I don't have it running on DL, but likely you just need to define the file system(s) you want to share out in the file /etc/exports. "man exports" will give you the file requirements/capabilities. Also make sure you have enabled NFS server in /etc/sysconfig/config (ie run DL's "setup" command and check off NFSD). Gordon Russell Clarke County IT ----- Original Message ----- > From: "Heiko Zuerker" <he...@zu...> > To: dev...@li... > Sent: Tuesday, November 1, 2011 3:36:14 PM > Subject: Re: [Devil-Linux-discuss] NFS Server > Quoting Chris Grove <dl...@ki...>: > > > Hi All. > > Now I'm sure I'm just being thick (like I was with the bridging > > network > > interfaces), but I can't seem to work out how to setup NFS Shares on > > my DL > > server. So first off, can this be done? and secondly can someone > > give me an > > Idiots Guide on how to do it please? > > Thanks in advance, Chris. > > It should work. I don't have a NFS server running personally, so I > can't give you any working examples. > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save $700 by Nov 18 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Serge L. <ser...@gm...> - 2011-11-01 20:00:45
|
Hi Chris, It works. Let's assume you are going to share "/opt", so the only things you have to do are: 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports 2. /etc/init.d/rpcbind start (or if you use older version /etc/init.d/portmap start) 3. /etc/init.d/nfsd start 4. check if "/opt" was really exported showmount -e nfs.server.ip.address If it doesn't work, let's debug it. Serge On 11/01/2011 04:52 AM, Chris Grove wrote: > Hi All. > Now I'm sure I'm just being thick (like I was with the bridging network > interfaces), but I can't seem to work out how to setup NFS Shares on my DL > server. So first off, can this be done? and secondly can someone give me an > Idiots Guide on how to do it please? > Thanks in advance, Chris. > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save$700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > > > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Chris G. <dl...@ki...> - 2011-11-04 14:53:52
|
Hi all,
Sorry for the delay in replying, been a bit busy. Ok, I've updated 2 of my
servers to 1.4.3-2011-10-12 and then followed the instructions below but
it's still not working.
On one server I'm getting:
Starting NFS nfsd...rpc.nfsd: writing fd to kernel failed: errno 111
(Connection refused)
rpc.nfsd: unable to set any sockets for nfsd
and
Exporting NFS Filesystems...exportfs: /etc/exports [1]: Neither
'subtree_check' or 'no_subtree_check' specified for export "*:/home/Films".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
and on the other server I get no errors starting the services, but I get
this error:
clnt_create: RPC: Port mapper failure - Unable to receive: errno 111
(Connection refused)
when doing the showmount -e 127.0.0.1 command.
Thanks for all the help so far, here's hoping we can get to the bottom of
the issue.
Cheers, Chris.
On 1 November 2011 20:00, Serge Leschinsky <ser...@gm...>wrote:
> Hi Chris,
>
> It works. Let's assume you are going to share "/opt", so the only things
> you
> have to do are:
>
> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports
>
> 2. /etc/init.d/rpcbind start
> (or if you use older version /etc/init.d/portmap start)
>
> 3. /etc/init.d/nfsd start
>
> 4. check if "/opt" was really exported
> showmount -e nfs.server.ip.address
>
>
> If it doesn't work, let's debug it.
>
> Serge
>
>
>
|
|
From: Chris G. <dl...@ki...> - 2011-11-01 20:14:23
|
Hi Serge Right the folder I want to export is /home/Films so I've put it in /etc/exports Next I've done /etc/init.d/portmap start as I got a "No such file or directory" for the other one and I've got an [OK] for that. Next I did the /etc/init.d/nfsd start and got the following: Starting NFS mountd... [ OK ] Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] Starting NFS statd... [ OK ] Mounting nfsd virtual filesystem...mount: none already mounted or /proc/fs/nfsd busy mount: according to mtab, none is already mounted on /proc/fs/nfsd [FAILED] Exporting NFS Filesystems... [ OK ] When I did showmount -e nfs.server.ip.address I got: clnt_create: RPC: Unknown protocol I did a /etc/init.d/nfsd restart just in case and got: Stopping NFS statd... Not running [ ATTN ] Stopping NFS nfsd... Not running [ ATTN ] Stopping NFS mountd... Not running [ ATTN ] Refreshing NFS Exported Filesystems... [ OK ] Unmounting NFS Virtual Filesystem... [ OK ] Starting NFS mountd... [ OK ] Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] Starting NFS statd... [ OK ] Mounting nfsd virtual filesystem... [ OK ] Exporting NFS Filesystems... [ OK ] But I still get the same clnt_create: RPC: Unknown protocol error. Not sure where to go next :( Thanks, Chris. On 1 November 2011 20:00, Serge Leschinsky <ser...@gm...>wrote: > Hi Chris, > > It works. Let's assume you are going to share "/opt", so the only things > you > have to do are: > > 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports > > 2. /etc/init.d/rpcbind start > (or if you use older version /etc/init.d/portmap start) > > 3. /etc/init.d/nfsd start > > 4. check if "/opt" was really exported > showmount -e nfs.server.ip.address > > > If it doesn't work, let's debug it. > > Serge > > > On 11/01/2011 04:52 AM, Chris Grove wrote: > > Hi All. > > Now I'm sure I'm just being thick (like I was with the bridging network > > interfaces), but I can't seem to work out how to setup NFS Shares on my > DL > > server. So first off, can this be done? and secondly can someone give me > an > > Idiots Guide on how to do it please? > > Thanks in advance, Chris. > > > > > > > ------------------------------------------------------------------------------ > > RSA® Conference 2012 > > Save$700 by Nov 18 > > Register now > > http://p.sf.net/sfu/rsa-sfdev2dev1 > > > > > > > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save $700 by Nov 18 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |
|
From: Serge L. <ser...@gm...> - 2011-11-01 22:35:18
|
Hi Chris, It looks like portmap is not working. We replaced it with rpcbind, so most probably you use "broken" build. Try the new one - it should be fine. Serge PS. On my system: root@Devil:~ # /etc/init.d/rpcbind start Starting RPC Portmapper: [ OK ] root@Devil:~ # /etc/init.d/nfsd start Starting NFS mountd... [ OK ] Starting NFS nfsd... [ OK ] Starting NFS statd... [ OK ] Exporting NFS Filesystems... [ OK ] root@Devil:~ # showmount -e 127.0.0.1 Export list for 127.0.0.1: /shm/var * > When I did showmount -e nfs.server.ip.address I got: > clnt_create: RPC: Unknown protocol > > I did a /etc/init.d/nfsd restart just in case and got: > Stopping NFS statd... Not running [ ATTN ] > Stopping NFS nfsd... Not running [ ATTN ] > Stopping NFS mountd... Not running [ ATTN ] > Refreshing NFS Exported Filesystems... [ OK ] > Unmounting NFS Virtual Filesystem... [ OK ] > Starting NFS mountd... [ OK ] > Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] > Starting NFS statd... [ OK ] > Mounting nfsd virtual filesystem... [ OK ] > Exporting NFS Filesystems... [ OK ] > > But I still get the same clnt_create: RPC: Unknown protocol error. > > Not sure where to go next :( > > Thanks, Chris. > > On 1 November 2011 20:00, Serge Leschinsky <ser...@gm... > <mailto:serge.leschinsky%2B...@gm...>> wrote: > > Hi Chris, > > It works. Let's assume you are going to share "/opt", so the only things you > have to do are: > > 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports > > 2. /etc/init.d/rpcbind start > (or if you use older version /etc/init.d/portmap start) > > 3. /etc/init.d/nfsd start > > 4. check if "/opt" was really exported > showmount -e nfs.server.ip.address > > > If it doesn't work, let's debug it. > > Serge > > > On 11/01/2011 04:52 AM, Chris Grove wrote: > > Hi All. > > Now I'm sure I'm just being thick (like I was with the bridging network > > interfaces), but I can't seem to work out how to setup NFS Shares on my DL > > server. So first off, can this be done? and secondly can someone give me an > > Idiots Guide on how to do it please? > > Thanks in advance, Chris. > > > > > > > ------------------------------------------------------------------------------ > > RSA® Conference 2012 > > Save$700 by Nov 18 > > Register now > > http://p.sf.net/sfu/rsa-sfdev2dev1 > > > > > > > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > <mailto:Dev...@li...> > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save $700 by Nov 18 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > <mailto:Dev...@li...> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save $700 by Nov 18 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev1 > > > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Heiko Z. <he...@zu...> - 2011-11-01 20:21:32
|
Chris, which version of DL are you using? Heiko Quoting Chris Grove <dl...@ki...>: > Hi Serge > > Right the folder I want to export is /home/Films so I've put it in > /etc/exports > > Next I've done /etc/init.d/portmap start as I got a "No such file or > directory" for the other one and I've got an [OK] for that. > > Next I did the /etc/init.d/nfsd start and got the following: > Starting NFS mountd... [ OK > ] > Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] > Starting NFS statd... [ OK > ] > Mounting nfsd virtual filesystem...mount: none already mounted or > /proc/fs/nfsd busy > mount: according to mtab, none is already mounted on /proc/fs/nfsd [FAILED] > Exporting NFS Filesystems... [ OK > ] > > When I did showmount -e nfs.server.ip.address I got: > clnt_create: RPC: Unknown protocol > > I did a /etc/init.d/nfsd restart just in case and got: > Stopping NFS statd... Not running [ ATTN > ] > Stopping NFS nfsd... Not running [ ATTN > ] > Stopping NFS mountd... Not running [ ATTN > ] > Refreshing NFS Exported Filesystems... [ OK > ] > Unmounting NFS Virtual Filesystem... [ OK > ] > Starting NFS mountd... [ OK > ] > Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] > Starting NFS statd... [ OK > ] > Mounting nfsd virtual filesystem... [ OK > ] > Exporting NFS Filesystems... [ OK > ] > > But I still get the same clnt_create: RPC: Unknown protocol error. > > Not sure where to go next :( > > Thanks, Chris. > > On 1 November 2011 20:00, Serge Leschinsky > <ser...@gm...>wrote: > >> Hi Chris, >> >> It works. Let's assume you are going to share "/opt", so the only things >> you >> have to do are: >> >> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports >> >> 2. /etc/init.d/rpcbind start >> (or if you use older version /etc/init.d/portmap start) >> >> 3. /etc/init.d/nfsd start >> >> 4. check if "/opt" was really exported >> showmount -e nfs.server.ip.address >> >> >> If it doesn't work, let's debug it. >> >> Serge >> >> >> On 11/01/2011 04:52 AM, Chris Grove wrote: >> > Hi All. >> > Now I'm sure I'm just being thick (like I was with the bridging network >> > interfaces), but I can't seem to work out how to setup NFS Shares on my >> DL >> > server. So first off, can this be done? and secondly can someone give me >> an >> > Idiots Guide on how to do it please? >> > Thanks in advance, Chris. >> > >> > >> > >> ------------------------------------------------------------------------------ >> > RSA® Conference 2012 >> > Save$700 by Nov 18 >> > Register now >> > http://p.sf.net/sfu/rsa-sfdev2dev1 >> > >> > >> > >> > _______________________________________________ >> > Devil-linux-discuss mailing list >> > Dev...@li... >> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> >> >> >> ------------------------------------------------------------------------------ >> RSA® Conference 2012 >> Save $700 by Nov 18 >> Register now! >> http://p.sf.net/sfu/rsa-sfdev2dev1 >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: Chris G. <dl...@ki...> - 2011-11-01 20:23:25
|
Hi Heiko I.4.2 I think On 1 November 2011 20:21, Heiko Zuerker <he...@zu...> wrote: > Chris, > > which version of DL are you using? > > Heiko > > Quoting Chris Grove <dl...@ki...>: > > > Hi Serge > > > > Right the folder I want to export is /home/Films so I've put it in > > /etc/exports > > > > Next I've done /etc/init.d/portmap start as I got a "No such file or > > directory" for the other one and I've got an [OK] for that. > > > > Next I did the /etc/init.d/nfsd start and got the following: > > Starting NFS mountd... [ > OK > > ] > > Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK > ] > > Starting NFS statd... [ > OK > > ] > > Mounting nfsd virtual filesystem...mount: none already mounted or > > /proc/fs/nfsd busy > > mount: according to mtab, none is already mounted on /proc/fs/nfsd > [FAILED] > > Exporting NFS Filesystems... [ > OK > > ] > > > > When I did showmount -e nfs.server.ip.address I got: > > clnt_create: RPC: Unknown protocol > > > > I did a /etc/init.d/nfsd restart just in case and got: > > Stopping NFS statd... Not running [ > ATTN > > ] > > Stopping NFS nfsd... Not running [ > ATTN > > ] > > Stopping NFS mountd... Not running [ > ATTN > > ] > > Refreshing NFS Exported Filesystems... [ > OK > > ] > > Unmounting NFS Virtual Filesystem... [ > OK > > ] > > Starting NFS mountd... [ > OK > > ] > > Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK > ] > > Starting NFS statd... [ > OK > > ] > > Mounting nfsd virtual filesystem... [ > OK > > ] > > Exporting NFS Filesystems... [ > OK > > ] > > > > But I still get the same clnt_create: RPC: Unknown protocol error. > > > > Not sure where to go next :( > > > > Thanks, Chris. > > > > On 1 November 2011 20:00, Serge Leschinsky > > <ser...@gm...>wrote: > > > >> Hi Chris, > >> > >> It works. Let's assume you are going to share "/opt", so the only things > >> you > >> have to do are: > >> > >> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports > >> > >> 2. /etc/init.d/rpcbind start > >> (or if you use older version /etc/init.d/portmap start) > >> > >> 3. /etc/init.d/nfsd start > >> > >> 4. check if "/opt" was really exported > >> showmount -e nfs.server.ip.address > >> > >> > >> If it doesn't work, let's debug it. > >> > >> Serge > >> > >> > >> On 11/01/2011 04:52 AM, Chris Grove wrote: > >> > Hi All. > >> > Now I'm sure I'm just being thick (like I was with the bridging > network > >> > interfaces), but I can't seem to work out how to setup NFS Shares on > my > >> DL > >> > server. So first off, can this be done? and secondly can someone give > me > >> an > >> > Idiots Guide on how to do it please? > >> > Thanks in advance, Chris. > >> > > >> > > >> > > >> > ------------------------------------------------------------------------------ > >> > RSA® Conference 2012 > >> > Save$700 by Nov 18 > >> > Register now > >> > http://p.sf.net/sfu/rsa-sfdev2dev1 > >> > > >> > > >> > > >> > _______________________________________________ > >> > Devil-linux-discuss mailing list > >> > Dev...@li... > >> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >> > >> > >> > >> > ------------------------------------------------------------------------------ > >> RSA® Conference 2012 > >> Save $700 by Nov 18 > >> Register now! > >> http://p.sf.net/sfu/rsa-sfdev2dev1 > >> _______________________________________________ > >> Devil-linux-discuss mailing list > >> Dev...@li... > >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >> > > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save $700 by Nov 18 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |
|
From: Szombathelyi Gy|r. <gy...@fr...> - 2011-11-01 20:36:49
|
Hi, NFS server doesn't work due to missing rpcbind in 1.4.2 Br,György Chris Grove <dl...@ki...> írta: >Hi Heiko I.4.2 I think > >On 1 November 2011 20:21, Heiko Zuerker <he...@zu...> wrote: >>Chris, >> >>which version of DL are you using? >> >>Heiko >> >>Quoting Chris Grove <dl...@ki...>: >> >>> Hi Serge >>> >>> Right the folder I want to export is /home/Films so I've put it in >>> /etc/exports >>> >>> Next I've done /etc/init.d/portmap start as I got a "No such file or >>> directory" for the other one and I've got an [OK] for that. >>> >>> Next I did the /etc/init.d/nfsd start and got the following: >>> Starting NFS mountd... [ OK >>> ] >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >>> Starting NFS statd... [ OK >>> ] >>> Mounting nfsd virtual filesystem...mount: none already mounted or >>> /proc/fs/nfsd busy >>> mount: according to mtab, none is already mounted on /proc/fs/nfsd [FAILED] >>> Exporting NFS Filesystems... [ OK >>> ] >>> >>> When I did showmount -e nfs.server.ip.address I got: >>> clnt_create: RPC: Unknown protocol >>> >>> I did a /etc/init.d/nfsd restart just in case and got: >>> Stopping NFS statd... Not running [ ATTN >>> ] >>> Stopping NFS nfsd... Not running [ ATTN >>> ] >>> Stopping NFS mountd... Not running [ ATTN >>> ] >>> Refreshing NFS Exported Filesystems... [ OK >>> ] >>> Unmounting NFS Virtual Filesystem... [ OK >>> ] >>> Starting NFS mountd... [ OK >>> ] >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >>> Starting NFS statd... [ OK >>> ] >>> Mounting nfsd virtual filesystem... [ OK >>> ] >>> Exporting NFS Filesystems... [ OK >>> ] >>> >>> But I still get the same clnt_create: RPC: Unknown protocol error. >>> >>> Not sure where to go next :( >>> >>> Thanks, Chris. >>> >>> On 1 November 2011 20:00, Serge Leschinsky >>> <ser...@gm...>wrote: >>> >>>> Hi Chris, >>>> >>>> It works. Let's assume you are going to share "/opt", so the only things >>>> you >>>> have to do are: >>>> >>>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports >>>> >>>> 2. /etc/init.d/rpcbind start >>>> (or if you use older version /etc/init.d/portmap start) >>>> >>>> 3. /etc/init.d/nfsd start >>>> >>>> 4. check if "/opt" was really exported >>>> showmount -e nfs.server.ip.address >>>> >>>> >>>> If it doesn't work, let's debug it. >>>> >>>> Serge >>>> >>>> >>>> On 11/01/2011 04:52 AM, Chris Grove wrote: >>>> > Hi All. >>>> > Now I'm sure I'm just being thick (like I was with the bridging network >>>> > interfaces), but I can't seem to work out how to setup NFS Shares on my >>>> DL >>>> > server. So first off, can this be done? and secondly can someone give me >>>> an >>>> > Idiots Guide on how to do it please? >>>> > Thanks in advance, Chris. >>>> > >>>> > >>>> > >>>> ------------------------------------------------------------------------------ >>>> > RSA® Conference 2012 >>>> > Save$700 by Nov 18 >>>> > Register now >>>> > http://p.sf.net/sfu/rsa-sfdev2dev1 >>>> > >>>> > >>>> > >>>> > _______________________________________________ >>>> > Devil-linux-discuss mailing list >>>> > Dev...@li... >>>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> RSA® Conference 2012 >>>> Save $700 by Nov 18 >>>> Register now! >>>> http://p.sf.net/sfu/rsa-sfdev2dev1 >>>> _______________________________________________ >>>> Devil-linux-discuss mailing list >>>> Dev...@li... >>>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>>> >> >> -- >> >>Regards >> Heiko Zuerker >> http://www.devil-linux.org >> >> >> ------------------------------------------------------------------------------ >>RSA® Conference 2012 >>Save $700 by Nov 18 >>Register now! >>http://p.sf.net/sfu/rsa-sfdev2dev1 >>_______________________________________________ >>Devil-linux-discuss mailing list >>Dev...@li... >>https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >Hi HeikoI.4.2 I thinkOn 1 November 2011 20:21, Heiko Zuerker he...@zu...> wrote: >Chris, > >which version of DL are you using? > >Heiko > >Quoting Chris Grove dl...@ki...>: > >> Hi Serge >> >> Right the folder I want to export is /home/Films so I've put it in >> /etc/exports >> >> Next I've done /etc/init.d/portmap start as I got a "No such file or >> directory" for the other one and I've got an [OK] for that. >> >> Next I did the /etc/init.d/nfsd start and got the following: >> Starting NFS mountd... [ OK >> ] >> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >> Starting NFS statd... [ OK >> ] >> Mounting nfsd virtual filesystem...mount: none already mounted or >> /proc/fs/nfsd busy >> mount: according to mtab, none is already mounted on /proc/fs/nfsd [FAILED] >> Exporting NFS Filesystems... [ OK >> ] >> >> When I did showmount -e nfs.server.ip.address I got: >> clnt_create: RPC: Unknown protocol >> >> I did a /etc/init.d/nfsd restart just in case and got: >> Stopping NFS statd... Not running [ ATTN >> ] >> Stopping NFS nfsd... Not running [ ATTN >> ] >> Stopping NFS mountd... Not running [ ATTN >> ] >> Refreshing NFS Exported Filesystems... [ OK >> ] >> Unmounting NFS Virtual Filesystem... [ OK >> ] >> Starting NFS mountd... [ OK >> ] >> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >> Starting NFS statd... [ OK >> ] >> Mounting nfsd virtual filesystem... [ OK >> ] >> Exporting NFS Filesystems... [ OK >> ] >> >> But I still get the same clnt_create: RPC: Unknown protocol error. >> >> Not sure where to go next :( >> >> Thanks, Chris. >> >> On 1 November 2011 20:00, Serge Leschinsky >> ser...@gm...>wrote: >> >>> Hi Chris, >>> >>> It works. Let's assume you are going to share "/opt", so the only things >>> you >>> have to do are: >>> >>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports >>> >>> 2. /etc/init.d/rpcbind start >>> (or if you use older version /etc/init.d/portmap start) >>> >>> 3. /etc/init.d/nfsd start >>> >>> 4. check if "/opt" was really exported >>> showmount -e nfs.server.ip.address >>> >>> >>> If it doesn't work, let's debug it. >>> >>> Serge >>> >>> >>> On 11/01/2011 04:52 AM, Chris Grove wrote: >>> > Hi All. >>> > Now I'm sure I'm just being thick (like I was with the bridging network >>> > interfaces), but I can't seem to work out how to setup NFS Shares on my >>> DL >>> > server. So first off, can this be done? and secondly can someone give me >>> an >>> > Idiots Guide on how to do it please? >>> > Thanks in advance, Chris. >>> > >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > RSA&reg; Conference 2012 >>> > Save&#36;700 by Nov 18 >>> > Register now >>> > http://p.sf.net/sfu/rsa-sfdev2dev1 >>> > >>> > >>> > >>> > _______________________________________________ >>> > Devil-linux-discuss mailing list >>> > Dev...@li... >>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> RSA&#174; Conference 2012 >>> Save $700 by Nov 18 >>> Register now&#33; >>> http://p.sf.net/sfu/rsa-sfdev2dev1 >>> _______________________________________________ >>> Devil-linux-discuss mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>> > > >-- > >Regards > Heiko Zuerker > http://www.devil-linux.org > > > >------------------------------------------------------------------------------ >RSA&#174; Conference 2012 >Save $700 by Nov 18 >Register now&#33; >http://p.sf.net/sfu/rsa-sfdev2dev1 >_______________________________________________ >Devil-linux-discuss mailing list >Dev...@li... >https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >------------------------------------------------------------------------------ >RSA® Conference 2012 >Save $700 by Nov 18 >Register now! >http://p.sf.net/sfu/rsa-sfdev2dev1Hi HeikoI.4.2 I thinkOn 1 November 2011 20:21, Heiko Zuerker he...@zu...> wrote: >Chris, > >which version of DL are you using? > >Heiko > >Quoting Chris Grove dl...@ki...>: > >> Hi Serge >> >> Right the folder I want to export is /home/Films so I've put it in >> /etc/exports >> >> Next I've done /etc/init.d/portmap start as I got a "No such file or >> directory" for the other one and I've got an [OK] for that. >> >> Next I did the /etc/init.d/nfsd start and got the following: >> Starting NFS mountd... [ OK >> ] >> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >> Starting NFS statd... [ OK >> ] >> Mounting nfsd virtual filesystem...mount: none already mounted or >> /proc/fs/nfsd busy >> mount: according to mtab, none is already mounted on /proc/fs/nfsd [FAILED] >> Exporting NFS Filesystems... [ OK >> ] >> >> When I did showmount -e nfs.server.ip.address I got: >> clnt_create: RPC: Unknown protocol >> >> I did a /etc/init.d/nfsd restart just in case and got: >> Stopping NFS statd... Not running [ ATTN >> ] >> Stopping NFS nfsd... Not running [ ATTN >> ] >> Stopping NFS mountd... Not running [ ATTN >> ] >> Refreshing NFS Exported Filesystems... [ OK >> ] >> Unmounting NFS Virtual Filesystem... [ OK >> ] >> Starting NFS mountd... [ OK >> ] >> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >> Starting NFS statd... [ OK >> ] >> Mounting nfsd virtual filesystem... [ OK >> ] >> Exporting NFS Filesystems... [ OK >> ] >> >> But I still get the same clnt_create: RPC: Unknown protocol error. >> >> Not sure where to go next :( >> >> Thanks, Chris. >> >> On 1 November 2011 20:00, Serge Leschinsky >> ser...@gm...>wrote: >> >>> Hi Chris, >>> >>> It works. Let's assume you are going to share "/opt", so the only things >>> you >>> have to do are: >>> >>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports >>> >>> 2. /etc/init.d/rpcbind start >>> (or if you use older version /etc/init.d/portmap start) >>> >>> 3. /etc/init.d/nfsd start >>> >>> 4. check if "/opt" was really exported >>> showmount -e nfs.server.ip.address >>> >>> >>> If it doesn't work, let's debug it. >>> >>> Serge >>> >>> >>> On 11/01/2011 04:52 AM, Chris Grove wrote: >>> > Hi All. >>> > Now I'm sure I'm just being thick (like I was with the bridging network >>> > interfaces), but I can't seem to work out how to setup NFS Shares on my >>> DL >>> > server. So first off, can this be done? and secondly can someone give me >>> an >>> > Idiots Guide on how to do it please? >>> > Thanks in advance, Chris. >>> > >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > RSA&reg; Conference 2012 >>> > Save&#36;700 by Nov 18 >>> > Register now >>> > http://p.sf.net/sfu/rsa-sfdev2dev1 >>> > >>> > >>> > >>> > _______________________________________________ >>> > Devil-linux-discuss mailing list >>> > Dev...@li... >>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> RSA&#174; Conference 2012 >>> Save $700 by Nov 18 >>> Register now&#33; >>> http://p.sf.net/sfu/rsa-sfdev2dev1 >>> _______________________________________________ >>> Devil-linux-discuss mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>> > > >-- > >Regards > Heiko Zuerker > http://www.devil-linux.org > > > >------------------------------------------------------------------------------ >RSA&#174; Conference 2012 >Save $700 by Nov 18 >Register now&#33; >http://p.sf.net/sfu/rsa-sfdev2dev1 >_______________________________________________ >Devil-linux-discuss mailing list >Dev...@li... >https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >------------------------------------------------------------------------------ >RSA® Conference 2012 >Save $700 by Nov 18 >Register now! >http://p.sf.net/sfu/rsa-sfdev2dev1_______________________________________________ >Devil-linux-discuss mailing list >Dev...@li... >https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Heiko Z. <he...@zu...> - 2011-11-01 20:50:46
|
Please try one of our pre-releases: ftp://ftp.devil-linux.org/pub/devel/testing/ Heiko Quoting Szombathelyi Gy|rgy <gy...@fr...>: > Hi, NFS server doesn't work due to missing rpcbind in 1.4.2 Br,György > > Chris Grove <dl...@ki...> írta: >> Hi Heiko I.4.2 I think >> >> On 1 November 2011 20:21, Heiko Zuerker <he...@zu...> wrote: > > >>> Chris, >>> >>> which version of DL are you using? >>> >>> Heiko >>> >>> Quoting Chris Grove <dl...@ki...>: >>> >>>> Hi Serge >>>> >>>> Right the folder I want to export is /home/Films so I've put it in >>>> /etc/exports >>>> >>>> Next I've done /etc/init.d/portmap start as I got a "No such file or >>>> directory" for the other one and I've got an [OK] for that. >>>> >>>> Next I did the /etc/init.d/nfsd start and got the following: >>>> Starting NFS mountd... [ OK >>>> ] >>>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol >>>> [ OK ] >>>> Starting NFS statd... [ OK >>>> ] >>>> Mounting nfsd virtual filesystem...mount: none already mounted or >>>> /proc/fs/nfsd busy >>>> mount: according to mtab, none is already mounted on >>>> /proc/fs/nfsd [FAILED] >>>> Exporting NFS Filesystems... [ OK >>>> ] >>>> >>>> When I did showmount -e nfs.server.ip.address I got: >>>> clnt_create: RPC: Unknown protocol >>>> >>>> I did a /etc/init.d/nfsd restart just in case and got: >>>> Stopping NFS statd... Not running >>>> [ ATTN >>>> ] >>>> Stopping NFS nfsd... Not running >>>> [ ATTN >>>> ] >>>> Stopping NFS mountd... Not running >>>> [ ATTN >>>> ] >>>> Refreshing NFS Exported Filesystems... [ OK >>>> ] >>>> Unmounting NFS Virtual Filesystem... [ OK >>>> ] >>>> Starting NFS mountd... [ OK >>>> ] >>>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol >>>> [ OK ] >>>> Starting NFS statd... [ OK >>>> ] >>>> Mounting nfsd virtual filesystem... [ OK >>>> ] >>>> Exporting NFS Filesystems... [ OK >>>> ] >>>> >>>> But I still get the same clnt_create: RPC: Unknown protocol error. >>>> >>>> Not sure where to go next :( >>>> >>>> Thanks, Chris. >>>> >>>> On 1 November 2011 20:00, Serge Leschinsky >>>> <ser...@gm...>wrote: >>>> >>>>> Hi Chris, >>>>> >>>>> It works. Let's assume you are going to share "/opt", so the >>>>> only things >>>>> you >>>>> have to do are: >>>>> >>>>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports >>>>> >>>>> 2. /etc/init.d/rpcbind start >>>>> (or if you use older version /etc/init.d/portmap start) >>>>> >>>>> 3. /etc/init.d/nfsd start >>>>> >>>>> 4. check if "/opt" was really exported >>>>> showmount -e nfs.server.ip.address >>>>> >>>>> >>>>> If it doesn't work, let's debug it. >>>>> >>>>> Serge >>>>> >>>>> >>>>> On 11/01/2011 04:52 AM, Chris Grove wrote: >>>>> > Hi All. >>>>> > Now I'm sure I'm just being thick (like I was with the >>>>> bridging network >>>>> > interfaces), but I can't seem to work out how to setup NFS >>>>> Shares on my >>>>> DL >>>>> > server. So first off, can this be done? and secondly can >>>>> someone give me >>>>> an >>>>> > Idiots Guide on how to do it please? >>>>> > Thanks in advance, Chris. >>>>> > >>>>> > >>>>> > >>>>> ------------------------------------------------------------------------------ >>>>> > RSA® Conference 2012 >>>>> > Save$700 by Nov 18 >>>>> > Register now >>>>> > http://p.sf.net/sfu/rsa-sfdev2dev1 >>>>> > >>>>> > >>>>> > >>>>> > _______________________________________________ >>>>> > Devil-linux-discuss mailing list >>>>> > Dev...@li... >>>>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> RSA® Conference 2012 >>>>> Save $700 by Nov 18 >>>>> Register now! >>>>> http://p.sf.net/sfu/rsa-sfdev2dev1 >>>>> _______________________________________________ >>>>> Devil-linux-discuss mailing list >>>>> Dev...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>>>> >>> >>> -- >>> >>> Regards >>> Heiko Zuerker >>> http://www.devil-linux.org >>> >>> >>> ------------------------------------------------------------------------------ >>> RSA® Conference 2012 >>> Save $700 by Nov 18 >>> Register now! >>> http://p.sf.net/sfu/rsa-sfdev2dev1 >>> _______________________________________________ >>> Devil-linux-discuss mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >> Hi HeikoI.4.2 I thinkOn 1 November 2011 20:21, Heiko Zuerker >> he...@zu...> wrote: >> Chris, >> >> which version of DL are you using? >> >> Heiko >> >> Quoting Chris Grove dl...@ki...>: >> >>> Hi Serge >>> >>> Right the folder I want to export is /home/Films so I've put it in >>> /etc/exports >>> >>> Next I've done /etc/init.d/portmap start as I got a "No >>> such file or >>> directory" for the other one and I've got an [OK] for that. >>> >>> Next I did the /etc/init.d/nfsd start and got the following: >>> Starting NFS mountd... [ OK >>> ] >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >>> Starting NFS statd... [ OK >>> ] >>> Mounting nfsd virtual filesystem...mount: none already mounted or >>> /proc/fs/nfsd busy >>> mount: according to mtab, none is already mounted on /proc/fs/nfsd >>> [FAILED] >>> Exporting NFS Filesystems... [ OK >>> ] >>> >>> When I did showmount -e nfs.server.ip.address I got: >>> clnt_create: RPC: Unknown protocol >>> >>> I did a /etc/init.d/nfsd restart just in case and got: >>> Stopping NFS statd... Not running [ ATTN >>> ] >>> Stopping NFS nfsd... Not running [ ATTN >>> ] >>> Stopping NFS mountd... Not running [ ATTN >>> ] >>> Refreshing NFS Exported Filesystems... [ OK >>> ] >>> Unmounting NFS Virtual Filesystem... [ OK >>> ] >>> Starting NFS mountd... [ OK >>> ] >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >>> Starting NFS statd... [ OK >>> ] >>> Mounting nfsd virtual filesystem... [ OK >>> ] >>> Exporting NFS Filesystems... [ OK >>> ] >>> >>> But I still get the same clnt_create: RPC: Unknown protocol error. >>> >>> Not sure where to go next :( >>> >>> Thanks, Chris. >>> >>> On 1 November 2011 20:00, Serge Leschinsky >>> ser...@gm...>wrote: >>> >>>> Hi Chris, >>>> >>>> It works. Let's assume you are going to share >>>> "/opt", so the only things >>>> you >>>> have to do are: >>>> >>>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > >>>> /etc/exports >>>> >>>> 2. /etc/init.d/rpcbind start >>>> (or if you use older version /etc/init.d/portmap start) >>>> >>>> 3. /etc/init.d/nfsd start >>>> >>>> 4. check if "/opt" was really exported >>>> showmount -e nfs.server.ip.address >>>> >>>> >>>> If it doesn't work, let's debug it. >>>> >>>> Serge >>>> >>>> >>>> On 11/01/2011 04:52 AM, Chris Grove wrote: >>>> > Hi All. >>>> > Now I'm sure I'm just being thick (like I was with the >>>> bridging network >>>> > interfaces), but I can't seem to work out how to setup NFS >>>> Shares on my >>>> DL >>>> > server. So first off, can this be done? and secondly can someone give me >>>> an >>>> > Idiots Guide on how to do it please? >>>> > Thanks in advance, Chris. >>>> > >>>> > >>>> > >>>> ------------------------------------------------------------------------------ >>>> > RSA&reg; Conference 2012 >>>> > Save&#36;700 by Nov 18 >>>> > Register now >>>> > http://p.sf.net/sfu/rsa-sfdev2dev1 >>>> > >>>> > >>>> > >>>> > _______________________________________________ >>>> > Devil-linux-discuss mailing list >>>> > Dev...@li... >>>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> RSA&#174; Conference 2012 >>>> Save $700 by Nov 18 >>>> Register now&#33; >>>> http://p.sf.net/sfu/rsa-sfdev2dev1 >>>> _______________________________________________ >>>> Devil-linux-discuss mailing list >>>> Dev...@li... >>>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>>> >> >> >> -- >> >> Regards >> Heiko Zuerker >> http://www.devil-linux.org >> >> >> >> ------------------------------------------------------------------------------ >> RSA&#174; Conference 2012 >> Save $700 by Nov 18 >> Register now&#33; >> http://p.sf.net/sfu/rsa-sfdev2dev1 >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> >> ------------------------------------------------------------------------------ >> RSA® Conference 2012 >> Save $700 by Nov 18 >> Register now! >> http://p.sf.net/sfu/rsa-sfdev2dev1Hi HeikoI.4.2 I thinkOn 1 >> November 2011 20:21, Heiko Zuerker he...@zu...> wrote: >> Chris, >> >> which version of DL are you using? >> >> Heiko >> >> Quoting Chris Grove dl...@ki...>: >> >>> Hi Serge >>> >>> Right the folder I want to export is /home/Films so I've put it in >>> /etc/exports >>> >>> Next I've done /etc/init.d/portmap start as I got a "No >>> such file or >>> directory" for the other one and I've got an [OK] for that. >>> >>> Next I did the /etc/init.d/nfsd start and got the following: >>> Starting NFS mountd... [ OK >>> ] >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >>> Starting NFS statd... [ OK >>> ] >>> Mounting nfsd virtual filesystem...mount: none already mounted or >>> /proc/fs/nfsd busy >>> mount: according to mtab, none is already mounted on /proc/fs/nfsd >>> [FAILED] >>> Exporting NFS Filesystems... [ OK >>> ] >>> >>> When I did showmount -e nfs.server.ip.address I got: >>> clnt_create: RPC: Unknown protocol >>> >>> I did a /etc/init.d/nfsd restart just in case and got: >>> Stopping NFS statd... Not running [ ATTN >>> ] >>> Stopping NFS nfsd... Not running [ ATTN >>> ] >>> Stopping NFS mountd... Not running [ ATTN >>> ] >>> Refreshing NFS Exported Filesystems... [ OK >>> ] >>> Unmounting NFS Virtual Filesystem... [ OK >>> ] >>> Starting NFS mountd... [ OK >>> ] >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ OK ] >>> Starting NFS statd... [ OK >>> ] >>> Mounting nfsd virtual filesystem... [ OK >>> ] >>> Exporting NFS Filesystems... [ OK >>> ] >>> >>> But I still get the same clnt_create: RPC: Unknown protocol error. >>> >>> Not sure where to go next :( >>> >>> Thanks, Chris. >>> >>> On 1 November 2011 20:00, Serge Leschinsky >>> ser...@gm...>wrote: >>> >>>> Hi Chris, >>>> >>>> It works. Let's assume you are going to share >>>> "/opt", so the only things >>>> you >>>> have to do are: >>>> >>>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > >>>> /etc/exports >>>> >>>> 2. /etc/init.d/rpcbind start >>>> (or if you use older version /etc/init.d/portmap start) >>>> >>>> 3. /etc/init.d/nfsd start >>>> >>>> 4. check if "/opt" was really exported >>>> showmount -e nfs.server.ip.address >>>> >>>> >>>> If it doesn't work, let's debug it. >>>> >>>> Serge >>>> >>>> >>>> On 11/01/2011 04:52 AM, Chris Grove wrote: >>>> > Hi All. >>>> > Now I'm sure I'm just being thick (like I was with the >>>> bridging network >>>> > interfaces), but I can't seem to work out how to setup NFS >>>> Shares on my >>>> DL >>>> > server. So first off, can this be done? and secondly can someone give me >>>> an >>>> > Idiots Guide on how to do it please? >>>> > Thanks in advance, Chris. >>>> > >>>> > >>>> > >>>> ------------------------------------------------------------------------------ >>>> > RSA&reg; Conference 2012 >>>> > Save&#36;700 by Nov 18 >>>> > Register now >>>> > http://p.sf.net/sfu/rsa-sfdev2dev1 >>>> > >>>> > >>>> > >>>> > _______________________________________________ >>>> > Devil-linux-discuss mailing list >>>> > Dev...@li... >>>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> RSA&#174; Conference 2012 >>>> Save $700 by Nov 18 >>>> Register now&#33; >>>> http://p.sf.net/sfu/rsa-sfdev2dev1 >>>> _______________________________________________ >>>> Devil-linux-discuss mailing list >>>> Dev...@li... >>>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>>> >> >> >> -- >> >> Regards >> Heiko Zuerker >> http://www.devil-linux.org >> >> >> >> ------------------------------------------------------------------------------ >> RSA&#174; Conference 2012 >> Save $700 by Nov 18 >> Register now&#33; >> http://p.sf.net/sfu/rsa-sfdev2dev1 >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> >> ------------------------------------------------------------------------------ >> RSA® Conference 2012 >> Save $700 by Nov 18 >> Register now! >> http://p.sf.net/sfu/rsa-sfdev2dev1_______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: Chris G. <dl...@ki...> - 2011-11-01 21:09:44
|
I thought that portmap was instead of rpcbind? I'll download a copy and give it a try. Thanks, Chris. 2011/11/1 Heiko Zuerker <he...@zu...> > Please try one of our pre-releases: > ftp://ftp.devil-linux.org/pub/devel/testing/ > > Heiko > > Quoting Szombathelyi Gy|rgy <gy...@fr...>: > > > Hi, NFS server doesn't work due to missing rpcbind in 1.4.2 Br,György > > > > Chris Grove <dl...@ki...> írta: > >> Hi Heiko I.4.2 I think > >> > >> On 1 November 2011 20:21, Heiko Zuerker <he...@zu...> wrote: > > > > > >>> Chris, > >>> > >>> which version of DL are you using? > >>> > >>> Heiko > >>> > >>> Quoting Chris Grove <dl...@ki...>: > >>> > >>>> Hi Serge > >>>> > >>>> Right the folder I want to export is /home/Films so I've put it in > >>>> /etc/exports > >>>> > >>>> Next I've done /etc/init.d/portmap start as I got a "No such file > or > >>>> directory" for the other one and I've got an [OK] for that. > >>>> > >>>> Next I did the /etc/init.d/nfsd start and got the following: > >>>> Starting NFS mountd... > [ OK > >>>> ] > >>>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol > >>>> [ OK ] > >>>> Starting NFS statd... > [ OK > >>>> ] > >>>> Mounting nfsd virtual filesystem...mount: none already mounted or > >>>> /proc/fs/nfsd busy > >>>> mount: according to mtab, none is already mounted on > >>>> /proc/fs/nfsd [FAILED] > >>>> Exporting NFS Filesystems... > [ OK > >>>> ] > >>>> > >>>> When I did showmount -e nfs.server.ip.address I got: > >>>> clnt_create: RPC: Unknown protocol > >>>> > >>>> I did a /etc/init.d/nfsd restart just in case and got: > >>>> Stopping NFS statd... Not running > >>>> [ ATTN > >>>> ] > >>>> Stopping NFS nfsd... Not running > >>>> [ ATTN > >>>> ] > >>>> Stopping NFS mountd... Not running > >>>> [ ATTN > >>>> ] > >>>> Refreshing NFS Exported Filesystems... > [ OK > >>>> ] > >>>> Unmounting NFS Virtual Filesystem... > [ OK > >>>> ] > >>>> Starting NFS mountd... > [ OK > >>>> ] > >>>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol > >>>> [ OK ] > >>>> Starting NFS statd... > [ OK > >>>> ] > >>>> Mounting nfsd virtual filesystem... > [ OK > >>>> ] > >>>> Exporting NFS Filesystems... > [ OK > >>>> ] > >>>> > >>>> But I still get the same clnt_create: RPC: Unknown protocol error. > >>>> > >>>> Not sure where to go next :( > >>>> > >>>> Thanks, Chris. > >>>> > >>>> On 1 November 2011 20:00, Serge Leschinsky > >>>> <ser...@gm...>wrote: > >>>> > >>>>> Hi Chris, > >>>>> > >>>>> It works. Let's assume you are going to share "/opt", so the > >>>>> only things > >>>>> you > >>>>> have to do are: > >>>>> > >>>>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports > >>>>> > >>>>> 2. /etc/init.d/rpcbind start > >>>>> (or if you use older version /etc/init.d/portmap start) > >>>>> > >>>>> 3. /etc/init.d/nfsd start > >>>>> > >>>>> 4. check if "/opt" was really exported > >>>>> showmount -e nfs.server.ip.address > >>>>> > >>>>> > >>>>> If it doesn't work, let's debug it. > >>>>> > >>>>> Serge > >>>>> > >>>>> > >>>>> On 11/01/2011 04:52 AM, Chris Grove wrote: > >>>>> > Hi All. > >>>>> > Now I'm sure I'm just being thick (like I was with the > >>>>> bridging network > >>>>> > interfaces), but I can't seem to work out how to setup NFS > >>>>> Shares on my > >>>>> DL > >>>>> > server. So first off, can this be done? and secondly can > >>>>> someone give me > >>>>> an > >>>>> > Idiots Guide on how to do it please? > >>>>> > Thanks in advance, Chris. > >>>>> > > >>>>> > > >>>>> > > >>>>> > ------------------------------------------------------------------------------ > >>>>> > RSA® Conference 2012 > >>>>> > Save$700 by Nov 18 > >>>>> > Register now > >>>>> > http://p.sf.net/sfu/rsa-sfdev2dev1 > >>>>> > > >>>>> > > >>>>> > > >>>>> > _______________________________________________ > >>>>> > Devil-linux-discuss mailing list > >>>>> > Dev...@li... > >>>>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >>>>> > >>>>> > >>>>> > >>>>> > ------------------------------------------------------------------------------ > >>>>> RSA® Conference 2012 > >>>>> Save $700 by Nov 18 > >>>>> Register now! > >>>>> http://p.sf.net/sfu/rsa-sfdev2dev1 > >>>>> _______________________________________________ > >>>>> Devil-linux-discuss mailing list > >>>>> Dev...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >>>>> > >>> > >>> -- > >>> > >>> Regards > >>> Heiko Zuerker > >>> http://www.devil-linux.org > >>> > >>> > >>> > ------------------------------------------------------------------------------ > >>> RSA® Conference 2012 > >>> Save $700 by Nov 18 > >>> Register now! > >>> http://p.sf.net/sfu/rsa-sfdev2dev1 > >>> _______________________________________________ > >>> Devil-linux-discuss mailing list > >>> Dev...@li... > >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > >> Hi HeikoI.4.2 I thinkOn 1 November 2011 20:21, Heiko Zuerker > >> he...@zu...> wrote: > >> Chris, > >> > >> which version of DL are you using? > >> > >> Heiko > >> > >> Quoting Chris Grove dl...@ki...>: > >> > >>> Hi Serge > >>> > >>> Right the folder I want to export is /home/Films so I've put it in > >>> /etc/exports > >>> > >>> Next I've done /etc/init.d/portmap start as I got a "No > >>> such file or > >>> directory" for the other one and I've got an [OK] for that. > >>> > >>> Next I did the /etc/init.d/nfsd start and got the following: > >>> Starting NFS mountd... [ > OK > >>> ] > >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ > OK ] > >>> Starting NFS statd... [ > OK > >>> ] > >>> Mounting nfsd virtual filesystem...mount: none already mounted or > >>> /proc/fs/nfsd busy > >>> mount: according to mtab, none is already mounted on /proc/fs/nfsd > >>> [FAILED] > >>> Exporting NFS Filesystems... [ > OK > >>> ] > >>> > >>> When I did showmount -e nfs.server.ip.address I got: > >>> clnt_create: RPC: Unknown protocol > >>> > >>> I did a /etc/init.d/nfsd restart just in case and got: > >>> Stopping NFS statd... Not running [ > ATTN > >>> ] > >>> Stopping NFS nfsd... Not running [ > ATTN > >>> ] > >>> Stopping NFS mountd... Not running [ > ATTN > >>> ] > >>> Refreshing NFS Exported Filesystems... [ > OK > >>> ] > >>> Unmounting NFS Virtual Filesystem... [ > OK > >>> ] > >>> Starting NFS mountd... [ > OK > >>> ] > >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ > OK ] > >>> Starting NFS statd... [ > OK > >>> ] > >>> Mounting nfsd virtual filesystem... [ > OK > >>> ] > >>> Exporting NFS Filesystems... [ > OK > >>> ] > >>> > >>> But I still get the same clnt_create: RPC: Unknown protocol error. > >>> > >>> Not sure where to go next :( > >>> > >>> Thanks, Chris. > >>> > >>> On 1 November 2011 20:00, Serge Leschinsky > >>> ser...@gm...>wrote: > >>> > >>>> Hi Chris, > >>>> > >>>> It works. Let's assume you are going to share > >>>> "/opt", so the only things > >>>> you > >>>> have to do are: > >>>> > >>>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > > >>>> /etc/exports > >>>> > >>>> 2. /etc/init.d/rpcbind start > >>>> (or if you use older version /etc/init.d/portmap start) > >>>> > >>>> 3. /etc/init.d/nfsd start > >>>> > >>>> 4. check if "/opt" was really exported > >>>> showmount -e nfs.server.ip.address > >>>> > >>>> > >>>> If it doesn't work, let's debug it. > >>>> > >>>> Serge > >>>> > >>>> > >>>> On 11/01/2011 04:52 AM, Chris Grove wrote: > >>>> > Hi All. > >>>> > Now I'm sure I'm just being thick (like I was with the > >>>> bridging network > >>>> > interfaces), but I can't seem to work out how to setup NFS > >>>> Shares on my > >>>> DL > >>>> > server. So first off, can this be done? and secondly can someone > give me > >>>> an > >>>> > Idiots Guide on how to do it please? > >>>> > Thanks in advance, Chris. > >>>> > > >>>> > > >>>> > > >>>> > ------------------------------------------------------------------------------ > >>>> > RSA&reg; Conference 2012 > >>>> > Save&#36;700 by Nov 18 > >>>> > Register now > >>>> > http://p.sf.net/sfu/rsa-sfdev2dev1 > >>>> > > >>>> > > >>>> > > >>>> > _______________________________________________ > >>>> > Devil-linux-discuss mailing list > >>>> > Dev...@li... > >>>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >>>> > >>>> > >>>> > >>>> > ------------------------------------------------------------------------------ > >>>> RSA&#174; Conference 2012 > >>>> Save $700 by Nov 18 > >>>> Register now&#33; > >>>> http://p.sf.net/sfu/rsa-sfdev2dev1 > >>>> _______________________________________________ > >>>> Devil-linux-discuss mailing list > >>>> Dev...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >>>> > >> > >> > >> -- > >> > >> Regards > >> Heiko Zuerker > >> http://www.devil-linux.org > >> > >> > >> > >> > ------------------------------------------------------------------------------ > >> RSA&#174; Conference 2012 > >> Save $700 by Nov 18 > >> Register now&#33; > >> http://p.sf.net/sfu/rsa-sfdev2dev1 > >> _______________________________________________ > >> Devil-linux-discuss mailing list > >> Dev...@li... > >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >> > >> > ------------------------------------------------------------------------------ > >> RSA® Conference 2012 > >> Save $700 by Nov 18 > >> Register now! > >> http://p.sf.net/sfu/rsa-sfdev2dev1Hi HeikoI.4.2 I thinkOn 1 > >> November 2011 20:21, Heiko Zuerker he...@zu...> wrote: > >> Chris, > >> > >> which version of DL are you using? > >> > >> Heiko > >> > >> Quoting Chris Grove dl...@ki...>: > >> > >>> Hi Serge > >>> > >>> Right the folder I want to export is /home/Films so I've put it in > >>> /etc/exports > >>> > >>> Next I've done /etc/init.d/portmap start as I got a "No > >>> such file or > >>> directory" for the other one and I've got an [OK] for that. > >>> > >>> Next I did the /etc/init.d/nfsd start and got the following: > >>> Starting NFS mountd... [ > OK > >>> ] > >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ > OK ] > >>> Starting NFS statd... [ > OK > >>> ] > >>> Mounting nfsd virtual filesystem...mount: none already mounted or > >>> /proc/fs/nfsd busy > >>> mount: according to mtab, none is already mounted on /proc/fs/nfsd > >>> [FAILED] > >>> Exporting NFS Filesystems... [ > OK > >>> ] > >>> > >>> When I did showmount -e nfs.server.ip.address I got: > >>> clnt_create: RPC: Unknown protocol > >>> > >>> I did a /etc/init.d/nfsd restart just in case and got: > >>> Stopping NFS statd... Not running [ > ATTN > >>> ] > >>> Stopping NFS nfsd... Not running [ > ATTN > >>> ] > >>> Stopping NFS mountd... Not running [ > ATTN > >>> ] > >>> Refreshing NFS Exported Filesystems... [ > OK > >>> ] > >>> Unmounting NFS Virtual Filesystem... [ > OK > >>> ] > >>> Starting NFS mountd... [ > OK > >>> ] > >>> Starting NFS nfsd...rpc.nfsd: version 4 requires the TCP protocol [ > OK ] > >>> Starting NFS statd... [ > OK > >>> ] > >>> Mounting nfsd virtual filesystem... [ > OK > >>> ] > >>> Exporting NFS Filesystems... [ > OK > >>> ] > >>> > >>> But I still get the same clnt_create: RPC: Unknown protocol error. > >>> > >>> Not sure where to go next :( > >>> > >>> Thanks, Chris. > >>> > >>> On 1 November 2011 20:00, Serge Leschinsky > >>> ser...@gm...>wrote: > >>> > >>>> Hi Chris, > >>>> > >>>> It works. Let's assume you are going to share > >>>> "/opt", so the only things > >>>> you > >>>> have to do are: > >>>> > >>>> 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > > >>>> /etc/exports > >>>> > >>>> 2. /etc/init.d/rpcbind start > >>>> (or if you use older version /etc/init.d/portmap start) > >>>> > >>>> 3. /etc/init.d/nfsd start > >>>> > >>>> 4. check if "/opt" was really exported > >>>> showmount -e nfs.server.ip.address > >>>> > >>>> > >>>> If it doesn't work, let's debug it. > >>>> > >>>> Serge > >>>> > >>>> > >>>> On 11/01/2011 04:52 AM, Chris Grove wrote: > >>>> > Hi All. > >>>> > Now I'm sure I'm just being thick (like I was with the > >>>> bridging network > >>>> > interfaces), but I can't seem to work out how to setup NFS > >>>> Shares on my > >>>> DL > >>>> > server. So first off, can this be done? and secondly can someone > give me > >>>> an > >>>> > Idiots Guide on how to do it please? > >>>> > Thanks in advance, Chris. > >>>> > > >>>> > > >>>> > > >>>> > ------------------------------------------------------------------------------ > >>>> > RSA&reg; Conference 2012 > >>>> > Save&#36;700 by Nov 18 > >>>> > Register now > >>>> > http://p.sf.net/sfu/rsa-sfdev2dev1 > >>>> > > >>>> > > >>>> > > >>>> > _______________________________________________ > >>>> > Devil-linux-discuss mailing list > >>>> > Dev...@li... > >>>> > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >>>> > >>>> > >>>> > >>>> > ------------------------------------------------------------------------------ > >>>> RSA&#174; Conference 2012 > >>>> Save $700 by Nov 18 > >>>> Register now&#33; > >>>> http://p.sf.net/sfu/rsa-sfdev2dev1 > >>>> _______________________________________________ > >>>> Devil-linux-discuss mailing list > >>>> Dev...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >>>> > >> > >> > >> -- > >> > >> Regards > >> Heiko Zuerker > >> http://www.devil-linux.org > >> > >> > >> > >> > ------------------------------------------------------------------------------ > >> RSA&#174; Conference 2012 > >> Save $700 by Nov 18 > >> Register now&#33; > >> http://p.sf.net/sfu/rsa-sfdev2dev1 > >> _______________________________________________ > >> Devil-linux-discuss mailing list > >> Dev...@li... > >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >> > >> > ------------------------------------------------------------------------------ > >> RSA® Conference 2012 > >> Save $700 by Nov 18 > >> Register now! > >> > http://p.sf.net/sfu/rsa-sfdev2dev1_______________________________________________ > >> Devil-linux-discuss mailing list > >> Dev...@li... > >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save $700 by Nov 18 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |
|
From: Heiko Z. <he...@zu...> - 2005-01-09 23:11:19
|
Daryn Neadow wrote: > Let me know if i'm missing something however i can't seem to net a > devil-linux setup as a nfs server. Does it currently have this > ability to serve as a nfs server in version 1.2.2? > No it doesn't. > If not is it planned to be included in a future release? > > Thanks There are currently no plans to include it. -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: Dan S. <str...@dc...> - 2005-01-10 23:04:10
|
On Sun, 2005-01-09 at 17:08 -0600, Heiko Zuerker wrote: > Daryn Neadow wrote: >=20 > > Let me know if i'm missing something however i can't seem to net a=20 > > devil-linux setup as a nfs server. Does it currently have this=20 > > ability to serve as a nfs server in version 1.2.2? > > =20 >=20 > No it doesn't. >=20 > > If not is it planned to be included in a future release? > > =20 > > Thanks >=20 > There are currently no plans to include it. I can certainly understand why you might not want to include NFS. But how about maybe including the LUFS version of sshfs? It sounds nice... |
|
From: Heiko Z. <he...@zu...> - 2005-01-11 00:20:29
|
Dan Stromberg wrote: >On Sun, 2005-01-09 at 17:08 -0600, Heiko Zuerker wrote: > > >>Daryn Neadow wrote: >> >> >> >>>Let me know if i'm missing something however i can't seem to net a >>>devil-linux setup as a nfs server. Does it currently have this >>>ability to serve as a nfs server in version 1.2.2? >>> >>> >>> >>No it doesn't. >> >> >> >>>If not is it planned to be included in a future release? >>> >>>Thanks >>> >>> >>There are currently no plans to include it. >> >> > >I can certainly understand why you might not want to include NFS. > >But how about maybe including the LUFS version of sshfs? It sounds >nice... > > > LUFS version? Do you have a link? We already have sshfs included (I never used it, so I can't say much about it). -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: Dan S. <str...@dc...> - 2005-01-26 18:10:47
|
On Mon, 2005-01-10 at 18:17 -0600, Heiko Zuerker wrote: > Dan Stromberg wrote: >=20 > >On Sun, 2005-01-09 at 17:08 -0600, Heiko Zuerker wrote: > > =20 > > > >>Daryn Neadow wrote: > >> > >> =20 > >> > >>>Let me know if i'm missing something however i can't seem to net a=20 > >>>devil-linux setup as a nfs server. Does it currently have this=20 > >>>ability to serve as a nfs server in version 1.2.2? > >>>=20 > >>> =20 > >>> > >>No it doesn't. > >> > >> =20 > >> > >>>If not is it planned to be included in a future release? > >>>=20 > >>>Thanks > >>> =20 > >>> > >>There are currently no plans to include it. > >> =20 > >> > > > >I can certainly understand why you might not want to include NFS. > > > >But how about maybe including the LUFS version of sshfs? It sounds > >nice... > > > > =20 > > > LUFS version? Do you have a link? > We already have sshfs included (I never used it, so I can't say much=20 > about it). LUFS is one of those projects that allows one to write a filesystem in userspace: http://lufs.sourceforge.net/lufs/ |