Closed GoogleCodeExporter closed 9 years ago
The IncompleteRead message is harmless.
My guess is that you still have some mount.s3ql zombie process around. What
does
"ps ax | grep mount.s3ql" return?
If that's the problem, then restarting your system should fix it.
Are you able to reproduce this problem reliably?
Original comment by Nikolaus@rath.org
on 6 Jan 2013 at 1:35
Thanks for the help. Indeed, another mount.s3ql process exists, and is holding
up the database lock. Is it possible that this process is still finishing
syncing data to the cloud storage? Is there a way to track when data is synced
(e.g. an equivalent of calling "sync" with this fs)? If it is just finishing
syncing the data, I can wait for it, but running an strace on it doesn't show
any activity.
I can reproduce this problem reliably.
Original comment by andrew.s...@gmail.com
on 6 Jan 2013 at 4:18
Are you using umount.s3ql to unmount the file system? That should block until
all data has been synchronized.
Do you need to perform any activity during the first mount for the problem to
occur, or does it happen even if you don't access the file system at all?
When you run strace on the process from the beginning, what are the last lines
of output before it hangs?
Could you run the first mount.s3ql call with --debug all, unmount it (using
umount.s3ql), confirm that the mount.s3ql process is still running, and then
attach mount.log to this issue?
Thanks!
Original comment by Nikolaus@rath.org
on 13 Jan 2013 at 9:02
Thanks for your help regarding this issue. I haven't been able to reproduce
with my s3ql mount for several weeks now. If it appears again I will post the
debug you requested.
Thanks!
Original comment by andrew.s...@gmail.com
on 8 Feb 2013 at 6:33
I'll close this bug for now. Please feel free to reopen if the problem appears
again.
Thanks for reporting this.
Original comment by Nikolaus@rath.org
on 12 Mar 2013 at 3:10
Original issue reported on code.google.com by
andrew.s...@gmail.com
on 3 Dec 2012 at 6:36Attachments: