NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/57145: gmake: *** INTERNAL: readdir: Operation not supported. Stop.



The following reply was made to PR kern/57145; it has been noted by GNATS.

From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/57145: gmake: *** INTERNAL: readdir: Operation not supported. Stop.
Date: Thu, 29 Dec 2022 16:50:12 -0000 (UTC)

 andrew.cagney%gmail.com@localhost (Andrew Cagney) writes:
 
 >+ touch /source/.
 >touch: /source/.: Operation not supported
 
 That's probably an autofs artefact. touch (or a stat) on the mount point
 doesn't trigger the mount operation and autofs itself does not support
 most things.
 
 When the filesystem got mounted by some other access, the touch operation
 succeeds because its working on the mounted filesystem, not the autofs
 mount point.
 


Home | Main Index | Thread Index | Old Index