<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6340&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] cron-daemon-common depends on systemd]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6340</link>
		<description><![CDATA[The most recent posts in [SOLVED] cron-daemon-common depends on systemd.]]></description>
		<lastBuildDate>Wed, 17 Jan 2024 01:42:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] cron-daemon-common depends on systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47355#p47355</link>
			<description><![CDATA[<p>Thanks, I just tried mmdebstrap on an old MacBook and it worked perfectly. This tool, along with the arch-install-scripts, makes bootstrapping a breeze. I have a small stack of old laptops here I&#039;ve been resurrecting, mainly as an experiment. Each one has shocked me with how completely usable it is with a lightweight Devuan installation.</p><p>Edit: I forgot all about the merged usr issue until I got farther along in the process. If you want to run a merged usr, mmdebstrap doesn&#039;t have the equivalent of debootstrap&#039;s --merged-usr option. However, the manual gives an example of how you can duplicate the functionality with hooks:</p><div class="codebox"><pre><code>--setup-hook=&#039;for d in bin sbin lib; do ln -s usr/$d &quot;$1/$d&quot;;
        mkdir -p &quot;$1/usr/$d&quot;; done&#039;</code></pre></div><p>Since I had forgotten about it until after the bootstrap was complete, I just installed the usrmerge package.</p>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Wed, 17 Jan 2024 01:42:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47355#p47355</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] cron-daemon-common depends on systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47342#p47342</link>
			<description><![CDATA[<p>Another solution is to use mmdebootstrap which does a better job of handling the dependencies. It will install systemd-standalone-sysusers before cron-daemon-common.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 16 Jan 2024 10:10:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47342#p47342</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] cron-daemon-common depends on systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47337#p47337</link>
			<description><![CDATA[<p>I encountered the exact same error during my latest bootstrap. I got around it by bootstrapping with --variant=minbase, then installing the packages that required the systemd shim after chrooting into the new system. It wasn&#039;t really any extra trouble, as I had a substantial list of additional packages to install anyway.</p>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Tue, 16 Jan 2024 02:47:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47337#p47337</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] cron-daemon-common depends on systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47276#p47276</link>
			<description><![CDATA[<p>I ran </p><div class="codebox"><pre><code>debootstrap --arch amd64 --exclude=logrotate,cron,cron-daemon-common ceres /mnt</code></pre></div><p> and it worked.<br />Thank you!!!</p>]]></description>
			<author><![CDATA[dummy@example.com (linux0391)]]></author>
			<pubDate>Sun, 14 Jan 2024 11:28:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47276#p47276</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] cron-daemon-common depends on systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47275#p47275</link>
			<description><![CDATA[<p>It might be possible to debootstrap if you add</p><div class="codebox"><pre><code>--exclude=logrotate,cron,cron-common-daemon</code></pre></div><p> to the command.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 14 Jan 2024 11:16:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47275#p47275</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] cron-daemon-common depends on systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47273#p47273</link>
			<description><![CDATA[<p>On my migrated system (trixie -&gt; daedalus) I have systemd-standalone-sysusers installed, but not systemd (obviously). Maybe try installing this package to see if it helps?</p>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Sun, 14 Jan 2024 10:44:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47273#p47273</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] cron-daemon-common depends on systemd]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47264#p47264</link>
			<description><![CDATA[<p>Hi everyone.</p><p>I&#039;m trying to install Devuan via <span class="bbc">debootstrap --arch=amd64 ceres /mnt</span>, but I get an error:</p><div class="codebox"><pre><code>Preparing to unpack .../cron-daemon-common_3.0pl1-182_all.deb ...
Unpacking cron-daemon-common (3.0pl1-182) ...
Setting up adduser (3.137) ...
dpkg: dependency problems prevent configuration of cron-daemon-common:
 cron-daemon-common depends on systemd | systemd-standalone-sysusers | systemd-sysusers; however:
  Package systemd is not installed.
  Package systemd-standalone-sysusers is not installed.
  Package systemd-sysusers is not installed.

dpkg: error processing package cron-daemon-common (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cron-daemon-common</code></pre></div><p>I also tried to upgrade to Ceres by installing Daedalus first, but I get other errors unrelated to this one when trying to upgrade (something like <span class="bbc">/sbin/modprobe: not found</span>) and after that my system stops booting.</p><p>Can you please help me?</p>]]></description>
			<author><![CDATA[dummy@example.com (linux0391)]]></author>
			<pubDate>Sun, 14 Jan 2024 07:28:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47264#p47264</guid>
		</item>
	</channel>
</rss>
