From owner-freebsd-current Sat Feb 27 5:32: 9 1999 Delivered-To: freebsd-current@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.12.203]) by hub.freebsd.org (Postfix) with ESMTP id 18CA014F0F for ; Sat, 27 Feb 1999 05:32:06 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: (from mi@localhost) by kot.ne.mediaone.net (8.9.1a/8.9.1) id IAA08157 for current@freebsd.org; Sat, 27 Feb 1999 08:31:19 -0500 (EST) From: Mikhail Teterin Message-Id: <199902271331.IAA08157@kot.ne.mediaone.net> Subject: Re: Really! strange uid value In-Reply-To: from Jeroen Ruigrok/Asmodai at "Feb 27, 1999 11:12:56 am" To: current@freebsd.org Date: Sat, 27 Feb 1999 08:31:19 -0500 (EST) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" -rw-r--r-- 1 4294967294 wheel 389120 Feb 14 23:54 pdksh.core.xclink =this is exactly what I got when I tried to compile some things over NFS. =The created directory and files were also like this: = =1 drwxr-xr-x 3 4294967294 wheel - 512 Feb 15 21:09 aout/ = =funny, the same value. There is something left out very fundamentally =somewhere. Just FYI. This number is 0xFFFFFFFE in hex... A search for this number through the sources does not bring anything under NFS itself, though the following may give a clue: src/sys/coda/coda.h: if (fid->Vnode == 0xfffffffe || fid->Vnode == 0xffffffff) src/sys/i386/include/apm_bios.h: #define APMINI_NOT32BIT 0xfffffffe src/usr.sbin/rpc.statd/file.c: status_info->ourState = (status_info->ourState + 2) & 0xfffffffe; I ran the search over the 3.1-STABLE sources -- try it against yours... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message