Re: [9fans] bug in rc(1) ?

2014-11-30 Thread arisawa
OK, thanks > 2014/11/29 13:57、minux のメール: > > On Fri, Nov 28, 2014 at 11:42 PM, arisawa wrote: >> rc(1) says: >> >> rfork [nNeEsfFm] >> Become a new process group using rfork(flags) where >> flags is composed of the bitwise OR of the rfork flags >>

[9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Mats Olsson
Hi guys! Does anyone use Plan 9 as platform for Go programming? If so, How is your setup (remember that I'm a noob to Plan 9 so in layman terms please)? Any information would be greatly appreciated. Kind Regards, Mats

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Aram Hăvărneanu
I am not sure I understand the question. Programming in Go on Plan 9 is almost the same as programming in Go in Unix. The "setup" is the same. -- Aram Hăvărneanu

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Ryan
I *think* the commands would go something like this (untested): hget https://storage.googleapis.com/golang/go1.3.3.src.tar.gz > go.tgz tar xf go.tgz cd go/src all.rc Mats Olsson wrote: >Hi guys! > >Does anyone use Plan 9 as platform for Go programming? If so, How is >your setup (remember that I'

[9fans] rebalance() funny

2014-11-30 Thread erik quanstrom
rebalance(void) { ... if(p->mp != MACHP(m->machno)) continue; since p->mp != nil for forked processes, and rebalance is only called on mach0, only processes on mach0 get rebalanced, for a 8 core system, that should be ~1/8 of them. this is so amazingly wron

[9fans] acmetags

2014-11-30 Thread Mathieu Lonjaret
Hi, I usually keep most of my build/run/test workflow as tags on my acme "win" windows. But acme dumps do not save tags, and I sometimes don't save them in a guide file (because I forget when I reboot, or I close acme inadvertently, or in rare occasions because acme dies). So I've finally written

Re: [9fans] acmetags

2014-11-30 Thread erik quanstrom
On Sun Nov 30 09:03:42 PST 2014, mathieu.lonja...@gmail.com wrote: > Hi, > > I usually keep most of my build/run/test workflow as tags on my acme > "win" windows. But acme dumps do not save tags, and I sometimes don't > save them in a guide file (because I forget when I reboot, or I close > acme i

Re: [9fans] acmetags

2014-11-30 Thread Mathieu Lonjaret
On 30 November 2014 at 18:19, erik quanstrom wrote: > On Sun Nov 30 09:03:42 PST 2014, mathieu.lonja...@gmail.com wrote: >> Hi, >> >> I usually keep most of my build/run/test workflow as tags on my acme >> "win" windows. But acme dumps do not save tags, and I sometimes don't >> save them in a guid

Re: [9fans] acmetags

2014-11-30 Thread erik quanstrom
> Wow, yes. I often wish I could do something like that and I didn't > even know it existed in any of the acme "versions". You have my thanks > in advance if that makes it into p9p. :-) the one thing it hasn't got is resizable tags. my feeling is that it would be easier and better to extend acme

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Mats Olsson
Hi guys! The thing is that I've been fooling around with Plan 9 for like 7 weeks (a real noob then) and then I read about programming in Go and found that interesting and worth trying out. So the crude fact is that I haven't any knowledge about programming in Go more than what I've just read (at t

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Skip Tavakkolian
are you using 9pi? if so, i don't think Go is available on plan9/arm yet. On Sun, Nov 30, 2014 at 10:13 AM, Mats Olsson wrote: > Hi guys! > > The thing is that I've been fooling around with Plan 9 for like 7 > weeks (a real noob then) and then I read about programming in Go and > found that int

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Mats Olsson
Yes, I'm using 9pi. OK. Thanks! 2014-11-30 18:31 GMT, Skip Tavakkolian : > are you using 9pi? if so, i don't think Go is available on plan9/arm yet. > > > On Sun, Nov 30, 2014 at 10:13 AM, Mats Olsson wrote: > >> Hi guys! >> >> The thing is that I've been fooling around with Plan 9 for like 7 >>

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Mats Olsson
Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm So it seems that it's supported. 2014-11-30 20:06 GMT, Mats Olsson : > Yes, I'm using 9pi. OK. Thanks! > > 2014-11-30 18:31 GMT, Skip Tavakkolian : >> are you using 9pi? if so, i don't think Go is available on plan9/arm yet. >>

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread erik quanstrom
On Sun Nov 30 12:06:43 PST 2014, plan9@gmail.com wrote: > Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm > > So it seems that it's supported. > read the supported operating systems section: "Go supports ARM on Linux. You must be running a EABI kernel. so not even all

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread minux
On Nov 30, 2014 3:10 PM, "Mats Olsson" wrote: > Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm > > So it seems that it's supported. go on arm only supports Linux, Freebsd, Netbsd, nacl and Darwin (unofficial). plan 9 is not on the list (yet).

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Anthony Martin
minux once said: > On Nov 30, 2014 3:10 PM, "Mats Olsson" wrote: > > Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm > > > > So it seems that it's supported. > go on arm only supports Linux, Freebsd, Netbsd, nacl and Darwin > (unofficial). > > plan 9 is not on the list (yet)

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread erik quanstrom
> We're all just waiting for the tree to open up again. i thought that was the promise of dcs -- you don't have to wait. where did this whole thing fail? - erik

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread David du Colombier
> If someone volunteers to run a plan9/arm builder, I'll > do the port and have it in by the 1.5 release. ☺ I think I can run an plan9/arm builder. What board do you want? -- David du Colombier

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Mats Olsson
The following quote from GoArm makes me believe it can be done on a RPi: Supported operating systems Go supports ARM on Linux. You must be running a EABI kernel. These are generally known as armel for softfloat (compatible with ARMv5) or armhf for hardware floating point (ARMv6 and above). 2014-

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread David du Colombier
> The following quote from GoArm makes me believe it can be done on a > RPi Yes. ARMv5, ARMv6 and ARMv7 are supported. But maybe something faster than a Raspberry Pi would be better. -- David du Colombier

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Anthony Martin
erik quanstrom once said: > > We're all just waiting for the tree to open up again. > > i thought that was the promise of dcs -- you don't have to wait. > where did this whole thing fail? Well, I really meant we're waiting for the point in the development schedule that allows new code to be up f

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Mats Olsson
Hi David! I have several Raspberry Pi's and I'm kind of doing a research of what can be done on this platform when it comes to programming etc. Preferable in Plan 9 OS. I'm certain that there are lots of other options but I'm focusing on the use of the Raspberry Pi as a hardware platform. Kind Re

Re: [9fans] Do Plan9Port's lib9 and libbio work on Windows?

2014-11-30 Thread Charles Forsyth
On 30 November 2014 at 02:19, Bruce Ellis wrote: > I have never seen Inferno built with ming. I think someone did that once, but it was a long time ago, before the MS compilers could be downloaded.

Re: [9fans] Do Plan9Port's lib9 and libbio work on Windows?

2014-11-30 Thread Ryan Gonzalez
pf9 looks interesting, although it took a bit of hunting to find it (largely because it has the same name as a gun!). My worry right now is that it won't work with the newest plan9port, since it hasn't been updated since last year. What I probably need to do is just make my own port and keep it i

Re: [9fans] rebalance() funny

2014-11-30 Thread Jessica Yu
That definitely seems incorrect to me. Since rebalance is only called on mach0, as it loops through the global run queue, it will skip processes that are not on mach0, so I think you are correct. (This was fixed on the mqs version of the nix scheduler; every mach calls rebalance to take care of the

[9fans] Porting plan9

2014-11-30 Thread Ramakrishnan Muthukrishnan
Hi, I have a hummingboard i1 board [1] which I would like to use as a Plan9 terminal. I also want to use the opportunity to learn about the plan9 kernel and read the code. The board has a FreeScale iMX6 Solo SoC which is based on ARM-Cortex A9 core. I am hoping to reuse parts of the OMAP3 port (th

Re: [9fans] Porting plan9

2014-11-30 Thread erik quanstrom
> Surprisingly I didn't see a paper on porting Plan9 to new architectures > in the plan9 paper collection. Any help and pointers on how to get > started with the porting effort will be highly appreciated. it's all about the documentation. if you can get it, boringing up a new kernel for a new ar

Re: [9fans] rebalance() funny

2014-11-30 Thread erik quanstrom
On Sun Nov 30 20:27:15 PST 2014, j...@cowsay.org wrote: > That definitely seems incorrect to me. Since rebalance is only called > on mach0, as it loops through the global run queue, it will skip > processes that are not on mach0, so I think you are correct. (This was > fixed on the mqs version of t

Re: [9fans] Factotum vs SASL

2014-11-30 Thread Enrico Weigelt, metux IT consult
On 29.11.2014 22:23, erik quanstrom wrote: >> In my scenario, I'm (more precisely: the account I'm using) not the >> hostowner, just a plain user - in Unix terms: non-root). But that >> account has the special privileges of controlling the network >> connections. Other accounts may only choose from

Re: [9fans] Factotum vs SASL

2014-11-30 Thread lucio
> The guy in front of the console should authenticate as a normal user > and then only be allowed to access his own environment (no direct > control over hw, etc). The guy is not in front of the "console", he has physical and therefore unrestricted access to all the resources in the terminal. A C