Marko Polo
Senior Member
When using this rsync command
I get this error in log:
Moreover, ssh connections are not working (router does not accept it) and I see:
On the router side:
What's the matter? Why there is a shortage of RAM here?
Code:
rsync -r --progress --inplace --rsh='ssh -p29' adm@192.168.1.1:/mnt/data/backup/folder /media/BACKUP/folder
I get this error in log:
Code:
Jul 27 15:48:37 smbd[698]: [2018/07/27 15:48:37.403236, 0] smbd/server.c:572(smbd_accept_connection)
Jul 27 15:48:37 smbd[698]: smbd_accept_connection: sys_fork() failed: Cannot allocate memory
Moreover, ssh connections are not working (router does not accept it) and I see:
Code:
ssh_exchange_identification: read: Connection reset
On the router side:
Code:
Jul 27 15:41:50 dropbear[5903]: Error forking: Cannot allocate memory
What's the matter? Why there is a shortage of RAM here?
Last edited: