From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] how is it done on sources? From: "Russ Cox" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-upbcnvyrizqtjphlqorgkvwcgb" Date: Fri, 4 Jul 2003 00:38:12 -0400 Topicbox-Message-UUID: e860ecd2-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-upbcnvyrizqtjphlqorgkvwcgb Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit they're not all sys/sys on sources. do an ls -l and you'll see. they're sys/sys in the replica logs, which is what gets used to update your own machines. run replica/pull as a special user that is a member of group sys and drop the -u flag. that's the easiest way to update a fossil system. the second easiest is to allocate an allowed console using srv -A. --upas-upbcnvyrizqtjphlqorgkvwcgb Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Thu Jul 3 10:57:20 EDT 2003 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Thu Jul 3 10:57:17 EDT 2003 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 5E2B919B2A; Thu, 3 Jul 2003 10:57:11 -0400 (EDT) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.16.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id D0EB319AF2; Thu, 3 Jul 2003 10:57:07 -0400 (EDT) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 178F219AF2; Thu, 3 Jul 2003 10:56:36 -0400 (EDT) Received: from fbsd.cpsc.ucalgary.ca (fbsd.cpsc.ucalgary.ca [136.159.7.68]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1B9E219AB5 for <9fans@cse.psu.edu>; Thu, 3 Jul 2003 10:56:35 -0400 (EDT) Received: from fbsd.cpsc.ucalgary.ca (localhost.localdomain [127.0.0.1]) by fbsd.cpsc.ucalgary.ca (8.12.8/8.12.8) with ESMTP id h63EuTeH018899 for <9fans@cse.psu.edu>; Thu, 3 Jul 2003 08:56:29 -0600 Received: from localhost (mirtchov@localhost) by fbsd.cpsc.ucalgary.ca (8.12.8/8.12.8/Submit) with ESMTP id h63EuTZG018895 for <9fans@cse.psu.edu>; Thu, 3 Jul 2003 08:56:29 -0600 X-Authentication-Warning: fbsd.cpsc.ucalgary.ca: mirtchov owned process doing -bs From: andrey mirtchovski To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] how is it done on sources? Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 3 Jul 2003 08:56:29 -0600 (MDT) X-Spam-Status: No, hits=-0.4 required=5.0 tests=USER_AGENT_PINE,X_AUTH_WARNING version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) how do you manage to change all file owners to sys/sys on sources without running fossil in 'allow' mode? also, what is the difference between 755 and 644, as illustrated in this replica/pull snippet (why does 644 work, while 755 doesn't): a 386/bin/xmr 775 sys sys 1039758616 warning: cannot set uid on /n/boot/386/bin/xmr a 386/bin/xms 775 sys sys 1039758617 warning: cannot set uid on /n/boot/386/bin/xms a 386/bin/yacc 775 sys sys 1045538096 warning: cannot set uid on /n/boot/386/bin/yacc a 386/bin/zip 775 sys sys 1045538096 warning: cannot set uid on /n/boot/386/bin/zip a 386/include/ape/float.h 664 sys sys 969656988 a 386/include/ape/math.h 664 sys sys 1046282351 a 386/include/ape/stdarg.h 664 sys sys 944946040 a 386/include/ape/ureg.h 664 sys sys 944946041 a 386/include/u.h 664 sys sys 1042604326 a 386/include/ureg.h 664 sys sys 944946012 thanx, andrey --upas-upbcnvyrizqtjphlqorgkvwcgb--