[Bug 1277741] Re: 15 sec timeout when mounting with nfs4

2017-10-27 Thread Bug Watch Updater
Launchpad has imported 7 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1001934.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-08-28T07:30:36+00:00 marcindulak wrote:

Description of problem:

With the default nfs-utils configuration on Fedora 19,
a mount takes 15 sec delay.
This may be a simple configuration issue but I didn't find any relevant 
documentation. The problem is present also on Rawhide.

Version-Release number of selected component (if applicable):

nfs-utils-1.2.8-3.0.fc19.i686
kernel-PAE-3.10.9-200.fc19.i686
systemd-204-9.fc19.i686

How reproducible:


Steps to Reproduce:

1. yum -y remove nfs-utils; yum -y install nfs-utils
2. systemctl stop firewalld.service&& setenforce 0
3. echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
4. echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6
5. echo "/opt localhost(rw)" > /etc/exports
6. exportfs -rav
7. mkdir /root/opt
8. time mount -vt nfs localhost:/opt /root/opt -overs=4

Actual results:

mount.nfs: timeout set for Tue Aug 27 XX:XX:XX 2013
mount.nfs: trying text-based options 
'vers=4,addr=127.0.0.1,clientaddr=127.0.0.1'

real0m15.021s
user0m0.002s
sys 0m0.008s

In /var/log/messages

kernel: RPC: AUTH_GSS upcall timed out.
kernel: Please check user daemon is running.

Expected results:

mounts way below 1 sec.

Additional info:

The problem reported at 
https://ask.fedoraproject.org/question/30612/nfs-gss-problems-on-f19/
Possible workarounds:

1. start rpc.gssd on the client:

   systemctl enable nfs-secure.service
   systemctl start nfs-secure.service

   This results with "rpc.gssd: ERROR:
gssd_refresh_krb5_machine_credential: no usable keytab entry found in
keytab ..." in /var/log/messages

2. use -overs=3 when mounting from the client

3. blacklist the rpcsec_gss_krb5 module on the client:

   echo "blacklist rpcsec_gss_krb5" > /usr/lib/modprobe.d/dist-blacklist.conf
   reboot

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/comments/0


On 2013-08-28T16:39:11+00:00 marcindulak wrote:

(In reply to marcindulak from comment #0)
> Description of problem:
> 
> With the default nfs-utils configuration on Fedora 19,
> a mount takes 15 sec delay.
> This may be a simple configuration issue but I didn't find any relevant
> documentation. The problem is present also on Rawhide.
> 
> Version-Release number of selected component (if applicable):
> 
> nfs-utils-1.2.8-3.0.fc19.i686
> kernel-PAE-3.10.9-200.fc19.i686
> systemd-204-9.fc19.i686
> 
> How reproducible:
> 
> 
> Steps to Reproduce:
> 
> 1. yum -y remove nfs-utils; yum -y install nfs-utils
> 2. systemctl stop firewalld.service&& setenforce 0
> 3. echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
> 4. echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6
> 5. echo "/opt localhost(rw)" > /etc/exports
> 6. exportfs -rav
> 7. mkdir /root/opt
> 8. time mount -vt nfs localhost:/opt /root/opt -overs=4
> 
> Actual results:
> 
> mount.nfs: timeout set for Tue Aug 27 XX:XX:XX 2013
> mount.nfs: trying text-based options
> 'vers=4,addr=127.0.0.1,clientaddr=127.0.0.1'
> 
> real  0m15.021s
> user  0m0.002s
> sys   0m0.008s
> 
> In /var/log/messages
> 
> kernel: RPC: AUTH_GSS upcall timed out.
> kernel: Please check user daemon is running.
> 
> Expected results:
> 
> mounts way below 1 sec.
> 
> Additional info:
> 
> The problem reported at
> https://ask.fedoraproject.org/question/30612/nfs-gss-problems-on-f19/
> Possible workarounds:
> 
> 1. start rpc.gssd on the client:
> 
>systemctl enable nfs-secure.service
>systemctl start nfs-secure.service
> 
>This results with "rpc.gssd: ERROR: gssd_refresh_krb5_machine_credential:
> no usable keytab entry found in keytab ..." in /var/log/messages
> 
> 2. use -overs=3 when mounting from the client
> 
> 3. blacklist the rpcsec_gss_krb5 module on the client:
> 
>echo "blacklist rpcsec_gss_krb5" > /usr/lib/modprobe.d/dist-blacklist.conf

echo "blacklist rpcsec_gss_krb5" >> /usr/lib/modprobe.d/dist-
blacklist.conf

>reboot

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/comments/1


On 2013-10-06T14:37:25+00:00 Timothée wrote:

You should use /etc/modprobe.d/ for custom configurations:

echo "blacklist rpcsec_gss_krb5" > /etc/modprobe.d/blacklist-nfs-gss-
krb5.conf

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/comments/2


On 2013-11-12T11:36:34+00:00 Kamil wrote:

I can confirm exactly the same problem in Fedora 20. Mounting NFS shares
takes 15 seconds and these messages are

[Bug 1277741] Re: 15 sec timeout when mounting with nfs4

2015-01-15 Thread Ryan Tandy
This is fixed in utopic and later.

** Changed in: linux (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277741

Title:
  15 sec timeout when mounting with nfs4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277741] Re: 15 sec timeout when mounting with nfs4

2014-09-02 Thread victor00000
[code]
ZL~# 
ZL~# time mount -t nfs 127.0.0.1:/home/victor0/samba/ /mnt

real0m16.078s
user0m0.004s
sys 0m0.004s
ZL~# 

[/code]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277741

Title:
  15 sec timeout when mounting with nfs4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277741] Re: 15 sec timeout when mounting with nfs4

2014-06-01 Thread Christopher M. Penalver
** Tags added: cherry-pick

** Tags added: regression-release

** No longer affects: linux-lts-saucy (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277741

Title:
  15 sec timeout when mounting with nfs4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277741] Re: 15 sec timeout when mounting with nfs4

2014-02-08 Thread Dave Gilbert
Triaged: Points to upstream fixes
Low: Timeouts after annoying but not geological time.

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277741

Title:
  15 sec timeout when mounting with nfs4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277741] Re: 15 sec timeout when mounting with nfs4

2014-02-07 Thread Ryan Tandy
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277741

Title:
  15 sec timeout when mounting with nfs4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs