<?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=7766&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Error: udev is the name of a real and virtual service.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7766</link>
		<description><![CDATA[The most recent posts in [SOLVED] Error: udev is the name of a real and virtual service..]]></description>
		<lastBuildDate>Tue, 27 Jan 2026 23:49:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Error: udev is the name of a real and virtual service.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61591#p61591</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I&#039;m guessing you have two files in /etc/init.d where one says it provides &quot;udev&quot; and the other that it provides &quot;$udev&quot; (where the latter is a virtual service name). Probably you don&#039;t need both, perhaps it&#039;s a matter of keeping &quot;eudev&quot; and moving away &quot;udev&quot; from there.</p></div></blockquote></div><p>Thanks!<br />I am move<br /><span class="bbc">/etc/init.d/udev</span><br />and<br /><span class="bbc">/etc/runlevels/sysinit/@udev</span><br />no error at while</p><div class="codebox"><pre><code>root@devuan:/home/freeartist-devuan# rc-update -u
 * Caching service dependencies ...                                                                                                                                                                         [ ok ]
root@devuan:/home/freeartist-devuan# </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Tue, 27 Jan 2026 23:49:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61591#p61591</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Error: udev is the name of a real and virtual service.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61570#p61570</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Mmm; it&#039;s rc-update that complains.... That&#039;s a different place with kindof the same structure.</p><p>I&#039;m guessing you have two files in /etc/init.d where one says it provides &quot;udev&quot; and the other that it provides &quot;$udev&quot; (where the latter is a virtual service name). Probably you don&#039;t need both, perhaps it&#039;s a matter of keeping &quot;eudev&quot; and moving away &quot;udev&quot; from there.</p></div></blockquote></div><p>Thanks.<br />So i do need stop <span class="bbc">udev</span> service or uninstall it?</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Mon, 26 Jan 2026 16:24:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61570#p61570</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Error: udev is the name of a real and virtual service.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61561#p61561</link>
			<description><![CDATA[<p>Mmm; it&#039;s rc-update that complains.... That&#039;s a different place with kindof the same structure.</p><p>I&#039;m guessing you have two files in /etc/init.d where one says it provides &quot;udev&quot; and the other that it provides &quot;$udev&quot; (where the latter is a virtual service name). Probably you don&#039;t need both, perhaps it&#039;s a matter of keeping &quot;eudev&quot; and moving away &quot;udev&quot; from there.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 26 Jan 2026 06:35:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61561#p61561</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Error: udev is the name of a real and virtual service.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61560#p61560</link>
			<description><![CDATA[<p>Thanks.<br />Yes i am also have <span class="bbc">eudev</span>, and its working<br />That what happens if i do stop <span class="bbc">eudev</span></p><div class="codebox"><pre><code>root@devuan:/home/freeartist-devuan# rc-service eudev stop
 * WARNING: you are stopping a sysinit service
Stopping network connection manager: NetworkManager.
Stopping hot-plug events dispatcher: udevd.
root@devuan:/home/freeartist-devuan# </code></pre></div><div class="codebox"><pre><code>root@devuan:/home/freeartist-devuan# rc-update -u
 * Caching service dependencies ...
Error: udev is the name of a real and virtual service.                                                                                                                                                      [ ok ]
root@devuan:/home/freeartist-devuan# </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Mon, 26 Jan 2026 06:04:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61560#p61560</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Error: udev is the name of a real and virtual service.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61559#p61559</link>
			<description><![CDATA[<p>The first step here is to realize that &quot;packages&quot; implement &quot;functions&quot; (or &quot;facilities&quot;, or &quot;virtual services&quot;).</p><p>Often, most usually, and as normal case, the &quot;function&quot; name is impliedby the package that implements it, so that every package automatically and implicitly provides its function. (That&#039;s how language works, isn&#039;t it)</p><p>Like, the package &quot;udev&quot; provides the function &quot;udev&quot;.</p><p>However some packages are declared to *provide* aditional functions, such that for example package &quot;eudev&quot; provides &quot;udev&quot;; that is simply the promise for the dependecy system that when you install &quot;eudev&quot; you&#039;ll get all API and ABI that is originally provided by &quot;udev&quot;.</p><p>It&#039;s not an uncommon or new thing, and I can&#039;t answer why dpkg lodges an error message for it. That whinging is new to me. Possibly it just whinges about that your system has both &quot;udev&quot; as a package and some other package, perhaps eudev, that is declared to provide &quot;udev&quot;. Though I&#039;d be eager to learn better or more exactly about this.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 26 Jan 2026 06:00:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61559#p61559</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Error: udev is the name of a real and virtual service.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61558#p61558</link>
			<description><![CDATA[<p>why i have four <span class="bbc">udev</span>?</p><div class="codebox"><pre><code>root@devuan:/usr/share/initramfs-tools/scripts/init-top# ls udev -l
-rwxr-xr-x 1 root root 658 May  8  2025 udev

root@devuan:/usr/share/initramfs-tools/scripts/init-bottom# ls udev -l
-rwxr-xr-x 1 root root 403 May  8  2025 udev

root@devuan:/usr/share/initramfs-tools/hooks# ls udev -l
-rwxr-xr-x 1 root root 1857 May  8  2025 udev

root@devuan:/etc/init.d# ls udev -l
-rwxr-xr-x 1 root root 6821 Nov 16 12:05 udev
 </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Mon, 26 Jan 2026 05:44:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61558#p61558</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Error: udev is the name of a real and virtual service.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61548#p61548</link>
			<description><![CDATA[<p>what this mean? open-rc frequent show me<br /><span class="bbc">Error: udev is the name of a real and virtual service.</span></p><div class="codebox"><pre class="vscroll"><code>root@devuan:/home/freeartist-devuan# apt install chrony
The following package was automatically installed and is no longer required:
  python3-ntp
Use &#039;sudo apt autoremove&#039; to remove it.

Installing:
  chrony
                                                                                                                                                                                                                  
Suggested packages:
  gpsd  networkd-dispatcher

REMOVING:
  ntp  ntpsec
                                                                                                                                                                                                                  
Summary:
  Upgrading: 0, Installing: 1, Removing: 2, Not Upgrading: 0
  Download size: 320 kB
  Freed space: 282 kB

Continue? [Y/n] 
Get:1 http://deb.devuan.org/merged ceres/main amd64 chrony amd64 4.8-2 [320 kB]
Fetched 320 kB in 3s (96.5 kB/s)                   
(Reading database… 410883 files and directories currently installed.)
Removing ntp (1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1)…
Removing ntpsec (1.2.3+dfsg1-8)…
Stopping NTP server: ntpd.
Selecting previously unselected package chrony.
(Reading database… 410838 files and directories currently installed.)
Preparing to unpack …/chrony_4.8-2_amd64.deb…
Unpacking chrony (4.8-2)…
Setting up chrony (4.8-2)…
Creating config file /etc/chrony/chrony.conf with new version
Creating config file /etc/chrony/chrony.keys with new version
Creating group &#039;_chrony&#039; with GID 991.
Creating user &#039;_chrony&#039; (Chrony Daemon) with UID 991 and GID 991.
dpkg-statoverride: warning: --update given but /var/log/chrony does not exist
 * Caching service dependencies ...
Error: udev is the name of a real and virtual service.                                                                                                                                                      [ ok ]
Starting time daemon: chronyd.
Processing triggers for man-db (2.13.1-1)…
root@devuan:/home/freeartist-devuan# </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sun, 25 Jan 2026 00:46:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61548#p61548</guid>
		</item>
	</channel>
</rss>
