<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6853&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Trouble in paradise]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6853</link>
		<description><![CDATA[The most recent posts in Trouble in paradise.]]></description>
		<lastBuildDate>Sun, 22 Sep 2024 07:30:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Trouble in paradise]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52382#p52382</link>
			<description><![CDATA[<p>Another thought: 4G is about the max a file can get on a fat32 partition?</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 22 Sep 2024 07:30:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52382#p52382</guid>
		</item>
		<item>
			<title><![CDATA[Re: Trouble in paradise]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52378#p52378</link>
			<description><![CDATA[<p>Firstly, in a standard installation, the filesystem holds back 5% of space for root-only use. So your disk of 160G can only be filled to 152G by a non-root user. However wget doesn&#039;t know that so may well start downloading on the idea that there is some 8G++ space left, and then run into trouble when saving.</p><p>Secondly if only 4G of your 152G are in Downloads, you would do well in cleaning up elsewhere. Perhaps (as root) cleaning up in the /var/log and /var/cache trees would reclaim space.&#160; Otherwise I would guess you need to tidy up the user&#039;s home area.</p><p>Use <span class="bbc">du</span> or <span class="bbc">xdu</span> to find where the disk usage is, and delete with care and forethought.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 21 Sep 2024 22:07:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52378#p52378</guid>
		</item>
		<item>
			<title><![CDATA[Re: Trouble in paradise]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52377#p52377</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Red_Fir wrote:</cite><blockquote><div><p>... bug came with the update?</p></div></blockquote></div><p>Why would you think that?<br />I&#039;m up to date, with no bugs.</p><div class="codebox"><pre><code>~$ uname -a
Linux devuan 6.1.0-25-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64 GNU/Linux
~$ uname -a</code></pre></div><div class="codebox"><pre><code>~$ sudo apt update
--- snip ---
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
~$ </code></pre></div><div class="quotebox"><cite>Red_Fir wrote:</cite><blockquote><div><p>Where to ...</p></div></blockquote></div><p>While it is not quite clear where the problem may lie, you may want to consider trying the simplest approach first.<br />eg: </p><p>1. empty your <span class="bbc">Downloads</span> folder, getting rid of <span class="bbu">all</span> traces of any partly downloaded/unnecessary files, including those in the <span class="bbc">Trash</span> folder.<br />2. use wget to download the file.</p><p>From the quick look I had, <span class="bbc">Prusa Slicer 2.8.1</span> <a href="https://github.com/prusa3d/PrusaSlicer/releases" rel="nofollow">appimages</a> can be downloaded from GitHub but from what the page indicates, they are either <span class="bbc">90.2Mb</span> or <span class="bbc">94.2Mb</span>, depending on your choice. ie: not 4Gb</p><p>So that would be something like this:</p><div class="codebox"><pre><code>~$ wget https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.8.1/PrusaSlicer-2.8.1+linux-x64-newer-distros-GTK3-202409181416.AppImage</code></pre></div><p>It worked perfectly well for me:</p><div class="codebox"><pre><code>~$ wget https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.8.1/PrusaSlicer-2.8.1+linux-x64-newer-distros-GTK3-202409181416.AppImage
--2024-09-21 16:38:44--  https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.8.1/PrusaSlicer-2.8.1+linux-x64-newer-distros-GTK3-202409181416.AppImage
Resolving github.com (github.com)... 20.201.28.151
Connecting to github.com (github.com)|20.201.28.151|:443... connected.
HTTP request sent, awaiting response... 302 Found
--- snip ---
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 98731200 (94M) [application/octet-stream]
Saving to: &#039;PrusaSlicer-2.8.1+linux-x64-newer-distros-GTK3-202409181416.AppImage&#039;

PrusaSlicer-2.8.1+linux-x64-newer-dis 100%[========================================================================&gt;]  94.16M  36.6MB/s    in 2.6s    

2024-09-21 16:38:48 (36.6 MB/s) - &#039;PrusaSlicer-2.8.1+linux-x64-newer-distros-GTK3-202409181416.AppImage&#039; saved [98731200/98731200]

~$ </code></pre></div><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 21 Sep 2024 19:48:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52377#p52377</guid>
		</item>
		<item>
			<title><![CDATA[Re: Trouble in paradise]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52376#p52376</link>
			<description><![CDATA[<p>I didn&#039;t get any updates this morning. How long has it been since you&#039;ve updated? Can you go to history in synaptic and post what updates you installed today?</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sat, 21 Sep 2024 18:44:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52376#p52376</guid>
		</item>
		<item>
			<title><![CDATA[Trouble in paradise]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52375#p52375</link>
			<description><![CDATA[<p>Soo Devuan 5 was cranking along okee dokee and I applied the system updates this morning,... after that I attempted to download&#160; Prusa Slicer as an Appimage<br /> it half downloaded and stalled out, I attempted again and it half downloaded and told me I was out of space,<br /> Properties of the download folder tell me it&#039;s 4 Gb in size, and has 160 Gb capacity, and all 160 Gb are used up, ... but it will continue to half download every thing I try and then fail&#160; out.<br /> I have multiple partial downloads so its obviously not out of space because it continues to accrue half downloads.</p><p>I assume a bug came with the update?<br />Where to from here?</p>]]></description>
			<author><![CDATA[dummy@example.com (Red_Fir)]]></author>
			<pubDate>Sat, 21 Sep 2024 18:17:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52375#p52375</guid>
		</item>
	</channel>
</rss>
