<?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;fid=2&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Installation]]></title>
		<link>http://dev1galaxy.org/index.php</link>
		<description><![CDATA[The most recent topics at Dev1 Galaxy Forum.]]></description>
		<lastBuildDate>Sun, 26 Jul 2026 18:34:57 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[overlay-root]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8044&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Does bilibop use a lot of RAM?</p></div></blockquote></div><p>How many is too many? All hard disk writes are happen in RAM. You can use noatime, nodiratime options for FS. Then all logs, /var. /tmp are in the RAM. <br />By default tmpfs is limited by 1/2 of RAM and you can change this value. To give you an idea, I&#039;m using it even on very old laptop with 8 Gb RAM and no SWAP! But ... I prefer to keep only one browser with around 30 pages open and not 2 or 3 browser while watching video <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> on this machine.</p><p>32 Gb of RAM, no swap, default tmpfs everything works perfectly: couple of browsers, video and ... virtual machine with 8 GB of virtual RAM or small local LLM.</p>]]></description>
			<author><![CDATA[dummy@example.com (Devarch)]]></author>
			<pubDate>Sun, 26 Jul 2026 18:34:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8044&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Upcoming Devuan install with full disk encryption - Tips & Advice?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8092&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I am using the traditional &quot;full disk&quot;-encryption with luks, that leaves /boot unencrypted.</p></div></blockquote></div><p>+1</p><p>Best balance simplicity/security.</p>]]></description>
			<author><![CDATA[dummy@example.com (Devarch)]]></author>
			<pubDate>Sun, 26 Jul 2026 18:24:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8092&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[No audio in fresh install of Excalibur]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=7954&amp;action=new</link>
			<description><![CDATA[<p>I recently ran into sound issues on my humble desktop (HP Prodesk 400 G3 mini).&#160; &#160;I believe some of the software I installed had pulseaudio dependencies and I was conflicting with pipewrire and pulse audio.&#160; i am guessing, not a developer and may be incorrect - so corrections are welcomed.</p><p>Borrowing from Kappa above here is what fixed it for me, and essentially only going to pulse audio.&#160; basiclly purged everythign and reinstalled pulseaudio.&#160; On reboot set the mixer, saved - next reboot it worked.</p><p>#purged everything<br />sudo apt-get purge wireplumber pipewire-alsa pipewire-audio pipewire pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth pipewire pipewire-bin pipewire-pulse<br />#re-installed pulseaudio<br />sudo apt install wireplumber pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth pipewire pipewire-bin pipewire-pulse</p><p>System<br />OS: Devuan GNU/Linux 6 (excalibur) x86_64<br />Host: HP ProDesk 400 G3 DM<br />Kernel: Linux 6.12.96+deb13-amd64<br />DE: Xfce4 4.20<br />CPU: Intel(R) Core(TM) i5-7500T (4) @ 3.30 GHz</p><p>system has a horrible internal single speaker; Sound bar plugged into the headphone jack for speakers</p><p>aplay -l<br />**** List of PLAYBACK Hardware Devices ****<br />card 0: PCH [HDA Intel PCH], device 0: CX20632 Analog [CX20632 Analog]<br />&#160; Subdevices: 0/1<br />&#160; Subdevice #0: subdevice #0<br />card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]<br />&#160; Subdevices: 1/1<br />&#160; Subdevice #0: subdevice #0<br />card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]<br />&#160; Subdevices: 1/1<br />&#160; Subdevice #0: subdevice #0<br />card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]<br />&#160; Subdevices: 1/1<br />&#160; Subdevice #0: subdevice #0</p>]]></description>
			<author><![CDATA[dummy@example.com (Catnip)]]></author>
			<pubDate>Sat, 25 Jul 2026 12:28:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=7954&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Kde profiles with TLP]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8093&amp;action=new</link>
			<description><![CDATA[<p>That&#039;s dbus activation failing to start whatever is providing UPower.PowerProfiles (likely because the shipped definitions expect systemd and the &quot;Exec&quot; entry is /bin/false, see <span class="bbc">/usr/share/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service</span>), which implies that it isn&#039;t already running, or if it is, it didn&#039;t register on the system bus.</p><p>Note sysvinit has no service supervision, so it&#039;ll say tlp-pd is &quot;started&quot; even if it later exited or crashed. Check that the process is actually alive.<br />The <a href="https://man.archlinux.org/man/tlp-pd.8.en" rel="nofollow">manual</a> suggests tlp-pd takes a &#039;--debug&#039; flag, that&#039;s probably worth a look too.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Fri, 17 Jul 2026 07:54:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8093&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[umask - Problems & Solution]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8104&amp;action=new</link>
			<description><![CDATA[<p>new on Devuan Excalibur since end of June after some Years on Debian ... ;-)</p><p>and a funny Story setting my umask - long Story short:</p><p>1.) my old Approach</p><p>cat ~/.bashrc.d/set_umask</p><p># ...<br /># umask 0077<br /># ...</p><p>works fine in Shell Context, but not in Desktop Context, e.g. for Dolphin</p><p>2.) ALL tried Solutions (/etc/login.defs, pam_umask.so etc.) DID NOT WORK - WHY - ANY IDEAS ?</p><p>3.) Finally, setting the desired umask in /etc/passwd WORKS:</p><p>sed -i &#039;s/:\/home\/user:/umask=077:\/home\/user:/&#039; /etc/passwd</p>]]></description>
			<author><![CDATA[dummy@example.com (vi.joe)]]></author>
			<pubDate>Wed, 15 Jul 2026 12:25:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8104&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] HP, Inc ScanJet G3010 could not open USB device Access denied]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=7963&amp;action=new</link>
			<description><![CDATA[<p>I know this is for a different scanner but I wanted to add to this list.&#160; &#160;Cannon LiDE 110, Devuan 6</p><p>$ lsusb<br />Bus 001 Device 006: ID <strong>04a9:1909</strong> Canon, Inc. CanoScan LiDE 110</p><p>sudo adduser [yourname] saned<br />sudo adduser [yourname] scanner</p><p>nano /etc/udev/rules.d/65-libsane.rules</p><p># for Cannon LiDE110 add the following in 65-libsane.rules<br />ATTRS{idVendor}==&quot;04a9&quot;, ATTRS{idProduct}==&quot;1909&quot;, MODE=&quot;0664&quot;, GROUP=&quot;scanner&quot;, ENV{libsane_matched}=&quot;yes&quot;</p><p>then reboot your system.&#160; &#160;The scanner should be working with sane-utils and i prefer to use simple-scan.</p><p>for what it is worth this scanner is working good, no color issues.</p>]]></description>
			<author><![CDATA[dummy@example.com (Catnip)]]></author>
			<pubDate>Tue, 14 Jul 2026 22:21:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=7963&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Which Excalibur install problems fixed by 6.1.1?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8077&amp;action=new</link>
			<description><![CDATA[<p>Wouldn&#039;t it be easier to have a large USB stick/drive/what have you, and install Ventoy on said usb device then just add the ISO as needed. <br />Seems that would remove a bunch of unknowns and easier to boot other ISO files instead of going through the &quot;burn to usb&quot; process.</p><p>But, chances are you knew this already.</p>]]></description>
			<author><![CDATA[dummy@example.com (cds)]]></author>
			<pubDate>Sun, 12 Jul 2026 12:40:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8077&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] UMAX AstraSlim SE - Invalid argument]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8083&amp;action=new</link>
			<description><![CDATA[<p>@<strong>kapqa</strong> Thanks for helping!:)<br />solved!<br />firmware must be placed at this both folders<br /><span class="bbc">/usr/local/share/sane/artec_eplus48u/Artec48.usb</span><br /><span class="bbc">/usr/share/sane/artec_eplus48u/Artec48.usb</span></p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Thu, 09 Jul 2026 20:49:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8083&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Iso to install latest Devuan on UEFI]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8055&amp;action=new</link>
			<description><![CDATA[<p>Try Ctrl-Alt-F1 at the blank screen to see if that gets you to a text console. The blank screen might be the GUI trying to work.</p><p>Could you take a video of the boot process with your phone etc and play it back slowed down to see what the messages are? If you are still stuck post it somewhere we can read it.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Sun, 05 Jul 2026 16:16:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8055&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Devaun Excalibur not booting after instilation]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8074&amp;action=new</link>
			<description><![CDATA[<p>I&#039;m glad you got it installed. The netinstall iso gives you some software choices. The live install just gives you whatever is in the iso. </p><p>@Camtaf: The live installer does not need internet to work and does not download anything. If you notice that something is missing for it to work, let me know and I&#039;ll add it to the next build.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 03 Jul 2026 20:04:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8074&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[install s6 init system]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=5672&amp;action=new</link>
			<description><![CDATA[<p>Check the <span class="bbc">devuan</span> branch. With quite a bit of effort I made it boot. There were some annoying issues getting <span class="bbc">s6-linux-init</span> to work, but all of it happened because <span class="bbc">s6</span> is not packaged in Devuan. The <span class="bbc">s6</span> package is worth nothing, since <span class="bbc">s6</span> itself doesn&#039;t really offer anything <span class="bbc">runit</span> can&#039;t do. I had to manually compile</p><ul><li><p>skalibs</p></li><li><p>execline</p></li><li><p>s6</p></li><li><p>s6-rc</p></li><li><p>s6-portable-utils</p></li><li><p>s6-linux-utils</p></li><li><p>s6-linux-init</p></li></ul><p>and put it all to <span class="bbc">/usr/local</span>. With this out of the way, it should function. I don&#039;t frequently monitor forums, but if somebody decides to try it out, I&#039;m here and on the Gentoo forum for the most part. It&#039;s really simple so everybody should be able to tinker it without much effort, but maybe you want to rub the quality in my face etc <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Some GOTCHAS:</p><ul><li><p>when you use <span class="bbc">s6-linux-init-maker</span> modify <span class="bbc">-p</span> to include <span class="bbc">/usr/local/bin</span></p></li><li><p>when you use <span class="bbc">s6-linux-init-maker</span>&#160; remember that PID 1 doesn&#039;t have <span class="bbc">/usr/local/bin</span> in its PATH, so edit the generated <span class="bbc">init</span> execline script to invoke <span class="bbc">/usr/local/bin/s6-linux-init</span></p></li><li><p>if you compile manually <span class="bbc">execlineb</span> is in <span class="bbc">/usr/local/bin</span>, but is expected to be in <span class="bbc">/bin</span>, so either symlink, or use the Devuan package</p></li><li><p><span class="bbc">udevadm</span> from <span class="bbc">eudev</span> does not provide the <span class="bbc">-w/--setle</span> flag for <span class="bbc">trigger</span>, so it will take quite a bit of time for all events to settle, unlike e.g. on Gentoo which uses a standalone <span class="bbc">udev</span> binary directly from <span class="bbc">systemd</span>. As an option try commenting it out and see how it goes.</p></li></ul>]]></description>
			<author><![CDATA[dummy@example.com (Alverstone)]]></author>
			<pubDate>Wed, 01 Jul 2026 18:07:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=5672&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to pure OpenRC-based Devuan?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=7853&amp;action=new</link>
			<description><![CDATA[<p>Here are some&#160; notes on iwd install and configuration for svinit to open-rc script... sysd2v-0.3.sh</p><div class="codebox"><pre><code>## The iwd.service is the systemd service for the iNet Wireless Daemon (iwd), a wireless management daemon developed by Intel for managing Wi-Fi connections on Linux systems.
##  It is designed to be a lightweight, efficient alternative to older tools like wpa_supplicant, offering minimal memory and CPU usage, built-in support for WPA/WPA2 and WPA3, and a command-line interface (iwctl) for managing wireless networks.
##  To use iwd, the service must be enabled and started using the commands sudo systemctl enable iwd.service and sudo systemctl start iwd.service.

## The service is controlled through the iwctl utility, which provides an interactive shell for managing wireless devices, scanning for networks, connecting to Wi-Fi, and viewing connection details.
##  For automatic network configuration, including DHCP and DNS resolution, iwd can be integrated with systemd-networkd or systemd-resolved, though additional configuration may be required for full functionality.
##  For example, if using resolvconf for DNS management, the iwd.service may need to be customized to include RuntimeDirectory=resolvconf and ReadWritePaths=/etc in its [Service] section to resolve permission issues with /run/resolvconf.

# apt install iwd -y
#
# sh /home/glenn/bin/sysd2v-0.3.sh /lib/systemd/system/iwd.service
# rsync -avh /home/glenn/local/other/backup/backup-etc-sys/etc/init.d/iwd.initd /etc/init.d/
# rsync -avh /home/glenn/local/other/backup/backup-etc-sys/etc/runlevels/iwd.initd /etc/runlevels/
# rsync -avh /home/glenn/local/other/backup/backup-etc-sys/etc/systemd/system/multi-user.target.wants/iwd.service /etc/systemd/system/multi-user.target.wants/
# chmod +x /lib/systemd/system/iwd.service
# chmod +x /etc/init.d/iwd.initd
# service iwd.initd start
# update-rc.d iwd.initd defaults</code></pre></div><p>link to &quot;You could try the sysd2v-0.3.sh conversion script, that might work:&quot; <a href="http://www.trek.eu.org/devel/sysd2v/" rel="nofollow">http://www.trek.eu.org/devel/sysd2v/</a></p><p>I hope this helps</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Sun, 28 Jun 2026 02:19:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=7853&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Can not do apt update]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8036&amp;action=new</link>
			<description><![CDATA[<p>thanks, installation <span class="bbc">ntpsec</span> solve this</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sat, 27 Jun 2026 19:56:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8036&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Proposing an a11y & aging installer-login]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8064&amp;action=new</link>
			<description><![CDATA[<p>proposition / a11y from the start . </p><p>prerequisites: The personal computer node should have haptic features that enable inserting live install media from users with different preferable sensor types / aquity level . User should have the physical media or have a computer with the installer running with poweron.</p><p>Installer should probe the user in a dialogue to agree on the preferable UI-display-input typed to use. Installer would probe first the hardware to see available UI devices . </p><p>So eg:<br /> - <strong>(Installer)</strong> <em>Hi User. Look,feel,hear all you devices of your computer. In you computer there are these output display types and these input types. State your preferences.<br /></em></p><p> - <strong>(Installer)</strong> <em>Hi User. Do you suffer from RSI ? I could install packages that prioritize input from less hand stressing devices.<br /></em></p><p> Aligning with stated preferences the Distro should prioritize software tagged approprietely. For example : If a user states Display:Haptic Input:main-Sound,fallback braille keyboard then the Distro should install packages that can align with that choice. So in that case there is would be need for X11 but a haptic-display-server that can mediate access to that kind of device for different haptic friendly processes.&#160; If a user states Display/Visual/Text oriented&#160; distro could prioritize tmux over X11 and userspace land that can align with that.&#160; </p><p>The core idea here being that all IO hardawe could be used but the installer would prioritize packages aligning with the prefered interaction styles.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sat, 27 Jun 2026 11:33:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8064&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[New Install]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?id=8059&amp;action=new</link>
			<description><![CDATA[<p>ah, cool. status <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" />. duh.</p>]]></description>
			<author><![CDATA[dummy@example.com (decuser)]]></author>
			<pubDate>Wed, 24 Jun 2026 14:45:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?id=8059&amp;action=new</guid>
		</item>
	</channel>
</rss>
