Re: [9fans] two ethernet in a raspberry pi.

2015-07-06 Thread hiro
It only has 10Base-T...

On 7/4/15, michaelian ennis michaelian.en...@gmail.com wrote:
 I wonder, aloud, if an spi connected ethernet interface might be an
 acceptable solution:

 https://www.sparkfun.com/products/765

 ian




Re: [9fans] two ethernet in a raspberry pi.

2015-07-06 Thread Joseph Stewart
Also, I'm not sure if the SPI but would compound the max routing speed or
not but I suspect it would.

Even with these limitations, it would probably be good for the p9 community
to have drivers for these kinds of devices.

On Mon, Jul 6, 2015 at 4:30 AM, hiro 23h...@gmail.com wrote:

 It only has 10Base-T...

 On 7/4/15, michaelian ennis michaelian.en...@gmail.com wrote:
  I wonder, aloud, if an spi connected ethernet interface might be an
  acceptable solution:
 
  https://www.sparkfun.com/products/765
 
  ian
 




Re: [9fans] ipv6 and ndb/csquery

2015-07-06 Thread cinap_lenrek
i dont know for sure but could it be that cs resolves
these local domains thru ndb? and then ignores your
ipv6= attibures in ndb?

i use ip= attribute in my ndb for both v4 and v6 addresses
and that works fine.

--
cinap



[9fans] p9p on openbsd/amd64

2015-07-06 Thread Hugo Rivera
Hi,
I am using p9p for some time now, and I find very difficult to work without it.
I have a box with openbsd/amd64 installed and I would like to have p9p on it.
Can someone explain to me, in a more or less detailed fashion, what
should I do to compile and run p9p on such machine?
I wrote many c programs in my life, some of them useful for myself,
but I do not know how to port software.
Saludos,

-- 
Hugo



Re: [9fans] p9p on openbsd/amd64

2015-07-06 Thread sl
 Hi,
 I am using p9p for some time now, and I find very difficult to work without 
 it.
 I have a box with openbsd/amd64 installed and I would like to have p9p on it.
 Can someone explain to me, in a more or less detailed fashion, what
 should I do to compile and run p9p on such machine?
 I wrote many c programs in my life, some of them useful for myself,
 but I do not know how to port software.
 Saludos,

Plan9port is in the OpenBSD ports tree. You can either install the package
or build the port from source.

More information here:

http://www.openbsd.org

sl



[9fans] Gawk in 9front-ports

2015-07-06 Thread Jens Staal
There was a recent discussion about that it would be nice to have gawk on
Plan9.

The latest upstream version of gawk can now be built via 9front-ports. I
think/hope I built/ported it correctly, but it would be nice with
critique/feedback/testing.

I noticed in the Arch linux package that gawk comes with a couple of
dynamic libraries and a header. Are those also interesting to include in
the Plan9 package (then as static libraries ofcourse)?