<?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=4920&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Sub-process /usr/bin/dpkg returned an error code (1)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4920</link>
		<description><![CDATA[The most recent posts in Sub-process /usr/bin/dpkg returned an error code (1).]]></description>
		<lastBuildDate>Wed, 09 Mar 2022 15:46:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Sub-process /usr/bin/dpkg returned an error code (1)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35130#p35130</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Well I can&#039;t reproduce the problem so I can&#039;t help. I have no problem installing packages in my test container.</p><p>EDIT: and I&#039;ve just installed a new Debian bullseye system from Alpine using a similar method. Everything works fine.</p></div></blockquote></div><p>I also tested using <strong>devuan_chimaera_4.0.0_amd64_desktop-live.iso</strong> and it worked perfectly. I don&#039;t know what might be happening, maybe it&#039;s a problem with apt. <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (k3yw0ow)]]></author>
			<pubDate>Wed, 09 Mar 2022 15:46:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35130#p35130</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sub-process /usr/bin/dpkg returned an error code (1)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35055#p35055</link>
			<description><![CDATA[<p>Well I can&#039;t reproduce the problem so I can&#039;t help. I have no problem installing packages in my test container.</p><p>EDIT: and I&#039;ve just installed a new Debian bullseye system from Alpine using a similar method. Everything works fine.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 07 Mar 2022 09:28:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35055#p35055</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sub-process /usr/bin/dpkg returned an error code (1)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35049#p35049</link>
			<description><![CDATA[<div class="quotebox"><cite>k3yw0ow wrote:</cite><blockquote><div><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Perhaps it&#039;s your strange <span class="bbc">mount</span> options.</p><p>Do you still experience the error if you use <a href="https://manpages.debian.org/bullseye/arch-install-scripts/arch-chroot.8.en.html" rel="nofollow">arch-chroot(8)</a> instead of the string of <span class="bbc">mount</span> commands?</p><p>This version works for me when chrooting into a test container from Alpine:</p><div class="codebox"><pre><code>for i in proc sys dev{,/pts} ; do mount --bind /$i /mnt/$i ; done
chroot /mnt /bin/su -</code></pre></div><p>Using <span class="bbc">/bin/su -</span> instead of <span class="bbc">/bin/bash</span> ensures the correct login environment.</p></div></blockquote></div><p>Right, I tested an installation using arch-chroot instead of set the mount commands and the result was the same. I will try the other way you indicated above.</p></div></blockquote></div><p><strong>Error persists</strong> <img src="https://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[dummy@example.com (k3yw0ow)]]></author>
			<pubDate>Mon, 07 Mar 2022 00:18:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35049#p35049</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sub-process /usr/bin/dpkg returned an error code (1)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35020#p35020</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Perhaps it&#039;s your strange <span class="bbc">mount</span> options.</p><p>Do you still experience the error if you use <a href="https://manpages.debian.org/bullseye/arch-install-scripts/arch-chroot.8.en.html" rel="nofollow">arch-chroot(8)</a> instead of the string of <span class="bbc">mount</span> commands?</p><p>This version works for me when chrooting into a test container from Alpine:</p><div class="codebox"><pre><code>for i in proc sys dev{,/pts} ; do mount --bind /$i /mnt/$i ; done
chroot /mnt /bin/su -</code></pre></div><p>Using <span class="bbc">/bin/su -</span> instead of <span class="bbc">/bin/bash</span> ensures the correct login environment.</p></div></blockquote></div><p>Right, I tested an installation using arch-chroot instead of set the mount commands and the result was the same. I will try the other way you indicated above.</p>]]></description>
			<author><![CDATA[dummy@example.com (k3yw0ow)]]></author>
			<pubDate>Fri, 04 Mar 2022 22:12:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35020#p35020</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sub-process /usr/bin/dpkg returned an error code (1)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35015#p35015</link>
			<description><![CDATA[<p>Perhaps it&#039;s your strange <span class="bbc">mount</span> options.</p><p>Do you still experience the error if you use <a href="https://manpages.debian.org/bullseye/arch-install-scripts/arch-chroot.8.en.html" rel="nofollow">arch-chroot(8)</a> instead of the string of <span class="bbc">mount</span> commands?</p><p>This version works for me when chrooting into a test container from Alpine:</p><div class="codebox"><pre><code>for i in proc sys dev{,/pts} ; do mount --bind /$i /mnt/$i ; done
chroot /mnt /bin/su -</code></pre></div><p>Using <span class="bbc">/bin/su -</span> instead of <span class="bbc">/bin/bash</span> ensures the correct login environment.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 04 Mar 2022 16:32:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35015#p35015</guid>
		</item>
		<item>
			<title><![CDATA[Sub-process /usr/bin/dpkg returned an error code (1)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35014#p35014</link>
			<description><![CDATA[<p>Hello everyone!</p><p>I&#039;m tryin install <span class="bbu">Devuan via command-line</span> - <a href="https://dev1galaxy.org/viewtopic.php?id=4919" rel="nofollow">Devuan GNU+Linux Command-line Installation Guide (In progress)</a>. However, I encounter an error when installing certain packages inside the <strong>chroot</strong>, such an error appears for example:</p><div class="codebox"><pre><code> Errors were encountered while processing:
  orphan-sysvinit-scripts
 E: Sub-process /usr/bin/dpkg returned an error code (1)</code></pre></div><p>Thank you to whoever is willing helped me and a great job to the <strong>Devuan team</strong>.</p>]]></description>
			<author><![CDATA[dummy@example.com (k3yw0ow)]]></author>
			<pubDate>Fri, 04 Mar 2022 14:57:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35014#p35014</guid>
		</item>
	</channel>
</rss>
