9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Stuck at partdisk
@ 2009-04-05 19:09 Devon H. O'Dell
  2009-04-05 19:12 ` Devon H. O'Dell
  0 siblings, 1 reply; 11+ messages in thread
From: Devon H. O'Dell @ 2009-04-05 19:09 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hey all,

Trying to get an updated qemu image out that we can give to SoC
students, and I'm having some issues with the installer. I seem to be
stuck at the partdisk step. The partition seems to write fine to the
disk, but when exiting fdisk, it tells me I'm not finished with
partdisk yet. Using an iso that I just downloaded today.

Ideas?

--Devon



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 19:09 [9fans] Stuck at partdisk Devon H. O'Dell
@ 2009-04-05 19:12 ` Devon H. O'Dell
  2009-04-05 19:32   ` ron minnich
  0 siblings, 1 reply; 11+ messages in thread
From: Devon H. O'Dell @ 2009-04-05 19:12 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

2009/4/5 Devon H. O'Dell <devon.odell@gmail.com>:
> Ideas?

Works fine if I turn off DMA.

--dho



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 19:12 ` Devon H. O'Dell
@ 2009-04-05 19:32   ` ron minnich
  2009-04-05 19:54     ` Devon H. O'Dell
  0 siblings, 1 reply; 11+ messages in thread
From: ron minnich @ 2009-04-05 19:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Sun, Apr 5, 2009 at 12:12 PM, Devon H. O'Dell <devon.odell@gmail.com> wrote:
> 2009/4/5 Devon H. O'Dell <devon.odell@gmail.com>:
>> Ideas?
>
> Works fine if I turn off DMA.

no need to have DMA on on qemu anyway, so you have a workaround.

ron



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 19:32   ` ron minnich
@ 2009-04-05 19:54     ` Devon H. O'Dell
  2009-04-05 20:46       ` ron minnich
                         ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Devon H. O'Dell @ 2009-04-05 19:54 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

2009/4/5 ron minnich <rminnich@gmail.com>:
> On Sun, Apr 5, 2009 at 12:12 PM, Devon H. O'Dell <devon.odell@gmail.com> wrote:
>> 2009/4/5 Devon H. O'Dell <devon.odell@gmail.com>:
>>> Ideas?
>>
>> Works fine if I turn off DMA.
>
> no need to have DMA on on qemu anyway, so you have a workaround.

Except that it's now looking to take about 5 hours to install on my 3
core AMD64 box with 8GB RAM :)

> ron
>
>



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 19:54     ` Devon H. O'Dell
@ 2009-04-05 20:46       ` ron minnich
  2009-04-05 20:49         ` Devon H. O'Dell
  2009-04-05 20:52       ` Bakul Shah
                         ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: ron minnich @ 2009-04-05 20:46 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I got confused. The problem you had with dma off was in qemu or on
real hardware? Sorry.

ron



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 20:46       ` ron minnich
@ 2009-04-05 20:49         ` Devon H. O'Dell
  0 siblings, 0 replies; 11+ messages in thread
From: Devon H. O'Dell @ 2009-04-05 20:49 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

2009/4/5 ron minnich <rminnich@gmail.com>:
> I got confused. The problem you had with dma off was in qemu or on
> real hardware? Sorry.

qemu, but it hardly seems fitting given the beefiness of the machine
the emulator's running on.

> ron
>
>



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 19:54     ` Devon H. O'Dell
  2009-04-05 20:46       ` ron minnich
@ 2009-04-05 20:52       ` Bakul Shah
  2009-04-05 20:56         ` Devon H. O'Dell
  2009-04-05 20:56       ` James Tomaschke
  2009-04-06  0:03       ` erik quanstrom
  3 siblings, 1 reply; 11+ messages in thread
From: Bakul Shah @ 2009-04-05 20:52 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Sun, 05 Apr 2009 15:54:19 EDT "Devon H. O'Dell" <devon.odell@gmail.com>  wrote:
> 2009/4/5 ron minnich <rminnich@gmail.com>:
> > On Sun, Apr 5, 2009 at 12:12 PM, Devon H. O'Dell <devon.odell@gmail.com> wr
> ote:
> >> 2009/4/5 Devon H. O'Dell <devon.odell@gmail.com>:
> >>> Ideas?
> >>
> >> Works fine if I turn off DMA.
> >
> > no need to have DMA on on qemu anyway, so you have a workaround.
>
> Except that it's now looking to take about 5 hours to install on my 3
> core AMD64 box with 8GB RAM :)

It is likely a problem with the version of qemu you are
running.  On freebsd-current with qemu-0.10.1 there is no
problem with DMA (just tried with today's ISO).



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 19:54     ` Devon H. O'Dell
  2009-04-05 20:46       ` ron minnich
  2009-04-05 20:52       ` Bakul Shah
@ 2009-04-05 20:56       ` James Tomaschke
  2009-04-06  0:03       ` erik quanstrom
  3 siblings, 0 replies; 11+ messages in thread
From: James Tomaschke @ 2009-04-05 20:56 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Devon H. O'Dell wrote:
> 2009/4/5 ron minnich <rminnich@gmail.com>:
>> On Sun, Apr 5, 2009 at 12:12 PM, Devon H. O'Dell <devon.odell@gmail.com> wrote:
>>> 2009/4/5 Devon H. O'Dell <devon.odell@gmail.com>:
>>>> Ideas?
>>> Works fine if I turn off DMA.
>> no need to have DMA on on qemu anyway, so you have a workaround.
>
> Except that it's now looking to take about 5 hours to install on my 3
> core AMD64 box with 8GB RAM :)

You can give KVM a whirl, I have had no problems with DMA using it on a
4x4 Barcelona or an AMD64 X2.  Should notice a performance increase from
using AMD svm anyways.



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 20:52       ` Bakul Shah
@ 2009-04-05 20:56         ` Devon H. O'Dell
  2009-04-06  0:43           ` Bakul Shah
  0 siblings, 1 reply; 11+ messages in thread
From: Devon H. O'Dell @ 2009-04-05 20:56 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

2009/4/5 Bakul Shah <bakul+plan9@bitblocks.com>:
> On Sun, 05 Apr 2009 15:54:19 EDT "Devon H. O'Dell" <devon.odell@gmail.com>  wrote:
>> 2009/4/5 ron minnich <rminnich@gmail.com>:
>> > On Sun, Apr 5, 2009 at 12:12 PM, Devon H. O'Dell <devon.odell@gmail.com> wr
>> ote:
>> >> 2009/4/5 Devon H. O'Dell <devon.odell@gmail.com>:
>> >>> Ideas?
>> >>
>> >> Works fine if I turn off DMA.
>> >
>> > no need to have DMA on on qemu anyway, so you have a workaround.
>>
>> Except that it's now looking to take about 5 hours to install on my 3
>> core AMD64 box with 8GB RAM :)
>
> It is likely a problem with the version of qemu you are
> running.  On freebsd-current with qemu-0.10.1 there is no
> problem with DMA (just tried with today's ISO).

Must be FreeBSD-CURRENT i386, because it sure isn't working on
FreeBSD-CURRENT amd64 with a tree I built last night :)

--me



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 19:54     ` Devon H. O'Dell
                         ` (2 preceding siblings ...)
  2009-04-05 20:56       ` James Tomaschke
@ 2009-04-06  0:03       ` erik quanstrom
  3 siblings, 0 replies; 11+ messages in thread
From: erik quanstrom @ 2009-04-06  0:03 UTC (permalink / raw)
  To: 9fans

> Except that it's now looking to take about 5 hours to install on my 3
> core AMD64 box with 8GB RAM :)

that's no dma problem.

- erik



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

* Re: [9fans] Stuck at partdisk
  2009-04-05 20:56         ` Devon H. O'Dell
@ 2009-04-06  0:43           ` Bakul Shah
  0 siblings, 0 replies; 11+ messages in thread
From: Bakul Shah @ 2009-04-06  0:43 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Sun, 05 Apr 2009 16:56:51 EDT "Devon H. O'Dell" <devon.odell@gmail.com>  wrote:
> 2009/4/5 Bakul Shah <bakul+plan9@bitblocks.com>:
> > On Sun, 05 Apr 2009 15:54:19 EDT "Devon H. O'Dell" <devon.odell@gmail.com>
>  wrote:
> >> 2009/4/5 ron minnich <rminnich@gmail.com>:
> >> > On Sun, Apr 5, 2009 at 12:12 PM, Devon H. O'Dell <devon.odell@gmail.com>
>  wr
> >> ote:
> >> >> 2009/4/5 Devon H. O'Dell <devon.odell@gmail.com>:
> >> >>> Ideas?
> >> >>
> >> >> Works fine if I turn off DMA.
> >> >
> >> > no need to have DMA on on qemu anyway, so you have a workaround.
> >>
> >> Except that it's now looking to take about 5 hours to install on my 3
> >> core AMD64 box with 8GB RAM :)
> >
> > It is likely a problem with the version of qemu you are
> > running.  On freebsd-current with qemu-0.10.1 there is no
> > problem with DMA (just tried with today's ISO).
>
> Must be FreeBSD-CURRENT i386, because it sure isn't working on
> FreeBSD-CURRENT amd64 with a tree I built last night :)

It's on an amd64 (3 years old, 2GB, Athlon X2).  -current as
of Mar 21, qemu & kqemu-devel were built on mar 29.  I am
using qemu, not qemu-system-x86_64 as the emulation of its 32
bit mode is not good enough.  Make sure you haven't loaded
aio.ko as async. IO is no longer necessary for kqemu.  Not
sure if 8GB is a problem but to test that you can disable
kqemu.



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

end of thread, other threads:[~2009-04-06  0:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-05 19:09 [9fans] Stuck at partdisk Devon H. O'Dell
2009-04-05 19:12 ` Devon H. O'Dell
2009-04-05 19:32   ` ron minnich
2009-04-05 19:54     ` Devon H. O'Dell
2009-04-05 20:46       ` ron minnich
2009-04-05 20:49         ` Devon H. O'Dell
2009-04-05 20:52       ` Bakul Shah
2009-04-05 20:56         ` Devon H. O'Dell
2009-04-06  0:43           ` Bakul Shah
2009-04-05 20:56       ` James Tomaschke
2009-04-06  0:03       ` erik quanstrom

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