<?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=5482&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / libinput error rescue and recovery mode]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5482</link>
		<description><![CDATA[The most recent posts in libinput error rescue and recovery mode.]]></description>
		<lastBuildDate>Fri, 10 Feb 2023 06:10:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40989#p40989</link>
			<description><![CDATA[<div class="quotebox"><cite>tux wrote:</cite><blockquote><div><p>ping 0.0.0.0 and ping 8.8.8.8 work</p></div></blockquote></div><p>That means you don&#039;t have a working nameserver so check <span class="bbc">/etc/resolv.conf</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 10 Feb 2023 06:10:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40989#p40989</guid>
		</item>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40985#p40985</link>
			<description><![CDATA[<div class="codebox"><pre><code>sudo apt-get install wireless-tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libiw30
The following NEW packages will be installed:
  libiw30 wireless-tools
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 134 kB of archives.
After this operation, 358 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Err:1 http://deb.devuan.org/merged chimaera/main amd64 libiw30 amd64 30~pre9-13.1
  Could not resolve &#039;deb.devuan.org&#039;
Err:2 http://deb.devuan.org/merged chimaera/main amd64 wireless-tools amd64 30~pre9-13.1
  Could not resolve &#039;deb.devuan.org&#039;
E: Failed to fetch http://deb.devuan.org/merged/pool/DEBIAN/main/w/wireless-tools/libiw30_30%7epre9-13.1_amd64.deb  Could not resolve &#039;deb.devuan.org&#039;
E: Failed to fetch http://deb.devuan.org/merged/pool/DEBIAN/main/w/wireless-tools/wireless-tools_30%7epre9-13.1_amd64.deb  Could not resolve &#039;deb.devuan.org&#039;
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Thu, 09 Feb 2023 21:18:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40985#p40985</guid>
		</item>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40983#p40983</link>
			<description><![CDATA[<p>chroot to partition and sudo apt update uses base os sources.list file</p><p>sudo apt update error</p><div class="codebox"><pre><code>Err:1 http://deb.devuan.org/merged chimaera InRelease                          
  Could not resolve &#039;deb.devuan.org&#039;
Err:2 https://brave-browser-apt-release.s3.brave.com stable InRelease          
  Could not resolve &#039;brave-browser-apt-release.s3.brave.com&#039;
Err:3 http://deb.devuan.org/merged chimaera-updates InRelease                  
  Could not resolve &#039;deb.devuan.org&#039;
Err:4 http://deb.devuan.org/merged chimaera-security InRelease
  Could not resolve &#039;deb.devuan.org&#039;
Err:5 http://deb.devuan.org/merged chimaera-backports InRelease
  Could not resolve &#039;deb.devuan.org&#039;

Failed to fetch http://deb.devuan.org/merged/dists/chimaera/InRelease 
 Could not resolve &#039;deb.devuan.org&#039;</code></pre></div><p>ping 0.0.0.0 and ping 8.8.8.8 work.</p><p>devuan server down?</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Thu, 09 Feb 2023 21:04:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40983#p40983</guid>
		</item>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40981#p40981</link>
			<description><![CDATA[<p>boot from live disk and use live disk internet to update sources.list file in base os</p><div class="codebox"><pre><code>mount /dev/sbd /mnt
sudo apt-get -o &lt;base os media file path to /etc/apt/sources.list&gt;=/dev/sdb update</code></pre></div><p>command line fetching the live disk sources.list file, how to fetch from base os path?</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Thu, 09 Feb 2023 19:05:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40981#p40981</guid>
		</item>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40486#p40486</link>
			<description><![CDATA[<div class="quotebox"><cite>tux wrote:</cite><blockquote><div><p>mixing stable with newer kernels from sysnaptic, which get patch updates upgrades. no testing or rolling config</p></div></blockquote></div><p>That could very well have broken your system, depending on the exact commands used. Please provide those commands.</p><div class="quotebox"><cite>tux wrote:</cite><blockquote><div><p>rescue/enable=true in live iso not lauching grub rescue graphical interface, launch command line grub</p></div></blockquote></div><p>I have no idea what this means, sorry. Can you not ask about this on a forum in your native language?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 22 Jan 2023 16:27:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40486#p40486</guid>
		</item>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40483#p40483</link>
			<description><![CDATA[<p>mixing stable with newer kernels from sysnaptic, which get patch updates upgrades. no testing or rolling config</p><p>rescue/enable=true in live iso not lauching grub rescue graphical interface, launch command line grub</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Sun, 22 Jan 2023 15:11:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40483#p40483</guid>
		</item>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40480#p40480</link>
			<description><![CDATA[<div class="quotebox"><cite>tux wrote:</cite><blockquote><div><p>sudo fsck -p fails to fix with recovery mode, live iso and live iso rescue mode.</p></div></blockquote></div><p>So the problem is not caused by filesystem corruption then. No surprise there.</p><p>A soname error would suggest a FrankenDevuan. Have you been mixing stable with testing/unstable?</p><div class="quotebox"><cite>tux wrote:</cite><blockquote><div><p>booting into grub rescue mode with shift key, init=/bin/bash, F10</p><p>not showing grub rescue menu, command line only in large font. rescue and rescue/enable=true not launching rescue menu.</p><p>rescue mode not detecting wlan0.</p></div></blockquote></div><p>The <span class="bbc">rescue/enable=true</span> parameter only works in the live ISO and that would only detect wlan0 if you used a version which includes non-free firmware. Did you try that?</p><p>Using <span class="bbc">init=/bin/bash</span> would not start any services so a lack of network would be expected in that case.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 22 Jan 2023 11:28:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40480#p40480</guid>
		</item>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40477#p40477</link>
			<description><![CDATA[<p>sudo fsck -p fails to fix with recovery mode, live iso and live iso rescue mode.</p><p>booting into grub rescue mode with shift key, init=/bin/bash, F10</p><p>not showing grub rescue menu, command line only in large font. rescue and rescue/enable=true not launching rescue menu.</p><p>rescue mode not detecting wlan0.</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Sun, 22 Jan 2023 10:01:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40477#p40477</guid>
		</item>
		<item>
			<title><![CDATA[Re: libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40434#p40434</link>
			<description><![CDATA[<div class="quotebox"><cite>tux wrote:</cite><blockquote><div><div class="codebox"><pre><code>sudo startx launch</code></pre></div></div></blockquote></div><p>Don&#039;t do that.</p><div class="quotebox"><cite>tux wrote:</cite><blockquote><div><p>In recovery mode</p></div></blockquote></div><p>Use &quot;rescue mode&quot; from the Devuan ISO image instead:</p><p><a href="https://www.debian.org/releases/bullseye/amd64/ch08s06.en.html" rel="nofollow">https://www.debian.org/releases/bullsey … 06.en.html</a></p><p>I can&#039;t make much sense of the rest of the post though. Sorry.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 21 Jan 2023 15:38:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40434#p40434</guid>
		</item>
		<item>
			<title><![CDATA[libinput error rescue and recovery mode]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40433#p40433</link>
			<description><![CDATA[<p>installed gnome packages gives start up error</p><p>error output</p><div class="codebox"><pre><code>sudo startx launch

xinit connecting to x server waiting for x server to shut down </code></pre></div><p>internal details output </p><div class="codebox"><pre><code>(EE) Failed to load /usr/lib/xorg/modules/imput/libinput_drv.so:libinput.so.10:cannot 
open shared object file: no such file or directory failed to load module libinput (loader failed 0) </code></pre></div><p>In recovery mode all gnome packages were removed. no access to graphical recovery mode.</p><p>unsuccesful at nmcli wifi connect in recovery mode, no apt update, upgrade net access to fix.</p><p>nmcli error</p><div class="codebox"><pre><code> nmcli dev wifi connect &lt;name&gt;
Error: could not creat NMclient: object could not connect: no such file or directory

nmcli con up &lt;name&gt;
error connection activation failed no suitable device found for this connection 
(device etho not available because profile is not compatiable with device (missmatching interface name) </code></pre></div><p>all nmcli trouble shooting forum command lines fail to connect.</p><p>new stable libinput debian packages are installed in /home/usr<br />dpkg -i&#160; and tar xf fail</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Sat, 21 Jan 2023 15:32:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40433#p40433</guid>
		</item>
	</channel>
</rss>
