<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Synology – Yeri Tiete</title><link>https://yeri.be/tag/synology/</link><description>Yeri Tiete's blog</description><language>en</language><copyright>© Yeri Tiete</copyright><lastBuildDate>Wed, 20 May 2020 00:24:00 +0200</lastBuildDate><atom:link href="https://yeri.be/tag/synology/index.xml" rel="self" type="application/rss+xml"/><item><title>Synology "Operation Failed" manually updating package</title><link>https://yeri.be/synology-operation-failed-manually-updating-package/</link><pubDate>Wed, 20 May 2020 00:24:00 +0200</pubDate><author>Yeri Tiete</author><guid isPermaLink="true">https://yeri.be/synology-operation-failed-manually-updating-package/</guid><description>&lt;p&gt;&lt;a href="https://yeri.be/synology-resilio-sync-stuck" target="_blank" aria-label=" (opens in a new tab)" rel="noreferrer noopener" class="aioseop-link"&gt;Resilio Sync&lt;/a&gt; released an update last week and on Synology these package don't auto update. Time to manually update the packages again.&lt;/p&gt;
&lt;p&gt;On my &lt;code&gt;DS1515&lt;/code&gt; (more RAM, more CPU) the manual update goes by fine (stop service, manual update, browse for file, upload, start service) but my &lt;code&gt;DS216j&lt;/code&gt;, not so much. &lt;/p&gt;
&lt;p&gt;Attempting to upload the file instantly fails with the useful error "Operation Failed". &lt;/p&gt;</description><content:encoded><![CDATA[<p><a href="https://yeri.be/synology-resilio-sync-stuck" target="_blank" aria-label=" (opens in a new tab)" rel="noreferrer noopener" class="aioseop-link">Resilio Sync</a> released an update last week and on Synology these package don't auto update. Time to manually update the packages again.</p>
<p>On my <code>DS1515</code> (more RAM, more CPU) the manual update goes by fine (stop service, manual update, browse for file, upload, start service) but my <code>DS216j</code>, not so much. </p>
<p>Attempting to upload the file instantly fails with the useful error "Operation Failed". </p>
<figure class="wp-block-image size-large"><a href="https://static.yeri.be/2020/05/synology-fail.png" target="_blank" rel="noopener noreferrer"><img src="https://static.yeri.be/2020/05/synology-fail-1024x745.png" alt="" class="wp-image-8904"/></a></figure>
<p>I tried to re-download the file (was it corrupt)... Nop. Did I select the right <a aria-label="architecture (opens in a new tab)" href="https://www.synology.com/en-us/knowledgebase/DSM/tutorial/Compatibility_Peripherals/What_kind_of_CPU_does_my_NAS_have" target="_blank" rel="noreferrer noopener" class="aioseop-link">architecture</a>? Yep. Decided to give it a go via via the command line. Perhaps a reboot? Nop. </p>
<p>First, make sure SSH is enabled and you can SSH. Oh and pro tip: add your SSH key. </p>
<p>Something along these lines should get you started:</p>
<pre class="wp-block-code"><code># Transfer the file to the NAS
scp *.spk NAS-IP:
# Connect to the device
ssh user@NAS-IP
# Install it as root using sudo. It'll ask for your psw
sudo synopkg install *.spk
&#91;password]
# resiliosync_armada38x_DSM6_2.7.0.1366-1.spk install successfully
# All good? Then remove the installer
rm *.spk</code></pre>
<p>Somehow this worked... 🤷‍♂️ Not sure what caused the error in the first place. I am guessing the device is a bit low on RAM. </p>
]]></content:encoded><category>Hardware</category><category>Linux</category><category>Software</category><category>nas</category><category>synology</category></item><item><title>Resilio Sync on Synology stuck?</title><link>https://yeri.be/synology-resilio-sync-stuck/</link><pubDate>Tue, 05 May 2020 06:21:00 +0200</pubDate><author>Yeri Tiete</author><guid isPermaLink="true">https://yeri.be/synology-resilio-sync-stuck/</guid><description>&lt;p&gt;The &lt;a aria-label="Resilio Sync (opens in a new tab)" href="https://www.resilio.com/individuals/" target="_blank" rel="noreferrer noopener" class="aioseop-link"&gt;Resilio Sync&lt;/a&gt; package that's provided on a Synology NAS' Packager Center is out of date (2.6.2) and has a bug that causes big files to fail to sync (and that causes a loop of endless retries).&lt;/p&gt;
&lt;p&gt;The solution is to manually update the package from 2.6.2 to 2.6.4. Find your &lt;a aria-label="NAS architecture (opens in a new tab)" href="https://www.synology.com/en-us/knowledgebase/DSM/tutorial/Compatibility_Peripherals/What_kind_of_CPU_does_my_NAS_have" target="_blank" rel="noreferrer noopener" class="aioseop-link"&gt;NAS architecture&lt;/a&gt; and then &lt;a label="download (opens in a new tab)" href="https://web.archive.org/web/20210226065408/https://help.resilio.com/hc/en-us/articles/206664850-Synology" target="_blank" rel="noreferrer noopener" class="aioseop-link"&gt;download&lt;/a&gt; (bottom of the page) the right binary and manually install it. &lt;/p&gt;</description><content:encoded><![CDATA[<p>The <a aria-label="Resilio Sync (opens in a new tab)" href="https://www.resilio.com/individuals/" target="_blank" rel="noreferrer noopener" class="aioseop-link">Resilio Sync</a> package that's provided on a Synology NAS' Packager Center is out of date (2.6.2) and has a bug that causes big files to fail to sync (and that causes a loop of endless retries).</p>
<p>The solution is to manually update the package from 2.6.2 to 2.6.4. Find your <a aria-label="NAS architecture (opens in a new tab)" href="https://www.synology.com/en-us/knowledgebase/DSM/tutorial/Compatibility_Peripherals/What_kind_of_CPU_does_my_NAS_have" target="_blank" rel="noreferrer noopener" class="aioseop-link">NAS architecture</a> and then <a label="download (opens in a new tab)" href="https://web.archive.org/web/20210226065408/https://help.resilio.com/hc/en-us/articles/206664850-Synology" target="_blank" rel="noreferrer noopener" class="aioseop-link">download</a> (bottom of the page) the right binary and manually install it. </p>
<p>Note that you need to stop the Resilio Sync service running (manually stop it via Package Center) before uploading the package and installing it.</p>
<p>Once done, don't forget to manually start the service again. </p>
<p>Resilio Sync GUI will be at <code>&lt;NAS IP>:28888/gui/</code>. </p>
<p>The howto guide to manually update the package can be found <a label="here (opens in a new tab)" href="https://web.archive.org/web/20210226065408/https://help.resilio.com/hc/en-us/articles/206664850-Synology" target="_blank" rel="noreferrer noopener" class="aioseop-link">here</a>. </p>
]]></content:encoded><category>Hardware</category><category>Linux</category><category>Networking</category><category>Software</category><category>bittorrent</category><category>nas</category><category>rsync</category><category>synology</category></item></channel></rss>