Displaying 2 results from an estimated 2 matches for "n2003".
Did you mean:
2003
2003 Jun 16
2
errors when running multiple openssh sessions
Openssh seems to fail sporadically if you issue lots of simultaneous
ssh commands, at least under certain conditions. Take the following
program:
#!/bin/sh
for NUM in 0 1 2 3 4 5 6 7 8 9; do
ssh n2003 echo $NUM "$*" &
done
So, we're running 10 ssh commands at once.
When I run this program once, all
I've observed this bug on OpenSSH_3.6.1p1 on Tru64, OpenSSH 3.2.3p1 on
an IBM SP, and on OpenSSH 3.5p1-6 on Redhat Linux 9. So I suspect it's a
general problem....
2011 Dec 26
1
Another virt-p2v blew up
...ce: inspect_get_minor_version "/dev/sda1"
libguestfs: trace: inspect_get_minor_version = 2
libguestfs: trace: inspect_get_arch "/dev/sda1"
libguestfs: trace: inspect_get_arch = "i386"
libguestfs: trace: exists "/transferZcKAPK//usr/share/virtio-win/drivers/i386/Wi
n2003"
libguestfs: send_to_daemon: 108 bytes: 00 00 00 68 | 20 00 f5 f5 | 00 00 00 04 |
00 00 00 24 | 00 00 00 00 | ...
guestfsd: main_loop: proc 73 (mount_ro) took 0.08 seconds
guestfsd: main_loop: new request, len 0x68
libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 2...