简体   繁体   中英

Forked Processes When Rsyncing via SSH

I'm having an issue where when I try to send a file to my remote web server via rsync on my Linux OS, I receive the following error message:

/etc/profile.d/locallib.sh: fork: retry: No child processes
/etc/profile.d/locallib.sh: fork: retry: No child processes
/etc/profile.d/locallib.sh: fork: retry: No child processes
/etc/profile.d/locallib.sh: fork: retry: No child processes
/etc/profile.d/locallib.sh: fork: Resource temporarily unavailable
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 254) at io.c(226) [sender=3.1.1]

rsync Code

rsync -vzhe ssh some.file user@remote.server:remote.dir/

Issue is not with rsync command, actual issue with remote server, unable to do ssh to remote server due to resources are exhausted from it. Contact System Administrator in this case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM