From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Content-type: multipart/alternative; boundary=Apple-Mail-1--543867421 Date: Tue, 5 Apr 2011 15:56:03 -0400 Message-id: To: 9fans@9fans.net MIME-version: 1.0 (Apple Message framework v1084) Subject: [9fans] plan9 as a dedicated remote file server Topicbox-Message-UUID: cafece88-ead6-11e9-9d60-3106f5b1d025 --Apple-Mail-1--543867421 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I want to set up a dedicated remote plan9 system to periodically check = mail and print parts of emails from certain senders. I think I see how to do this using rc. I'm not sure about a restart after a power restoration. Do I have to modify the kernel to provide for a fixed user and root, = instead of the usual login? Or, is there an easier solution? Thanks, -Tom --Apple-Mail-1--543867421 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii
I want to set up a dedicated remote plan9 system to periodically check mail and print parts of emails from certain senders.

I think I see how to do this using rc.

I'm not sure about a restart after a power restoration.

Do I have to modify the kernel to provide for a fixed user and root,  instead of the usual login?

Or, is there an easier solution?

Thanks,

-Tom


--Apple-Mail-1--543867421-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 5 Apr 2011 16:04:22 -0400 To: 9fans@9fans.net Message-ID: <2be716a785fab3422a5d44e15ece4058@ladd.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] plan9 as a dedicated remote file server Topicbox-Message-UUID: cb17e292-ead6-11e9-9d60-3106f5b1d025 > I'm not sure about a restart after a power restoration. set the machine to automaticly boot. you will need to be careful about power loss. if you expect power loss, you will be happier without venti, and perhaps without fossil. > Do I have to modify the kernel to provide for a fixed user and root, instead of the usual login? if you use a cpu kernel and nvram, you will not need a login. - erik From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 5 Apr 2011 22:16:01 +0200 From: David du Colombier <0intro@gmail.com> To: 9fans@9fans.net Message-ID: <20110405221601.7d38f5c5@cobalt.9fans.fr> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] plan9 as a dedicated remote file server Topicbox-Message-UUID: cb266970-ead6-11e9-9d60-3106f5b1d025 > Or, is there an easier solution? If I understand you correctly, you are running a standalone terminal with the pcf kernel. Then, you can set variables "nobootprompt" and "user" in you plan9.ini. For example: nobootprompt=local!#S/sdC0/fossil user=glenda -- David du Colombier