search for: r2000

Displaying 8 results from an estimated 8 matches for "r2000".

Did you mean: 2000
2005 Mar 04
1
[PATCH] controlling remote port forwarding over control path
...ed_opens. Hence WARNING: Server requests forwarding for unknown listen_port 2000 is printed and the connection is closed. I have not yet changed this behaviour because it is the same code that is used when adding or canceling forwardings with the ssh command line ("~C", then "-R2000:forward:80", then "~C", then "-KR2000" yields the same result). But I think it's rather a bug than a feature. Doesn't it make more sense to represent forwardings as quadruples (remotehost, remoteport, localhost, localport) also at the client side? 5) I think I h...
2007 Sep 20
0
openssh-4.7p1 & RemoteForward to openssh-3.6.1p2 Disconnecting: Bad packet length
...ed port. The problem isn't present when I use openssh-4.6p1 as a client. A typical error is: Disconnecting: Bad packet length 327708. The number varies with retries. The problem is easily reproducible. Steps to reproduce: - ssh from client ssh openssh-4.7p1 -> server openssh-3.6.1p2 with -R2000:127.0.0.1:2000 - on client: nc -l -p 2000 > /dev/null - on server cat a_big_ish_file |nc 127.0.0.1 2000 => the ssh connection terminates with the error If I'd have a clue where to begin to look for, I'd give you more info, but I'm afraid I'm not too initiated in the openssh w...
2007 Sep 21
0
openssh-4.7p1 & RemoteForward to openssh-3.6.1p2 Disconnecting: Bad, packet length
...ed port. The problem isn't present when I use openssh-4.6p1 as a client. A typical error is: Disconnecting: Bad packet length 327708. The number varies with retries. The problem is easily reproducible. Steps to reproduce: - ssh from client ssh openssh-4.7p1 -> server openssh-3.6.1p2 with -R2000:127.0.0.1:2000 - on client: nc -l -p 2000 > /dev/null - on server cat a_big_ish_file |nc 127.0.0.1 2000 => the ssh connection terminates with the error If I'd have a clue where to begin to look for, I'd give you more info, but I'm afraid I'm not too initiated in the openssh w...
2005 Mar 01
2
[LLVMdev] Using LLVM to target the JVM
Hi, I'm interested in using LLVM to run source languages supported by GCC (mostly just C and Fortran, actually) on a JVM. There seem to be two general ways this could be accomplished. 1. LLVM bytecodes could be compiled to JVM bytecodes 2. LLVM bytecodes could be interpreted by a program running on a JVM Has anybody started work in either direction? Has anyone started work on anything
2005 Mar 01
0
[LLVMdev] Using LLVM to target the JVM
...and Fortran, actually) on a JVM. There seem to be two > general ways this could be accomplished. Here is a better way to do this. At least, I think it is better, mostly because someone else has already done all the work: http://www.xwt.org/mips2java/ This program runs statically linked MIPS R2000 binaries on the JVM via binary -> source translation. Does this solve the problem that you are interested in, or are you interested in running LLVM code directly on the JVM for some reason other than executing C/Fortran programs on the JVM? Evan Jones
2005 Mar 05
2
[Bug 993] adding and removing forwardings via the control connection
...ed_opens. Hence WARNING: Server requests forwarding for unknown listen_port 2000 is printed and the connection is closed. I have not yet changed this behaviour because it is the same code that is used when adding or canceling forwardings with the ssh command line ("~C", then "-R2000:forward:80", then "~C", then "-KR2000" yields the same result). But I think it's rather a bug than a feature. Doesn't it make more sense to represent forwardings as quadruples (remotehost, remoteport, localhost, localport) also at the client side? 5) I think I h...
2005 Mar 01
0
[LLVMdev] Using LLVM to target the JVM
On Tue, 1 Mar 2005, Curt Cox wrote: > Mips2Java solves the same problem. The latest version of Mips2Java is called > NestedVM and is part of the larger Vexi project. Much work has been done on > NestedVM and it is quite impressive. > http://wiki.vexi.org/ Interesting, do you know of any documentation that describes how this works? Does it just map the memory image for the mips
2005 Mar 01
4
[LLVMdev] Using LLVM to target the JVM
Mips2Java solves the same problem. The latest version of Mips2Java is called NestedVM and is part of the larger Vexi project. Much work has been done on NestedVM and it is quite impressive. http://wiki.vexi.org/ Still, it could use a lot of improvement. It's biggest immediate problems are: 1) It doesn't integrate well into a standard (Ant-based) Java build 2) There is no documented