<?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;tid=4725&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Login Password Devuan 4 requires US key for #]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4725</link>
		<description><![CDATA[The most recent posts in Login Password Devuan 4 requires US key for #.]]></description>
		<lastBuildDate>Tue, 01 Mar 2022 22:07:33 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34974#p34974</link>
			<description><![CDATA[<p>Hi Head_on_a_Stick, It&#039;s been a while but I have never had a response to the bug I reported, no email, de nada.</p>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Tue, 01 Mar 2022 22:07:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34974#p34974</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33394#p33394</link>
			<description><![CDATA[<p>D&#039;OH! I was looking at folders instead of files!</p><div class="codebox"><pre class="vscroll"><code># /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin --force

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin --force

# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now

# Action on special keypress (ALT-UpArrow).
#kb::kbrequest:/bin/echo &quot;Keyboard Request--edit /etc/inittab to let this work.&quot;

# What to do when the power fails/returns.
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop

# /sbin/getty invocations for the runlevels.
#
# The &quot;id&quot; field MUST be the same as the last
# characters of the device (after &quot;tty&quot;).
#
# Format:
#  &lt;id&gt;:&lt;runlevels&gt;:&lt;action&gt;:&lt;process&gt;
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty&#039;s go ahead but skip tty7 if you run X.
#
1:2345:respawn:/sbin/getty --noclear 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

# Example how to put a getty on a serial line (for a terminal)
#
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
#
# or on a USB serial line
#U0:23:respawn:/sbin/getty -L ttyUSB0 9600 vt100

# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3

# Example for systemd-nspawn
# Only /dev/console exists inside nspawn, so we need a getty on that.
# Also make sure to comment out the gettys on tty* above.
#C0:2345:respawn:/sbin/getty -8 --noclear --keep-baud console 115200,38400,9600</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Tue, 21 Dec 2021 22:17:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33394#p33394</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33389#p33389</link>
			<description><![CDATA[<div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>I don&#039;t have inittab in /etc, only init.d and initramfs-tools.</p></div></blockquote></div><p>Oh dear, that&#039;s not right.</p><p>Here&#039;s the version from my VM:</p><div class="codebox"><pre class="vscroll"><code># /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin --force

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin --force

# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now

# Action on special keypress (ALT-UpArrow).
#kb::kbrequest:/bin/echo &quot;Keyboard Request--edit /etc/inittab to let this work.&quot;

# What to do when the power fails/returns.
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop

# /sbin/getty invocations for the runlevels.
#
# The &quot;id&quot; field MUST be the same as the last
# characters of the device (after &quot;tty&quot;).
#
# Format:
#  &lt;id&gt;:&lt;runlevels&gt;:&lt;action&gt;:&lt;process&gt;
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty&#039;s go ahead but skip tty7 if you run X.
#
1:2345:respawn:/sbin/getty --noclear 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

# Example how to put a getty on a serial line (for a terminal)
#
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
#
# or on a USB serial line
#U0:23:respawn:/sbin/getty -L ttyUSB0 9600 vt100

# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3

# Example for systemd-nspawn
# Only /dev/console exists inside nspawn, so we need a getty on that.
# Also make sure to comment out the gettys on tty* above.
#C0:2345:respawn:/sbin/getty -8 --noclear --keep-baud console 115200,38400,9600</code></pre></div><p>^ That should get the console screens working, at least.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 21 Dec 2021 13:28:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33389#p33389</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33388#p33388</link>
			<description><![CDATA[<p>Hi Head_on_a_Stick, Many thanks for your investigations on this. I don&#039;t have inittab in /etc, only init.d and initramfs-tools. Will report bug as suggested.</p>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Tue, 21 Dec 2021 13:16:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33388#p33388</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33387#p33387</link>
			<description><![CDATA[<p>Do you have /etc/inittab? If so then please share it here.</p><p>EDIT: right I&#039;ve set up a VM and installed Devuan 4 from the netinstall ISO with your desktops and GDM3 and I can reproduce this error in a fresh system. The TTYs work though <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>When I try to add a keyboard via gnome-control-center it gives this error message:</p><div class="codebox"><pre><code>Could not get &#039;org.freedesktop.locale1.set-locale&#039; permission: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.locale1.set-locale is not registered</code></pre></div><p>That action is supplied by systemd:</p><p><a href="https://manpages.debian.org/bullseye/systemd/org.freedesktop.locale1.5.en.html" rel="nofollow">https://manpages.debian.org/bullseye/sy … .5.en.html</a></p><p>^ That man page does not exist in Devuan, for obvious reasons.</p><p>So it seems that systemd is now required for the correct (<em>ie</em>, non-US) keyboard configuration in GDM3.</p><p>Time to take this to the Devuan developers, there&#039;s nothing we can do here (IMO). When submitting the bug report be sure to link to this thread for background.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 21 Dec 2021 12:03:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33387#p33387</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33386#p33386</link>
			<description><![CDATA[<p>I always choose GDM.</p><div class="codebox"><pre><code># chvt 4</code></pre></div><p>Same result as Fn keys 1 through 6 - flashing line and no tty login. Thanks.</p><p>Sorry for the off-topic - will post elsewhere.</p>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Tue, 21 Dec 2021 11:28:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33386#p33386</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33385#p33385</link>
			<description><![CDATA[<p>Off topic but:</p><div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>now that Firefox no longer supports ALSA</p></div></blockquote></div><p>Not sure why you think that but Firefox supports pure ALSA just fine.</p><p>EDIT: proof <a href="https://salsa.debian.org/mozilla-team/firefox/-/blob/esr91/master/debian/browser.mozconfig.in#L32" rel="nofollow">here</a> for the latest ESR version.</p><p>On topic: which display manager is this? If it&#039;s SLiM then change to either GDM (preferred) or LightDM.</p><p>As for your TTY issue does this work:</p><div class="codebox"><pre><code># chvt 4</code></pre></div><p>If it does test the keyboard layout there and report back.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 21 Dec 2021 11:17:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33385#p33385</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33384#p33384</link>
			<description><![CDATA[<div class="quotebox"><cite>globalgoldfish wrote:</cite><blockquote><div><p>Adding to xorg.conf is a red herring, imo – there&#039;s no issue with the keyboard layout in X, or after X has started, e.g., unlocking the screensaver.</p><div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>After logging in and press key combination of Ctrl+ Alt+ F1 I don&#039;t get a console but back to login screen after a brief black screen with my login details.</p></div></blockquote></div><p>That is not normal. What about with the other virtual consoles (Ctrl-Alt-F2 to -F6)? It this a standard desktop keyboard or a laptop with other functions on the Fn keys? Do you have proprietary (i.e., nVidia) graphics?</p><div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>... there was reference to a </p><div class="codebox"><pre><code>... dirty bit ...</code></pre></div></div></blockquote></div><p>Dirty filesystem, usually caused by abruptly switching off instead of shutting down gracefully. Should be fixable by fsck, but the partition must be unmounted to do that.</p><p>Edit: typo.</p></div></blockquote></div><p>This is a desktop pc that previously had Devuan 3.0 then I &#039;upgraded&#039; or rather installed Devuan 3.1.1 after the drive Devuan 3.0 was on started to die. Tried to do an upgrade to 4.0 from 3.1.1 but that went disastrously wrong. On this install I have chosen the following layouts:<br />1. Devuan default (LXQt)<br />2. Gnome flashback<br />3. LXQt<br />4. KDE (Plasma) - this is the DE I use each day.</p><p>The keyboard is a Cherry DW 9000 SLIM keyboard with mouse - both wireless. No keyboard or password issues in Devuan 3.0 or 3.1.1. - will get back to you regarding other Fn keys.</p><p>Update - Fn 2 through Fn 6 just displays a flashing underscore on a black screen, no tty login - reinstall?</p><p>I&#039;ve never liked nVidia proprietary drivers as they always gave me a poor experience, especially in Firefox, but now that Firefox no longer supports ALSA I won&#039;t be using it in future and will be removing Firefox ESR and replace with epiphany and possibly FlashPeak Slimjet browser as alternatives.</p>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Tue, 21 Dec 2021 10:57:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33384#p33384</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33383#p33383</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Any reason why you&#039;re not sharing the actual file? I would think that would be easier than posting a vague description.</p><p>Anyway, here&#039;s what systemd created in my Arch box:</p><div class="codebox"><pre><code>archie:~$ cat /etc/X11/xorg.conf.d/00-keyboard.conf  
# Written by systemd-localed(8), read by systemd-localed and Xorg. It&#039;s
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section &quot;InputClass&quot;
        Identifier &quot;system-keyboard&quot;
        MatchIsKeyboard &quot;on&quot;
        Option &quot;XkbLayout&quot; &quot;gb&quot;
EndSection
archie:~$</code></pre></div><p>Try that.</p><p>EDIT: the name of the file isn&#039;t really important. It needs to end in <span class="bbc">.conf</span> and the files are read in lexicographical order but you shouldn&#039;t have any conflicts anyway.</p></div></blockquote></div><p>Here is the entries from the file:</p><div class="codebox"><pre><code>Section &quot;InputClass&quot;
Identifier &quot;keyboard&quot;
MatchIsKeyboard &quot;yes&quot;
Option &quot;XkbLayout&quot; &quot;gb&quot;
Option &quot;XKbVariant&quot; &quot;nodeadkeys&quot;
EndSection</code></pre></div><p>That&#039;s strange, I was sure I put 40 in there somewhere. I named the file 40-keyboard.conf and it is located in /etc/X11/xorg.conf.d</p>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Tue, 21 Dec 2021 10:53:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33383#p33383</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33382#p33382</link>
			<description><![CDATA[<p>Adding to xorg.conf is a red herring, imo – there&#039;s no issue with the keyboard layout in X, or after X has started, e.g., unlocking the screensaver.</p><div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>After logging in and press key combination of Ctrl+ Alt+ F1 I don&#039;t get a console but back to login screen after a brief black screen with my login details.</p></div></blockquote></div><p>That is not normal. What about with the other virtual consoles (Ctrl-Alt-F2 to -F6)? It this a standard desktop keyboard or a laptop with other functions on the Fn keys? Do you have proprietary (i.e., nVidia) graphics?</p><div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>... there was reference to a </p><div class="codebox"><pre><code>... dirty bit ...</code></pre></div></div></blockquote></div><p>Dirty filesystem, usually caused by abruptly switching off instead of shutting down gracefully. Should be fixable by fsck, but the partition must be unmounted to do that.</p><p>Edit: typo.</p>]]></description>
			<author><![CDATA[dummy@example.com (globalgoldfish)]]></author>
			<pubDate>Tue, 21 Dec 2021 10:24:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33382#p33382</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33378#p33378</link>
			<description><![CDATA[<p>Any reason why you&#039;re not sharing the actual file? I would think that would be easier than posting a vague description.</p><p>Anyway, here&#039;s what systemd created in my Arch box:</p><div class="codebox"><pre><code>archie:~$ cat /etc/X11/xorg.conf.d/00-keyboard.conf  
# Written by systemd-localed(8), read by systemd-localed and Xorg. It&#039;s
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section &quot;InputClass&quot;
        Identifier &quot;system-keyboard&quot;
        MatchIsKeyboard &quot;on&quot;
        Option &quot;XkbLayout&quot; &quot;gb&quot;
EndSection
archie:~$</code></pre></div><p>Try that.</p><p>EDIT: the name of the file isn&#039;t really important. It needs to end in <span class="bbc">.conf</span> and the files are read in lexicographical order but you shouldn&#039;t have any conflicts anyway.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 20 Dec 2021 22:40:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33378#p33378</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33377#p33377</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>changed 20 to 40</p></div></blockquote></div><p>I have no idea what this means.</p><p>Please share the exact, full contents of the configuration file along with it&#039;s precise location and also share the full X.Org &amp; display manager (LightDM?) logs. Remember to use code tags when posting terminal output and perhaps consider using a pastebin and sharing a link here if the logs are large. Thanks.</p></div></blockquote></div><p>I followed your link to that article - there was no config file - there was just the xorg.conf.d folder with nothing in it.</p><p>I copied the entry you gave a link to [<a href="https://bbs.archlinux.org/viewtopic.php?id=245451" rel="nofollow">https://bbs.archlinux.org/viewtopic.php?id=245451</a>].<br />In that file there was reference to &quot;20&quot; - when using older versions of GNU/Linux I remembered that en-gb used to be listed as number &quot;40&quot; which is why I changed the number from that original post and replaced &quot;de&quot; in that post with &quot;gb&quot;. Should it have been &quot;en-gb&quot;?</p>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Mon, 20 Dec 2021 22:27:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33377#p33377</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33376#p33376</link>
			<description><![CDATA[<div class="quotebox"><cite>globalgoldfish wrote:</cite><blockquote><div><div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>... if I leave the machine for some time and it logs me out, I can enter my password with the hash key - but not at login!</p></div></blockquote></div><p>Before you log in, your user preferences are not known. Try this:</p><p>After logging in, change to a console (e.g., Ctrl-Alt-F1) and log in as root – you&#039;ll probably have to use Shift-3 for the # symbol. Having logged in, run <span class="bbc">dpkg-reconfigure keyboard-configuration</span> again. This shouldn&#039;t be necessary, but ... just to be sure.</p><p>Now run <span class="bbc">setupcon</span> to have the your default keyboard settings applied to the console. After that, you should get a # on the console when you press that key; Shift-3 should give you £. Now try rebooting and see what you get at the login screen.</p><p>Incidentally, I agree with what&#039;s been said – <span class="bbc">pc105</span> and <span class="bbc">gb</span> for a standard UK keyboard.</p></div></blockquote></div><p>After logging in and press key combination of Ctrl+ Alt+ F1 I don&#039;t get a console but back to login screen after a brief black screen with my login details.<br />Just also to mention that after a recent login I briefly saw during the scrolling consol on populating devs etc there was reference to a </p><div class="codebox"><pre><code>... dirty bit ...</code></pre></div><p>Is this indication of a hard drive error? I only replaced the last failing drive this March with a WD Gold which is supposed to be built for machines to be on 24/7. it sounds like a Hitachi &#039;DeathStar&#039; (deskstar) drive at times.</p>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Mon, 20 Dec 2021 22:22:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33376#p33376</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33369#p33369</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>globalgoldfish wrote:</cite><blockquote><div><p>Now run <span class="bbc">setupcon</span> to have the your default keyboard settings applied to the console.</p></div></blockquote></div><p>The console-setup package is supposed to ...</p></div></blockquote></div><p>Agreed. The console is also supposed to follow /etc/default/keyboard at boot, but it doesn&#039;t. At least, it doesn&#039;t here. I just suggested the steps that I took to get my keyboard preference everywhere – X session, user and root tty, and login screen.</p><p>The standard installer generally sets all this, only asking once. The Devuan desktop live doesn&#039;t, which is where I came across a similar situation to the OP.</p>]]></description>
			<author><![CDATA[dummy@example.com (globalgoldfish)]]></author>
			<pubDate>Mon, 20 Dec 2021 15:55:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33369#p33369</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login Password Devuan 4 requires US key for #]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33368#p33368</link>
			<description><![CDATA[<div class="quotebox"><cite>globalgoldfish wrote:</cite><blockquote><div><p>Now run <span class="bbc">setupcon</span> to have the your default keyboard settings applied to the console.</p></div></blockquote></div><p>The console-setup package is supposed to ensure that the desktop &amp; console keyboard settings are the same.</p><p>Reference: <a href="https://salsa.debian.org/installer-team/console-setup/-/blob/master/debian/console-setup.postinst#L133" rel="nofollow">https://salsa.debian.org/installer-team … tinst#L133</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 20 Dec 2021 15:26:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33368#p33368</guid>
		</item>
	</channel>
</rss>
