Re: [9fans] punching through firewalls...

2013-12-10 Thread Conor Williams
I will take a look at coding in the -R flag for this Steve... Gonna take a while as I will have to re-up my Plan 9 network... ... or is that it?? cw5 ...thing you'll want to do is ssh into your server but this time we're going to pass a -R flag and a port number. That flag "Specifies that

Re: [9fans] Ideas from Plan-9

2013-12-19 Thread Conor Williams
cool man, nice follow up... it's the bell-labs one is code 87... your one was fine but it crashed... and that was the pic I sent... don't worry too much about it... gonna get some of my old hardware after christmas, that I know is supported... I will let you know what happens then my friend... O

Re: [9fans] Ideas from Plan-9

2013-12-19 Thread Conor Williams
and would you believe, i have the very movie... but... it 43MB... gonna convert it now.. wts! On Thu, Dec 19, 2013 at 10:53 PM, erik quanstrom wrote: > On Thu Dec 19 17:36:48 EST 2013, conor.willi...@gmail.com wrote: > > > cool man, nice follow up... it's the bell-labs one is code 87... your one

Re: [9fans] Ideas from Plan-9

2013-12-19 Thread Conor Williams
sorry, that went horribly wrong, give me a minute... On Fri, Dec 20, 2013 at 12:29 AM, Conor Williams wrote: > wmv ok?... > > they are also on my google+ > > > On Thu, Dec 19, 2013 at 11:15 PM, Conor Williams > wrote: > >> and would you believe, i have the very mo

Re: [9fans] Ideas from Plan-9

2013-12-19 Thread Conor Williams
ack, thanks... On Fri, Dec 20, 2013 at 1:44 AM, erik quanstrom wrote: > > here you go... effectless... > > > > apologies from "Windows Movie Maker" > > > > ... also on google+ > > problem diagnosed. "mwait required". perhaps i got a bit exuberant > requiring mwait support. i'll take a look at

Re: [9fans] sweet!

2014-01-03 Thread Conor Williams
time 4 coffee?.. On Fri, Jan 3, 2014 at 8:55 AM, Shane Morris wrote: > As an infamous, here unnamed politician once said: > > *Splat!* > > > > I like your process. So easy, even I couldn't stuff it up ^.~ > > > On Fri, Jan 3, 2014 at 6:13 PM, Co

[9fans] sweet#2

2014-01-03 Thread Conor Williams
got wireless going by networking an old router to an ethernet hub and with dhcp using the same address for the gateway, it's good to go... <><>

[9fans] ssh: non standard port

2014-01-04 Thread Conor Williams
the ssh client uses port 22... I want to use port 1700... is there a flag?

Re: [9fans] ssh: non standard port

2014-01-04 Thread Conor Williams
and what client erik? emi On Sat, Jan 4, 2014 at 11:49 AM, erik quanstrom wrote: > On Sat Jan 4 06:44:22 EST 2014, conor.willi...@gmail.com wrote: > > > the ssh client uses port 22... > > I want to use port 1700... > > > > is there a flag? > > no. use a normal plan 9 network address, such as

Re: [9fans] ssh: non standard port

2014-01-04 Thread Conor Williams
thanks guys... that was sshV1 but as it turns out there is a firewall... so i'm trying to get this openssh (for V2) to use port 22... On Sat, Jan 4, 2014 at 1:46 PM, Charles Forsyth wrote: > > On 4 January 2014 11:43, Conor Williams wrote: > >> the ssh client uses port 22

Re: [9fans] ssh: non standard port

2014-01-04 Thread Conor Williams
ok Anthony... will try that... is it ssh2.tbz? (in contrib?) On Sat, Jan 4, 2014 at 2:18 PM, Anthony Sorace wrote: > Conor wrote: > > > ...i'm trying to get this openssh (for V2) to use port 22... > > If you don't specifically need the openssh version for some > reason, I highly recommend the n

Re: [9fans] ssh: non standard port

2014-01-04 Thread Conor Williams
term % cd /n/sources/plan9/386/bin/ term % bind . /bin term % ./ssh usage: ./ssh [-dkKmr] [-l user] [-n dir] [-z attr=val] addr [cmd [args]] term% ./ssh -l will51 gir.skynet.ie !Adding key: proto=pass server=gir.skynet.ie service=ssh user=will51 password: ! Linux gir 2.6.32-41-generic #88-Ubuntu S

Re: [9fans] chess?

2014-01-05 Thread Conor Williams
term%9fs sources term% cd /n/sources/contrib term% du -a . | grep chess On Sun, Jan 5, 2014 at 10:37 AM, Rudolf Sykora wrote: > Hello, > > perhaps it's there but I can't find it... > > Is there a chess game on plan9? > > Thanks > Ruda > >

Re: [9fans] chess?

2014-01-05 Thread Conor Williams
if you want to do the search dressed as a priest, by all means, go ahead my firend... *noun* 1. *1*. the prescribed official dress of the clergy. "Cardinal Bea in full canonicals" On Sun, Jan 5, 2014 at 12:03 PM, wrote: > > term%9fs sources > > term% cd /n/sources/contrib > > term%

Re: [9fans] libmemlayer bug

2014-01-14 Thread Conor Williams
this is what I get after compiling your code cinap On Mon, Dec 9, 2013 at 4:09 AM, wrote: > when drawing a replicated source image with a clipr with > clipr.min > Pt(0, 0), drawclip() would translate the > src->clipr on the dstr but then clamp the source rectangle > back on src->r. > > this c

Re: [9fans] libmemlayer bug

2014-01-15 Thread Conor Williams
ack On Wed, Jan 15, 2014 at 7:52 AM, wrote: > yes, this illustrates the issue. the big red hook inside the rectangle > shouldnt be there. > > after sysupdate, rebuild libmemlayer, then rebuild of the kernel and > install it. then rerun the test program and you should get a different > picture.

Re: [9fans] libmemlayer bug

2014-01-15 Thread Conor Williams
did you divide by 10? On Wed, Jan 15, 2014 at 7:08 PM, wrote: > its wrong. > > look at the code comments. it draws the same thing twice. one time, > on to a offscreen image and one time on screen (a layer) directly. > > they should be identical, they are not. > > comment out the 2nd one to see

Re: [9fans] libmemlayer bug

2014-01-15 Thread Conor Williams
i found the problem... you did not allocate a big enough window... On Wed, Jan 15, 2014 at 9:19 PM, Conor Williams wrote: > did you divide by 10? > > > On Wed, Jan 15, 2014 at 7:08 PM, wrote: > >> its wrong. >> >> look at the code comments. it draws the same

Re: [9fans] GSoC '14

2014-01-25 Thread Conor Williams
i have some suggestions for projects... would you like to hear them?... On Sat, Jan 25, 2014 at 3:42 PM, Steven Stallion wrote: > On Sat, Jan 25, 2014 at 4:03 AM, Jessica Yu wrote: > > Hello all, > > > > I realize it's probably a bit early to be asking, but I'm curious if > Plan 9 > > will be a

Re: [9fans] GSoC '14

2014-01-25 Thread Conor Williams
ok... On Sun, Jan 26, 2014 at 12:09 AM, Anthony Sorace wrote: > Yes, I am expecting to put forward an application on our behalf again. > It's not as early as you might think: much of the schedule is shifted > earlier this year. Org applications open in ~3 weeks. > > > i have some suggestions fo

Re: [9fans] GSoC '14

2014-01-25 Thread Conor Williams
AM, Steven Stallion wrote: > On Sat, Jan 25, 2014 at 7:42 PM, Conor Williams > wrote: > > ok... > > Feel free to send your ideas to the list in the meantime... > > Steve > >

[9fans] (ftpfs user prompt for)

2024-10-13 Thread Conor Williams
hello there 9fannerz The first time you run ftpfs it requests a username... the second time it does not... Is there a way to get ftpfs to ask again for the username... to save a reboot... Warm Regards Conor -- 9fans: 9fans Permalink: https://9fans.topicbox.

Re: [9fans] (ftpfs user prompt for)

2024-10-13 Thread Conor Williams
(like kill it tells you what to run...) On Sun, Oct 13, 2024 at 6:01 PM Eli Cohen wrote: > is there a program called delkey? you have to remove the key from factotum > > On Sun, Oct 13, 2024, 9:40 AM Conor Williams > wrote: > >> hello there 9fannerz >>

[9fans] ftpfs -> ftp server (execution of a specific file)

2024-10-14 Thread Conor Williams
hello there 9fanners, Anyone know of a ftp server that allows execution of files Or is there an ftpfs flag I can set to allow execution *i.e.:* --- term % ftpfs -m /tmp/mnt1 123.123.123.123 term % ape/psh % cd ... % configure /bin/sh : ./configure: cann

Re: [9fans] Tcl 9.0.0 port

2024-10-12 Thread Conor Williams
ok Gents, Thank you very much... I may do, for posterity, the last pre 9 tcl version... (Benjamin, I will have a look at your mod.s) Kind Regards Conor On Sat, Oct 12, 2024 at 1:25 PM Benjamin Riefenstahl < b.riefenst...@turtle-trading.net> wrote: > Hi Conor, > > Conor Williams

[9fans] Tcl 9.0.0 port

2024-10-11 Thread Conor Williams
clUnixThrd.c:227[stdin:15576] name not declared: PTHREAD_SCOPE_SYSTEM /tmp/tcl9.0.0/unix/tclUnixThrd.c:257[stdin:15597] name not declared: PTHREAD_CREATE_DETACHED /tmp/tcl9.0.0/unix/tclUnixThrd.c:260[stdin:15600] name not declared: theThread too many errors *** Error code 1 /tmp/tcl9.0.0/unix/

[9fans] ftpfs with exec for files

2024-11-05 Thread Conor Williams
hello 9Fans Ftpfs now with a small mod in proto.c to allow execution of files on an ftp link up on github conor-williams (https://github.com/conor-williams/plan9) Regards Conor -- ps: when in ape env (e.g. for tcl) on an ftp link: o. remove chmod in configure o. nulls appearing in config.status

Re: [9fans] pcengines apu2

2025-02-08 Thread Conor Williams
i got a little arm processor hand held device -- something like what you are thinking about I think,... trying to get P9 ARM onto it at the minute... On Sat, Feb 8, 2025 at 6:39 PM wrote: > I believe they work, but they're also EoL: > https://www.pcengines.ch/eol.htm > > Quoth ron minnich : > >

<    1   2