Re: [9fans] 9fat: on rmiller raspberry pi image?

2024-04-30 Thread Sean Hinchee
Pretty sure you have to run dossrv on the 9fat partition http://man.postnix.pw/plan_9/4/dossrv Cheers, Sean On Mon, Apr 29, 2024 at 8:34 PM michaelian ennis wrote: > > I'm trying to switch a host over to a cpu server by updating the > kernel on the boot partition but 9fat: doesn't appear to

Re: [9fans] Revised sam cheat sheat

2021-08-31 Thread Sean Hinchee
This is awesome, thank you Cheers, Sean On Mon, Aug 30, 2021 at 10:53 PM wrote: > > The last cheat sheet I posted was in need of revision and reordering. This > one is better than the last--I hope. > > > CHEAT SHEET OF SAM COMMANDS > > x cmd - set dot and run command on each matching line > >

Re: [9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread Sean Hinchee
Inferno 8c should work fine on Win10 :) Cheers, Sean On Sunday, March 28, 2021, Richard Miller <9f...@hamnavoe.com> wrote: > > I want to use Plan9 compiler (8c) on my windows 10 system. > > Not possible except by running Plan 9 on a virtual machine. > > You can, however, use the inferno

[9fans] Re: [inferno-os] sources of Alef language

2020-11-07 Thread Sean Hinchee
Check the first section for Alef in this post: https://seh.dev/go-legacy/ As mentioned before, my 2e post is probably your best direction at getting a working Alef chain to play with A snapshot of BurnZeZ’s work to port forward (from the public grid): https://github.com/Plan9-Archive/alef A

Re: [9fans] lsub down?

2020-09-09 Thread Sean Hinchee
More clive: https://github.com/plan9-archive/?q=clive== On Fri, Aug 21, 2020 at 9:03 AM LiteStar numnums wrote: > > I have that starred, but that's perfect, thank you Rodrigo! > > On Fri, Aug 21, 2020 at 7:31 AM Rodrigo G. López > wrote: >> >> github.com/fjballest/clive >> >> that might be of

Re: [9fans] BitBucket deleting hg repos

2020-07-02 Thread Sean Hinchee
Can you share the set of software and the workflow you used for the hg to git conversion? I didn't do the conversion -- that was Sean Hinchee (henesy@gmail.com), but when I've done the conversion for other repositories, I did it using https://hg-git.github.io/: clone from the hg repository

[9fans] Software preservation in the post-hg era

2020-03-30 Thread Sean Hinchee
In the wake of Bitbucket removing hg (Mercurial) support [1], I feel it's topical to bring up software preservation for the plan9 community. A lot of community contributed software has been put up on Bitbucket or other hg hosts over time (RIP Google Code), but no consolidated effort, to my

Re: [9fans] Request for (constructive?) comments: Plan 9 : 2020

2019-10-22 Thread Sean Hinchee
I would be very happy to volunteer whatever time and resources I can. It would be awesome to see this happen :) Cheers, Sean -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T48814d0ac9ef812a-M0505334e2e5c5e697f775e01 Delivery options:

Re: [9fans] go1.13.1 build fails

2019-10-16 Thread Sean Hinchee
https://github.com/arwn/gfetch On 10/16/19 9:01 AM, Juan Cuzmar wrote: bit off topic but: where can i find gfetch command? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tc0089356feddbc41-M59fe76992feca62f4f46acb5 Delivery options:

Re: [9fans] go1.13.1 build fails

2019-10-04 Thread Sean Hinchee
I can build go1.13.1 from go1.12.4 on 9front/386 slightly behind tip. No build errors, but the usual test fails. Transcript of all.rc: http://okturing.com/src/6994/body Do you have a trace or anything for your build? Cheers, Sean On 10/4/19 2:53 PM, Skip Tavakkolian wrote: go1.12.10 builds

Re: [9fans] building Alef language

2019-09-22 Thread Sean Hinchee
You could also just run 2e in a VM and show it off there :) 2e can be coaxed into running under virtualbox, even. Cheers, Sean On 9/22/19 12:46 AM, Phil Kulin wrote: You right. I am preparing slides for my report on upcoming GolangConf-2019 in Moscow. I need Alef, libthread and Limbo for

Re: [9fans] building Alef language

2019-09-20 Thread Sean Hinchee
As rodri states BurnZeZ has a copy of Alef he got building and kind of running under 9front/386. I kind of got the same thing at one point, but his is way better :) I know a snapshot of it is on mycroftiv's public grid around /n/griddisk/burnzez I don't know if he has a public

Re: [9fans] doken 9p client

2019-07-09 Thread Sean Hinchee
I don't think that the win10 9p stuff for WSL is publicly documented, but the resources should be around to use them. The only project that a brief google search finds that seems to be reversing these things is https://github.com/Biswa96/pnconnect, which may or may not be useful. It'd be

Re: [9fans] Fujitsu D3401

2019-02-15 Thread Sean Hinchee
It's hard to say whether a board will work without testing. You could try searching the 9front sysinfo lists, but it's possible this board has never been used. If it does work, I'm sure the 9front project would enjoy a copy of the sysinfo for it :) I've done all my Plan 9 hosting through

Re: [9fans] any git client?

2019-02-03 Thread Sean Hinchee
There's Ori's git9 wip: https://bitbucket.org/oridb/git9 Sean On 2/3/19 10:36 AM, Chris McGee wrote: There is the beginnings of a client written in Go here that should work in Plan 9. https://github.com/driusan/dgit I have heard rumours of a port libgit2 somewhere. Chris On Feb 3, 2019,

Re: [9fans] lex of plan9port on FreeBSD

2019-01-30 Thread Sean Hinchee
Could you attach the file? Sean On 1/30/19 6:17 AM, Roderick wrote: Hallo! I have a lex file that translates to C and compiles with plan9port's lex and FreeBSD flex, but when running, I get core dumping with the one from lex. Do someone has the same experience? Any hint? Thanks Rodrigo

Re: [9fans] Plan 9 C compiler for RISC-V by Richard Miller

2018-10-27 Thread Sean Hinchee
On 10/27/18 2:24 AM, Skip Tavakkolian wrote: Saw this go by on twitter; others here will find it interesting: https://www.geeklan.co.uk/files/oshug69-Miller-criscv.pdf discussion on Ycombinator https://news.ycombinator.com/item?id=18308255 Is the source code for this hosted anywhere

Re: [9fans] macOS Mojave / dark mode

2018-09-25 Thread Sean Hinchee
Looks slick! Care to share a diff? Cheers, Sean On 09/25/2018 11:43 PM, marius a. eriksen wrote: We're allowed to have fun sometimes, right? -m.

Re: [9fans] sources

2018-09-19 Thread Sean Hinchee
9p.io is the new sources as bell labs sources is down for good iirc. Cheers, Sean On Wednesday, September 19, 2018, Steve Simon wrote: > Hi all. > > sources has not been accessible over 9p for a while. has it gone for good > or does it just need a little love? > > -Steve > > > >

Re: [9fans] software archaeology

2018-02-08 Thread Sean Hinchee
steve, that'd be great, i'd love to see a copy of those once you get them imaged. cheers, sean On Mon, Feb 5, 2018 at 2:20 AM, Steve Simon wrote: > hi, > > i have 1st, 2nd, and 3rd ed floppies, a bigger problem will be to find a > floppy drive... > > i will try and generate

[9fans] Discord community for Plan 9

2017-07-21 Thread Sean Hinchee
All, I'm not sure where the niche falls in place for this, if there is none fine, but as someone presently attending uni I've noticed a trend that no one my age bothers with IRC. I want to do what I can to increase the surface area for those interested to get access to the Plan 9 community,

Re: [9fans] 9Front in Virtualbox with Internet and Host Drawterm Access

2017-07-11 Thread Sean Hinchee
Using virtio-net should work just fine, might need to shuffle the order of the cards/address config, but that should be all. On 07/11/2017 9:31 AM, Peter Hull wrote: On Tue, 11 Jul 2017 at 05:48 Sean Hinchee <henesy@gmail.com <mailto:henesy@gmail.com>> wrote: Networ

[9fans] 9Front in Virtualbox with Internet and Host Drawterm Access

2017-07-10 Thread Sean Hinchee
OS: Windows 10 Virtualbox: 5.1.22 r115126 9Front: d44f7b86e2ba+ tip VirtualBox Guest Config: General -> Basic Type: Other Version: Other/Unknown (64-bit) System -> Motherboard Chipset: PIIX3 Pointing Device: PS/2 Mouse Extended Features: [x] Enable I/O APIC System -> Processor Extended

Re: [9fans] rc exec error behaviour

2016-02-02 Thread Sean Hinchee
Go 1.5.1 built and is running on 9Front/amd64 I thought, but doesn't on 9Front/386? On 02/02/2016 11:11 AM, s...@9front.org wrote: I think when people say "works" they mean that tip builds. The outstanding bugs with the language on Plan 9 are still outstanding (see the open issues),

Re: [9fans] rc exec error behaviour

2016-01-31 Thread Sean Hinchee
Will this project (rc-go?) be hosted at a particular bitbucket/hg repository for pull requests, etc? On 01/31/2016 12:58 AM, Skip Tavakkolian wrote: Sign me up for testing. On Sat, Jan 30, 2016, 5:16 PM Prof Brucee > wrote: Any

Re: [9fans] P9p from osx to ubuntu

2015-04-18 Thread Sean Hinchee
Synaptics can be rigged to emulate middle click, works for me. synclient 3=2 On 4/18/15 10:22 AM, Ryan wrote: jordi collell jor...@gmail.com wrote: I'm new here. Is just my thirth month with acme but i completly addicted to it ;) I just switched from the p9p from osx to ubuntu and I miss

Re: [9fans] once more: drawterm osx-x11 on x86-64

2015-02-27 Thread Sean Hinchee
Is this pure X11.app or XQuartz? On 2/27/15 5:10 PM, Jeff Sickel wrote: Some people prefer the X11 version as the refresh speed may be higher. That’s fine, though I prefer having rio resize working so I can full screen the app on a second display with CONF=osx-cocoa. I reduced the flicker in

Re: [9fans] r-pi usbotg error

2015-02-18 Thread Sean Hinchee
I've had mixed results between keyboards. From what I have experienced the keyboards that have usb hubs built into them drop, but the keyboards without hubs (or with the hub wire unplugged) didn't drop connection. ymmv On 2/18/15 12:37 PM, Quintile wrote: I use a standard dell keyboard with my

Re: [9fans] Raspberry Pi 2 Model B

2015-02-02 Thread Sean Hinchee
Some documentation can be found here: http://elinux.org/RPi_Documentation#Raspberry_Pi_Processor_Broadcom_System-On-Chip: On 2/2/15 3:37 PM, Joe Bowers wrote: Does anybody know where to look for documentation on the changes, or general documentation for the bcm2836? On Mon, Feb 2, 2015 at

Re: [9fans] Raspberry Pi 2 Model B

2015-02-02 Thread Sean Hinchee
The difference between Armv6 and Armv7 isn't it? On 2/2/15 7:14 AM, Richard Miller wrote: Noted it *should* be backwards compatible with previous software. Does a 9fan wish to vet the 9pi release against this new hardware? Compatible with user level software, yes. But it will need a new

[9fans] plan9-bcm GPIO control raspberry pi

2014-05-16 Thread Sean Hinchee
So I ran across this ( https://github.com/elewarr/plan9-bcm ) awhile back and decided it would be fun to try to stick it on my pi running 9front. Problem is I'm either too new to this, or am missing something really basic when I'm trying to compile the kernel. Normally iirc one just has to run mk

Re: [9fans] plan9-bcm GPIO control raspberry pi

2014-05-16 Thread Sean Hinchee
Ok, it ran when bound to /sys/src/9/bcm. Flawless success. @cinap_lenrek, the folder was the source for the bcm kernel thing I linked above, it's built to support GPIO afaik, I'd like to play with GPIO whilst I learn plan9 on this pi. If I may ask, what is the reason that it ran when bound to

Re: [9fans] Raspberry Pi/Qemu Networking Problems

2013-09-07 Thread Sean Hinchee
On 09/07/2013 03:48 AM, Richard Miller wrote: I have consolidated into my cmdline.txt it reads: readparts=1 nvram=#S/sdM0/nvram bootargs=local!#S/sdM0/fossil nobootprompt=local kbargs=-b ipconfig= I hope this is actually all on one line (the pi boot firmware only reads the first line of

[9fans] Raspberry Pi/Qemu Networking Problems

2013-09-06 Thread Sean Hinchee
I've just touched the surface of Plan 9 and am trying to get networking functional. In Qemu and on the Pi my /net/iproute is virtually the same ( http://i.imgur.com/Yv7xnNS.png ). The image is the Qemu and the Pi is the same except it is missing the 10* and 0* entries. ip/ipconfig returns a

Re: [9fans] Raspberry Pi/Qemu Networking Problems

2013-09-06 Thread Sean Hinchee
On 09/06/2013 09:45 PM, Bakul Shah wrote: On Fri, 06 Sep 2013 20:40:26 CDT Sean Hinchee henesy@gmail.com wrote: I've just touched the surface of Plan 9 and am trying to get networking functional. In Qemu and on the Pi my /net/iproute is virtually the same ( http://i.imgur.com/Yv7xnNS.png