<?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=3240&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / "Warning": Failed to connect to lvmetad]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3240</link>
		<description><![CDATA[The most recent posts in "Warning": Failed to connect to lvmetad.]]></description>
		<lastBuildDate>Wed, 01 Jan 2020 19:42:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19269#p19269</link>
			<description><![CDATA[<p>Hey guys,</p><p>thank you for your feedback. I think I will leavei t as is for now, as all is running without problems.</p><p>Happy New Year to All.</p><p>Johannes</p>]]></description>
			<author><![CDATA[dummy@example.com (turbo)]]></author>
			<pubDate>Wed, 01 Jan 2020 19:42:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19269#p19269</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19267#p19267</link>
			<description><![CDATA[<p>@OP: as you say you are using a LVM, then the message is normal. As long as the LVM finally is opened, everything is fine.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 01 Jan 2020 15:29:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19267#p19267</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19264#p19264</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>HevyDevy wrote:</cite><blockquote><div><p>there must be a good explanation of why /etc/mtab is symlinked to /proc/mounts ?</p></div></blockquote></div><p>Probably so but that isn&#039;t the case for Debian buster and symlinking to another symlink just sounds wrong.</p><p>The content would be the same either way.</p></div></blockquote></div><p>So far all ive been able to understand is that it is easier to have /etc/mtab symlinked to /proc/self/mounts in the case of loop devices / losetup. Debian buster uses systemd, so maybe there is a difference in devuan having these symlinks?</p><p>You may be right on this, sorry. Man page says....</p><div class="codebox"><pre><code>/proc/mounts
              Before kernel 2.4.19, this file was a list of all the filesys‐
              tems currently mounted on the system.  With the introduction
              of per-process mount namespaces in Linux 2.4.19 (see
              mount_namespaces(7)), this file became a link to
              /proc/self/mounts, which lists the mount points of the
              process&#039;s own mount namespace.  The format of this file is
              documented in fstab(5).</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Wed, 01 Jan 2020 12:53:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19264#p19264</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19263#p19263</link>
			<description><![CDATA[<div class="quotebox"><cite>HevyDevy wrote:</cite><blockquote><div><p>there must be a good explanation of why /etc/mtab is symlinked to /proc/mounts ?</p></div></blockquote></div><p>Probably so but that isn&#039;t the case for Debian buster and symlinking to another symlink just sounds wrong.</p><p>The content would be the same either way.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 01 Jan 2020 12:49:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19263#p19263</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19262#p19262</link>
			<description><![CDATA[<p>Hold on there head on a stick, there must be a good explanation of why /etc/mtab is symlinked to /proc/mounts ?</p><p><a href="http://man7.org/linux/man-pages/man5/proc.5.html" rel="nofollow">http://man7.org/linux/man-pages/man5/proc.5.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Wed, 01 Jan 2020 12:44:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19262#p19262</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19260#p19260</link>
			<description><![CDATA[<div class="quotebox"><cite>turbo wrote:</cite><blockquote><div><div class="codebox"><pre><code>ls /etc/mtab -l
lrwxrwxrwx 1 root root 12 Dec 29 16:58 /etc/mtab -&gt; /proc/mounts</code></pre></div></div></blockquote></div><p>That&#039;s strange, the Refracta beowulf beta also does that.</p><p>From my Debian buster system:</p><div class="codebox"><pre><code>empty@E485:~ $ ls -l /etc/mtab
lrwxrwxrwx 1 root root 19 Sep 23 17:11 /etc/mtab -&gt; ../proc/self/mounts
empty@E485:~ $</code></pre></div><p>/proc/mounts is a symlink to /proc/self/mounts so for your system /etc/mtab is symlinked to a symlink, which doesn&#039;t sound right.</p><p>Does linking it correctly fix things?</p><div class="codebox"><pre><code>cd /etc
# ln -sf ../proc/self/mounts mtab</code></pre></div><p>EDIT: use the force, Luke.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 01 Jan 2020 12:16:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19260#p19260</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19258#p19258</link>
			<description><![CDATA[<p>Maybe run update-grub again and see if the message disappears.</p><div class="codebox"><pre><code>sudo update-grub</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Wed, 01 Jan 2020 06:29:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19258#p19258</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19253#p19253</link>
			<description><![CDATA[<div class="quotebox"><cite>HevyDevy wrote:</cite><blockquote><div><p>from reading up on this it sounds like a grub erroneous message. From the gentoo forum its quite possible this is the problem.</p><p><a href="https://forums.gentoo.org/viewtopic-t-1050366-start-0.html" rel="nofollow">https://forums.gentoo.org/viewtopic-t-1 … art-0.html</a></p><div class="quotebox"><blockquote><div><p>That&#039;s a feature, not a fatal error. Internal scanning will work for some time yet.</p><p>When you install grub, it wants to consult /etc/mtab, which is missing in the chroot, since all the mounts happened and were recorded in the /etc/mtab outside the chroot.<br />/etc/mtab is not usually a file any more, its a symbolic link.</p></div></blockquote></div><p>I wonder what the output of /etc/mtab is ?</p><div class="codebox"><pre><code>cat /etc/mtab</code></pre></div><p>the output is</p><div class="codebox"><pre><code>cat /etc/mtab
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,nosuid,relatime,size=2055536k,nr_inodes=209431,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=413008k,mode=755 0 0
/dev/mapper/devuan--vg-root / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
pstore /sys/fs/pstore pstore rw,relatime 0 0
tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=826000k 0 0
/dev/sda1 /boot ext2 rw,relatime 0 0
/dev/mapper/devuan--vg-home /home ext4 rw,relatime,data=ordered 0 0
/dev/mapper/devuan--vg-tmp /tmp ext4 rw,relatime,data=ordered 0 0
/dev/mapper/devuan--vg-var /var ext4 rw,relatime,data=ordered 0 0
tmpfs /sys/fs/cgroup tmpfs rw,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/elogind cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/elogind/elogind-cgroups-agent,name=elogind 0 0
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=413004k,mode=700,uid=1000,gid=1000 0 0</code></pre></div><p>and </p><div class="codebox"><pre><code>ls /etc/mtab -l </code></pre></div></div></blockquote></div><div class="codebox"><pre><code>ls /etc/mtab -l
lrwxrwxrwx 1 root root 12 Dec 29 16:58 /etc/mtab -&gt; /proc/mounts</code></pre></div><p>As said earlier, this is a fresh install and I chose the LVM option at graphical install. And I finished with my desktop install using the xfce desktop.</p><p>Johannes</p>]]></description>
			<author><![CDATA[dummy@example.com (turbo)]]></author>
			<pubDate>Tue, 31 Dec 2019 17:32:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19253#p19253</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19245#p19245</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>HevyDevy wrote:</cite><blockquote><div><p>I dont believe removing lvm2 is a solution head on a stick.</p></div></blockquote></div><p>Yeah, you&#039;re probably right. It was just a stab in the dark tbh.</p></div></blockquote></div><p>Its probably something t do with os-prober.</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Tue, 31 Dec 2019 14:26:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19245#p19245</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19244#p19244</link>
			<description><![CDATA[<div class="quotebox"><cite>HevyDevy wrote:</cite><blockquote><div><p>I dont believe removing lvm2 is a solution head on a stick.</p></div></blockquote></div><p>Yeah, you&#039;re probably right. It was just a stab in the dark tbh.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 31 Dec 2019 14:22:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19244#p19244</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19243#p19243</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>/etc/mtab should be a symlink to /proc/self/mounts</p><p>If you&#039;re not using LVM then remove the package and re-configure GRUB:</p><div class="codebox"><pre><code># apt purge lvm2
# update-grub</code></pre></div></div></blockquote></div><p>Im not using LVM but have the package installed and do not get this error. Im on Beowulf Refracta though.</p><p>I dont believe removing lvm2 is a solution head on a stick.</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Tue, 31 Dec 2019 14:19:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19243#p19243</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19242#p19242</link>
			<description><![CDATA[<p>/etc/mtab should be a symlink to /proc/self/mounts</p><p>If you&#039;re not using LVM then remove the package and re-configure GRUB:</p><div class="codebox"><pre><code># apt purge lvm2
# update-grub</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 31 Dec 2019 14:09:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19242#p19242</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19240#p19240</link>
			<description><![CDATA[<p>from reading up on this it sounds like a grub erroneous message. From the gentoo forum its quite possible this is the problem.</p><p><a href="https://forums.gentoo.org/viewtopic-t-1050366-start-0.html" rel="nofollow">https://forums.gentoo.org/viewtopic-t-1 … art-0.html</a></p><div class="quotebox"><blockquote><div><p>That&#039;s a feature, not a fatal error. Internal scanning will work for some time yet.</p><p>When you install grub, it wants to consult /etc/mtab, which is missing in the chroot, since all the mounts happened and were recorded in the /etc/mtab outside the chroot.<br />/etc/mtab is not usually a file any more, its a symbolic link.</p></div></blockquote></div><p>I wonder what the output of /etc/mtab is ?</p><div class="codebox"><pre><code>cat /etc/mtab</code></pre></div><p>and </p><div class="codebox"><pre><code>ls /etc/mtab -l </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Tue, 31 Dec 2019 11:52:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19240#p19240</guid>
		</item>
		<item>
			<title><![CDATA[Re: "Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19239#p19239</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>turbo wrote:</cite><blockquote><div><p>Any suggestions ?</p></div></blockquote></div><p>I have not come across this and from what I have read, if the system boots without issues, it is just a harmless warning.<br />Maybe someone else knows better.</p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 31 Dec 2019 10:45:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19239#p19239</guid>
		</item>
		<item>
			<title><![CDATA["Warning": Failed to connect to lvmetad]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19229#p19229</link>
			<description><![CDATA[<p>Hello,</p><p>just new to Devuan with a fresh ASCII desktop install. Installation went smooth and after the first reboot I got the following warning message at boot time.</p><p>&quot;Warning&quot;: Failed to connect to lvmetad. Falling back to internal scanning.</p><p>Booting is otherwise fine without any hick-ups. Too new to &quot;try&quot; something to get this message to disappear.<br />Any suggestions ?</p><p>Thank you.<br />Johannes</p>]]></description>
			<author><![CDATA[dummy@example.com (turbo)]]></author>
			<pubDate>Mon, 30 Dec 2019 20:31:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19229#p19229</guid>
		</item>
	</channel>
</rss>
