<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5361&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / rdiff-backup crashes on nfs]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5361</link>
		<description><![CDATA[The most recent posts in rdiff-backup crashes on nfs.]]></description>
		<lastBuildDate>Tue, 22 Nov 2022 07:49:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: rdiff-backup crashes on nfs]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38876#p38876</link>
			<description><![CDATA[<p>Just in case anybody else runs into this and finds this post: I created a bug report about this: <a href="https://github.com/rdiff-backup/rdiff-backup/issues/789" rel="nofollow">https://github.com/rdiff-backup/rdiff-backup/issues/789</a></p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Tue, 22 Nov 2022 07:49:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38876#p38876</guid>
		</item>
		<item>
			<title><![CDATA[Re: rdiff-backup crashes on nfs]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38857#p38857</link>
			<description><![CDATA[<p>Okay, I think I found it. Neither do I use xattrs, nor have I set the <span class="bbc">user_xattr</span> option for any entry in my fstab.</p><p>Nevertheless, rdiff-backup seems to think that I use xattrs:</p><div class="codebox"><pre><code># rdiff-backup -v 5 foo/ /nas/backup/test/
...
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
...
  Extended attributes                          On
...
-----------------------------------------------------------------
...
Detected abilities for destination (read/write) file system:
...
  Extended attributes                          On
...
-----------------------------------------------------------------</code></pre></div><p>Explicitely disabling the use of xattrs via the <span class="bbc">--no-eas</span> option works.</p><p>Seems to be a bug?!</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Mon, 21 Nov 2022 13:45:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38857#p38857</guid>
		</item>
		<item>
			<title><![CDATA[Re: rdiff-backup crashes on nfs]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38853#p38853</link>
			<description><![CDATA[<p>I don&#039;t use xattrs. Also, as said, it works when using Gentoo or Artix! So I&#039;m pretty sure this is a Devuan/Debian specific problem …</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Mon, 21 Nov 2022 12:06:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38853#p38853</guid>
		</item>
		<item>
			<title><![CDATA[Re: rdiff-backup crashes on nfs]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38852#p38852</link>
			<description><![CDATA[<p>afaik <span class="bbc">nfs</span> doesn&#039;t support <span class="bbc">xattrs</span>.</p><p>Maybe <span class="bbc">duplicity</span> would work for you instead?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 21 Nov 2022 12:01:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38852#p38852</guid>
		</item>
		<item>
			<title><![CDATA[Re: rdiff-backup crashes on nfs]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38851#p38851</link>
			<description><![CDATA[<p>This also happens using Debian. I just tried it with a new installation of Debian Bullseye, with only nfs-common and rdiff-backup installed. Same error.</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Mon, 21 Nov 2022 11:49:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38851#p38851</guid>
		</item>
		<item>
			<title><![CDATA[Re: rdiff-backup crashes on nfs]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38850#p38850</link>
			<description><![CDATA[<p>Using a more verbose output, one can see that the crash happens after already having copied the file, when applying the attributes:</p><div class="codebox"><pre><code>2022-11-21 12:26:22.184387 +0100  &lt;CLIENT-2738&gt;  Copying attributes from (b&#039;bar&#039;,) to /nas/backup/test/rdiff-backup.tmp.1</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Mon, 21 Nov 2022 11:29:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38850#p38850</guid>
		</item>
		<item>
			<title><![CDATA[rdiff-backup crashes on nfs]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38848#p38848</link>
			<description><![CDATA[<p>Hi all,</p><p>I&#039;m about to migrate a small server from Gentoo to Devuan. After solving some problems (e.g. <a href="https://dev1galaxy.org/viewtopic.php?id=5353" rel="nofollow">Radicale not starting</a>), I hit the next one:</p><p>Rdiff-backup does not work. I used rdiff-backup to automatically create backups. Running the very same backup script now fails, rdiff-backup crashes. I can&#039;t even backup a single file to my (no_root_squash) NFS share:</p><div class="codebox"><pre class="vscroll"><code># cd
# mkdir foo
# touch foo/bar
# rdiff-backup foo/ /nas/backup/test/
Exception &#039;[Errno 22] Invalid argument&#039; raised of class &#039;&lt;class &#039;OSError&#039;&gt;&#039;:
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/Main.py&quot;, line 395, in error_check_Main
    Main(arglist)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/Main.py&quot;, line 417, in Main
    take_action(rps)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/Main.py&quot;, line 353, in take_action
    Backup(rps[0], rps[1])
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/Main.py&quot;, line 442, in Backup
    backup.Mirror(rpin, rpout)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/backup.py&quot;, line 39, in Mirror
    DestS.patch(dest_rpath, source_diffiter)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/backup.py&quot;, line 269, in patch
    ITR(diff.index, diff)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/rorpiter.py&quot;, line 313, in __call__
    last_branch.fast_process(*args)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/backup.py&quot;, line 587, in fast_process
    if self.patch_to_temp(mirror_rp, diff_rorp, tf):
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/backup.py&quot;, line 636, in patch_to_temp
    rpath.copy_attribs(diff_rorp, new)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/rpath.py&quot;, line 238, in copy_attribs
    rpout.write_ea(rpin.get_ea())
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/rpath.py&quot;, line 1664, in write_ea
    ea.write_to_rp(self)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/eas_acls.py&quot;, line 131, in write_to_rp
    self.clear_rp(rp)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/eas_acls.py&quot;, line 106, in clear_rp
    rp.conn.xattr.remove(rp.path, name, rp.issym())

Traceback (most recent call last):
  File &quot;/usr/bin/rdiff-backup&quot;, line 32, in &lt;module&gt;
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/Main.py&quot;, line 395, in error_check_Main
    Main(arglist)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/Main.py&quot;, line 417, in Main
    take_action(rps)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/Main.py&quot;, line 353, in take_action
    Backup(rps[0], rps[1])
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/Main.py&quot;, line 442, in Backup
    backup.Mirror(rpin, rpout)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/backup.py&quot;, line 39, in Mirror
    DestS.patch(dest_rpath, source_diffiter)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/backup.py&quot;, line 269, in patch
    ITR(diff.index, diff)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/rorpiter.py&quot;, line 313, in __call__
    last_branch.fast_process(*args)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/backup.py&quot;, line 587, in fast_process
    if self.patch_to_temp(mirror_rp, diff_rorp, tf):
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/backup.py&quot;, line 636, in patch_to_temp
    rpath.copy_attribs(diff_rorp, new)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/rpath.py&quot;, line 238, in copy_attribs
    rpout.write_ea(rpin.get_ea())
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/rpath.py&quot;, line 1664, in write_ea
    ea.write_to_rp(self)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/eas_acls.py&quot;, line 131, in write_to_rp
    self.clear_rp(rp)
  File &quot;/usr/lib/python3/dist-packages/rdiff_backup/eas_acls.py&quot;, line 106, in clear_rp
    rp.conn.xattr.remove(rp.path, name, rp.issym())
OSError: [Errno 22] Invalid argument</code></pre></div><p>Trying to do some rdiff-backup run from my other machines (running Gentoo and Artix) on the same share works without a problem. The even run the same version of rdiff-backup: v2.0.5.</p><p>I&#039;m out of ideas right now … can anybody help me? Having this automated backup up and running is crucial for the migration :-(</p>]]></description>
			<author><![CDATA[dummy@example.com (l3u)]]></author>
			<pubDate>Mon, 21 Nov 2022 08:58:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38848#p38848</guid>
		</item>
	</channel>
</rss>
