<?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;fid=9&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Devuan Derivatives]]></title>
		<link>https://dev1galaxy.org/index.php</link>
		<description><![CDATA[The most recent topics at Dev1 Galaxy Forum.]]></description>
		<lastBuildDate>Sun, 28 Jun 2026 11:27:16 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Darkness - ISO Devuan Testing + TDE for AMD64]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=6850&amp;action=new</link>
			<description><![CDATA[<p>Thank you for your quick reply and for the explanation.</p>]]></description>
			<author><![CDATA[dummy@example.com (jirkas)]]></author>
			<pubDate>Sun, 28 Jun 2026 11:27:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=6850&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Questions about Upgrading Exe GNU/Linux]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8063&amp;action=new</link>
			<description><![CDATA[<p>Devuan specific installation of TDE is actually documented quite well.</p><p>&quot;Preliminary stable&quot; is the TDE rolling release, available for all Devuan releases but mainly for freia/ceres.</p><div class="codebox"><pre><code>deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x excalibur deps main</code></pre></div><p>is all you want unless you got a reason to use their rolling release.</p><p>If you don&#039;t use librewolf, best uninstall it, comment or remove the repo list and install your browser of choice from the main Devuan repo.</p><p>The exegnu.list hosts some custom debs, non-essential&#160; post-installation.</p><p>Thanks Marjorie (and greetings from across the River Exe!) the rest is as you say.</p><p>Hope your upgrade goes well!</p>]]></description>
			<author><![CDATA[dummy@example.com (dzz)]]></author>
			<pubDate>Sat, 27 Jun 2026 12:15:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8063&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Test ISO: refracta freia xlibre turnstile pipewire]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7956&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>does the device plug-in get logged in X11 log? in syslog? I think X11 needs the libinput module for hotpluggable devices, and that this interacts with udev</p></div></blockquote></div><p>I&#039;ve solved the issue: it seems that a prior input-only OS_SUBSYSTEM filter applied to zzz-udev-compat.act in the vdevd.1 profile left DRM without G:seat / E:ID_SEAT entries. Thanks <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Wed, 24 Jun 2026 23:12:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7956&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Genuen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8052&amp;action=new</link>
			<description><![CDATA[<p>Thanks, I added <span class="bbc">xserver-xlibre-video-qxl</span> and removed <span class="bbc">20-nouveau.conf</span></p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Tue, 23 Jun 2026 06:10:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8052&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Vuu-do Linux!  *New Openbox-64 iso's (1.0.7) up 2-02-18*!!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=766&amp;action=new</link>
			<description><![CDATA[<p>Updated the ob-max-z, I think maybe now leap-frogging the max and mini makes it easier.<br />Many updates to key packages including a new kernel, kinda crazy how oldstable is getting this<br />many updates, possibly folks are starting to see that this is the last good and stable OS<br />that we&#039;re likely to see from upstream. Added lightdm-gtk-greeter-settings for a nice GUI<br />way to change those settings. Swapped out Nitrogen for VuuPaper, more features and much<br />smaller size. Updated extensions etc.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sat, 20 Jun 2026 00:22:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=766&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Where is the release information stored?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8037&amp;action=new</link>
			<description><![CDATA[<p>Looks like I&#039;m running Debian something:</p><div class="codebox"><pre><code>$ uname -a
Linux hp845g8 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 GNU/Linux</code></pre></div><p>I can make scripts:</p><div class="codebox"><pre><code>#!/usr/bin/env bash

shopt -s nullglob

for file in /etc/*version /etc/*release; do
    echo &quot;$file:&quot;
    cat &quot;$file&quot;
done</code></pre></div><div class="codebox"><pre><code>$ ./checkRelease 
/etc/debian_version:
12.6
/etc/devuan_version:
daedalus
/etc/os-release:</code></pre></div><p>But, do we need to code-golf this? Or can we just put some data in the os-release file?</p>]]></description>
			<author><![CDATA[dummy@example.com (chabala)]]></author>
			<pubDate>Fri, 19 Jun 2026 16:45:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8037&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] New Devuan Derivative Beep OS Released!]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7977&amp;action=new</link>
			<description><![CDATA[<p>apologies for shouting, admin.</p>]]></description>
			<author><![CDATA[dummy@example.com (soumya65536)]]></author>
			<pubDate>Tue, 09 Jun 2026 16:23:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7977&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] GENUEN   updating packages is disabled]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7923&amp;action=new</link>
			<description><![CDATA[<div class="codebox"><pre><code>ntpdate -u pool.ntp.org
hwclock --systohc</code></pre></div><p>with sudo it worked for me<br />no problem</p><p>thanks very much aitor</p>]]></description>
			<author><![CDATA[dummy@example.com (gfp)]]></author>
			<pubDate>Sun, 07 Jun 2026 09:19:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7923&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Which tool is best for Devuan Derivative-making?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=8016&amp;action=new</link>
			<description><![CDATA[<p>I haven&#039;t used live-build in over 10 years and never on devuan. I know there are some people who have used it with devuan. <br />Devuan live-sdk is similar to live-build in that it pulls packages from the repo and builds the system in a chroot. This is good if you&#039;re making a lot of different isos - you just need to alter the configs to do a different build. The downside is that you often don&#039;t know the build failed until the end of the run, then you have to start over. When you start building a new release, you can have frequent failures in the beginning because some packages in your list might not be in the repo anymore or may have changed names.</p><p>refractasnapshot does not require access to the repo to build the iso. It makes a copy of your running system with a few things excluded and puts that into the iso. Since it&#039;s copying an installed system, any questions about missing packages have already been answered before you started to make the iso. Also, since it&#039;s copying the running system, any changes you make right before running it will be copied into the iso. The downside of this method is that you must have an installed system, either on hardware or in a virtual machine, for each flavor you want to build.</p><p>To adjust what gets copied by refractasnapshot, edit /usr/lib/refractasnapshot/snapshot_exclude.list. See &#039;man rsync&#039; for details.</p><p>Edit: one more difference between live-build or live-sdk and refractasnapshot is that refractasnapshot builds an iso that has an unprivileged user with a home directory. The others do not, but the live-config scripts create the user and home when the system boots. This affects which live-config options are used in the boot command. See &#039;man live-config&#039; and probably &#039;man live-boot&#039; too.<br />Note that live-build, live-sdk and refractasnapshot all use the debian live-boot and live-config scripts.</p><p>I don&#039;t know what those others are.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 02 Jun 2026 15:26:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=8016&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Devuan 6 (excalibur) mate testing iso uploaded]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7118&amp;action=new</link>
			<description><![CDATA[<p>New version uploaded (non-Xlibre) just a few minutes ago, some 137 updates including a new kernel, plus a band-aid for the NM issue that&#039;s been talked about in a few threads here. Easy way to try Devuan&#039;s Mate which is superb, when I first tried Devuan 10 years ago it was the first thing I tried, and I still use it very regularly. Give it a whirl!<br /><a href="https://sourceforge.net/projects/vuu-do/files/Devuan/Mate-mini-6/" rel="nofollow">https://sourceforge.net/projects/vuu-do … te-mini-6/</a></p><p>Again please note: NOT an official Devuan iso! And not efi-enabled. Old-school to the core and proud of it. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 24 May 2026 21:27:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7118&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[why peppermintos?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7464&amp;action=new</link>
			<description><![CDATA[<p>For your information, Peppermint Devuan Excalibur iso of test build is available now since May 10th. </p><p><a href="https://peppermintos.com/2026/05/peppermint-os-devuan-testing/" rel="nofollow">https://peppermintos.com/2026/05/pepper … n-testing/</a></p><p>I found it today and installed on intel pc only. Its size is with 1.3gb. After adding firmware(s) for amd pc, it ran perfectly on amd pc as well.<br />I like it pretty much, by the way.</p>]]></description>
			<author><![CDATA[dummy@example.com (yohno)]]></author>
			<pubDate>Sun, 24 May 2026 11:08:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7464&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[List of Devuan derivatives]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=9&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Sweet! downloading here shortly, this is of great interest to me as i&#039;m still working on building a server to host a Devuan repo. Can I pick your brains via PM to get some tips?</p></div></blockquote></div><p> Yes, surely, would like to contribute!</p>]]></description>
			<author><![CDATA[dummy@example.com (soumya65536)]]></author>
			<pubDate>Sat, 16 May 2026 11:50:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=9&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] MX_Devuan_KDE_dinit]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7823&amp;action=new</link>
			<description><![CDATA[<p>sudo apt install bluedevil<br />sudo apt install ufw</p><p>Added to ISO.</p><p>MXD-Plasma-dinit.&#160; <a href="https://mega.nz/file/rixGSJrC#wpl1J0cOvREh83qYix7UxTtTKr3HcVC-1stF45Hcjus" rel="nofollow">https://mega.nz/file/rixGSJrC#wpl1J0cOv … stF45Hcjus</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Valera)]]></author>
			<pubDate>Thu, 14 May 2026 09:30:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7823&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[New Vendefoul Wolf based on latest Devuan Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7656&amp;action=new</link>
			<description><![CDATA[<p>Installed the Vendewolf LXQT DE on a Lenovo MiiX 510-121kb that I recently acquired. Long time Debian user but have been looking for an excuse to try Devuan out and this seemed the ideal opportunity. Was looking to go super lightweight although TBF the Lenovo isn&#039;t exactly poorly spec&#039;d with intel i5 7200 cpu, 8gb RAM, 256gb SSD.&#160; So can confirm that encryption also failed on LXQT install but the upside is that the etc/sudoers.d file was empty. One or two minor bugs but presumably there will be a tweaks update before too long.</p><p>It&#039;s possible that the dev&#039;s have already tidied up some of the issues previously reported and I have found this install to be an enjoyable experience so far, so I might just stick with it for now at least, assuming there are no more surprises. One thing I can report is it&#039;s lightening fast on this 6 year old mid range Lenovo laptop.</p>]]></description>
			<author><![CDATA[dummy@example.com (tau)]]></author>
			<pubDate>Tue, 12 May 2026 19:20:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7656&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] REFRACTA vs. DEVUAN desktop-live, differences ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7962&amp;action=new</link>
			<description><![CDATA[<p>Refracta has </p><p>- few metapackages and excludes Recommends to make it leaner and easier to remove packages to customize the system. It used to fit on one CD. <br />- added diagnostic, rescue and repair tools, mostly cli.<br />- a few config tweaks - kernel.sysrq=1 in sysctl.conf, ADD_EXTRA_GROUPS in adduser.conf, ALWAYS_SET_PATH yes in /etc/default/su and a few others.<br />- openssh-server running so you can log in remotely if there&#039;s no display. NOTE: The world knows your password. You should be behind a router and not have port forwarding set up or else unplug the network cable.<br />- Refracta is older than Devuan. That&#039;s why the version numbers match Debian&#039;s.</p><p>I feel like I&#039;m forgetting something, but those are the main differences.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 10 May 2026 10:26:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7962&amp;action=new</guid>
		</item>
	</channel>
</rss>
