<?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=3205&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Eudev broke down after upgrade.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3205</link>
		<description><![CDATA[The most recent posts in Eudev broke down after upgrade..]]></description>
		<lastBuildDate>Fri, 13 Dec 2019 09:03:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18987#p18987</link>
			<description><![CDATA[<p>Yes, a routine update has moved <span class="bbc">eudev</span> and <span class="bbc">libeudev1</span> from <span class="bbc">3.2.2-16</span> to <span class="bbc">3.2.2-17</span> and I can reboot and still log in ;-)</p><p>rc.log reports :-</p><div class="quotebox"><blockquote><div><p>OpenRC 0.23 is starting up Linux 4.19.0-0.bpo.4-amd64 (x86_64)</p><p> * /proc is already mounted<br /> * /run/openrc: creating directory<br /> * /run/lock: correcting mode<br /> * /run/lock: correcting owner<br /> * Caching service dependencies ...<br /> [ ok ]<br />keyboard-setup.sh&#160; &#160; &#160;|[....] Setting up keyboard layout...cannot open file /tmp/tmpkbd.QWaL78<br />eudev&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;|[....] Starting hot-plug events dispatcher: udevd[ ok .<br />eudev&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;|[....] Synthesizing the initial hotplug events...[ ok done.<br />eudev&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;|[....] Waiting for /dev to be fully populated...keyboard-setup.sh&#160; &#160; &#160;|[ ok done.<br />[ ok done.</p></div></blockquote></div><p>Thank you.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Fri, 13 Dec 2019 09:03:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18987#p18987</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18963#p18963</link>
			<description><![CDATA[<p>OK, but I can&#039;t afford to break my machine today, so it will probably have to wait until Friday.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Thu, 12 Dec 2019 09:33:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18963#p18963</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18957#p18957</link>
			<description><![CDATA[<p>Thanks for finding that!</p><p>There&#039;s a new version in ascii-proposed with the fix. (3.2.2-17)&#160; Please test and report.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 11 Dec 2019 22:57:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18957#p18957</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18950#p18950</link>
			<description><![CDATA[<p>OK, I decided to come at this from a different angle and see if the eudev problem was a simple configuration problem.</p><p>rc.log was reporting :-</p><div class="quotebox"><blockquote><div><p>Service `eudev&#039; needs non existent service `unmountroot&#039;<br />[ ok ]<br />eudev&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| * ERROR: eudev needs service(s) unmountroot</p></div></blockquote></div><p>I had a look in /etc/init.d/eudev and it started :-</p><div class="quotebox"><blockquote><div><p>#!/bin/sh -e<br />### BEGIN INIT INFO<br /># Provides:&#160; &#160; &#160; &#160; &#160; eudev udev<br /># Required-Start:&#160; &#160; mountkernfs<br /># Required-Stop:&#160; &#160; &#160;unmountroot<br /># Default-Start:&#160; &#160; &#160;S<br /># Default-Stop:&#160; &#160; &#160; 0 6<br /># Short-Description: Start udevd, populate /dev and load drivers.<br />### END INIT INFO</p></div></blockquote></div><p>so it was asking for <span class="bbc">unmountroot</span>, however, on my Beowulf laptop, it wants <span class="bbc">umountroot</span> and there is indeed a service <span class="bbc">umountroot</span>. I saved a copy of eudev in /root and then edited out the unwanted &quot;n&quot;, so that eudev now starts :-</p><div class="quotebox"><blockquote><div><p>#!/bin/sh -e<br />### BEGIN INIT INFO<br /># Provides:&#160; &#160; &#160; &#160; &#160; eudev udev<br /># Required-Start:&#160; &#160; mountkernfs<br /># Required-Stop:&#160; &#160; &#160;umountroot<br /># Default-Start:&#160; &#160; &#160;S<br /># Default-Stop:&#160; &#160; &#160; 0 6<br /># Short-Description: Start udevd, populate /dev and load drivers.<br />### END INIT INFO</p></div></blockquote></div><p>This now boots just fine and rc.log reports :-</p><div class="quotebox"><blockquote><div><p>OpenRC 0.23 is starting up Linux 4.19.0-0.bpo.4-amd64 (x86_64)</p><p> * /proc is already mounted<br /> * /run/openrc: creating directory<br /> * /run/lock: correcting mode<br /> * /run/lock: correcting owner<br /> * Caching service dependencies ...<br /> [ ok ]<br />keyboard-setup.sh&#160; &#160; &#160;|[....] Setting up keyboard layout...cannot open file /tmp/tmpkbd.QWaL78<br />eudev&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;|[....] Starting hot-plug events dispatcher: udevd[ ok .<br />eudev&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;|[....] Synthesizing the initial hotplug events...[ ok done.<br />eudev&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;|[....] Waiting for /dev to be fully populated...keyboard-setup.sh&#160; &#160; &#160;|[ ok done.<br />[ ok done.</p></div></blockquote></div><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Wed, 11 Dec 2019 14:15:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18950#p18950</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18936#p18936</link>
			<description><![CDATA[<p>Oops! I gave you the option that goes with dpkg, not apt. Sorry about that. </p><p>You could try downloading the packages and installing with dpkg --force-downgrade -i &lt;packages&gt;. <br />Or maybe install an older package from /var/cache/apt/archives/</p><p>I&#039;m not exactly sure what the problem is. If you&#039;re ambitious, you could unpack the deb, add a &#039;set -x&#039; to the preinst script(s) and then repack. That might give useful information.</p><p>Not sure if this is relevant, but I recently had trouble upgrading&#160; eudev to a lower package version (220:something from when ascii was in testing to 3.2.2-something). I had to comment out a couple lines in /var/lib/dpkg/info/libeudev1:amd64.list and .md5sums to nullify a dependency that was getting in the way.</p><p>These two:<br />/lib/x86_64-linux-gnu/libudev.so.1.6.3<br />/lib/x86_64-linux-gnu/libudev.so.1</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 11 Dec 2019 01:18:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18936#p18936</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18928#p18928</link>
			<description><![CDATA[<p>Ah, I think it is <span class="bbc">allow-downgrades</span>.</p><p>This still produces the same problem with unpacking eudev.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Tue, 10 Dec 2019 20:41:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18928#p18928</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18924#p18924</link>
			<description><![CDATA[<p>Thank you.</p><p>I have now tried unsuccessfully :-</p><div class="quotebox"><blockquote><div><p>apt install --reinstall&#160; --force-downgrade eudev=3.2.2-13 libeudev1=3.2.2-13 libeudev-dev=3.2.2-13<br />E: Command line option --force-downgrade is not understood in combination with the other options</p><p>apt-get install --reinstall&#160; --force-downgrade eudev=3.2.2-13 libeudev1=3.2.2-13 libeudev-dev=3.2.2-13<br />E: Command line option --force-downgrade is not understood in combination with the other options</p><p> apt install --force-downgrade eudev=3.2.2-13 libeudev1=3.2.2-13 libeudev-dev=3.2.2-13<br />E: Command line option --force-downgrade is not understood in combination with the other options</p></div></blockquote></div><p>I expect I am overlooking something simple!</p><p>I have also managed to open a vnc window from my laptop and then run Synaptic, but that also gets the same problem unpacking eudev that I got with apt.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Tue, 10 Dec 2019 20:08:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18924#p18924</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18923#p18923</link>
			<description><![CDATA[<div class="quotebox"><cite>Geoff 42 wrote:</cite><blockquote><div><p>I have tried reinstalling with the version 13 :-</p><p><span class="bbc">apt install --reinstall&#160; eudev=3.2.2-13 libeudev1=3.2.2-13 libeudev-dev=3.2.2-13</span></p><p>but is fails with &lt;snip&gt;</p><p>Geoff</p></div></blockquote></div><p>Try adding <span class="bbc">--force-downgrade</span></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 10 Dec 2019 19:58:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18923#p18923</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18922#p18922</link>
			<description><![CDATA[<p>I have tried reinstalling with the version 13 :-</p><p><span class="bbc">apt install --reinstall&#160; eudev=3.2.2-13 libeudev1=3.2.2-13 libeudev-dev=3.2.2-13</span></p><p>but is fails with </p><div class="quotebox"><blockquote><div><p>dpkg: error processing archive /var/cache/apt/archives/eudev_3.2.2-13_amd64.deb (--unpack):<br /> subprocess new pre-installation script returned error exit status 1<br />insserv: warning: script &#039;savecache&#039; missing LSB tags and overrides<br />dpkg: warning: downgrading libeudev1:amd64 from 3.2.2-16 to 3.2.2-13<br />Preparing to unpack .../libeudev1_3.2.2-13_amd64.deb ...<br />Unpacking libeudev1:amd64 (3.2.2-13) over (3.2.2-16) ...<br />Errors were encountered while processing:<br /> /var/cache/apt/archives/eudev_3.2.2-13_amd64.deb<br />E: Sub-process /usr/bin/dpkg returned an error code (1)</p></div></blockquote></div><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Tue, 10 Dec 2019 17:09:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18922#p18922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18920#p18920</link>
			<description><![CDATA[<p>Looking in /var/log/dpkg.log I see :-</p><p><span class="bbc">2019-12-10 10:32:15 upgrade eudev:amd64 3.2.2-13 3.2.2-16<br /></span></p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Tue, 10 Dec 2019 16:31:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18920#p18920</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18919#p18919</link>
			<description><![CDATA[<p>I have also hit this problem with eudev after an upgrade.</p><p>Looking in /var/log/rc.log I can see :-</p><div class="quotebox"><blockquote><div><p>OpenRC 0.23 is starting up Linux 4.18.0-0.bpo.1-amd64 (x86_64)</p><p> * /proc is already mounted<br /> * /run/openrc: creating directory<br /> * /run/lock: correcting mode<br /> * /run/lock: correcting owner<br /> * Caching service dependencies ...<br />Service `eudev&#039; needs non existent service `unmountroot&#039;<br /> [ ok ]<br />eudev&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| * ERROR: eudev needs service(s) unmountroot<br />keyboard-setup.sh&#160; &#160; &#160;|[....] Setting up keyboard layout...cannot open file /tmp/tmpkbd.QWaL78</p></div></blockquote></div><p>What I am seeing is that the keyboard and mouse appear dead but the screen is still live, with the time updating.</p><p>I can log in via ssh.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Tue, 10 Dec 2019 16:27:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18919#p18919</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18848#p18848</link>
			<description><![CDATA[<p>thanks man. Problem solved</p>]]></description>
			<author><![CDATA[dummy@example.com (w3)]]></author>
			<pubDate>Sat, 07 Dec 2019 21:16:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18848#p18848</guid>
		</item>
		<item>
			<title><![CDATA[Re: Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18847#p18847</link>
			<description><![CDATA[<p>I see 3.2.2-13 available under <a href="http://pkgmaster.devuan.org/devuan/pool/main/e/eudev/" rel="nofollow">http://pkgmaster.devuan.org/devuan/pool/main/e/eudev/</a>. Is that what you&#039;re looking for? Of course, make sure you grab a package that fits which suite you&#039;re using if applicable.</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Sat, 07 Dec 2019 20:29:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18847#p18847</guid>
		</item>
		<item>
			<title><![CDATA[Eudev broke down after upgrade.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18843#p18843</link>
			<description><![CDATA[<p>eudev broke down after the update and I can&#039;t access my desktop or have an internet connection.</p><p>The problem happened after enabling the proposed repository in my source.list and upgrading to eudev-3.2.2-16.</p><p>any solution in mind?</p><p>I thought about downloading the eudev-3.2.2-13 .deb package, saving it to a pendrive and installing it using dpkg, but I can&#039;t find a place to download the binary.</p>]]></description>
			<author><![CDATA[dummy@example.com (w3)]]></author>
			<pubDate>Sat, 07 Dec 2019 20:01:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18843#p18843</guid>
		</item>
	</channel>
</rss>
