<?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=2752&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Upgrading laptop from ASCII to Beowulf]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2752</link>
		<description><![CDATA[The most recent posts in Upgrading laptop from ASCII to Beowulf.]]></description>
		<lastBuildDate>Mon, 25 Mar 2019 14:16:56 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Upgrading laptop from ASCII to Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15053#p15053</link>
			<description><![CDATA[<p>I forgot to mention that I use LXDM as the login manager. I have tried some of the others but prefer this one. It has the advantage over at least one of the alternatives that you can shutdown or reboot from LXDM, which came in useful when I was having some difficulty shutting down when logged in (now sorted).<br />It is also clear how you select alternative desktops as it has a box at the bottom to choose from.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 25 Mar 2019 14:16:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15053#p15053</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrading laptop from ASCII to Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15029#p15029</link>
			<description><![CDATA[<p>Another LXQT user here.&#160; Just wanted to let you know that lxqt-sudo seems to be stable and can be used in lieu of gksu.&#160; I have been using it for a while without issue.&#160; Using elogind here too, with LightDM login manager, as well as Openbox.&#160; I have been very happy with LXQT as well as Beowulf.&#160; Running this combo on 3 machine, no problems.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Sun, 24 Mar 2019 20:37:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15029#p15029</guid>
		</item>
		<item>
			<title><![CDATA[Upgrading laptop from ASCII to Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15028#p15028</link>
			<description><![CDATA[<p>After trying Beowulf on a VM under Xen, I tried upgrading my Asus ZenBook UX305.<br />I started this with Debian Jessie and had upgraded over time to Deuan Jessie and then to ASCII.<br />Having replaced ascii with beowulf in /etc/apt/sources.list, then using <span class="bbc">apt-get update</span> and <span class="bbc">apt-get dist-upgrade</span> would not have upgraded the 3 <span class="bbc">elogind</span> packages, so I tried <span class="bbc">aptitude full-upgrade</span> and let it do its thing, which seems to have largely worked. I use LXQt with OpenBox and it needs a little bit of tweeking to get everything as I like it, but it seems to basically work.</p><p>However <span class="bbc">va-driver-all</span> is marked as a broken package as it depends on <span class="bbc">mesa-va-drivers</span>.</p><div class="codebox"><pre><code>E: /var/cache/apt/archives/mesa-va-drivers_18.3.4-2_amd64.deb: trying to overwrite &#039;/usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so&#039;, which is also in package vdpau-va-driver:amd64 0.7.4-dmo6</code></pre></div><p>Using the aptitude command which fsmithred supplied I looked for packages not in testing :-</p><p><span class="bbc">aptitude search ~i -F&quot;%p# %v# %t#&quot;|grep -v testing</span><br />returns a lot of packages, (about 100 according to wc).</p><p>I then used Synaptic to carry out the tidying up.</p><p>I forced the version of <span class="bbc">upower</span> to 0.99.10-1 which counts as a downgrade!<br />It also removes <span class="bbc">va-driver-all</span> and moves to <span class="bbc">libupower-glib3</span>, which gets rid of the broken package problem.<br />I downgraded <span class="bbc">vdpau-va-driver</span> to the Beowulf version.</p><p>As I am using LXQt instead of LXDE, I removed the LXDE components.</p><p>I had <span class="bbc">consolekit</span> installed as well as <span class="bbc">elogind</span>, so remove consolekit,<br />which does some other sorting out of libpolkit stuff.<br />Initially the shutdown icon only logged me out, but with libpolkit sorted out, shutdown now works.</p><p>The old <span class="bbc">gksu</span> from ASCII is still installed and works!</p><p><span class="bbc">apt-get autoremove</span> does some minor tidying up.</p><p>Where possible I forced versions of packages to the Beowulf ones.<br />Both <span class="bbc">Firefox-esr</span> and <span class="bbc">Chromium</span> have a version in Beowulf which appears to be older, so I forced the versions.<br />Also <span class="bbc">devuan-baseconf</span>. Trying to force the version of that crashed Synaptic.<br />So I had to sort sources.list and removed the backports which don&#039;t seem ready yet!</p><p>I removed lots of packages which were not in Beowulf. The Beowulf stuff gets reported as &quot;testing&quot;.<br />The others are reported as &quot;now&quot;, which I guess means that it is not in the selected repositories.<br />Packages which I removed include :-<br />php7.0<br />ruby 2.1 &amp; 2.2<br />leafpad<br />an older WordPress theme from ASCII<br /><span class="bbc">webkit-image-qt</span> possibly used by the old version of Claws-mail and is now replaced by <span class="bbc">Dillo</span>.<br />as well as numerous libraries and old versions of things, which had no dependencies.</p><p>After the version forcing and the removals I was left with gksu and some libraries on which it is dependent,<br />as well as keeping one old kernel, just in case it was needed.</p><div class="codebox"><pre><code>$ aptitude search ~i -F&quot;%p# %v# %t#&quot;|grep -v testing | awk -e &#039;{print $1,&quot;   \t\t&quot; $2,&quot;\t&quot; $3}&#039; -
gksu    		2.0.2-9+b1 	now
libgksu2-0    		2.0.13~pre1-9+b1 	now
libgnome-keyring-common    		3.12.0-1 	now
libgnome-keyring0    		3.12.0-1+b2 	now
libgtop-2.0-10    		2.34.2-1 	now
libssl1.0.0    		1.0.2d-1 	now
linux-image-4.18.0-0.bpo.1-amd64    		4.18.6-1~bpo9+1 	now</code></pre></div><p>Things are now largely running normally.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sun, 24 Mar 2019 19:58:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15028#p15028</guid>
		</item>
	</channel>
</rss>
