Open dsoprea opened 8 years ago
As far as the lingering processes are concerned, here's an example from right-now. After I received a bunch of _acdcli "sync" errors being printed to my console while I wasn't doing anything with it, I just wanted to unmount it until I could discuss it more under an issue. To my knowledge, it doesn't matter how long you wait after an unmount. They'll still hang around:
# acd_cli umount /mnt/amazon_drive/
# ps aux | grep acd_cli
root 10063 0.0 0.2 110524 32876 pts/19 S 21:24 0:01 /usr/bin/python3 /usr/local/bin/acd_cli mount /mnt/amazon_drive
root 10089 0.0 0.2 110516 32872 pts/19 S 21:25 0:01 /usr/bin/python3 /usr/local/bin/acd_cli mount /mnt/amazon_drive
root 10338 0.0 0.0 15936 944 pts/19 S+ 22:26 0:00 grep --color=auto acd_cli
I need help to figure what's going on with my file copies to Amazon. I've been struggling with this for a week and the results oscillate between unreliable/inconsistent and termination due to failure.
My Amazon account is current FUSE-mounted. A moment ago, I terminated an rsync of a very large file because it was flying at 37MB/S and yet not showing in the Amazon Drive console (webpage). When I then listed the file in the mount, it also showed no trace of it. I just unmounted and remounted a half-hour ago.
By the way, when I unmounted, there was still an instance of the
acd_cli
process that I had to kill by hand. Yesterday, I found five or six when I had calledumount
and yet couldn't remount because the directory (which appeared to be empty and unmounted) and still indicated as busy and unable to be mounted. It seems like unmounting often doesn't do so cleanly.This is what I'm currently dealing with:
I interrupted the copy (notice the speeds):
Listed on my local mount:
The "2012" file is listed nowhere. The "2011" file is about five gigabytes smaller than I would expect (its velocity was also way too high). I've been observing this on most copies over the past week.
What's going on, here?
Thanks.