<?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=3658&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] Kernel package held back - why?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3658</link>
		<description><![CDATA[The most recent posts in [Solved] Kernel package held back - why?.]]></description>
		<lastBuildDate>Sat, 04 Jul 2020 15:22:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Kernel package held back - why?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23240#p23240</link>
			<description><![CDATA[<p>This seems to do the trick - thank you a lot!</p>]]></description>
			<author><![CDATA[dummy@example.com (kuleszdl)]]></author>
			<pubDate>Sat, 04 Jul 2020 15:22:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23240#p23240</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Kernel package held back - why?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23239#p23239</link>
			<description><![CDATA[<p>Yes, that&#039;s right:</p><div class="codebox"><pre><code># apt update
# apt install -t unstable linux-image-arm64</code></pre></div><p>EDIT: update the database before installing.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 04 Jul 2020 15:08:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23239#p23239</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Kernel package held back - why?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23238#p23238</link>
			<description><![CDATA[<p>Thank you! But I will have to install the package from unstable once for this to work, i.e. just running the dist-upgrade will not work, right?</p>]]></description>
			<author><![CDATA[dummy@example.com (kuleszdl)]]></author>
			<pubDate>Sat, 04 Jul 2020 15:06:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23238#p23238</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Kernel package held back - why?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23234#p23234</link>
			<description><![CDATA[<p>Use this in <span class="bbc">/etc/apt/preferences.d/99unstable</span>:</p><div class="codebox"><pre><code>Package: *
Pin: release a=unstable
Pin-Priority: 100</code></pre></div><p>^ That treats unstable just like backports so that packages explicitly installed from there will be kept updated.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 04 Jul 2020 14:45:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23234#p23234</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Kernel package held back - why?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23232#p23232</link>
			<description><![CDATA[<p>Hi,</p><p>I tried to install the unstable kernel on beowulf (not from backports) as follows:</p><div class="codebox"><pre><code>cat &lt;&lt;&#039;EOF&#039;&gt;&gt;/etc/apt/sources.list.d/unstable.list
deb http://deb.devuan.org/merged unstable main
EOF</code></pre></div><div class="codebox"><pre><code>cat &lt;&lt;&#039;EOF&#039;&gt;&gt;/etc/apt/preferences.d/99unstable
# Never prefer packages from unstable
Package: *
Pin: release a=unstable
Pin-Priority: 1

# Allow upgrading kernel from unstable
Package: linux-image-arm64
Pin: release a=unstable
Pin-Priority: 500
EOF</code></pre></div><div class="codebox"><pre><code>apt update
apt dist-upgrade</code></pre></div><p>This used to work fine in the past, but since the new kernel 5.7 is available in unstable it tells me that packages have been held back.</p><p>When I try to install the package &quot;linux-image-arm64&quot; manually, it tells me that it has an unmet dependency to linux-image-5.7.0-1-arm64 that is not going to be installed. Simply installing this dependency by hand resolves the issue. However, I would like to get automatic updates when new kernels become available as well, so this is not the right solution I guess.</p><p>Any ideas how to solve this better?</p>]]></description>
			<author><![CDATA[dummy@example.com (kuleszdl)]]></author>
			<pubDate>Sat, 04 Jul 2020 14:11:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23232#p23232</guid>
		</item>
	</channel>
</rss>
