[9fans] 9atom installation report on Acer C710 Chromebook

2015-02-13 Thread Ramakrishnan Muthukrishnan
Hi, I have an Acer C710 Chromebook () with chromeos bootloader replaced with seabios+coreboot from John Lewis (). The machine used to w

Re: [9fans] telnet to port (and webfs debug))

2015-02-13 Thread erik quanstrom
> No webfs required! > > There's a factotum extension I wrote a while back that is bundled with > Mercurial version 2.2+: http://mercurial.selenic.com/wiki/FactotumExtension. > If you're using the mercurial contrib package from either jas or myself, it > should be enabled by default. thanks to b

Re: [9fans] telnet to port (and webfs debug))

2015-02-13 Thread Steven Stallion
On Fri, Feb 13, 2015 at 5:30 AM, Giacomo Tesio wrote: > > Note that, strangely enough, hg ignores the .hgrc in your home directory. > The hgrc(8) speak about Unix (and Windows) but since GNU is Not U... > ehm... Plan9 is not Unix (:-D), I can't say where to write it. > Hi Giacomo, This might exp

Re: [9fans] telnet to port (and webfs debug))

2015-02-13 Thread Steven Stallion
On Fri, Feb 13, 2015 at 5:59 AM, wrote: > yes, patch would be welcome :-) > No webfs required! There's a factotum extension I wrote a while back that is bundled with Mercurial version 2.2+: http://mercurial.selenic.com/wiki/FactotumExtension. If you're using the mercurial contrib package from

Re: [9fans] telnet to port (and webfs debug)

2015-02-13 Thread Charles Forsyth
On 13 February 2015 at 14:13, erik quanstrom wrote: > does anybody remember what the hardware that inspired this was? > and why proper marshalling code couldn't be written. > It wasn't hardware: it was a large package of existing protocol code that needed to run but made too many assumptions abo

Re: [9fans] telnet to port (and webfs debug)

2015-02-13 Thread erik quanstrom
> User-Agent: Mozilla/5.0 (compatible; hjdicks) does anybody remember what the hardware that inspired this was? and why proper marshalling code couldn't be written. c structures can't really be trusted with memory layout. - erik

Re: [9fans] telnet to port (and webfs debug))

2015-02-13 Thread cinap_lenrek
yes, patch would be welcome :-) -- cinap

Re: [9fans] telnet to port (and webfs debug))

2015-02-13 Thread cinap_lenrek
hg is using ape port of python which comes with its own http library. wrote a hg extentsion that makes it use webfs instead, so i can keep my credentials in factotum/secstore: [extensions] hgwebfs= in your $home/lib/hgrc -- cinap

Re: [9fans] telnet to port (and webfs debug))

2015-02-13 Thread Giacomo Tesio
For future reference: hg (and thus sysupdate) simply ignores $httpproxy variable, it honors $http_proxy instead. Thus if you are using plan9 behind a proxy you need to set term% httpproxy=http://proxy.hostname:port # (don't forget "http://";!) term% http_proxy=proxy.hostname:port Once it works, y

Re: [9fans] telnet to port (and webfs debug)

2015-02-13 Thread Giacomo Tesio
Ok fixed. The problem was plain stupid: I did not prepended "http://"; to httpproxy, setting it to just proxy:port. However, I noted that webfs -d option is not documented. Nor is the need to prepend http:// to httpproxy (I suppose however that this could be taken as default). Whenever I'll find m

Re: [9fans] telnet to port (and webfs debug)

2015-02-13 Thread cinap_lenrek
heres how it should look like (tuttle.9hal: is my proxy servr): term% httpproxy=http://tuttle.9hal: webfs -d; hget http://google.com clientctl: url http://google.com http(0): GET http://google.com/ hdial [1] tcp!tuttle.9hal! -> GET http://google.com/ HTTP/1.1 Host: google.com User-Agen

Re: [9fans] telnet to port (and webfs debug)

2015-02-13 Thread Giacomo Tesio
I did already tried this, but without success, but I tried it again just to be sure, still without success. I tried to telnet the proxy with telnet tcp!host!port and it worked as expected ("GET http://www.google.com"; printed its bloated html). This limit the issue boundaries to webfs (since, as