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
> > 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"
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
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'
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?
> 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