9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Plan 9 image for Google Compute Engine?
@ 2014-05-28 19:30 Skip Tavakkolian
  2014-05-28 19:34 ` Aram Hăvărneanu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Skip Tavakkolian @ 2014-05-28 19:30 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

is anyone working on this or has done a deep dive? it looks doable.

https://developers.google.com/compute/docs/images#providedkernel

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

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

* Re: [9fans] Plan 9 image for Google Compute Engine?
  2014-05-28 19:30 [9fans] Plan 9 image for Google Compute Engine? Skip Tavakkolian
@ 2014-05-28 19:34 ` Aram Hăvărneanu
  2014-06-05 21:40   ` Venkatesh Srinivas
  2014-05-28 20:41 ` Steve Simon
  2014-05-29  5:21 ` lucio
  2 siblings, 1 reply; 8+ messages in thread
From: Aram Hăvărneanu @ 2014-05-28 19:34 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Plan 9 doesn't have virtio ethernet driver (except mischief's, which I
don't think is ready for public consumption yet).

-- 
Aram Hăvărneanu



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

* Re: [9fans] Plan 9 image for Google Compute Engine?
  2014-05-28 19:30 [9fans] Plan 9 image for Google Compute Engine? Skip Tavakkolian
  2014-05-28 19:34 ` Aram Hăvărneanu
@ 2014-05-28 20:41 ` Steve Simon
  2014-05-29  5:21 ` lucio
  2 siblings, 0 replies; 8+ messages in thread
From: Steve Simon @ 2014-05-28 20:41 UTC (permalink / raw)
  To: 9fans

> is anyone working on this or has done a deep dive? it looks doable.

No but it looks intriguing.

-Steve



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

* Re: [9fans] Plan 9 image for Google Compute Engine?
  2014-05-28 19:30 [9fans] Plan 9 image for Google Compute Engine? Skip Tavakkolian
  2014-05-28 19:34 ` Aram Hăvărneanu
  2014-05-28 20:41 ` Steve Simon
@ 2014-05-29  5:21 ` lucio
  2 siblings, 0 replies; 8+ messages in thread
From: lucio @ 2014-05-29  5:21 UTC (permalink / raw)
  To: 9fans

> is anyone working on this or has done a deep dive? it looks doable.
>
> https://developers.google.com/compute/docs/images#providedkernel

Cool idea, but it seems to come with some baggage, specifically,
requiring python 2.6, sshd and, more importantly (but optionally, it
seems)gsutil, gcutil and some odd network settings.  It still looks
feasible, but not with an out-of-the-box Plan 9 instance.

L.





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

* Re: [9fans] Plan 9 image for Google Compute Engine?
  2014-05-28 19:34 ` Aram Hăvărneanu
@ 2014-06-05 21:40   ` Venkatesh Srinivas
  2014-06-07  0:16     ` cinap_lenrek
  0 siblings, 1 reply; 8+ messages in thread
From: Venkatesh Srinivas @ 2014-06-05 21:40 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Wed, May 28, 2014 at 12:34 PM, Aram Hăvărneanu <aram.h@mgk.ro> wrote:
> Plan 9 doesn't have virtio ethernet driver (except mischief's, which I
> don't think is ready for public consumption yet).

You will also need a virtio-scsi driver; GCE does not offer
virtio-blk. But it should work just fine when both drivers are
available.

-- vs;



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

* Re: [9fans] Plan 9 image for Google Compute Engine?
  2014-06-05 21:40   ` Venkatesh Srinivas
@ 2014-06-07  0:16     ` cinap_lenrek
  2014-06-09 20:18       ` Skip Tavakkolian
  0 siblings, 1 reply; 8+ messages in thread
From: cinap_lenrek @ 2014-06-07  0:16 UTC (permalink / raw)
  To: 9fans

DONE, now beer.

http://code.google.com/p/plan9front/source/detail?r=2f51489d42116c85159dc1649ab82cec9a766542

--
cinap



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

* Re: [9fans] Plan 9 image for Google Compute Engine?
  2014-06-07  0:16     ` cinap_lenrek
@ 2014-06-09 20:18       ` Skip Tavakkolian
  2014-06-09 20:34         ` Nick Owens
  0 siblings, 1 reply; 8+ messages in thread
From: Skip Tavakkolian @ 2014-06-09 20:18 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

Cool! is there a virtio ethernet driver in the works for 9front?

anyone know what flavor is mischief's version?

-Skip


On Fri, Jun 6, 2014 at 5:16 PM, <cinap_lenrek@felloff.net> wrote:

> DONE, now beer.
>
>
> http://code.google.com/p/plan9front/source/detail?r=2f51489d42116c85159dc1649ab82cec9a766542
>
> --
> cinap
>
>

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

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

* Re: [9fans] Plan 9 image for Google Compute Engine?
  2014-06-09 20:18       ` Skip Tavakkolian
@ 2014-06-09 20:34         ` Nick Owens
  0 siblings, 0 replies; 8+ messages in thread
From: Nick Owens @ 2014-06-09 20:34 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

hello, mischief here.

it is 'in the works'. there's some bugs to be squashed.

i'm using the legacy virtio interface. it doesn't perform very great
right now, usually slower than igbe, but that may not matter if you
can't get igbe at all. it also seems to crash on old (meaning, 1.0)
qemu. i've been testing on 1.7.0 and 2.0.0.

i am writing the driver on 9front, but a while ago i ran it on lab's
kernel. it seemed to work OK then.

On Mon, Jun 09, 2014 at 01:18:44PM -0700, Skip Tavakkolian wrote:
> Cool! is there a virtio ethernet driver in the works for 9front?
> 
> anyone know what flavor is mischief's version?
> 
> -Skip
> 
> 
> On Fri, Jun 6, 2014 at 5:16 PM, <cinap_lenrek@felloff.net> wrote:
> 
> > DONE, now beer.
> >
> >
> > http://code.google.com/p/plan9front/source/detail?r=2f51489d42116c85159dc1649ab82cec9a766542
> >
> > -- cinap
> >
> >

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

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

end of thread, other threads:[~2014-06-09 20:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-28 19:30 [9fans] Plan 9 image for Google Compute Engine? Skip Tavakkolian
2014-05-28 19:34 ` Aram Hăvărneanu
2014-06-05 21:40   ` Venkatesh Srinivas
2014-06-07  0:16     ` cinap_lenrek
2014-06-09 20:18       ` Skip Tavakkolian
2014-06-09 20:34         ` Nick Owens
2014-05-28 20:41 ` Steve Simon
2014-05-29  5:21 ` lucio

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