[9fans] hg over ssh

2011-12-15 Thread Troy Cauble
Hi all, Can anyone tell me what I'm missing getting hg to work over ssh. I've seen some threads on the topic but they seem to end without an explicit solution. cpu% hg -vvv clone -e '/bin/openssh/ssh -2' ssh://192.168.1.88/foo2 running /bin/openssh/ssh -2 192.168.1.88 "hg -R foo2 serve --stdi

Re: [9fans] hg over ssh

2011-12-15 Thread Troy Cauble
> > remote: abort: Bad file number > > abort: no suitable response from remote hg! > for fun, run under ratrace and you'll see the problem. This may be the > top of stack problem but I am not sure. I just don't recall. Well execing /bin/sh problematic: 730 hg Exec 230f1e 0x59fd40/"/bin/sh"

Re: [9fans] hg over ssh

2011-12-15 Thread Troy Cauble
On Thu, Dec 15, 2011 at 10:16 PM, erik quanstrom wrote: >> Maybe someone has a nice rc script for sh that would remove the quotes? > > how about /bin/ape/sh? Another thing I didn't know about! All is well now. Thanks, -troy

[9fans] two nics (alternating) vs dns config

2012-01-23 Thread Troy Cauble
I have plan9 in VirtualBox on a macbook. I use the wired network at work and wifi at home. The Vbox config has two network adaptors, 1 bridged to the wired and 1 bridged to the wifi. I'd like my plan9 config to boot and work on either network. (Even better if it could switch without a reboot!) I'

[9fans] vim and utf-8

2012-04-13 Thread Troy Cauble
When using vim, Greek characters are shown followed by a garbage character, usually Esc., sometimes immediately after the Greek char, sometimes later in the line. Editing that line after the Greek char, positioning is one-off. encoding, termencoding, and fileencoding all show as utf-8 Any ideas?

Re: [9fans] vim and utf-8

2012-04-15 Thread Troy Cauble
> I has also a similar problem with my terminal configured to utf-8. I > solved it by puting > set encoding=utf-8 > in my vimrc. Thanks, but >> encoding, termencoding, and fileencoding all show as utf-8 -troy