<?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=1756&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Upgrading: Warning: The following essential packages will be removed]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1756</link>
		<description><![CDATA[The most recent posts in Upgrading: Warning: The following essential packages will be removed.]]></description>
		<lastBuildDate>Sun, 03 Dec 2017 20:04:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Upgrading: Warning: The following essential packages will be removed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6540#p6540</link>
			<description><![CDATA[<p>I just ran into this doing a debootstrap install of ascii. Here&#039;s a way around it. The needed packages are in ascii-proposed. When they move into the main ascii repo, this will no longer be a problem.</p><p>In chroot: add the following line to /etc/apt/sources.list (note that it&#039;s /devuan not /merged like the others.) </p><div class="codebox"><pre><code>deb http://pkgmaster.devuan.org/devuan/ ascii-proposed main</code></pre></div><p>Then run </p><div class="codebox"><pre><code>apt-get update
apt-get -t ascii-proposed install util-linux libfdisk1</code></pre></div><p>Then you can install other things. I have no idea what&#039;s missing in your system now. I had to do the above before I could install the kernel. You probably need to run upgrade and dist-upgrade again, maybe apt --fix-missing, or maybe you&#039;ll get other instructions.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 03 Dec 2017 20:04:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6540#p6540</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrading: Warning: The following essential packages will be removed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6532#p6532</link>
			<description><![CDATA[<p>There are <strong><a href="https://dev1galaxy.org/viewtopic.php?pid=6520#p6520" rel="nofollow">problems with util-linux</a></strong> atm.&#160; &#160;It is a priority to get it fixed.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 03 Dec 2017 16:20:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6532#p6532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrading: Warning: The following essential packages will be removed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6531#p6531</link>
			<description><![CDATA[<p>Yes, now I confirm ascii is &quot;broken&quot; right now :</p><div class="codebox"><pre><code>sysvinit-utils : Depends: util-linux (&gt; 2.28-2~) but 2.28-1+devuan3 is to be installed.</code></pre></div><p>but util-linux in ascii is still 2.28-1+devuan3</p>]]></description>
			<author><![CDATA[dummy@example.com (thierrybo)]]></author>
			<pubDate>Sun, 03 Dec 2017 16:01:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6531#p6531</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrading: Warning: The following essential packages will be removed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6528#p6528</link>
			<description><![CDATA[<p>Thanks,</p><p>I am yet running tests on a virtual machine with a snapshot from a fresh netinstall CD using graphical installer (just unselecting tasks for Desktop Environments). The only thing I did is disabling Recommended packages. </p><p>But there is no difference in the way I installed and upgraded before, so I suspect some new/upgraded packages in ascii repository. I also did not made any change to the default source.list (I mean before replacing jessie with ascii) :</p><div class="codebox"><pre><code># 

# deb cdrom:[Debian GNU/Linux 1.0-final _Jessie_ - Official amd64 NETINST Binar$

#deb cdrom:[Debian GNU/Linux 1.0-final _Jessie_ - Official amd64 NETINST Binary$

deb http://fr.mirror.devuan.org/merged/ jessie main
deb-src http://fr.mirror.devuan.org/merged/ jessie main

# jessie-security, previously known as &#039;volatile&#039;
deb http://fr.mirror.devuan.org/merged/ jessie-security main non-free
deb-src http://fr.mirror.devuan.org/merged/ jessie-security main non-free

# jessie-updates, previously known as &#039;volatile&#039;
deb http://fr.mirror.devuan.org/merged/ jessie-updates main non-free
deb-src http://fr.mirror.devuan.org/merged/ jessie-updates main non-free</code></pre></div><p>devuan.list :</p><div class="codebox"><pre><code># autogenerated by devuan-baseconf
# decomment following lines to  enable the developers devuan repository
#deb http://packages.devuan.org/devuan jessie main
#deb-src http://packages.devuan.org/devuan jessie main</code></pre></div><p>As I said I just added /etc/apt/apt.conf.d/01lean with :</p><div class="codebox"><pre><code>APT::Install-Recommends &quot;false&quot;;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (thierrybo)]]></author>
			<pubDate>Sun, 03 Dec 2017 13:52:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6528#p6528</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrading: Warning: The following essential packages will be removed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6527#p6527</link>
			<description><![CDATA[<p>You probably should have come here before anwering Yes to that. To fix it, you can boot a live CD or usb, chroot into the installed system and re-install or do whatever to get those packages back. There&#039;s not enough information in your post to know what caused the problem. How was that system different from the others you upgraded?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 03 Dec 2017 13:13:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6527#p6527</guid>
		</item>
		<item>
			<title><![CDATA[Upgrading: Warning: The following essential packages will be removed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6526#p6526</link>
			<description><![CDATA[<p>Hi,</p><p>I already upgraded several Jessie Devuan test machines to ascii, but this time, from a netinstall only setup,</p><div class="codebox"><pre><code>sudo apt full-upgrade
....
WARNING: The following essential packages will be removed
This should NOT be done unless you know exactly what you are doing!
e2fsprogs util-linux (due to e2fsprogs) init sysvinit-core (due yo init) sysvinit-utils
...........
You are about to do something potentially harmful
...............</code></pre></div><p>I tried a two time upgrade (upgrade + full-upgrade). And I say yes, the system does not boot any more.</p>]]></description>
			<author><![CDATA[dummy@example.com (thierrybo)]]></author>
			<pubDate>Sun, 03 Dec 2017 12:34:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6526#p6526</guid>
		</item>
	</channel>
</rss>
