Hi guys! I tried looking everywhere for a solution, I even tried buying additional ram for my freebsd server. When I upload files from my Mac Laptop, I can upload just fine. But when I download the files from the server it returns
It was working before, but now suddenly it stopped working, I thought I was out of ram, but now that doesn't seem the case.
Does anyone know what can I do to fix this issue?
Thank you!
Code:
Vincents-MacBook-Pro:~ vincentsee$ rsync -avhPX root@10.0.0.201:/zroot/vincent/DS/"WLOP with 1 Free Content Every Month"/deathknight /Users/vincentsee/Desktop/
receiving incremental file list
rsync: link_stat "/zroot/vincent/DS/WLOP" failed: No such file or directory (2)
rsync: link_stat "/root/with" failed: No such file or directory (2)
rsync: link_stat "/root/1" failed: No such file or directory (2)
rsync: link_stat "/root/Free" failed: No such file or directory (2)
rsync: link_stat "/root/Content" failed: No such file or directory (2)
rsync: link_stat "/root/Every" failed: No such file or directory (2)
rsync: change_dir "/root//Month" failed: No such file or directory (2)
sent 8 bytes received 539 bytes 364.67 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1721) [Receiver=3.1.2]
rsync: [Receiver] write error: Broken pipe (32)
It was working before, but now suddenly it stopped working, I thought I was out of ram, but now that doesn't seem the case.
Does anyone know what can I do to fix this issue?
Thank you!