Displaying 20 results from an estimated 1000 matches similar to: "Hm, dispatch protocol error"
2000 Oct 15
2
RedHat 7.0 openssh-2.2.0p1-5 vs ssh 2.3.0
Hello,
I am using RedHat's most recent openssh-2.20p1-5 srpm recompiled
on Linuxppc under glibc 2.1.95/Linux 2.4-test10pre2/gcc 2.95.3(cvs).
I have noticed an oddity when connecting to machines running ssh
2.3.0's sshd2 server. While the connections occur with no problem
after awhile the connection fails when idle with the following
error message...
Hm, dispatch protocol error: type
2000 Nov 30
2
Problem talking to SSH 2.3.0 server
I'd like to report a problem I found with the OpenSSH client talking
to the SSH 2.3.0 server.
client: i686-pc-linux (Debian 2.2, kernel 2.2.18pre19, glibc-2.1.3),
SSH-2.0-OpenSSH_2.3.0p1
(built by me from source, but the same problem occurs with
ssh_2.2.0p1-1.1 as shipped with Debian 2.2).
server: sparc-sun-solaris2.7,
SSH-2.0-2.3.0 SSH Secure Shell (non-commercial)
Problem: some time
2001 Mar 23
1
SSH Conections being dropped.
We are having problems with SSH shells disconnecting.
We are replacing a older version of SSH (Non-Comercial Version which some
one installed in error, but it was working fine.) & Had been running
OpenSSH 2.3.0p? which had similar problems, some of the errors I was
seeing went away with OpenSSH 2.5.2.p1.
compiled against openssl-0.9.6, with SUNWspro & GCC281 on Solaris 2.8 &
Solaris
2014 Dec 01
2
[LLVMdev] Optimization hints for "constant" loads
On 12/01/2014 11:14 AM, Andrew Trick wrote:
>
>> On Oct 21, 2014, at 4:03 PM, Philip Reames <listmail at philipreames.com
>> <mailto:listmail at philipreames.com>> wrote:
>>
>> Sanjoy made a good point. We don't actually need a new variant of
>> "invariant.start". Simply using an invariant.start with no uses
>> gives us a notion
2014 Dec 01
2
[LLVMdev] Optimization hints for "constant" loads
On 12/01/2014 02:42 PM, Andrew Trick wrote:
>
>> On Dec 1, 2014, at 2:21 PM, Philip Reames <listmail at philipreames.com
>> <mailto:listmail at philipreames.com>> wrote:
>>
>>
>> On 12/01/2014 11:14 AM, Andrew Trick wrote:
>>>
>>>> On Oct 21, 2014, at 4:03 PM, Philip Reames
>>>> <listmail at philipreames.com
2001 Mar 20
2
Are sockets supported on Irix?
When I try to open a server socket on the system setup listed below, I get
the following error:
> a <- make.socket(port=8091,server=TRUE)
Error in make.socket(port = 8091, server = TRUE) :
sockets are not available on this system
I just wanted to make sure that sockets were generally available for this
platform (or, perhaps, I need to upgrade to 1.2.2 on this system), before I
got
2002 Jun 10
1
R's RNG produced garbage when called from f77 (Irix)
Dear R-help,
I've managed to crash R on Irix when I called a Fortran subroutine that
calls R's random number generator, as described in Section 5.6 of the R-exts
manual. (It does say in that section that this is not guaranteed to be
portable...) (Well, R doesn't crash when calling the RNG. It crashed when
the random number generated isn't inside the unit interval.)
Can anyone
2014 Jan 14
1
[PATCH] hivex: Make empty strings in REG_MULTI_SZ values available.
---
lib/value.c | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/lib/value.c b/lib/value.c
index db6396f..c4e21ec 100644
--- a/lib/value.c
+++ b/lib/value.c
@@ -462,7 +462,27 @@ hivex_value_string (hive_h *h, hive_value_h value)
return ret;
}
-/* http://blogs.msdn.com/oldnewthing/archive/2009/10/08/9904646.aspx */
+/* Even though
+ *
2001 Oct 23
1
No subject
Dear R contributors,
I recently dowloaded the R-1.3.1 on my SGi Origin 200 run by Irix6.5.
In order to instal it, I launched the command shown below:
env MAKE=gmake ./configure
The output was as follow::
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/local
C compiler: cc -OPT:IEEE_NaN_inf=ON -g
C++ compiler:
1999 Sep 07
2
R-0.65.0 on mips-sgi-irix6.5: Error code 1 (bu21)
Dear all,
I want to install R-0.65.0 on mips-sgi-irix6.5 (SGI IRIX 6.5 IP32),
but it doesn't work !!!
I run the following configure call:
<146>: ./configure --prefix=/usr/people40c/kuonen/Software/bin
...
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/people40c/kuonen/Software/bin
C compiler: gcc -g -O2
2000 Aug 23
1
Protocol 2 remote forwarding patch
Hi !
Here's a patch to add remote port forwarding support (protocol 2) for
openssh. I have tried to test that it works like it should but a more
thorough testing is needed. This patch adds both client/server support.
The patch should be applied to openssh-2.1.1p4 source tree.
Also included is a PortForwarding sshd_config option, new ./configure
option --disable-forwarding that should make it
2001 Jul 22
1
[patch] ignore SSH2_MSG_IGNORE packets
Hi,
protocolkeepalives sends ssh_msg_ignore, which the ssh2 server handles
incorrectly (i.e. it produces some output to syslog, instead of
ignoring the packet):
Jul 9 11:58:07 ren sshd[16580]: error: Hm, dispatch protocol error:
type 32 plen 4
This patch implements a highly advanced function to ignore these
packets ;)
Matthew
-------------- next part --------------
An embedded and
2012 Jul 23
2
[PATCH V2] qemu-xen-traditionnal, Fix dirty logging during migration.
This moves the xen_modified_memory call from cpu_physical_memory_map to
cpu_physical_memory_unmap because the memory could be migrated before the
device model have written to it.
But because we need to know the guest address and to avoid rewriting a new
function, the call is moved to qemu_invalidate_entry. So this later has to new
parameters, the length of the mapping and if it was a write.
2002 Feb 14
1
problem installing openssh-3.0.2p1 on irix6.5
problem installing openssh-3.0.2p1 on irix6.5 (SGI Indigo2) :
zlib+openssl installed
tardist from sgifreeware detected conflicts
source from ftp://openbsd.rug.ac.be/pub/OpenBSD/OpenSSH/portable/ don't
install
error message :
./configure
>> checking for gcc... no
>> checking for cc... cc
>> checking for C compiler default output... configure: error: C
compiler cannot
2020 Feb 17
3
sshd crashes
Hi,
sshd crashes at below location.
After compilation, when I start sshd it crashes in ?sshbuf-misc.c? file
inside ?sshbuf_b64tod? function at line size_t plen = strlen(b64);
The call trace is as below,
Sshd main function -> sshkey_load_public -> sshkey_try_load_public ->
sshkey_read -> sshbuf_b64tod
During compilation a warning is thrown. Is this the trigger point for the
crash?
2004 Feb 18
2
building the development version
I'm trying to build the current development version of R on an SGI
running IRIX6.5. Everything proceeds merrily until I reach the eda
package. This is the error message I get if I cd to the appropriate
directory and type 'make' or 'make all.' Does this make sense to
anyone? -- Thanks, Debby
gmake[3]: Entering directory `/l/fsc/dfs/src/R/src/library/eda'
building
2023 Jun 22
1
[PATCH vhost v10 10/10] virtio_net: support dma premapped
On Fri, Jun 02, 2023 at 05:22:06PM +0800, Xuan Zhuo wrote:
> Introduce the module param "experiment_premapped" to enable the function
> that the virtio-net do dma mapping.
>
> If that is true, the vq of virtio-net is under the premapped mode.
> It just handle the sg with dma_address. And the driver must get the dma
> address of the buffer to unmap after get the buffer
2007 May 01
0
BlueZ
Hello all.
Does anyone know how to get bluetooth working on CentOS 5?
I can't pair any device. Things work perfectly on CentOS 4. Here is what
happens:
root at miho ~]# /etc/rc.d/init.d/bluetooth start
Starting Bluetooth services: [ OK ]
[root at miho ~]# hcitool scan
Scanning ...
00:12:EE:XX:XX:XX K750i
[root at miho ~]# hcitool cc
2003 May 20
1
R-1.7.0 'make check' fails on reg-tests-1
Dear all,
I am trying to upgrade R-1.6.2 to R-1.7.0 on an SGI running IRIX6.5.
Everything compiles but I get an error in the testing phase:
[snip]
running regression tests
make[3]: Entering directory `/usr/local/src/R-1.7.0/tests'
running code in 'reg-tests-1.R' ...make[3]: *** [reg-tests-1.Rout] Error 1
make[3]: Leaving directory `/usr/local/src/R-1.7.0/tests'
make[2]: ***
2003 Feb 05
2
postscript: can't center plot
One of our color postscript printers needs a slightly larger margin
than the default, so I'm trying to send slightly smaller graphics to
it, but all the extra margin I provide ends up at the right and
bottom of the page.
These are the relevant (I imagine) ps.options:
$paper [1] "special"
$width [1] 10
$height [1] 8
$pagecentre [1] TRUE
I tried this on two systems, in