Subject: Re: nbpax broken on Solaris?
To: Christos Zoulas <christos@astron.com>
From: Urban Boquist <urban@boquist.net>
List: tech-pkg
Date: 01/31/2006 20:00:35
>>>>> Christos Zoulas writes:

Christos> What errno is "Operation not applicable". Is this path
Christos> component automounted?  I don't see this errno listed in
Christos> mkdir(2) in my solaris 2.8 man page.  Fixing this is
Christos> trivial: just handle the errno in ar_subs.c:domkdir().

Thanks! I added ENOSYS (89) and that solved it. FWIW there's no
mention of ENOSYS in my mkdir(2) either. And yes, the path it
complains about is an automounted nfs mount.

Best regards,

        -- Urban