9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Trap in 5c compiling rc?
@ 2010-12-05  2:12 Paul Lalonde
  2010-12-05  8:33 ` Bruce Ellis
  0 siblings, 1 reply; 33+ messages in thread
From: Paul Lalonde @ 2010-12-05  2:12 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

I'm trying to build an arm userspace, and I'm dying building rc; 5c is dying
at /sys/src/cmd/5c/peep.c:1338, with joinsplit() having been called with
r=0x0.

I'm running from an old distro, but with today's sysfromiso by ron.

Any (non-null) pointers?

Paul



--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05  2:12 [9fans] Trap in 5c compiling rc? Paul Lalonde
@ 2010-12-05  8:33 ` Bruce Ellis
  2010-12-05  9:41   ` Charles Forsyth
  0 siblings, 1 reply; 33+ messages in thread
From: Bruce Ellis @ 2010-12-05  8:33 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

hmmm works on all 5cs i have. charles will fix the glitch, maybe.

5c is interesting in that there are more arms than on capitol hill. i
have a little plan...

arm&half.

brucee

On Sun, Dec 5, 2010 at 1:12 PM, Paul Lalonde <paul.a.lalonde@gmail.com> wrote:
> I'm trying to build an arm userspace, and I'm dying building rc; 5c is dying
> at /sys/src/cmd/5c/peep.c:1338, with joinsplit() having been called with
> r=0x0.
> I'm running from an old distro, but with today's sysfromiso by ron.
> Any (non-null) pointers?
> Paul
>
>
> --
> I'm migrating my email.  plalonde@telus.net will soon be disconnected.
>  Please use paul.a.lalonde@gmail.com from now on.
>
>



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05  8:33 ` Bruce Ellis
@ 2010-12-05  9:41   ` Charles Forsyth
  2010-12-05  9:49     ` Charles Forsyth
  0 siblings, 1 reply; 33+ messages in thread
From: Charles Forsyth @ 2010-12-05  9:41 UTC (permalink / raw)
  To: 9fans

>hmmm works on all 5cs i have. charles will fix the glitch, maybe.

it seems to work with the ones i've got.
i'll see how those compare with sources.



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05  9:41   ` Charles Forsyth
@ 2010-12-05  9:49     ` Charles Forsyth
  2010-12-05 11:38       ` Bruce Ellis
  2010-12-05 13:24       ` erik quanstrom
  0 siblings, 2 replies; 33+ messages in thread
From: Charles Forsyth @ 2010-12-05  9:49 UTC (permalink / raw)
  To: 9fans

>i'll see how those compare with sources.

i can't get 5c to fail when compiling rc. ghostscript might be another matter;
i haven't tried that yet.



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05  9:49     ` Charles Forsyth
@ 2010-12-05 11:38       ` Bruce Ellis
  2010-12-05 13:24       ` erik quanstrom
  1 sibling, 0 replies; 33+ messages in thread
From: Bruce Ellis @ 2010-12-05 11:38 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

that's what i wouldn't attempt.

On Sun, Dec 5, 2010 at 8:49 PM, Charles Forsyth <forsyth@terzarima.net> wrote:
>>i'll see how those compare with sources.
>
> i can't get 5c to fail when compiling rc. ghostscript might be another matter;
> i haven't tried that yet.
>
>



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05  9:49     ` Charles Forsyth
  2010-12-05 11:38       ` Bruce Ellis
@ 2010-12-05 13:24       ` erik quanstrom
  2010-12-05 16:16         ` Paul Lalonde
  1 sibling, 1 reply; 33+ messages in thread
From: erik quanstrom @ 2010-12-05 13:24 UTC (permalink / raw)
  To: forsyth, 9fans

On Sun Dec  5 04:41:17 EST 2010, forsyth@terzarima.net wrote:
> >i'll see how those compare with sources.
>
> i can't get 5c to fail when compiling rc. ghostscript might be another matter;
> i haven't tried that yet.

at least on my openrd, everything in /sys/src/cmd
compiles with no problems, including gs.

- erik



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05 13:24       ` erik quanstrom
@ 2010-12-05 16:16         ` Paul Lalonde
  2010-12-05 16:42           ` Paul Lalonde
  2010-12-05 17:08           ` erik quanstrom
  0 siblings, 2 replies; 33+ messages in thread
From: Paul Lalonde @ 2010-12-05 16:16 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

I've rebuilt my x86 userspace, nuked, rebuilt objtype=arm, and still in rc,
bang.
I'm running on 9vx, so I can imagine some random interaction there (I can't
justify the power bills to keep a plan9 386 box going these days given the
frequency I use it).
An rc would let me move all this over to my plug and worry less, methinks.

Paul

On Sun, Dec 5, 2010 at 5:24 AM, erik quanstrom <quanstro@quanstro.net>wrote:

> On Sun Dec  5 04:41:17 EST 2010, forsyth@terzarima.net wrote:
> > >i'll see how those compare with sources.
> >
> > i can't get 5c to fail when compiling rc. ghostscript might be another
> matter;
> > i haven't tried that yet.
>
> at least on my openrd, everything in /sys/src/cmd
> compiles with no problems, including gs.
>
> - erik
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05 16:16         ` Paul Lalonde
@ 2010-12-05 16:42           ` Paul Lalonde
  2010-12-05 18:02             ` Charles Forsyth
  2010-12-05 17:08           ` erik quanstrom
  1 sibling, 1 reply; 33+ messages in thread
From: Paul Lalonde @ 2010-12-05 16:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

Erik sorted me out - and our wee conversation made me remember that in the
presence of 'bind -b /sysfromiso /' it's important not to get the arguments
backwards.
Mea maxima culpa, apologies for the noise.

Paul

On Sun, Dec 5, 2010 at 8:16 AM, Paul Lalonde <paul.a.lalonde@gmail.com>wrote:

> I've rebuilt my x86 userspace, nuked, rebuilt objtype=arm, and still in rc,
> bang.
> I'm running on 9vx, so I can imagine some random interaction there (I can't
> justify the power bills to keep a plan9 386 box going these days given the
> frequency I use it).
> An rc would let me move all this over to my plug and worry less, methinks.
>
> Paul
>
>
> On Sun, Dec 5, 2010 at 5:24 AM, erik quanstrom <quanstro@quanstro.net>wrote:
>
>> On Sun Dec  5 04:41:17 EST 2010, forsyth@terzarima.net wrote:
>> > >i'll see how those compare with sources.
>> >
>> > i can't get 5c to fail when compiling rc. ghostscript might be another
>> matter;
>> > i haven't tried that yet.
>>
>> at least on my openrd, everything in /sys/src/cmd
>> compiles with no problems, including gs.
>>
>> - erik
>>
>>
>
>
> --
> I'm migrating my email.  plalonde@telus.net will soon be disconnected.
>  Please use paul.a.lalonde@gmail.com from now on.
>
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05 16:16         ` Paul Lalonde
  2010-12-05 16:42           ` Paul Lalonde
@ 2010-12-05 17:08           ` erik quanstrom
  1 sibling, 0 replies; 33+ messages in thread
From: erik quanstrom @ 2010-12-05 17:08 UTC (permalink / raw)
  To: paul.a.lalonde, 9fans

now that paul has things fixed, perhaps this is of no value, but since it's
already done, i'll put it out there.

i've generated two tarballs, one for 16-bit runes, and one for 32-bit runes
containing /arm with libraries executables.

	hget ftp://ftp.quanstro.net/other/slasharm16.tbz | bunzip | @{cd / ; tar x arm/bin}
	# sha1sum
	# cb057e9335c99b5f75f715358735653a8b1fe17c	slasharm16.tbz

or for 32-bit runes (use this if you're using 9atom)
	hget ftp://ftp.quanstro.net/other/slasharm32.tbz | bunzip | @{cd / ; tar x arm/bin}
	# sha1sum
	# 259cc9de0e22df4a8039f74de433486ce6342ea5	slasharm32.tbz

- erik

quote of the day:
	Flanders is also famous for its Flemish art.
		- wikipedia (http://http://en.wikipedia.org/wiki/Flanders)



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05 16:42           ` Paul Lalonde
@ 2010-12-05 18:02             ` Charles Forsyth
  2010-12-05 18:15               ` ron minnich
  0 siblings, 1 reply; 33+ messages in thread
From: Charles Forsyth @ 2010-12-05 18:02 UTC (permalink / raw)
  To: 9fans

> I'm running on 9vx, so I can imagine some random interaction there (I can't
> justify the power bills to keep a plan9 386 box going these days given the
> frequency I use it).

the atom boards are not too bad.
my 9-collection no longer heats the loft,
and there was a we-e dip in the e-bill for e-lectricity.



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05 18:02             ` Charles Forsyth
@ 2010-12-05 18:15               ` ron minnich
  2010-12-05 18:28                 ` ron minnich
  0 siblings, 1 reply; 33+ messages in thread
From: ron minnich @ 2010-12-05 18:15 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

just a reminder, when I build from sysfromiso, on 9vx:

cd sysfromiso
hg pull
hg up
bind sys/src /sys/src
bind sys/include /sys/include
cd /sys/src
objtype=arm
mk nuke
mk install

I've used this to build bootable openrd kernels. I'm rerunning it now.
It always takes time because of gs, but gs is a great test. I'll
update with a note on how it went.


I just did a push from sources to the sysfromiso repo.

ron



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05 18:15               ` ron minnich
@ 2010-12-05 18:28                 ` ron minnich
  2010-12-07  1:08                   ` Paul Lalonde
  0 siblings, 1 reply; 33+ messages in thread
From: ron minnich @ 2010-12-05 18:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Build went fine.

On Sun, Dec 5, 2010 at 10:15 AM, ron minnich <rminnich@gmail.com> wrote:
> just a reminder, when I build from sysfromiso, on 9vx:
>
> cd sysfromiso
> hg pull
> hg up
> bind sys/src /sys/src
> bind sys/include /sys/include
> cd /sys/src
> objtype=arm
> mk nuke
> mk install
>
> I've used this to build bootable openrd kernels. I'm rerunning it now.
> It always takes time because of gs, but gs is a great test. I'll
> update with a note on how it went.
>
>
> I just did a push from sources to the sysfromiso repo.
>
> ron
>



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-05 18:28                 ` ron minnich
@ 2010-12-07  1:08                   ` Paul Lalonde
  2010-12-07  1:14                     ` ron minnich
  0 siblings, 1 reply; 33+ messages in thread
From: Paul Lalonde @ 2010-12-07  1:08 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

I got it clean, finally.  I had mis-mapped some pieces while updating my x86
userland, without which 5c crapped out a lot.

Next question: How do I build my plug kernel?  Among my early build
problems:
    mk: no recipe to make 'devtwsi.5' in directory /sys/src/9/kw
    ../boot/libboot.a5 doesn't exist: assuming it will be an archive
    mk: no recipe to make 'syscallfmt.5' in directory /sys/src/9/kw

I'm not finding current "how to build a kernel" bits anywhere :-(

Paul

On Sun, Dec 5, 2010 at 10:28 AM, ron minnich <rminnich@gmail.com> wrote:

> Build went fine.
>
> On Sun, Dec 5, 2010 at 10:15 AM, ron minnich <rminnich@gmail.com> wrote:
> > just a reminder, when I build from sysfromiso, on 9vx:
> >
> > cd sysfromiso
> > hg pull
> > hg up
> > bind sys/src /sys/src
> > bind sys/include /sys/include
> > cd /sys/src
> > objtype=arm
> > mk nuke
> > mk install
> >
> > I've used this to build bootable openrd kernels. I'm rerunning it now.
> > It always takes time because of gs, but gs is a great test. I'll
> > update with a note on how it went.
> >
> >
> > I just did a push from sources to the sysfromiso repo.
> >
> > ron
> >
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07  1:08                   ` Paul Lalonde
@ 2010-12-07  1:14                     ` ron minnich
  2010-12-07  1:54                       ` erik quanstrom
  0 siblings, 1 reply; 33+ messages in thread
From: ron minnich @ 2010-12-07  1:14 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Mon, Dec 6, 2010 at 5:08 PM, Paul Lalonde <paul.a.lalonde@gmail.com> wrote:
> I got it clean, finally.  I had mis-mapped some pieces while updating my x86
> userland, without which 5c crapped out a lot.
> Next question: How do I build my plug kernel?  Among my early build
> problems:
>     mk: no recipe to make 'devtwsi.5' in directory /sys/src/9/kw
>     ../boot/libboot.a5 doesn't exist: assuming it will be an archive
>     mk: no recipe to make 'syscallfmt.5' in directory /sys/src/9/kw
> I'm not finding current "how to build a kernel" bits anywhere :-(
>


The guys are always improving things :-)

I thought that stuff was already in sysfromiso -- done a pull lately?
-- but I'll heck tonight.

ron



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07  1:14                     ` ron minnich
@ 2010-12-07  1:54                       ` erik quanstrom
  2010-12-07  3:51                         ` ron minnich
  0 siblings, 1 reply; 33+ messages in thread
From: erik quanstrom @ 2010-12-07  1:54 UTC (permalink / raw)
  To: 9fans

On Mon Dec  6 20:14:54 EST 2010, rminnich@gmail.com wrote:
> On Mon, Dec 6, 2010 at 5:08 PM, Paul Lalonde <paul.a.lalonde@gmail.com> wrote:
> > I got it clean, finally.  I had mis-mapped some pieces while updating my x86
> > userland, without which 5c crapped out a lot.
> > Next question: How do I build my plug kernel?  Among my early build
> > problems:
> >     mk: no recipe to make 'devtwsi.5' in directory /sys/src/9/kw
> >     ../boot/libboot.a5 doesn't exist: assuming it will be an archive
> >     mk: no recipe to make 'syscallfmt.5' in directory /sys/src/9/kw
> > I'm not finding current "how to build a kernel" bits anywhere :-(
> >
>
>
> The guys are always improving things :-)

you can just chop twsi out of your kernel configuration and build.
i'd be happy to put a pre-built arm kernel out, too.

- erik



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07  1:54                       ` erik quanstrom
@ 2010-12-07  3:51                         ` ron minnich
  2010-12-07  5:57                           ` Paul Lalonde
  0 siblings, 1 reply; 33+ messages in thread
From: ron minnich @ 2010-12-07  3:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Mon, Dec 6, 2010 at 5:54 PM, erik quanstrom <quanstro@quanstro.net> wrote:
> On Mon Dec  6 20:14:54 EST 2010, rminnich@gmail.com wrote:
>> On Mon, Dec 6, 2010 at 5:08 PM, Paul Lalonde <paul.a.lalonde@gmail.com> wrote:
>> > I got it clean, finally.  I had mis-mapped some pieces while updating my x86
>> > userland, without which 5c crapped out a lot.
>> > Next question: How do I build my plug kernel?  Among my early build
>> > problems:
>> >     mk: no recipe to make 'devtwsi.5' in directory /sys/src/9/kw
>> >     ../boot/libboot.a5 doesn't exist: assuming it will be an archive
>> >     mk: no recipe to make 'syscallfmt.5' in directory /sys/src/9/kw
>> > I'm not finding current "how to build a kernel" bits anywhere :-(
>> >
>>
>>
>> The guys are always improving things :-)
>
> you can just chop twsi out of your kernel configuration and build.
> i'd be happy to put a pre-built arm kernel out, too.

I just committed a new sysfromiso with that file added.

ron



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07  3:51                         ` ron minnich
@ 2010-12-07  5:57                           ` Paul Lalonde
  2010-12-07  6:42                             ` Lucio De Re
  2010-12-07 13:37                             ` erik quanstrom
  0 siblings, 2 replies; 33+ messages in thread
From: Paul Lalonde @ 2010-12-07  5:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

Getting closer.  I still seem to be lacking syscallfmt.c which is called out
explicitly in the mkfile but isn't in sysfromiso.  The version in sys/pc
clearly won't work.

Paul

On Mon, Dec 6, 2010 at 7:51 PM, ron minnich <rminnich@gmail.com> wrote:

> On Mon, Dec 6, 2010 at 5:54 PM, erik quanstrom <quanstro@quanstro.net>
> wrote:
> > On Mon Dec  6 20:14:54 EST 2010, rminnich@gmail.com wrote:
> >> On Mon, Dec 6, 2010 at 5:08 PM, Paul Lalonde <paul.a.lalonde@gmail.com>
> wrote:
> >> > I got it clean, finally.  I had mis-mapped some pieces while updating
> my x86
> >> > userland, without which 5c crapped out a lot.
> >> > Next question: How do I build my plug kernel?  Among my early build
> >> > problems:
> >> >     mk: no recipe to make 'devtwsi.5' in directory /sys/src/9/kw
> >> >     ../boot/libboot.a5 doesn't exist: assuming it will be an archive
> >> >     mk: no recipe to make 'syscallfmt.5' in directory /sys/src/9/kw
> >> > I'm not finding current "how to build a kernel" bits anywhere :-(
> >> >
> >>
> >>
> >> The guys are always improving things :-)
> >
> > you can just chop twsi out of your kernel configuration and build.
> > i'd be happy to put a pre-built arm kernel out, too.
>
> I just committed a new sysfromiso with that file added.
>
> ron
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07  5:57                           ` Paul Lalonde
@ 2010-12-07  6:42                             ` Lucio De Re
  2010-12-07 13:34                               ` erik quanstrom
  2010-12-07 13:37                             ` erik quanstrom
  1 sibling, 1 reply; 33+ messages in thread
From: Lucio De Re @ 2010-12-07  6:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Mon, Dec 06, 2010 at 09:57:50PM -0800, Paul Lalonde wrote:
>
> Getting closer.  I still seem to be lacking syscallfmt.c which is called out
> explicitly in the mkfile but isn't in sysfromiso.  The version in sys/pc
> clearly won't work.
>
You can't just grab it off sources?

	9fs sources
	fcp /n/sources/plan9/sys/src/9/kw/syscallfmt.c /sys/src/9/kw/

I rebuilt 9plug on a fresh native plan 9n distribution in the last hour,
without a hitch.  I even tested it on my sheevaplug and other that I
haven't yet figured out how to get flash going, it worked without any
intervention.

Any suggestions on getting rid of the need for a console by supplying
#F/flash/flash0 and putting intelligent settings in there?  I'd love
to get to the point where the sheeva just starts up without human
intervention when there are file and auth services for it to use.

I'm a little concerned about guessing my way around flash, I'd rather
have instructions that are known to work.  But the sheer simplicity of
the whole system is mind boggling.

++L



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07  6:42                             ` Lucio De Re
@ 2010-12-07 13:34                               ` erik quanstrom
  0 siblings, 0 replies; 33+ messages in thread
From: erik quanstrom @ 2010-12-07 13:34 UTC (permalink / raw)
  To: lucio, 9fans

> Any suggestions on getting rid of the need for a console by supplying
> #F/flash/flash0 and putting intelligent settings in there?  I'd love
> to get to the point where the sheeva just starts up without human
> intervention when there are file and auth services for it to use.

see /cfg/pxe/example-kw.  with careful selection of a flash address,
one can also put the nvram on #F.

- erik



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07  5:57                           ` Paul Lalonde
  2010-12-07  6:42                             ` Lucio De Re
@ 2010-12-07 13:37                             ` erik quanstrom
  2010-12-07 15:32                               ` Paul Lalonde
  2010-12-07 16:26                               ` ron minnich
  1 sibling, 2 replies; 33+ messages in thread
From: erik quanstrom @ 2010-12-07 13:37 UTC (permalink / raw)
  To: 9fans

On Tue Dec  7 00:58:58 EST 2010, paul.a.lalonde@gmail.com wrote:

> Getting closer.  I still seem to be lacking syscallfmt.c which is called out
> explicitly in the mkfile but isn't in sysfromiso.  The version in sys/pc
> clearly won't work.

there is no current version in pc.  this is what you're intersted in
./port/syscallfmt.c
./kw/syscall.c

- erik



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07 13:37                             ` erik quanstrom
@ 2010-12-07 15:32                               ` Paul Lalonde
  2010-12-07 16:26                               ` ron minnich
  1 sibling, 0 replies; 33+ messages in thread
From: Paul Lalonde @ 2010-12-07 15:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

sources!  It's really impressive how much can fall out of your head when you
haven't actually run plan9 for a couple of years.

I have a build, and tonight I should be able to actually try it!

Paul

On Tue, Dec 7, 2010 at 5:37 AM, erik quanstrom <quanstro@quanstro.net>wrote:

> On Tue Dec  7 00:58:58 EST 2010, paul.a.lalonde@gmail.com wrote:
>
> > Getting closer.  I still seem to be lacking syscallfmt.c which is called
> out
> > explicitly in the mkfile but isn't in sysfromiso.  The version in sys/pc
> > clearly won't work.
>
> there is no current version in pc.  this is what you're intersted in
> ./port/syscallfmt.c
> ./kw/syscall.c
>
> - erik
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07 13:37                             ` erik quanstrom
  2010-12-07 15:32                               ` Paul Lalonde
@ 2010-12-07 16:26                               ` ron minnich
  2010-12-07 16:39                                 ` ron minnich
  1 sibling, 1 reply; 33+ messages in thread
From: ron minnich @ 2010-12-07 16:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Dec 7, 2010 at 5:37 AM, erik quanstrom <quanstro@quanstro.net> wrote:

> there is no current version in pc.  this is what you're intersted in
> ./port/syscallfmt.c
> ./kw/syscall.c

Those are in now as well.

ron



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07 16:26                               ` ron minnich
@ 2010-12-07 16:39                                 ` ron minnich
  2010-12-08  4:26                                   ` Paul Lalonde
  0 siblings, 1 reply; 33+ messages in thread
From: ron minnich @ 2010-12-07 16:39 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Dec 7, 2010 at 8:26 AM, ron minnich <rminnich@gmail.com> wrote:
> On Tue, Dec 7, 2010 at 5:37 AM, erik quanstrom <quanstro@quanstro.net> wrote:
>
>> there is no current version in pc.  this is what you're intersted in
>> ./port/syscallfmt.c
>> ./kw/syscall.c
>
> Those are in now as well.

or will be if the hg commit ever finishes ...

ron



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08  4:26                                   ` Paul Lalonde
@ 2010-12-08  0:33                                     ` Lucio De Re
  2010-12-08  4:34                                     ` Paul Lalonde
                                                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 33+ messages in thread
From: Lucio De Re @ 2010-12-08  0:33 UTC (permalink / raw)
  To: 9fans

> Now, how do I tell it to use the USB stick as a root filesystem?  I'm
> guessing I'll want to have two partitions, one to hold the image and another
> as a native P4 fs of some sort (if only to get case-sensitive filenames).
>  How do I specify the later to the "root is from" prompt?

Time for that consolidation of fsfs, disksim and other such disk tools
into one.  In your case, I think fsfs is what you need, but I'd hate
to be the one to figure it all out.

++L




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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08  4:34                                     ` Paul Lalonde
@ 2010-12-08  0:38                                       ` Lucio De Re
  0 siblings, 0 replies; 33+ messages in thread
From: Lucio De Re @ 2010-12-08  0:38 UTC (permalink / raw)
  To: 9fans

> Oh dear, I spend too much time with Perforce (P4) these days.  I mean an
> Plan9 fs, of course.

Well, I don't, so I did not see the "4" at all.  Anyway, you should be
more careful not to contaminate this list with lower numbered members
of the species :-)

++L




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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-07 16:39                                 ` ron minnich
@ 2010-12-08  4:26                                   ` Paul Lalonde
  2010-12-08  0:33                                     ` Lucio De Re
                                                       ` (3 more replies)
  0 siblings, 4 replies; 33+ messages in thread
From: Paul Lalonde @ 2010-12-08  4:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

I have a successful boot off my USB stick onto the Guru.

Now, how do I tell it to use the USB stick as a root filesystem?  I'm
guessing I'll want to have two partitions, one to hold the image and another
as a native P4 fs of some sort (if only to get case-sensitive filenames).
 How do I specify the later to the "root is from" prompt?

Paul

On Tue, Dec 7, 2010 at 8:39 AM, ron minnich <rminnich@gmail.com> wrote:

> On Tue, Dec 7, 2010 at 8:26 AM, ron minnich <rminnich@gmail.com> wrote:
> > On Tue, Dec 7, 2010 at 5:37 AM, erik quanstrom <quanstro@quanstro.net>
> wrote:
> >
> >> there is no current version in pc.  this is what you're intersted in
> >> ./port/syscallfmt.c
> >> ./kw/syscall.c
> >
> > Those are in now as well.
>
> or will be if the hg commit ever finishes ...
>
> ron
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08  4:26                                   ` Paul Lalonde
  2010-12-08  0:33                                     ` Lucio De Re
@ 2010-12-08  4:34                                     ` Paul Lalonde
  2010-12-08  0:38                                       ` Lucio De Re
  2010-12-08  5:25                                     ` ron minnich
  2010-12-08 13:06                                     ` erik quanstrom
  3 siblings, 1 reply; 33+ messages in thread
From: Paul Lalonde @ 2010-12-08  4:34 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

Oh dear, I spend too much time with Perforce (P4) these days.  I mean an
Plan9 fs, of course.

Paul

On Tue, Dec 7, 2010 at 8:26 PM, Paul Lalonde <paul.a.lalonde@gmail.com>wrote:

> I have a successful boot off my USB stick onto the Guru.
>
> Now, how do I tell it to use the USB stick as a root filesystem?  I'm
> guessing I'll want to have two partitions, one to hold the image and another
> as a native P4 fs of some sort (if only to get case-sensitive filenames).
>  How do I specify the later to the "root is from" prompt?
>
> Paul
>
>
> On Tue, Dec 7, 2010 at 8:39 AM, ron minnich <rminnich@gmail.com> wrote:
>
>> On Tue, Dec 7, 2010 at 8:26 AM, ron minnich <rminnich@gmail.com> wrote:
>> > On Tue, Dec 7, 2010 at 5:37 AM, erik quanstrom <quanstro@quanstro.net>
>> wrote:
>> >
>> >> there is no current version in pc.  this is what you're intersted in
>> >> ./port/syscallfmt.c
>> >> ./kw/syscall.c
>> >
>> > Those are in now as well.
>>
>> or will be if the hg commit ever finishes ...
>>
>> ron
>>
>>
>
>
> --
> I'm migrating my email.  plalonde@telus.net will soon be disconnected.
>  Please use paul.a.lalonde@gmail.com from now on.
>
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08  4:26                                   ` Paul Lalonde
  2010-12-08  0:33                                     ` Lucio De Re
  2010-12-08  4:34                                     ` Paul Lalonde
@ 2010-12-08  5:25                                     ` ron minnich
  2010-12-08  6:13                                       ` Lucio De Re
  2010-12-08 13:06                                     ` erik quanstrom
  3 siblings, 1 reply; 33+ messages in thread
From: ron minnich @ 2010-12-08  5:25 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Dec 7, 2010 at 8:26 PM, Paul Lalonde <paul.a.lalonde@gmail.com> wrote:
> I have a successful boot off my USB stick onto the Guru.
> Now, how do I tell it to use the USB stick as a root filesystem?  I'm
> guessing I'll want to have two partitions, one to hold the image and another
> as a native P4 fs of some sort (if only to get case-sensitive filenames).
>  How do I specify the later to the "root is from" prompt?


I've gotten part of the way there. I set up a 9fat on the first
partition and I can boot the kernel from u-boot with the 9fat. But I'm
not quite done the rest.

ron



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08  5:25                                     ` ron minnich
@ 2010-12-08  6:13                                       ` Lucio De Re
  2010-12-08  6:21                                         ` ron minnich
  2010-12-08 12:18                                         ` Paul Lalonde
  0 siblings, 2 replies; 33+ messages in thread
From: Lucio De Re @ 2010-12-08  6:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Dec 07, 2010 at 09:25:37PM -0800, ron minnich wrote:
>
> I've gotten part of the way there. I set up a 9fat on the first
> partition and I can boot the kernel from u-boot with the 9fat. But I'm
> not quite done the rest.
>
The plug really needs fully hands-off booting and this does not seem to
be the direction you're heading.  I suppose my approach where the file
server is on the network isn't great either, although it may be suitable
for an auth server.

What are the various eventual uses for a plug running P9?  I can think of

	Stealth CPU server/AUTH server
	ARM development system (where's Go?)

Can't think of anything else, but I'm not great on the imagination thing.

I'm particularly fragmented now, but soon I'll want to focus on only a few
projects, so I'm offering to help any sort of concrete goals.  I have only
an oldish plug, probably a year old now, but it's dedicated to Plan 9.

Mind you, so is the YeeLoong and that doesn't seem to be going anywhere.

++L



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08  6:13                                       ` Lucio De Re
@ 2010-12-08  6:21                                         ` ron minnich
  2010-12-08 12:18                                         ` Paul Lalonde
  1 sibling, 0 replies; 33+ messages in thread
From: ron minnich @ 2010-12-08  6:21 UTC (permalink / raw)
  To: lucio, Fans of the OS Plan 9 from Bell Labs

On Tue, Dec 7, 2010 at 10:13 PM, Lucio De Re <lucio@proxima.alt.za> wrote:
> On Tue, Dec 07, 2010 at 09:25:37PM -0800, ron minnich wrote:
>>
>> I've gotten part of the way there. I set up a 9fat on the first
>> partition and I can boot the kernel from u-boot with the 9fat. But I'm
>> not quite done the rest.
>>
> The plug really needs fully hands-off booting and this does not seem to
> be the direction you're heading.

actually it is. My openrd (same as a plug) has a 500 GB USB hard drive
($50 from Frys; I was using a flash drive but ventifmt made it die)
and I'm working to a hands-off booting. I changed the boot environment
variables to default to booting from 9fat on the disk, and that gets
me to Plan 9. I don't understand why you think this is not hands-off?

Currently things don't work out so well when I boot :-)
But I have not touched it for a bit.

>        Stealth CPU server/AUTH server

I don't want to have an outward-facing OSX or Linux. I trust Plan 9
more if only because I figure most people will ignore it ...

>        ARM development system (where's Go?)

ARMs are great! Just look at the gumstix.

ron



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08  6:13                                       ` Lucio De Re
  2010-12-08  6:21                                         ` ron minnich
@ 2010-12-08 12:18                                         ` Paul Lalonde
  1 sibling, 0 replies; 33+ messages in thread
From: Paul Lalonde @ 2010-12-08 12:18 UTC (permalink / raw)
  To: lucio, Fans of the OS Plan 9 from Bell Labs

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

My application is home-control; I have an off-grid cabin that wants to run a
3G usb stick and a low-power cpu server to manage automation - pre-heating,
hot water, etc.  This lets me geek a little at the same time.

Paul

On Tue, Dec 7, 2010 at 10:13 PM, Lucio De Re <lucio@proxima.alt.za> wrote:

> On Tue, Dec 07, 2010 at 09:25:37PM -0800, ron minnich wrote:
> >
> > I've gotten part of the way there. I set up a 9fat on the first
> > partition and I can boot the kernel from u-boot with the 9fat. But I'm
> > not quite done the rest.
> >
> The plug really needs fully hands-off booting and this does not seem to
> be the direction you're heading.  I suppose my approach where the file
> server is on the network isn't great either, although it may be suitable
> for an auth server.
>
> What are the various eventual uses for a plug running P9?  I can think of
>
>        Stealth CPU server/AUTH server
>        ARM development system (where's Go?)
>
> Can't think of anything else, but I'm not great on the imagination thing.
>
> I'm particularly fragmented now, but soon I'll want to focus on only a few
> projects, so I'm offering to help any sort of concrete goals.  I have only
> an oldish plug, probably a year old now, but it's dedicated to Plan 9.
>
> Mind you, so is the YeeLoong and that doesn't seem to be going anywhere.
>
> ++L
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08  4:26                                   ` Paul Lalonde
                                                       ` (2 preceding siblings ...)
  2010-12-08  5:25                                     ` ron minnich
@ 2010-12-08 13:06                                     ` erik quanstrom
  2010-12-08 19:26                                       ` Paul Lalonde
  3 siblings, 1 reply; 33+ messages in thread
From: erik quanstrom @ 2010-12-08 13:06 UTC (permalink / raw)
  To: 9fans

> Now, how do I tell it to use the USB stick as a root filesystem?  I'm
> guessing I'll want to have two partitions, one to hold the image and another
> as a native P4 fs of some sort (if only to get case-sensitive filenames).

what do you mean by "image" here?

- erik



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

* Re: [9fans] Trap in 5c compiling rc?
  2010-12-08 13:06                                     ` erik quanstrom
@ 2010-12-08 19:26                                       ` Paul Lalonde
  0 siblings, 0 replies; 33+ messages in thread
From: Paul Lalonde @ 2010-12-08 19:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

/arm/9plug

On Wed, Dec 8, 2010 at 5:06 AM, erik quanstrom <quanstro@labs.coraid.com>wrote:

> > Now, how do I tell it to use the USB stick as a root filesystem?  I'm
> > guessing I'll want to have two partitions, one to hold the image and
> another
> > as a native P4 fs of some sort (if only to get case-sensitive filenames).
>
> what do you mean by "image" here?
>
> - erik
>
>


--
I'm migrating my email.  plalonde@telus.net will soon be disconnected.
 Please use paul.a.lalonde@gmail.com from now on.

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

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

end of thread, other threads:[~2010-12-08 19:26 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-05  2:12 [9fans] Trap in 5c compiling rc? Paul Lalonde
2010-12-05  8:33 ` Bruce Ellis
2010-12-05  9:41   ` Charles Forsyth
2010-12-05  9:49     ` Charles Forsyth
2010-12-05 11:38       ` Bruce Ellis
2010-12-05 13:24       ` erik quanstrom
2010-12-05 16:16         ` Paul Lalonde
2010-12-05 16:42           ` Paul Lalonde
2010-12-05 18:02             ` Charles Forsyth
2010-12-05 18:15               ` ron minnich
2010-12-05 18:28                 ` ron minnich
2010-12-07  1:08                   ` Paul Lalonde
2010-12-07  1:14                     ` ron minnich
2010-12-07  1:54                       ` erik quanstrom
2010-12-07  3:51                         ` ron minnich
2010-12-07  5:57                           ` Paul Lalonde
2010-12-07  6:42                             ` Lucio De Re
2010-12-07 13:34                               ` erik quanstrom
2010-12-07 13:37                             ` erik quanstrom
2010-12-07 15:32                               ` Paul Lalonde
2010-12-07 16:26                               ` ron minnich
2010-12-07 16:39                                 ` ron minnich
2010-12-08  4:26                                   ` Paul Lalonde
2010-12-08  0:33                                     ` Lucio De Re
2010-12-08  4:34                                     ` Paul Lalonde
2010-12-08  0:38                                       ` Lucio De Re
2010-12-08  5:25                                     ` ron minnich
2010-12-08  6:13                                       ` Lucio De Re
2010-12-08  6:21                                         ` ron minnich
2010-12-08 12:18                                         ` Paul Lalonde
2010-12-08 13:06                                     ` erik quanstrom
2010-12-08 19:26                                       ` Paul Lalonde
2010-12-05 17:08           ` 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).