-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception raised during create #298
Comments
You're most likely running out of disk space on the /home/robin/.cache filesystem |
Thanks. That was it. Makes sense now.
|
close please. |
This should make ENOSPC issues like #298 easier to identify
Hi guys, I'm seeing a similar problem with attic 0.16 but space doesn't seem to be the problem. More like it doesn't even try to create the file on the listed location. This happened after a few hours transferring quite a lot of data 100GB+. Subsequent calls fail with this error in under 30 seconds. I'm using a passphrase. The traceback I get is:
Any ideas how I can debug this further? |
Is it that? #298 (comment) |
@ThomasWaldmann as mentioned, no space doesn't seem to be the problem. |
Hmm, that's strange. Just guessing: check the filesystem and the underlying disk? |
I'm running I can't really check the filesystem (no root access nor can I reboot), but I don't see anything else failing. The cache is on a local disk, the repository is located on an NFS share. Even if a glitch happened at some point in time during the initial backup, subsequent backups should be able to recover from it, no? |
As the cache file is local (see path in line 3 of the output you posted), I meant a fsck of that filesystem and e.g. smartctl -t long of that disk. |
Hum... I thought |
Running Arch Linux on a Raspberry Pi I installed attic 0.15 from a community repo in the AUR and I mounted two drives, /mnt/diskstation/backup is a cifs mount and /mnt/terry is USB hard drive (ntfs I think). The same exception occurred on the original
attic create
for Pictures-initial archive and now it occurs on every subsequentcreate
.The text was updated successfully, but these errors were encountered: