I have a P21 pogo that I'm trying to move from pogo to alarm. Everything seems to have gone ok with the install, samba works,etc.
I can't get rsync to work between 2 of the drives.
The Command:
sudo rsync -av --delete --stats --exclude lost+found /media/Jedi /media/Padawan > ~/rsync.out
I have noticed 3 possible outcomes from me running rsync.
1. The pogo locks up totally. No further ssh logins can happen, and all ssh sessions are non-responsive. No error displays.
2. The pogo displays no error and all ssh sessions are ended. I can log back in. rsync did not complete normally, no stats are written to redirected file.
3. An error is displayed about pipes and sockets. I'm not using sockets, I'm doing a local rsync. I'm fairly certain I'm not even running a rsync daemon.
What exasperates this is that if I try to run e2fsck -y -f /dev/yaddayadda it errors out with a non enough memory error. Is that to be expected on this box?
EDIT: e2fsck error
e2fsck -y -f /dev/sdd1
e2fsck 1.42 (29-Nov-2011)
Pass 1: Checking inodes, blocks, and sizes
Error allocating block bitmap (1): Memory allocation failed
e2fsck: aborted