Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!convex!linac!att!ucbvax!dalvm41b.vnet.ibm.com!freese From: freese@dalvm41b.vnet.ibm.com ("Bradley T. Freese") Newsgroups: comp.unix.aix Subject: Problems with "sa" Message-ID: <9105241859.AA28579@ucbvax.Berkeley.EDU> Date: 24 May 91 18:52:11 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 21 haines@debussy.cs.colostate.edu (Matt Haines) writes: > Hi all. > I am having some problems with the "sa" accounting command. When I > envoke the command, I get the following error message for each user ID > in the paswd file: > sa: 0551-097 The user id xxx is not recognized. It is ignored. > Any clues why?? I set this up and got the same error message for only one user: "nobody". Nobody has a UID of 4294967294, which is (2**32 - 2). I suspect that 'sa' has difficulty with UIDs over 2**31, 2147483648, arising from whether to treat UIDs as signed or unsigned integers. The nobody UID is needed by NFS. If you are not running NFS, you could change UIDs over 2**31 to less than that (an ugly workaround, indeed). I contacted Defect Support and they opened an APAR against the error. You may want to contact Defect Support and inquire about APAR IX15968.