From owner-freebsd-hackers Wed Aug 30 21:34:22 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA21380 for hackers-outgoing; Wed, 30 Aug 1995 21:34:22 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id VAA21371 for ; Wed, 30 Aug 1995 21:34:13 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA06157; Thu, 31 Aug 1995 14:34:10 +1000 Date: Thu, 31 Aug 1995 14:34:10 +1000 From: Bruce Evans Message-Id: <199508310434.OAA06157@godzilla.zeta.org.au> To: moriya@ifi.unicamp.br, syssgm@devetir.qld.gov.au Subject: Re: mountd -n hates 'nobody' (was: Re: Exporting a file system to a PC.) Cc: freebsd-hackers@freebsd.org Sender: hackers-owner@freebsd.org Precedence: bulk >mountd is rejecting requests from uid -2 even with the -n switch. This >behaviour started in FreeBSD 2.0, and seems totally bogus to me. I've This may have something to do with (uid_t)(-2) = (unsigned long)(-2) = 0xfffffffe != (nobody = 65534) Bruce