<?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=4030&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Permission problems on Beowulf after Ascii upgrade]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4030</link>
		<description><![CDATA[The most recent posts in Permission problems on Beowulf after Ascii upgrade.]]></description>
		<lastBuildDate>Fri, 01 Jan 2021 21:25:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Permission problems on Beowulf after Ascii upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26523#p26523</link>
			<description><![CDATA[<p>Also please look at the <span class="bbu"><a href="https://www.devuan.org/os/documentation/dev1fanboy/en/upgrade-to-beowulf" rel="nofollow">upgrade instructions</a></span> if you haven&#039;t already.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 01 Jan 2021 21:25:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26523#p26523</guid>
		</item>
		<item>
			<title><![CDATA[Re: Permission problems on Beowulf after Ascii upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26522#p26522</link>
			<description><![CDATA[<p>Looks like the upgrade hasn&#039;t gone through properly so you have a FrankenDevuan at the moment, hence the dependency issues.</p><p>You should probably tell us exactly how you went about upgrading your system.</p><p>I would use this method:</p><div class="codebox"><pre><code># sed -i &#039;s/ascii/beowulf/g&#039; /etc/apt/sources.list
# apt update
# apt upgrade
# apt full-upgrade</code></pre></div><p>But I&#039;m very lazy so you should read the release notes and do it properly.</p><p>For elogind if the <span class="bbc">full-upgrade</span> doesn&#039;t install it then try</p><div class="codebox"><pre><code># aptitude install elogind</code></pre></div><p>^ That should offer several potential solutions so go through them all (keep refusing until it tells you there are no other options) and select the best one.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 01 Jan 2021 20:41:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26522#p26522</guid>
		</item>
		<item>
			<title><![CDATA[Re: Permission problems on Beowulf after Ascii upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26521#p26521</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Is the elogind package installed?</p></div></blockquote></div><div class="codebox"><pre><code># dpkg -l | grep elogind
rc  elogind                                                     234.4-2                             amd64        user, seat and session management daemon
rc  libpam-elogind:amd64                                        234.4-1+devuan1.5                   amd64        elogind PAM module</code></pre></div><p>...So it looks like it has been installed, but for some reason removed (during the upgrade?) Trying to install it, results in this, though...</p><div class="codebox"><pre><code>The following additional packages will be installed:
  libelogind0 libpam-elogind libpolkit-backend-elogind-1-0 libpolkit-gobject-elogind-1-0
The following packages will be REMOVED:
  apt-file apt-listchanges apt-utils aptitude audacious audacious-plugins chromium consolekit dolphin gimp
  gstreamer1.0-plugins-bad gstreamer1.0-pulseaudio gwenview k3b kaffeine kde-baseapps kde-plasma-desktop khelpcenter
  kinfocenter kio-extras konqueror konsole krita ktorrent kwin-common kwin-x11 libapt-inst2.0 libapt-pkg-perl
  libasound2-plugins libasound2-plugins:i386 libcanberra-pulse libfluidsynth1 libgegl-0.4-0 libgimp2.0
  libkf5khtml-bin libkf5khtml5 libkf5notifyconfig5 libmikmod-dev libmikmod3 libokular5core8 libpam-ck-connector
  libpolkit-backend-consolekit-1-0 libpolkit-gobject-consolekit-1-0 libpulse-dev libpulse0:i386 libpulsedsp
  libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediagsttools5 libqt5multimediaquick5
  libqt5multimediawidgets5 libsdl-gfx1.2-5 libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev
  libsdl-net1.2 libsdl-net1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl1.2-dev libsdl2-2.0-0 libsdl2-2.0-0:i386
  libsystemd0 libsystemd0:i386 libwine libwine:i386 lvm2 mplayer okular openjdk-8-jre packagekit packagekit-tools
  pavucontrol plasma-desktop plasma-discover plasma-pa plasma-workspace playonlinux powerdevil pulseaudio
  pulseaudio-utils pysolfc python-apt python-pygame python3-apt python3-reportbug python3-software-properties
  qml-module-qtmultimedia reportbug software-properties-common software-properties-kde systemsettings
  unattended-upgrades vlc wine wine32:i386 wine64</code></pre></div><p>Um... Removing all of those packages will definitely break my system to complete sh*t. Why would that happen? What has gimp ever done to elogind?</p><div class="quotebox"><blockquote><div><p>And please post actual, verbatim error messages rather than vague descriptions. Thanks.</p></div></blockquote></div><p>Would love to, but unfortunately it&#039;s mostly about broken functionality, rather than actual error messages. The clearest one is the missing &quot;shut down&quot; and &quot;reboot&quot; options in KDE. When you click the &quot;shutdown&quot; symbol, you expect to get a a few options (shutdown, reboot, hibernate, log out, et.c.) but the only option available is &quot;log out&quot;. Running the following as a non-root user will result in a &quot;Not authorized&quot; respose, indicating that polkit permissions are to blame:</p><div class="codebox"><pre><code>$ pkcheck --action-id org.freedesktop.consolekit.system.stop --process $$ -u --enable-internal-agent
Not authorized.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ismohaa)]]></author>
			<pubDate>Fri, 01 Jan 2021 18:47:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26521#p26521</guid>
		</item>
		<item>
			<title><![CDATA[Re: Permission problems on Beowulf after Ascii upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26518#p26518</link>
			<description><![CDATA[<p>Is the elogind package installed?</p><p>And please post actual, verbatim error messages rather than vague descriptions. Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 01 Jan 2021 14:57:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26518#p26518</guid>
		</item>
		<item>
			<title><![CDATA[Permission problems on Beowulf after Ascii upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26517#p26517</link>
			<description><![CDATA[<p>When upgrading Ascii to Beowulf I&#039;ve run in to some annoying permissions issues, which seem to be related to polkit. Things like shutdown/reboot are missing from the KDE exit menu (only logout is available). Opening USB drives craps out because of insufficient permissions, network manager doesn&#039;t work properly, et.c.</p><p>I&#039;ve tried manually adding polkit rules to /etc/polkit-1/localauthority/50-local.d but it only seems to work intermittenly/randomly (and should of course not be necessary in the first place)</p><p>I&#039;ve run in to this same issue on two separate machines that I&#039;ve updated from Ascii to Beowulf. The first installation was so bare bones that I just nuked it and installed a fresh Beowulf (which no longer had the issues) but the other one has enough stuff on it that I *really* don&#039;t want to do that unless I absolutely have to, so some pointers would be appreciated. Given that I&#039;ve experienced this issue on two separate machines so far, I doubt I&#039;m the only one having this problem.</p><p>Not sure if it&#039;s related, but there is a held back update for libpolkit-qt5-1-1, that refuses to install because of a systemd dependency...</p>]]></description>
			<author><![CDATA[dummy@example.com (ismohaa)]]></author>
			<pubDate>Fri, 01 Jan 2021 14:32:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26517#p26517</guid>
		</item>
	</channel>
</rss>
