From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2d77323e9c6e9eda78cc814ec01658bf@plan9.bell-labs.com> From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] 9 boots 9 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-okiuqrhzfaapafcemufbzunefr" Date: Thu, 25 Sep 2003 19:09:08 -0400 Topicbox-Message-UUID: 4db321c2-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-okiuqrhzfaapafcemufbzunefr Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I'm happy with it given rsc's observation of the redundant reboot. --upas-okiuqrhzfaapafcemufbzunefr Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Thu Sep 25 15:22:49 EDT 2003 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Thu Sep 25 15:22:46 EDT 2003 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 482DC19AE9; Thu, 25 Sep 2003 15:22:21 -0400 (EDT) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.18.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 473AF19AB1; Thu, 25 Sep 2003 15:22:17 -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 3641419AC1; Thu, 25 Sep 2003 15:21:44 -0400 (EDT) Received: from mailwasher-b.lanl.gov (mailwasher.lanl.gov [192.16.0.25]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 2E914199D2 for <9fans@cse.psu.edu>; Thu, 25 Sep 2003 15:21:43 -0400 (EDT) Received: from mailrelay2.lanl.gov (localhost.localdomain [127.0.0.1]) by mailwasher-b.lanl.gov (8.12.9/8.12.9/(ccn-5)) with ESMTP id h8PJLgXx001938 for <9fans@cse.psu.edu>; Thu, 25 Sep 2003 13:21:42 -0600 Received: from ccs-mail.lanl.gov (localhost.localdomain [127.0.0.1]) by mailrelay2.lanl.gov (8.12.10/8.12.9/(ccn-5)) with ESMTP id h8PJLfPK031946 for <9fans@cse.psu.edu>; Thu, 25 Sep 2003 13:21:42 -0600 Received: from maxroach.lanl.gov (maxroach.lanl.gov [128.165.250.187]) by ccs-mail.lanl.gov (8.12.9/8.12.9/(ccn-5)) with ESMTP id h8PJLf7W005481 for <9fans@cse.psu.edu>; Thu, 25 Sep 2003 13:21:41 -0600 From: ron minnich To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.35 Subject: [9fans] 9 boots 9 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, 25 Sep 2003 13:21:40 -0600 (MDT) X-Spam-Status: No, hits=0.0 required=5.0 tests=USER_AGENT_PINE version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) I mentioned that it would be nice to have /dev/rebootfile to load a file, then do kfscmd halt, so we would have a really clean shutdown/reboot scenario. It was pointed out that adding another file to #s is hardly a good idea. So, could we add another command to /dev/reboot? Currently we have two commands for /dev/reboot reboot and reboot filename could we add rebootfile filename e.g. you could then do this: echo 'rebootfile /386/test' > /dev/reboot disk/kfscmd sync disk/kfscmd halt echo reboot > /dev/reboot Is this acceptable? ron --upas-okiuqrhzfaapafcemufbzunefr--