Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

The goal of science is to build better mousetraps. The goal of nature is to build better mice.


computers / alt.os.linux.mageia / Re: nfs mounting not working

SubjectAuthor
* nfs mounting not workingWilliam Unruh
`* Re: nfs mounting not workingWilliam Unruh
 `* Re: nfs mounting not workingWilliam Unruh
  `* Re: nfs mounting not workingDavid W. Hodgins
   `* Re: nfs mounting not workingWilliam Unruh
    `* Re: nfs mounting not workingDavid W. Hodgins
     `* Re: nfs mounting not workingWilliam Unruh
      `* Re: nfs mounting not workingDavid W. Hodgins
       `* Re: nfs mounting not workingWilliam Unruh
        `- Re: nfs mounting not workingDavid W. Hodgins

1
nfs mounting not working

<ub8h6m$1ere3$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5722&group=alt.os.linux.mageia#5722

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: unruh@invalid.ca (William Unruh)
Newsgroups: alt.os.linux.mageia
Subject: nfs mounting not working
Date: Sat, 12 Aug 2023 17:57:42 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <ub8h6m$1ere3$1@dont-email.me>
Injection-Date: Sat, 12 Aug 2023 17:57:42 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4ab8893badd4432c165483f510cb32fc";
logging-data="1535427"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+aZkYeMESePNBw4dfozEMK"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:KXv/yyTGAWoE3vqt/Jlu3PtvnQU=
 by: William Unruh - Sat, 12 Aug 2023 17:57 UTC

(all names and addresses have been altered, but the form is the same.)

I am trying to mount a directory from Serv to Client

On Cient I have in /etc/fstab
Serv:/local/ /local1 nfs4 rw,rsize=8192,wsize=8192 0 0
and /local1 exists as an empty directory.

On Serv, I have
/local 142.103.222.0/26(fsid=21,no_subtree_check,rw,no_root_squash)
in /etc/exports
where the address of Client is 142.103.222.11
and I ran exportfs -s
The directory /local exists on Serv.
ls -dl /local
drwxrwxr-x 22 root root 4096 Sep 18 2022 /local/

But when I type
mount /local1
on Client as root I get
mount.nfs4: mounting Serv:/local/ failed, reason given by server: No such file or directory

I cannot find anything in any of the /var/log files which gives me a clue
as to what could be going on here.

If on Client I change the entry to
Serv:/local/ /local1 nfs4 rw,rsize=8192,wsize=8192,vers=3 0 0
I then get an entry in journalctl of
Serv rpc.mountd[775]: authenticated mount request from 142.103.222.11:958 for /local/unruhhome (/local/unruhhome)
But now the error message on Clinet is
mount.nfs: access denied by server while mounting Serv:/local/

Ie, nfs seems to be all F up, but I cannot figure out why.

Re: nfs mounting not working

<ub8hgb$1ermp$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5723&group=alt.os.linux.mageia#5723

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: unruh@invalid.ca (William Unruh)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Sat, 12 Aug 2023 18:02:51 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 45
Message-ID: <ub8hgb$1ermp$1@dont-email.me>
References: <ub8h6m$1ere3$1@dont-email.me>
Injection-Date: Sat, 12 Aug 2023 18:02:51 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4ab8893badd4432c165483f510cb32fc";
logging-data="1535705"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+YzD5gmwwmYawld7CDrs32"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:2KKFCu1x5hKFH0GY3wHxgLntu+4=
 by: William Unruh - Sat, 12 Aug 2023 18:02 UTC

Note that this all happened after I rebooted Serv. nfs has been working
fine until recently. and all of the machines had their nfs mounts
working. The problem started when I rebooted Client and nothing was
mounted.
Note that all of the directories mounted from Serv onto Client are
affected. The case below is just an example.

All are on updated Mga8 systems.

On 2023-08-12, William Unruh <unruh@invalid.ca> wrote:
> (all names and addresses have been altered, but the form is the same.)
>
> I am trying to mount a directory from Serv to Client
>
> On Cient I have in /etc/fstab
> Serv:/local/ /local1 nfs4 rw,rsize=8192,wsize=8192 0 0
> and /local1 exists as an empty directory.
>
> On Serv, I have
> /local 142.103.222.0/26(fsid=21,no_subtree_check,rw,no_root_squash)
> in /etc/exports
> where the address of Client is 142.103.222.11
> and I ran exportfs -s
> The directory /local exists on Serv.
> ls -dl /local
> drwxrwxr-x 22 root root 4096 Sep 18 2022 /local/
>
> But when I type
> mount /local1
> on Client as root I get
> mount.nfs4: mounting Serv:/local/ failed, reason given by server: No such file or directory
>
> I cannot find anything in any of the /var/log files which gives me a clue
> as to what could be going on here.
>
> If on Client I change the entry to
> Serv:/local/ /local1 nfs4 rw,rsize=8192,wsize=8192,vers=3 0 0
> I then get an entry in journalctl of
> Serv rpc.mountd[775]: authenticated mount request from 142.103.222.11:958 for /local/unruhhome (/local/unruhhome)
> But now the error message on Clinet is
> mount.nfs: access denied by server while mounting Serv:/local/
>
> Ie, nfs seems to be all F up, but I cannot figure out why.

Re: nfs mounting not working

<ub923a$1haki$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5724&group=alt.os.linux.mageia#5724

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: unruh@invalid.ca (William Unruh)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Sat, 12 Aug 2023 22:46:02 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <ub923a$1haki$1@dont-email.me>
References: <ub8h6m$1ere3$1@dont-email.me> <ub8hgb$1ermp$1@dont-email.me>
Injection-Date: Sat, 12 Aug 2023 22:46:02 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="faece4622f4db5e574f32d81f0320ed2";
logging-data="1616530"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18llM0M/3E6nyYkHW8TxyOS"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:xjKY8mm1QN4c/HDPP9vTO1UqvWs=
 by: William Unruh - Sat, 12 Aug 2023 22:46 UTC

And of course just after I sent that out, the systems suddenly started
working again. Not at all clear what happened.

On 2023-08-12, William Unruh <unruh@invalid.ca> wrote:
>
> Note that this all happened after I rebooted Serv. nfs has been working
> fine until recently. and all of the machines had their nfs mounts
> working. The problem started when I rebooted Client and nothing was
> mounted.
> Note that all of the directories mounted from Serv onto Client are
> affected. The case below is just an example.
>
> All are on updated Mga8 systems.
>
>
> On 2023-08-12, William Unruh <unruh@invalid.ca> wrote:
>> (all names and addresses have been altered, but the form is the same.)
>>
>> I am trying to mount a directory from Serv to Client
>>
>> On Cient I have in /etc/fstab
>> Serv:/local/ /local1 nfs4 rw,rsize=8192,wsize=8192 0 0
>> and /local1 exists as an empty directory.
>>
>> On Serv, I have
>> /local 142.103.222.0/26(fsid=21,no_subtree_check,rw,no_root_squash)
>> in /etc/exports
>> where the address of Client is 142.103.222.11
>> and I ran exportfs -s
>> The directory /local exists on Serv.
>> ls -dl /local
>> drwxrwxr-x 22 root root 4096 Sep 18 2022 /local/
>>
>> But when I type
>> mount /local1
>> on Client as root I get
>> mount.nfs4: mounting Serv:/local/ failed, reason given by server: No such file or directory
>>
>> I cannot find anything in any of the /var/log files which gives me a clue
>> as to what could be going on here.
>>
>> If on Client I change the entry to
>> Serv:/local/ /local1 nfs4 rw,rsize=8192,wsize=8192,vers=3 0 0
>> I then get an entry in journalctl of
>> Serv rpc.mountd[775]: authenticated mount request from 142.103.222.11:958 for /local/unruhhome (/local/unruhhome)
>> But now the error message on Clinet is
>> mount.nfs: access denied by server while mounting Serv:/local/
>>
>> Ie, nfs seems to be all F up, but I cannot figure out why.

Re: nfs mounting not working

<op.19k6jruea3w0dxdave@hodgins.homeip.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5725&group=alt.os.linux.mageia#5725

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodgins@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Sat, 12 Aug 2023 19:08:05 -0400
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <op.19k6jruea3w0dxdave@hodgins.homeip.net>
References: <ub8h6m$1ere3$1@dont-email.me> <ub8hgb$1ermp$1@dont-email.me>
<ub923a$1haki$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="0f0377ea10fbb088e4eff7facfbfe99f";
logging-data="1633072"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/pDG9hDCQDuxtPDsmsGsk6n9/qDrQAm/E="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:aBurn/i1JW5q0Ie+0MEZx4ad2n8=
 by: David W. Hodgins - Sat, 12 Aug 2023 23:08 UTC

On Sat, 12 Aug 2023 18:46:02 -0400, William Unruh <unruh@invalid.ca> wrote:

> And of course just after I sent that out, the systems suddenly started
> working again. Not at all clear what happened.

Does "ip -s link" show any errors?

Regards, Dave Hodgins

Re: nfs mounting not working

<ubgdku$2tp55$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5726&group=alt.os.linux.mageia#5726

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: unruh@invalid.ca (William Unruh)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Tue, 15 Aug 2023 17:46:06 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <ubgdku$2tp55$1@dont-email.me>
References: <ub8h6m$1ere3$1@dont-email.me> <ub8hgb$1ermp$1@dont-email.me>
<ub923a$1haki$1@dont-email.me> <op.19k6jruea3w0dxdave@hodgins.homeip.net>
Injection-Date: Tue, 15 Aug 2023 17:46:06 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="47735adb811c2fdbaa8293bfdfa11b51";
logging-data="3073189"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+th4LxzcMtUErlQBeiI7zC"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:3Mf42yvudKmCvuadOaCULzLujOY=
 by: William Unruh - Tue, 15 Aug 2023 17:46 UTC

On 2023-08-12, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
> On Sat, 12 Aug 2023 18:46:02 -0400, William Unruh <unruh@invalid.ca> wrote:
>
>> And of course just after I sent that out, the systems suddenly started
>> working again. Not at all clear what happened.
>
> Does "ip -s link" show any errors?
>
> Regards, Dave Hodgins

On Serv:

2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether f8:32:e4:70:14:5b brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
69357175201 558088800 0 37942 0 15654970
TX: bytes packets errors dropped carrier collsns
1395857318948 985313209 0 0 0 0

On Client:
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether 20:cf:30:90:5c:cb brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
715899055 1004543 0 1095 88 83900
TX: bytes packets errors dropped carrier collsns
379358269 614341 0 0 0 0

I have no idea what time span those results cover, and the mount
problems occured abot 5 days ago.

Re: nfs mounting not working

<op.19qfn1g9a3w0dxdave@hodgins.homeip.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5727&group=alt.os.linux.mageia#5727

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodgins@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Tue, 15 Aug 2023 15:13:03 -0400
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <op.19qfn1g9a3w0dxdave@hodgins.homeip.net>
References: <ub8h6m$1ere3$1@dont-email.me> <ub8hgb$1ermp$1@dont-email.me>
<ub923a$1haki$1@dont-email.me> <op.19k6jruea3w0dxdave@hodgins.homeip.net>
<ubgdku$2tp55$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="3cd61d41b6742632044e199a1ceb1b06";
logging-data="3101932"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Tbaxa6ay7go7xTuhDG5sekgZPAFbapd0="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:AnNhegFsGBZa3W1gJINdanwhVO8=
 by: David W. Hodgins - Tue, 15 Aug 2023 19:13 UTC

On Tue, 15 Aug 2023 13:46:06 -0400, William Unruh <unruh@invalid.ca> wrote:

> On 2023-08-12, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
>> On Sat, 12 Aug 2023 18:46:02 -0400, William Unruh <unruh@invalid.ca> wrote:
>>
>>> And of course just after I sent that out, the systems suddenly started
>>> working again. Not at all clear what happened.
>>
>> Does "ip -s link" show any errors?
>>
>> Regards, Dave Hodgins
>
> On Serv:
>
> 2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
> link/ether f8:32:e4:70:14:5b brd ff:ff:ff:ff:ff:ff
> RX: bytes packets errors dropped missed mcast
> 69357175201 558088800 0 37942 0 15654970
> TX: bytes packets errors dropped carrier collsns
> 1395857318948 985313209 0 0 0 0
>
> On Client:
> 2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
> link/ether 20:cf:30:90:5c:cb brd ff:ff:ff:ff:ff:ff
> RX: bytes packets errors dropped missed mcast
> 715899055 1004543 0 1095 88 83900
> TX: bytes packets errors dropped carrier collsns
> 379358269 614341 0 0 0 0
>
> I have no idea what time span those results cover, and the mount
> problems occured abot 5 days ago.

The dropped packet count is very high for that number of packets.

On my system after 2 days since reboot ...
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 10:fe:ed:03:8d:b3 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
12995214891 24029134 0 0 0 7143
TX: bytes packets errors dropped carrier collsns
12474040445 27377647 0 0 0 0

All three of my computers, two of which use ethernet and the other wireless have
zero dropped packets.

The most likely causes of packet cause is one or more bad ethernet cables, bad
sockets, or just not quite being fully plugged into the socket.

Regards, Dave Hodgins

Re: nfs mounting not working

<ubj15n$3cpol$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5728&group=alt.os.linux.mageia#5728

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: unruh@invalid.ca (William Unruh)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Wed, 16 Aug 2023 17:31:35 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 55
Message-ID: <ubj15n$3cpol$1@dont-email.me>
References: <ub8h6m$1ere3$1@dont-email.me> <ub8hgb$1ermp$1@dont-email.me>
<ub923a$1haki$1@dont-email.me> <op.19k6jruea3w0dxdave@hodgins.homeip.net>
<ubgdku$2tp55$1@dont-email.me> <op.19qfn1g9a3w0dxdave@hodgins.homeip.net>
Injection-Date: Wed, 16 Aug 2023 17:31:35 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="2d050346b6511cda44797a40240af1ee";
logging-data="3565333"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19yesuzenCLdG1PTp9Ut7HC"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:eJCyJZ23Ej6fcJA7my8QSkhK3NI=
 by: William Unruh - Wed, 16 Aug 2023 17:31 UTC

On 2023-08-15, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
> On Tue, 15 Aug 2023 13:46:06 -0400, William Unruh <unruh@invalid.ca> wrote:
>
>> On 2023-08-12, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
>>> On Sat, 12 Aug 2023 18:46:02 -0400, William Unruh <unruh@invalid.ca> wrote:
>>>
>>>> And of course just after I sent that out, the systems suddenly started
>>>> working again. Not at all clear what happened.
>>>
>>> Does "ip -s link" show any errors?
>>>
>>> Regards, Dave Hodgins
>>
>> On Serv:
>>
>> 2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
>> link/ether f8:32:e4:70:14:5b brd ff:ff:ff:ff:ff:ff
>> RX: bytes packets errors dropped missed mcast
>> 69357175201 558088800 0 37942 0 15654970
>> TX: bytes packets errors dropped carrier collsns
>> 1395857318948 985313209 0 0 0 0
>>
>> On Client:
>> 2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
>> link/ether 20:cf:30:90:5c:cb brd ff:ff:ff:ff:ff:ff
>> RX: bytes packets errors dropped missed mcast
>> 715899055 1004543 0 1095 88 83900
>> TX: bytes packets errors dropped carrier collsns
>> 379358269 614341 0 0 0 0
>>
>> I have no idea what time span those results cover, and the mount
>> problems occured abot 5 days ago.
>
> The dropped packet count is very high for that number of packets.
>
> On my system after 2 days since reboot ...
> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
> link/ether 10:fe:ed:03:8d:b3 brd ff:ff:ff:ff:ff:ff
> RX: bytes packets errors dropped missed mcast
> 12995214891 24029134 0 0 0 7143
> TX: bytes packets errors dropped carrier collsns
> 12474040445 27377647 0 0 0 0
>
> All three of my computers, two of which use ethernet and the other wireless have
> zero dropped packets.
>
> The most likely causes of packet cause is one or more bad ethernet cables, bad
> sockets, or just not quite being fully plugged into the socket.
>
Thanks for the hint. It wou.d be strange if such a cause could reliably
result in "directory name does not exist" as the message from the server
to the client, while ssh connections between the two seems to be fine.

> Regards, Dave Hodgins

Re: nfs mounting not working

<op.19saisraa3w0dxdave@hodgins.homeip.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5730&group=alt.os.linux.mageia#5730

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodgins@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Wed, 16 Aug 2023 15:17:06 -0400
Organization: A noiseless patient Spider
Lines: 63
Message-ID: <op.19saisraa3w0dxdave@hodgins.homeip.net>
References: <ub8h6m$1ere3$1@dont-email.me> <ub8hgb$1ermp$1@dont-email.me>
<ub923a$1haki$1@dont-email.me> <op.19k6jruea3w0dxdave@hodgins.homeip.net>
<ubgdku$2tp55$1@dont-email.me> <op.19qfn1g9a3w0dxdave@hodgins.homeip.net>
<ubj15n$3cpol$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="d184645f9a821d1ce7129a5fdc2df4a4";
logging-data="3596457"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18XAEZ7HLAICSQMsxdD0L2lYb0h3uJRRrA="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:8iMiGboYvE0Fovq67XG0/Wwqvis=
 by: David W. Hodgins - Wed, 16 Aug 2023 19:17 UTC

On Wed, 16 Aug 2023 13:31:35 -0400, William Unruh <unruh@invalid.ca> wrote:

> On 2023-08-15, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
>> On Tue, 15 Aug 2023 13:46:06 -0400, William Unruh <unruh@invalid.ca> wrote:
>>
>>> On 2023-08-12, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
>>>> On Sat, 12 Aug 2023 18:46:02 -0400, William Unruh <unruh@invalid.ca> wrote:
>>>>
>>>>> And of course just after I sent that out, the systems suddenly started
>>>>> working again. Not at all clear what happened.
>>>>
>>>> Does "ip -s link" show any errors?
>>>>
>>>> Regards, Dave Hodgins
>>>
>>> On Serv:
>>>
>>> 2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
>>> link/ether f8:32:e4:70:14:5b brd ff:ff:ff:ff:ff:ff
>>> RX: bytes packets errors dropped missed mcast
>>> 69357175201 558088800 0 37942 0 15654970
>>> TX: bytes packets errors dropped carrier collsns
>>> 1395857318948 985313209 0 0 0 0
>>>
>>> On Client:
>>> 2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
>>> link/ether 20:cf:30:90:5c:cb brd ff:ff:ff:ff:ff:ff
>>> RX: bytes packets errors dropped missed mcast
>>> 715899055 1004543 0 1095 88 83900
>>> TX: bytes packets errors dropped carrier collsns
>>> 379358269 614341 0 0 0 0
>>>
>>> I have no idea what time span those results cover, and the mount
>>> problems occured abot 5 days ago.
>>
>> The dropped packet count is very high for that number of packets.
>>
>> On my system after 2 days since reboot ...
>> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
>> link/ether 10:fe:ed:03:8d:b3 brd ff:ff:ff:ff:ff:ff
>> RX: bytes packets errors dropped missed mcast
>> 12995214891 24029134 0 0 0 7143
>> TX: bytes packets errors dropped carrier collsns
>> 12474040445 27377647 0 0 0 0
>>
>> All three of my computers, two of which use ethernet and the other wireless have
>> zero dropped packets.
>>
>> The most likely causes of packet cause is one or more bad ethernet cables, bad
>> sockets, or just not quite being fully plugged into the socket.
>>
> Thanks for the hint. It wou.d be strange if such a cause could reliably
> result in "directory name does not exist" as the message from the server
> to the client, while ssh connections between the two seems to be fine.

I'm not sure if that is the cause or not. I haven't looked into how nfs/nfsd
and ssh/sshd handle some failed packets. It wouldn't surprise me if they work
differently, causing the problem only for nfs. The server may not be generating
that message. It may be coming from the client whenever the mount fails.

I'd try fixing that issue and then see if the problem still occurs.

Regards, Dave Hodgins

Re: nfs mounting not working

<uc2cf7$2dsah$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5738&group=alt.os.linux.mageia#5738

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: unruh@invalid.ca (William Unruh)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Tue, 22 Aug 2023 13:16:23 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 75
Message-ID: <uc2cf7$2dsah$1@dont-email.me>
References: <ub8h6m$1ere3$1@dont-email.me> <ub8hgb$1ermp$1@dont-email.me>
<ub923a$1haki$1@dont-email.me> <op.19k6jruea3w0dxdave@hodgins.homeip.net>
<ubgdku$2tp55$1@dont-email.me> <op.19qfn1g9a3w0dxdave@hodgins.homeip.net>
<ubj15n$3cpol$1@dont-email.me> <op.19saisraa3w0dxdave@hodgins.homeip.net>
Injection-Date: Tue, 22 Aug 2023 13:16:23 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="1827bb37352a508bb2bd5c69c192717f";
logging-data="2552145"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/YkZVX0awjxvpADda5BIfC"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:LVnOg3vBh/M2smiiieT0UqL17Zk=
 by: William Unruh - Tue, 22 Aug 2023 13:16 UTC

Thanks will try that if it occurs again. The reason I suspect the server
is that it occured to at least two clients. On the one client I guess it
had been rebooted and had mounted nothing from the server. On the second
client, it had not been rebooted, and nfs worked fine, until I unmounted
one of the partition, and then on remount, it had the same problem.

I finally and accidentally did something to the server, and everything
started working again ( the clients all remouted without problems). of
course I did not notice what I did.

On 2023-08-16, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
> On Wed, 16 Aug 2023 13:31:35 -0400, William Unruh <unruh@invalid.ca> wrote:
>
>> On 2023-08-15, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
>>> On Tue, 15 Aug 2023 13:46:06 -0400, William Unruh <unruh@invalid.ca> wrote:
>>>
>>>> On 2023-08-12, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
>>>>> On Sat, 12 Aug 2023 18:46:02 -0400, William Unruh <unruh@invalid.ca> wrote:
>>>>>
>>>>>> And of course just after I sent that out, the systems suddenly started
>>>>>> working again. Not at all clear what happened.
>>>>>
>>>>> Does "ip -s link" show any errors?
>>>>>
>>>>> Regards, Dave Hodgins
>>>>
>>>> On Serv:
>>>>
>>>> 2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
>>>> link/ether f8:32:e4:70:14:5b brd ff:ff:ff:ff:ff:ff
>>>> RX: bytes packets errors dropped missed mcast
>>>> 69357175201 558088800 0 37942 0 15654970
>>>> TX: bytes packets errors dropped carrier collsns
>>>> 1395857318948 985313209 0 0 0 0
>>>>
>>>> On Client:
>>>> 2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
>>>> link/ether 20:cf:30:90:5c:cb brd ff:ff:ff:ff:ff:ff
>>>> RX: bytes packets errors dropped missed mcast
>>>> 715899055 1004543 0 1095 88 83900
>>>> TX: bytes packets errors dropped carrier collsns
>>>> 379358269 614341 0 0 0 0
>>>>
>>>> I have no idea what time span those results cover, and the mount
>>>> problems occured abot 5 days ago.
>>>
>>> The dropped packet count is very high for that number of packets.
>>>
>>> On my system after 2 days since reboot ...
>>> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
>>> link/ether 10:fe:ed:03:8d:b3 brd ff:ff:ff:ff:ff:ff
>>> RX: bytes packets errors dropped missed mcast
>>> 12995214891 24029134 0 0 0 7143
>>> TX: bytes packets errors dropped carrier collsns
>>> 12474040445 27377647 0 0 0 0
>>>
>>> All three of my computers, two of which use ethernet and the other wireless have
>>> zero dropped packets.
>>>
>>> The most likely causes of packet cause is one or more bad ethernet cables, bad
>>> sockets, or just not quite being fully plugged into the socket.
>>>
>> Thanks for the hint. It wou.d be strange if such a cause could reliably
>> result in "directory name does not exist" as the message from the server
>> to the client, while ssh connections between the two seems to be fine.
>
> I'm not sure if that is the cause or not. I haven't looked into how nfs/nfsd
> and ssh/sshd handle some failed packets. It wouldn't surprise me if they work
> differently, causing the problem only for nfs. The server may not be generating
> that message. It may be coming from the client whenever the mount fails.
>
> I'd try fixing that issue and then see if the problem still occurs.
>
> Regards, Dave Hodgins

Re: nfs mounting not working

<op.193btdlla3w0dxdave@hodgins.homeip.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5739&group=alt.os.linux.mageia#5739

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodgins@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux.mageia
Subject: Re: nfs mounting not working
Date: Tue, 22 Aug 2023 14:18:39 -0400
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <op.193btdlla3w0dxdave@hodgins.homeip.net>
References: <ub8h6m$1ere3$1@dont-email.me> <ub8hgb$1ermp$1@dont-email.me>
<ub923a$1haki$1@dont-email.me> <op.19k6jruea3w0dxdave@hodgins.homeip.net>
<ubgdku$2tp55$1@dont-email.me> <op.19qfn1g9a3w0dxdave@hodgins.homeip.net>
<ubj15n$3cpol$1@dont-email.me> <op.19saisraa3w0dxdave@hodgins.homeip.net>
<uc2cf7$2dsah$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="a214c103d68b6feeebcbf81ae77c1d82";
logging-data="2675612"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19aPVSlP3X3km1fV9ZhlGx96fp3GAu/XY0="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:lZYp8V/SuQ/Rfr9BSaHzfqytqE8=
 by: David W. Hodgins - Tue, 22 Aug 2023 18:18 UTC

On Tue, 22 Aug 2023 09:16:23 -0400, William Unruh <unruh@invalid.ca> wrote:

> Thanks will try that if it occurs again. The reason I suspect the server
> is that it occured to at least two clients. On the one client I guess it
> had been rebooted and had mounted nothing from the server. On the second
> client, it had not been rebooted, and nfs worked fine, until I unmounted
> one of the partition, and then on remount, it had the same problem.
>
> I finally and accidentally did something to the server, and everything
> started working again ( the clients all remouted without problems). of
> course I did not notice what I did.

I still recommend figuring out why so many packets are being dropped. Even
if the nfs mounts are working again now, the networking problems are likely
to cause additional problems later.

In addition to checking the cables and sockets, is the time being synced
properly on all of the systems?

Regards, Dave Hodgins

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor