9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] latest plan 9 kernel source for lguest
@ 2007-09-05  6:11 ron minnich
  2007-09-09 23:40 ` [9fans] cpu/auth warlock maht
  2007-09-09 23:44 ` [9fans] 9pccpuf maht
  0 siblings, 2 replies; 11+ messages in thread
From: ron minnich @ 2007-09-05  6:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

the latest kernel source for running against the kernel I just sent is
/n/sources/contrib/rminnich/lguest/lg23.tar
(or will be in a few minutes)

it includes a script, bin/rc/lguest, to set up the namespace for
building the kernel.

There's still some junk files in there and anyone who wants to clean
it up a bit and tell me about it is most welcome.

I'm going to try to do a new THNX release in the next few days. If you
have recommendations I'll take them.

I can no longer get the ipw3945 to work at all on linux, iwconfig no
longer seems to function completely, things key encryption keys don't
set right. Ah, the joy of binary interfaces. So 20th century. Well,
really, they feel 19th century but anyway ... "This program was
compiled for version xy of the wireless interface, but you're on
version xz, so abandon all hope"

ron


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

* [9fans] cpu/auth warlock
  2007-09-05  6:11 [9fans] latest plan 9 kernel source for lguest ron minnich
@ 2007-09-09 23:40 ` maht
  2007-09-10  5:03   ` Uriel
  2007-09-11 21:30   ` [9fans] mail warlock maht
  2007-09-09 23:44 ` [9fans] 9pccpuf maht
  1 sibling, 2 replies; 11+ messages in thread
From: maht @ 2007-09-09 23:40 UTC (permalink / raw)
  To: 9fans

Wizard sounds too friendly and reliable :>

I've been working on a script to turn a fresh install into a cpu/auth server

I've put what I've got so far on sources

/n/sources/contrib/maht/rc/make_cpuauth

or http://plan9.bell-labs.com/sources/contrib/maht/rc/make_cpuauth

What it does is work through the steps laid out in

http://plan9.bell-labs.com/wiki/plan9/Configuring_a_standalone_CPU_server/

All the way up to the REBOOT section

and adds a script /sys/lib/newfsysuser
that adds a new user via auth/chaneguser and adds that user to fossil in group sys

If you like you can then run auth/login -u $user on the auth terminal as bootes
followed by /sys/lib/newuser
and exit back to bootes

or else do it once you drawterm in


What it doesn't do :
1. Set up the file server part
	I didn't work out how to do that, the wiki page is a bit intimidating

2. Set up mail
	I haven't got mine to work yet so no point adding it to the script
	Mail files are owned upas:upas and mode 775 so I'm not sure how to write them
	unless I mount fossil -AWP

3. Set up DHCPD
	Again, I've not got that far in my own setup yet

other stuff, please let me know

If people are interested in using it it probably needs a bit of toughening up.
I've been using QEMU in snapshot mode to test it, so failure had few consequences.



matt






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

* [9fans] 9pccpuf
  2007-09-05  6:11 [9fans] latest plan 9 kernel source for lguest ron minnich
  2007-09-09 23:40 ` [9fans] cpu/auth warlock maht
@ 2007-09-09 23:44 ` maht
  2007-09-19 18:38   ` Sergey Zhilkin
  1 sibling, 1 reply; 11+ messages in thread
From: maht @ 2007-09-09 23:44 UTC (permalink / raw)
  To: 9fans


I was wondering why 9pccpuf isn't included in the distribution when other kernels are ?

The wiki seems to think it should be present :

> You need to use a cpu/auth kernel, the existing one in /386/9pccpuf should work.

Has it dropped out by accident ?



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

* Re: [9fans] cpu/auth warlock
  2007-09-09 23:40 ` [9fans] cpu/auth warlock maht
@ 2007-09-10  5:03   ` Uriel
  2007-09-10 11:34     ` erik quanstrom
  2007-09-11 21:30   ` [9fans] mail warlock maht
  1 sibling, 1 reply; 11+ messages in thread
From: Uriel @ 2007-09-10  5:03 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 9/10/07, maht <mattmobile@proweb.co.uk> wrote:
> Wizard sounds too friendly and reliable :>
>
> I've been working on a script to turn a fresh install into a cpu/auth server
>
> I've put what I've got so far on sources

Very cool!


> What it doesn't do :
> 1. Set up the file server part
>         I didn't work out how to do that, the wiki page is a bit intimidating

What wiki page are you referring to?

> 2. Set up mail
>         I haven't got mine to work yet so no point adding it to the script
>         Mail files are owned upas:upas and mode 775 so I'm not sure how to write them
>         unless I mount fossil -AWP

I might be missing something, but any reason not to just add bootes to
group upas?

Best wishes

uriel


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

* Re: [9fans] cpu/auth warlock
  2007-09-10  5:03   ` Uriel
@ 2007-09-10 11:34     ` erik quanstrom
  2007-09-10 12:06       ` Charles Forsyth
  0 siblings, 1 reply; 11+ messages in thread
From: erik quanstrom @ 2007-09-10 11:34 UTC (permalink / raw)
  To: 9fans

>> 2. Set up mail
>>         I haven't got mine to work yet so no point adding it to the script
>>         Mail files are owned upas:upas and mode 775 so I'm not sure how to write them
>>         unless I mount fossil -AWP
>
> I might be missing something, but any reason not to just add bootes to
> group upas?

the hostowner must be in group upas. all users allowed to mail must be
in group upas.

- erik



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

* Re: [9fans] cpu/auth warlock
  2007-09-10 11:34     ` erik quanstrom
@ 2007-09-10 12:06       ` Charles Forsyth
  2007-09-10 12:06         ` erik quanstrom
  0 siblings, 1 reply; 11+ messages in thread
From: Charles Forsyth @ 2007-09-10 12:06 UTC (permalink / raw)
  To: 9fans

> the hostowner must be in group upas. all users allowed to mail must be
> in group upas.

that's news to me.



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

* Re: [9fans] cpu/auth warlock
  2007-09-10 12:06       ` Charles Forsyth
@ 2007-09-10 12:06         ` erik quanstrom
  0 siblings, 0 replies; 11+ messages in thread
From: erik quanstrom @ 2007-09-10 12:06 UTC (permalink / raw)
  To: 9fans

>> the hostowner must be in group upas. all users allowed to mail must be
>> in group upas.
>
> that's news to me.

s:to mail:to receive mail:g

if that's still news to you, then maybe something has change?

- erik



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

* Re: [9fans] mail warlock
  2007-09-09 23:40 ` [9fans] cpu/auth warlock maht
  2007-09-10  5:03   ` Uriel
@ 2007-09-11 21:30   ` maht
  2007-09-14 13:44     ` [9fans] ip/httpd/mirror maht
  1 sibling, 1 reply; 11+ messages in thread
From: maht @ 2007-09-11 21:30 UTC (permalink / raw)
  To: 9fans

I've done a not so complicated script for the mail configuration

it uses -AWP so you need to run it on the console

It asks you what default domain name to use and then direct or gateway

/n/sources/contrib/maht/rc/warlock_mail

or http://plan9.bell-labs.com/sources/contrib/maht/rc/warlock_mail


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

* [9fans] ip/httpd/mirror
  2007-09-11 21:30   ` [9fans] mail warlock maht
@ 2007-09-14 13:44     ` maht
  2007-09-14 14:15       ` erik quanstrom
  0 siblings, 1 reply; 11+ messages in thread
From: maht @ 2007-09-14 13:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

/magic/mirror /magic/mirror on the wall
What are the parameters of this call ?

ip/httpd/mirror: '/bin/ip/httpd/mirror' does not exist

though httpd(8) states otherwise

I can't check history on sources to see where/why it went away because
*.cs.bell-labs.com is not there today.

matt






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

* Re: [9fans] ip/httpd/mirror
  2007-09-14 13:44     ` [9fans] ip/httpd/mirror maht
@ 2007-09-14 14:15       ` erik quanstrom
  0 siblings, 0 replies; 11+ messages in thread
From: erik quanstrom @ 2007-09-14 14:15 UTC (permalink / raw)
  To: 9fans

         ip/httpd/mirror [-b inbuf] [-d domain] [-r remoteip] [-w
          webroot] [-N netdir] method version uri [search]

...

          Mirror is a trivial server that just returns the method,
          URI, any search, the headers, and the message body sent by
          the client.

don't know why it went away, but it would be simple enough to write.

- erik


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

* Re: [9fans] 9pccpuf
  2007-09-09 23:44 ` [9fans] 9pccpuf maht
@ 2007-09-19 18:38   ` Sergey Zhilkin
  0 siblings, 0 replies; 11+ messages in thread
From: Sergey Zhilkin @ 2007-09-19 18:38 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

2007/9/10, maht <mattmobile@proweb.co.uk>:
>
>
> I was wondering why 9pccpuf isn't included in the distribution when other
> kernels are ?
>
> The wiki seems to think it should be present :
>
> > You need to use a cpu/auth kernel, the existing one in /386/9pccpuf
> should work.
>
> Has it dropped out by accident ?
>
>

Hi ! you can build 9pccpuf by yourself. Please read -
http://plan9.bell-labs.com/wiki/plan9/Compiling_kernels/index.html
-- 
С Уважением
Жилкин Сергей

[-- Attachment #2: Type: text/html, Size: 842 bytes --]

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

end of thread, other threads:[~2007-09-19 18:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-05  6:11 [9fans] latest plan 9 kernel source for lguest ron minnich
2007-09-09 23:40 ` [9fans] cpu/auth warlock maht
2007-09-10  5:03   ` Uriel
2007-09-10 11:34     ` erik quanstrom
2007-09-10 12:06       ` Charles Forsyth
2007-09-10 12:06         ` erik quanstrom
2007-09-11 21:30   ` [9fans] mail warlock maht
2007-09-14 13:44     ` [9fans] ip/httpd/mirror maht
2007-09-14 14:15       ` erik quanstrom
2007-09-09 23:44 ` [9fans] 9pccpuf maht
2007-09-19 18:38   ` Sergey Zhilkin

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).