Re: [9fans] bonjour mDNS?

2016-01-01 Thread erik quanstrom
On Fri Jan 1 19:32:25 PST 2016, m...@boschma.cx wrote: > > > On 2 Jan 2016, at 7:05 am, Steve Simon wrote: > > anyone done any work to implement mDNS / bonjour on plan9? > > > > No, but I have an interest; just starting out with Plan9 :) > > > my rough plan is to write a

[9fans] bonjour mDNS?

2016-01-01 Thread Steve Simon
anyone done any work to implement mDNS / bonjour on plan9? my rough plan is to write a file server which generates /lib/ndb/mdns which can be included into your /lib/ndb/local. I fear the biggest hassle is the clash of UDP port use may mean mDNS must become part of dns(1) rather than a separate

Re: [9fans] Rio: possibility to forbid resizing a window?

2016-01-01 Thread erik quanstrom
> Is there such possibility with rio? yes, this is implemented by games/sudoku. just refuse to resize. - erik

Re: [9fans] bug or feature ? --- ip/ping -6

2016-01-01 Thread erik quanstrom
unfortunately, there is some imprecision when mixing -4 and -6 with names, and i don't have a tidy solution. also, the man page claims that the biggest an icmp packet could possibly be is 8192 bytes, which is incorrect. icmp is fragmented like any other ip packet, so the maximum payload is

Re: [9fans] bonjour mDNS?

2016-01-01 Thread Marc Boschma
> On 2 Jan 2016, at 7:05 am, Steve Simon wrote: > anyone done any work to implement mDNS / bonjour on plan9? > No, but I have an interest; just starting out with Plan9 :) > my rough plan is to write a file server which generates /lib/ndb/mdns > which can be included into

Re: [9fans] bonjour mDNS?

2016-01-01 Thread Marc Boschma
Still getting my head around Plan9 but wouldn’t mounting the unicast and multicast DNS file servers over the top of each other work? (I assume the order of the mount (bind) would lead to resolution order… but maybe no unified responses. Marc > On 2 Jan 2016, at 2:42 pm, erik quanstrom

Re: [9fans] Pi updates

2016-01-01 Thread erik quanstrom
On Wed Dec 30 14:27:27 PST 2015, blstu...@bellsouth.net wrote: > On Wed, 12/30/15, Skip Tavakkolian <9...@9netics.com> wrote: > > > - Enhancements for I2C and SPI > > > > is there an updated devrtc3231.c, or a conventional user space > > fs, that uses the new i2c? > > Yes, there's a devi2c

Re: [9fans] Rio: possibility to forbid resizing a window?

2016-01-01 Thread tlaronde
On Fri, Jan 01, 2016 at 02:58:07PM -0800, erik quanstrom wrote: > > Is there such possibility with rio? > > yes, this is implemented by games/sudoku. just refuse to resize. > Thanks. I will give a look to the code. -- Thierry Laronde http://www.kergis.com/

Re: [9fans] Pi updates

2016-01-01 Thread Brian L. Stuart
On Fri, 1/1/16, erik quanstrom wrote: > i'm looking @ the gpio interface, and i wonder what the recommended > technique for sampling a pin might be from a shell script? I haven't really used it in shell scripts, but if I were going to do so, I'd probably write up a little

Re: [9fans] need a REAL WORKING iso

2016-01-01 Thread erik quanstrom
On Fri Jan 1 03:56:33 PST 2016, fpussa...@contactoffice.fr wrote: > hello all > > where can i get a iso file for 9front or plan9 for raspberry pi > > > I have the bell-labs./contrib/miller one but it is all > stuck/restricted. even writting to /dev/keymap is impossible... > neither

Re: [9fans] bug or feature ? --- ip/ping -6

2016-01-01 Thread erik quanstrom
on reading the man page, i found a small flaw in the implementation. according to the man page, -6 forces is of icmp6, even if the address is icmp4. i changed ping to do that.as a result, i added a -4 flag which forces the ping to use icmp4. obviously, there is no native 6-in-4, so this is

[9fans] need a REAL WORKING iso

2016-01-01 Thread Francois Pussault
hello all where can i get a iso file for 9front or plan9 for raspberry pi I have the bell-labs./contrib/miller one but it is all stuck/restricted. even writting to /dev/keymap is impossible... neither mounting 9fs sources and so on.just unusable at all no inst dir ... etc so

[9fans] Install problem: disks not listed

2016-01-01 Thread tlaronde
Hello (and best wishes to all for 2016!), I have a new node and I'm trying to install Plan9 on it (it is a multiboot node, with already NetBSD and Windows). When booting (from Bell Labs' iso), the disks are found as sdE[12], the CD driver as sdE0 that are all on SATA. But when going to