From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE764158042 for ; Fri, 18 Oct 2024 16:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A9AE0844; Fri, 18 Oct 2024 16:50:33 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45365E07D4 for ; Fri, 18 Oct 2024 16:50:33 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1t1qBM-0006TE-3O for gentoo-user@lists.gentoo.org; Fri, 18 Oct 2024 18:50:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: NFS mounting Date: Fri, 18 Oct 2024 16:50:24 -0000 (UTC) Message-ID: References: <12539492.O9o76ZdvQC@cube> User-Agent: slrn/1.0.3 (Linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c64a4d7-582d-4b91-b266-53843799adbb X-Archives-Hash: ae3b39d736b622f33de3eef5b00f6e4f On 2024-10-18, Peter Humphrey wrote: > Why should an NFS server wait 15 seconds before reporting "No such file or > directory"? I don't remember this happenning with NFS servers specifically, but I've seen odd delays like this in other services when the server (or client) tries to do a reverse-DNS lookup to turn the client IP address into a hostname for logging (or whatever). You could try adding the client name/IP address to /etc/hosts on the server and vice/versa. -- Grant