Path: utzoo!mnetor!uunet!husc6!cmcl2!nrl-cmf!ames!ptsfa!ihnp4!mhuxd!smile From: smile@mhuxd.UUCP (Edward Barlow) Newsgroups: comp.sources.bugs Subject: Re: help!!! with conquer updating Message-ID: <6005@mhuxd.UUCP> Date: 5 Feb 88 14:26:19 GMT References: <6567@cisunx.UUCP> Organization: AT&T Bell Laboratories, Murray Hill Lines: 21 I tried mailing this but it got bounced so... In article <6567@cisunx.UUCP> jgsst3@cisunx.UUCP (Lucifer) writes: >your uid is invalid for updating you must be logged in as god. Are you sure that you defined "LOGIN" (in header.h) to be the *login* you used to update the program? From the message you show above, you defined LOGIN to be "god", not your login (jgsst3). If you did, then it is possible that something is funky in unix land, and I suggest removing the block that checks your uid and recompiling: in main.c remove: uid=geteuid(); if ( uid != (getpwnam(LOGIN))->pw_uid ){ printf("sorry -- your uid is invalid for updating\n"); printf("you need to be logged in as %s\n",LOGIN); exit(-100); /* boom */ } The Ed ihnp4!homxc!smile