NetBSD Problem Report #54673

From martin@duskware.de  Sun Nov  3 08:28:30 2019
Return-Path: <martin@duskware.de>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 1A9B97A18A
	for <gnats-bugs@gnats.NetBSD.org>; Sun,  3 Nov 2019 08:28:30 +0000 (UTC)
Message-Id: <20191103082820.C637B5CC879@emmas.aprisoft.de>
Date: Sun,  3 Nov 2019 09:28:20 +0100 (CET)
From: martin@NetBSD.org
Reply-To: martin@NetBSD.org
To: gnats-bugs@NetBSD.org
Subject: /etc/daily skipping NFS mounts does not work when NFS server is dead
X-Send-Pr-Version: 3.95

>Number:         54673
>Category:       kern
>Synopsis:       /etc/daily skipping NFS mounts does not work when NFS server is dead
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Nov 03 08:30:00 +0000 2019
>Originator:     Martin Husemann
>Release:        NetBSD 9.99.17
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD painkiller.duskware.de 9.99.17 NetBSD 9.99.17 (GENERIC64) #85: Tue Oct 29 14:45:49 CET 2019 martin@seven-days-to-the-wolves.aprisoft.de:/work/src/sys/arch/evbarm/compile/GENERIC64 evbarm
Architecture: aarch64
Machine: evbarm
>Description:

The /etc/daily script, when looking for core dumps, tries to skip various
file system types, including NFS.

This works fine for NFS when the NFS server is alive, but hangs (untill the
server is back) when the NFS server is not responsive.

>How-To-Repeat:

mkdir -p test/src
mount $nfsserver:/usr/src test/src
find test -type d \! -fstype local -prune

this part works. Now: make the NFS server go away and retry the find.
It will hang untill the NFS mount is alive again.

>Fix:
n/a

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.