|
From: <gat...@ya...> - 2011-06-24 17:44:55
|
Hi,
I am still running 1.2.13 but trying to evaluate DL 1.4.2
One of the 1st big obstacles I ran into: I can't mount any NFS shares.
When I just do "mount server:/dir /somewhere" mount.nfs complains that
it either needs statd or I should disable locking.
Unfortunately neither of these possibilities work: When I add
"-o nolock", mount complains about an "incorrect mount option".
When I try to run statd (obviously only possible manually or by
starting the nfs server ..), there is no visible error but nothing
started - seemingly because statd somehow wants "/etc/netconfig".
(no idea what should be in there: I have never seen such a file on a
linux system, it also is not in the DL default configuration)
Regards,
Peter
|
|
From: <gat...@ya...> - 2011-06-24 18:06:53
|
On 06/24/11 19:44, gat...@ya... wrote:
> I am still running 1.2.13 but trying to evaluate DL 1.4.2
>
> One of the 1st big obstacles I ran into: I can't mount any NFS shares.
> When I just do "mount server:/dir /somewhere" mount.nfs complains that
> it either needs statd or I should disable locking.
>
> Unfortunately neither of these possibilities work: When I add
> "-o nolock", mount complains about an "incorrect mount option".
> When I try to run statd (obviously only possible manually or by
> starting the nfs server ..), there is no visible error but nothing
> started - seemingly because statd somehow wants "/etc/netconfig".
> (no idea what should be in there: I have never seen such a file on a
> linux system, it also is not in the DL default configuration)
btw: when I copy mount.nfs and rpc.statd from a standard Debian
system, both variants work without any problem ...
Regards,
Peter
|
|
From: Heiko Z. <he...@zu...> - 2011-06-26 23:05:51
|
Are the versions of the programs different from what DL uses? -- Regards Heiko Zuerker http://www.devil-linux.org > -----Original Message----- > From: gat...@ya... [mailto:gat...@ya...] > Sent: Friday, June 24, 2011 1:06 PM > To: dev...@li... > Subject: Re: [Devil-Linux-discuss] DL 1.4.2: no nfs mount possible > > On 06/24/11 19:44, gat...@ya... wrote: > > I am still running 1.2.13 but trying to evaluate DL 1.4.2 > > > > One of the 1st big obstacles I ran into: I can't mount any NFS shares. > > When I just do "mount server:/dir /somewhere" mount.nfs complains that > > it either needs statd or I should disable locking. > > > > Unfortunately neither of these possibilities work: When I add "-o > > nolock", mount complains about an "incorrect mount option". > > When I try to run statd (obviously only possible manually or by > > starting the nfs server ..), there is no visible error but nothing > > started - seemingly because statd somehow wants "/etc/netconfig". > > (no idea what should be in there: I have never seen such a file on a > > linux system, it also is not in the DL default configuration) > > btw: when I copy mount.nfs and rpc.statd from a standard Debian system, > both variants work without any problem ... > > Regards, > Peter > > > ---------------------------------------------------------------------------- -- > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security threats, > fraudulent activity and more. Splunk takes this data and makes sense of it. > Business sense. IT sense. Common sense.. > http://p.sf.net/sfu/splunk-d2d-c1 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Serge L. <ser...@gm...> - 2011-06-27 06:03:38
|
Hi Peter,
Works for me :
--- a/nfs-utils 2010-02-28 02:06:41.000000000 -0800
+++ b/nfs-utils 2010-06-26 21:54:50.000000000 -0700
@@ -17,7 +17,7 @@
case $1 in
build )
if [ "$CONFIG_NFSD" = "y" ]; then
- ./configure --prefix=/usr --disable-gss
--without-tcp-wrappers || exit 1
+ ./configure --prefix=/usr --disable-gss --disable-nfsv4
--disable-tirpc --without-tcp-wrappers || exit 1
make || exit 1
strip_debug
fi
I'll try to dig it deeper and return nfsv4 support back.
Sincerely,
Serge
On 06/24/2011 11:06 AM, gat...@ya... wrote:
> On 06/24/11 19:44, gat...@ya... wrote:
>> I am still running 1.2.13 but trying to evaluate DL 1.4.2
>>
>> One of the 1st big obstacles I ran into: I can't mount any NFS shares.
>> When I just do "mount server:/dir /somewhere" mount.nfs complains that
>> it either needs statd or I should disable locking.
>>
>> Unfortunately neither of these possibilities work: When I add
>> "-o nolock", mount complains about an "incorrect mount option".
>> When I try to run statd (obviously only possible manually or by
>> starting the nfs server ..), there is no visible error but nothing
>> started - seemingly because statd somehow wants "/etc/netconfig".
>> (no idea what should be in there: I have never seen such a file on a
>> linux system, it also is not in the DL default configuration)
>
> btw: when I copy mount.nfs and rpc.statd from a standard Debian
> system, both variants work without any problem ...
>
> Regards,
> Peter
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense..
> http://p.sf.net/sfu/splunk-d2d-c1
> _______________________________________________
> Devil-linux-discuss mailing list
> Dev...@li...
> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss
>
|