9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 9 boots 9
@ 2003-09-25 19:21 ron minnich
  2003-09-25 20:53 ` Russ Cox
  2003-09-25 23:09 ` David Presotto
  0 siblings, 2 replies; 8+ messages in thread
From: ron minnich @ 2003-09-25 19:21 UTC (permalink / raw)
  To: 9fans


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






^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] 9 boots 9
  2003-09-25 19:21 [9fans] 9 boots 9 ron minnich
@ 2003-09-25 20:53 ` Russ Cox
  2003-09-25 23:09 ` David Presotto
  1 sibling, 0 replies; 8+ messages in thread
From: Russ Cox @ 2003-09-25 20:53 UTC (permalink / raw)
  To: 9fans

i'd go for it if you changed the syntax to

	echo kernel /386/9pctest >/dev/reboot
	echo reboot >/dev/reboot

there's no need for all the ctl messages
to start with "reboot" -- we're talking to
/dev/reboot after all.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] 9 boots 9
  2003-09-25 19:21 [9fans] 9 boots 9 ron minnich
  2003-09-25 20:53 ` Russ Cox
@ 2003-09-25 23:09 ` David Presotto
  2003-09-25 23:56   ` boyd, rounin
  1 sibling, 1 reply; 8+ messages in thread
From: David Presotto @ 2003-09-25 23:09 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

I'm happy with it given rsc's observation of the redundant reboot.

[-- Attachment #2: Type: message/rfc822, Size: 2857 bytes --]

From: ron minnich <rminnich@lanl.gov>
To: 9fans@cse.psu.edu
Subject: [9fans] 9 boots 9
Date: Thu, 25 Sep 2003 13:21:40 -0600 (MDT)
Message-ID: <Pine.LNX.4.44.0309251304300.5512-100000@maxroach.lanl.gov>


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




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] 9 boots 9
  2003-09-25 23:09 ` David Presotto
@ 2003-09-25 23:56   ` boyd, rounin
  2003-09-26  0:01     ` Charles Forsyth
  0 siblings, 1 reply; 8+ messages in thread
From: boyd, rounin @ 2003-09-25 23:56 UTC (permalink / raw)
  To: 9fans

> I'm happy with it given rsc's observation of the redundant reboot.

me too.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] 9 boots 9
  2003-09-25 23:56   ` boyd, rounin
@ 2003-09-26  0:01     ` Charles Forsyth
  2003-09-26  2:07       ` Lyndon Nerenberg
  0 siblings, 1 reply; 8+ messages in thread
From: Charles Forsyth @ 2003-09-26  0:01 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 103 bytes --]

well, it's nice to see that the `pursuit of happiness' can be successful
at least from time to time.

[-- Attachment #2: Type: message/rfc822, Size: 2423 bytes --]

From: "boyd, rounin" <boyd@insultant.net>
To: <9fans@cse.psu.edu>
Subject: Re: [9fans] 9 boots 9
Date: Fri, 26 Sep 2003 01:56:16 +0200
Message-ID: <036801c383c0$9bd6a200$b9844051@insultant.net>

> I'm happy with it given rsc's observation of the redundant reboot.

me too.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] 9 boots 9
  2003-09-26  0:01     ` Charles Forsyth
@ 2003-09-26  2:07       ` Lyndon Nerenberg
  2003-09-26  2:11         ` boyd, rounin
  0 siblings, 1 reply; 8+ messages in thread
From: Lyndon Nerenberg @ 2003-09-26  2:07 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]


On Friday, September 26, 2003 1:01 AM +0100 Charles Forsyth 
<forsyth@caldo.demon.co.uk> wrote:

> well, it's nice to see that the `pursuit of happiness' can be successful
> at least from time to time.

Indeed. It's not often that a band from Edmonton, Alberta, measures any 
great level of success. Not that they stormed the world, but they got 
wider airplay than, say, SNFU. I'm not sure what Mo's doing these days, 
though.

If you're interested in their earlier material, before reincarnating as 
TPOH they were known as Facecrime. I still have the original LP kicking 
around here someplace ...

--lyndon (okay, how can this be any more off-topic than all the other
          crud that's been floating around the list this week?)

         (do NOT answer that rhetorical question)


[-- Attachment #2: Type: application/pgp-signature, Size: 239 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] 9 boots 9
  2003-09-26  2:07       ` Lyndon Nerenberg
@ 2003-09-26  2:11         ` boyd, rounin
  2003-09-26  2:17           ` Lyndon Nerenberg
  0 siblings, 1 reply; 8+ messages in thread
From: boyd, rounin @ 2003-09-26  2:11 UTC (permalink / raw)
  To: 9fans

yup TPOH.  great band.  saw 'em twice in sydney.  still have the t-shirt.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] 9 boots 9
  2003-09-26  2:11         ` boyd, rounin
@ 2003-09-26  2:17           ` Lyndon Nerenberg
  0 siblings, 0 replies; 8+ messages in thread
From: Lyndon Nerenberg @ 2003-09-26  2:17 UTC (permalink / raw)
  To: 9fans; +Cc: boyd, rounin

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]



On Friday, September 26, 2003 4:11 AM +0200 "boyd, rounin" 
<boyd@insultant.net> wrote:

> yup TPOH.  great band.  saw 'em twice in sydney.  still have the
> t-shirt.

I just KNEW you were going to say that ;-)

--lyndon

[-- Attachment #2: Type: application/pgp-signature, Size: 239 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-09-26  2:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-25 19:21 [9fans] 9 boots 9 ron minnich
2003-09-25 20:53 ` Russ Cox
2003-09-25 23:09 ` David Presotto
2003-09-25 23:56   ` boyd, rounin
2003-09-26  0:01     ` Charles Forsyth
2003-09-26  2:07       ` Lyndon Nerenberg
2003-09-26  2:11         ` boyd, rounin
2003-09-26  2:17           ` Lyndon Nerenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).