Open jbd opened 10 years ago
Do I understand correctly: CIFS is only the target fs where your repository is? But everything below /data is a Linux filesystem that should support extended attributes? Because it looks like it is stumbling over sth at the source, not at the target.
Since your report was a while ago: can you reproduce with attic 0.14?
OK. I thought it might be helpful to know that this issue can still be found in more current code. Posted on #1462
I believe I've run into the same issue as the OP from 2 years ago and I'm using a recent version of attic. I run attic through a systemd task and lately it has been failing. Here's the error output from systemd:
$USER@$HOST:~$ systemctl status attic
● attic.service - Backup via attic
Loaded: loaded (/etc/systemd/system/attic.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2016-09-10 23:33:35 EDT; 12min ago
Process: 5437 ExecStart=/root/attic.sh (code=exited, status=1/FAILURE)
Main PID: 5437 (code=exited, status=1/FAILURE)
$DATE_AND_TIME $HOST attic.sh[5437]: File "/usr/lib/python3.5/site-packages/attic/archive.py", line 365, in stat_attrs
$DATE_AND_TIME $HOST attic.sh[5437]: xattrs = xattr.get_all(path, follow_symlinks=False)
$DATE_AND_TIME $HOST attic.sh[5437]: File "/usr/lib/python3.5/site-packages/attic/xattr.py", line 25, in get_all
$DATE_AND_TIME $HOST attic.sh[5437]: for name in listxattr(path, follow_symlinks=follow_symlinks))
$DATE_AND_TIME $HOST attic.sh[5437]: File "/usr/lib/python3.5/site-packages/attic/xattr.py", line 68, in listxattr
$DATE_AND_TIME $HOST attic.sh[5437]: raise Exception('listxattr failed')
$DATE_AND_TIME $HOST attic.sh[5437]: Exception: listxattr failed
$DATE_AND_TIME $HOST systemd[1]: attic.service: Main process exited, code=exited, status=1/FAILURE
$DATE_AND_TIME $HOST systemd[1]: attic.service: Unit entered failed state.
$DATE_AND_TIME $HOST systemd[1]: attic.service: Failed with result 'exit-code'.
My OS is Arch Linux. Attic reports itself in the help as version 0.16. Does this look like a match for this issue and if so, what other info should I provide to help?
Hi,
I'm using Attic 0.13 from Debian Jessie and I've got a problem with my CIFS repository. It was working a few days ago, and of course, I'm absolutely unable to provide you what changed (did a bunch of apt-get upgrade)
My backup script looks like that :
And I've got this traceback :
I've instrumented the code to show the error code, which "22" (Invalid argument). Any idea what could cause it ?