<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Some seedbox issues I&#x27;d fixed.]]></title><description><![CDATA[<p dir="auto">One of my raspberry pi execution cluster nodes is an NFS share + deluge-web and deluged daemon to function as a seedbox.  I logged in to check my ratio and noticed it had straight tanked to 0.799.  So I got in through Putty and was checking log files.  I found deluge throwing up Permission Denied errors, so I checked my nfs share.  I have it auto-fstab mounting at boot.  But I oh so conveniently, stupidly didn't set the mount point to mount as my user's uid, gid, meaning when I copied the files over from the qbittorrent seedbox in data migration, deluged could not read my ./Torrents/completed subdirectory and started redownloading every torrent I have ever started seeding because of Permission Denied problems.</p>
<p dir="auto"><strong>This is bad.  If you've ever managed a seedbox or migrated, this is very, very ratio killing.</strong>.</p>
<p dir="auto">I fixed the fstab mount:</p>
<pre><code>/dev/sda1       /media/SHARED   exfat   rw,noauto,users,uid=1000,gid=1000,permissions,locale=en_US.UTF-8,windows_names   0     0
</code></pre>
<p dir="auto">double-checked the ownership on reboot:</p>
<pre><code>loopyd@loopyd-rmtp:/media/SHARED/home/lupine/Downloads/torrents$ ls -l
total 1280
drwxrwxrwx 1 loopyd loopyd 262144 Sep 27 04:19 backups
drwxrwxrwx 1 loopyd loopyd 262144 Sep 27 04:38 complete
drwxrwxrwx 1 loopyd loopyd 262144 Sep 19 03:10 downloading
drwxrwxrwx 1 loopyd loopyd 262144 Sep 19 00:04 temp
drwxrwxrwx 1 loopyd loopyd 262144 Sep 27 04:30 watch
</code></pre>
<p dir="auto">So now everything is able to be accessed by deluge.  But I need a ratio reset.  This misconfiguration is embarrassing.  I've been here several years doing this, and now not even Power User because apparently I can't fstab to save my life.   :-[</p>
]]></description><link>https://community.gaytor.rent/topic/35777/some-seedbox-issues-i-d-fixed</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 23:27:20 GMT</lastBuildDate><atom:link href="https://community.gaytor.rent/topic/35777.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Sep 2017 08:46:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Some seedbox issues I&#x27;d fixed. on Sat, 30 Sep 2017 00:50:02 GMT]]></title><description><![CDATA[<p dir="auto">Thanks so much!  I'd already spoken in PM to you about this but thanks again!  0.1 recovery in one day even, with my download, that is near around 10 GB in 24 hours!  <br />
<strong>:cheers: :cool2:S P E C T A C U L A R   <img src="https://community.gaytor.rent/assets/plugins/nodebb-plugin-emoji/emoji/apple/1f60e.png?v=57695cee877" class="not-responsive emoji emoji-apple emoji--sunglasses" style="height:23px;width:auto;vertical-align:middle" title="8)" alt="😎" /> :cheers:</strong></p>
]]></description><link>https://community.gaytor.rent/post/228403</link><guid isPermaLink="true">https://community.gaytor.rent/post/228403</guid><dc:creator><![CDATA[LoopyD]]></dc:creator><pubDate>Sat, 30 Sep 2017 00:50:02 GMT</pubDate></item><item><title><![CDATA[Reply to Some seedbox issues I&#x27;d fixed. on Wed, 27 Sep 2017 19:19:27 GMT]]></title><description><![CDATA[<p dir="auto">The best I can do for you was to put some of the torrents that you are seeding on freeleech. This should help to encourage users to download these files, which in turn, should help you see some upload traffic to help restore your ratio.</p>
]]></description><link>https://community.gaytor.rent/post/228188</link><guid isPermaLink="true">https://community.gaytor.rent/post/228188</guid><dc:creator><![CDATA[MrMazda]]></dc:creator><pubDate>Wed, 27 Sep 2017 19:19:27 GMT</pubDate></item></channel></rss>