I'm getting corrupt packets when I try to rebuild the system over ssh.
Is anyone else experiencing this?
I installed Minix on VirtualBox 4.1.18 (debian wheezy) from the latest
dev snapshot ISO. I'm using the NAT port forwarding option in
VirtualBox for networking. In Minix, I installed git-base, clang,
binutils, and openssh. I set a root password, started sshd, ssh'd in
from the host OS, cloned the Minix mainline git repository, and ran
`make build`.
I kept getting disconnected during the build...
1st attempt:
all ===> tools
Bad packet length 1905149740.
Disconnecting: Packet corrupt
2nd attempt:
cleandir ===> lib/../minix/lib/libasyn
Corrupted MAC on input.
Disconnecting: Packet corrupt
Tried rebooting, 3rd attempt:
cleandir ===> lib/../minix/lib/libcompat_minix/include
Bad packet length 1823939731.
Disconnecting: Packet corrupt
4th attempt:
create liblua/ldump.d
Bad packet length 2667068010.
Disconnecting: Packet corrupt
There were no messages on the console, but /var/log/messages had logs like this:
sshd 4225 - - error: Received disconnect from
10.0.2.2: 2: Packet corrupt
If there is anything I can do to help narrow this down, like enabling
debug/verbose output somewhere, let me know.
Thomas