<?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=2661&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / root-Terminal on Beowulf]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2661</link>
		<description><![CDATA[The most recent posts in root-Terminal on Beowulf.]]></description>
		<lastBuildDate>Tue, 08 Oct 2019 14:44:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18182#p18182</link>
			<description><![CDATA[<p>For a &quot;root terminal&quot; menu entry that does not need either gksu or polkit see the EDIT at the bottom of this post:</p><p><a href="https://forum.mxlinux.org/viewtopic.php?p=521734#p521734" rel="nofollow">https://forum.mxlinux.org/viewtopic.php … 34#p521734</a></p><p>^ That opens a terminal emulator under normal privileges and then runs <span class="bbc">sudo -i</span> to attain a root shell without exposing the graphical interface.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 08 Oct 2019 14:44:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18182#p18182</guid>
		</item>
		<item>
			<title><![CDATA[Re: root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18181#p18181</link>
			<description><![CDATA[<p>The change in behavior of su is due to moving login from the shadow package to util-linux.</p><p>To revert to the old behavior:<br /><a href="https://dev1galaxy.org/viewtopic.php?pid=16456#p16456" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=16456#p16456</a></p><p>util-linux: Please use login/passwd implementations provided by util-linux<br /><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833256" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … bug=833256</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 08 Oct 2019 14:13:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18181#p18181</guid>
		</item>
		<item>
			<title><![CDATA[Re: root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14204#p14204</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>I don&#039;t know the reason they changed it, but it certainly got in the way of my workflow.</p></div></blockquote></div><p>Wasn&#039;t that due to the merged /usr in stretch/beowulf?</p></div></blockquote></div><p>I don&#039;t think so. If it were due to that, I&#039;d expect /usr/sbin/ to be in the path, but all the sbins are gone when you get root with &#039;su&#039;. If you use &#039;su -&#039; instead, you get the sbins in your path, but then your working directory changes to /root and&#160; you can&#039;t run a graphical app in the user&#039;s desktop.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 09 Feb 2019 19:44:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14204#p14204</guid>
		</item>
		<item>
			<title><![CDATA[Re: root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14203#p14203</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>I don&#039;t know the reason they changed it, but it certainly got in the way of my workflow.</p></div></blockquote></div><p>Wasn&#039;t that due to the merged /usr in stretch/beowulf?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sat, 09 Feb 2019 18:53:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14203#p14203</guid>
		</item>
		<item>
			<title><![CDATA[Re: root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14201#p14201</link>
			<description><![CDATA[<p>Root&#039;s path in ascii and jessie was this. If you don&#039;t have anything in /usr/local/ the path you&#039;re using is fine.</p><div class="codebox"><pre><code>/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin</code></pre></div><p>I added the following line to /root/.bashrc and now I can get root with &#039;su&#039; and still run commands in *sbin and still open graphical apps on user desktop and still be in the same directory. I don&#039;t know the reason they changed it, but it certainly got in the way of my workflow.</p><div class="codebox"><pre><code>export PATH=&quot;/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 09 Feb 2019 18:47:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14201#p14201</guid>
		</item>
		<item>
			<title><![CDATA[Re: root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14197#p14197</link>
			<description><![CDATA[<p>Update: after adding a policy-file, mate-terminal as root is opened. Geany can be used.</p><p>Question remains if this is a good path setting for a root terminal?</p><div class="codebox"><pre><code>echo $PATH
/usr/sbin:/usr/bin:/sbin:/bin:/root/bin</code></pre></div><p>Next step: see how mate-system-log is doing.<br />Update: works after adding another policy. </p><p>Thanks, Rolf</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 09 Feb 2019 16:12:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14197#p14197</guid>
		</item>
		<item>
			<title><![CDATA[Re: root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14196#p14196</link>
			<description><![CDATA[<p>I have looked at the thread, and analysed what I have here. </p><p>The policykit stuff I have is version 0.105-25, seems to be complete. As authentification agent the package polkit-mate-authentication-agent-1 is installed.</p><div class="codebox"><pre><code># apt list policykit* --installed
Auflistung... Fertig
policykit-1/testing,now 0.105-25+devuan1 amd64  [Installiert,automatisch] 

# apt list libpolkit* --installed
Auflistung... Fertig
libpolkit-agent-1-0/testing,now 0.105-25+devuan1 amd64  [Installiert,automatisch]
libpolkit-backend-1-0/testing,now 0.105-25+devuan1 all  [Installiert,automatisch]
libpolkit-backend-elogind-1-0/testing,now 0.105-25+devuan1 amd64  [Installiert,automatisch]
libpolkit-gobject-1-0/testing,now 0.105-25+devuan1 all  [Installiert,automatisch]
libpolkit-gobject-elogind-1-0/testing,now 0.105-25+devuan1 amd64  [Installiert,automatisch]</code></pre></div><p>Maybe I need to give the version 0.105-18 a try. Other ideas?</p><p>Thanks, Rolf</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 09 Feb 2019 15:28:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14196#p14196</guid>
		</item>
		<item>
			<title><![CDATA[Re: root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14167#p14167</link>
			<description><![CDATA[<p>gksu has been deprecated as you noted.&#160; Use pkexec.&#160; <span class="bbu"><a href="https://forum.xfce.org/viewtopic.php?id=12171" rel="nofollow">Discussion here</a></span>.&#160; I can now launch from panel and to custom actions. Bit of a pain though . . .</p><p>Also a recent update overwrote my working policykit backend.&#160; Make sure the debian one hasn&#039;t slipped in.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 08 Feb 2019 22:05:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14167#p14167</guid>
		</item>
		<item>
			<title><![CDATA[root-Terminal on Beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14164#p14164</link>
			<description><![CDATA[<p>My VM with Beowulf amd64/Mate/lightdm/elogind is working now. </p><p>What I am missing is a way to create a direct menu path to a root terminal as I had up to ASCII. Was simply done by creating a new menu entry with the command line gksu mate-terminal. Now gksu has been dropped. What would be the replacement? I tried with pkexec mate-terminal instead, am asked to enter the root-PW and nothing else happens.</p><p>I consider opening a user terminal and to use su - instead just as a workaround. su has a srewed default path and is unusable. </p><p>Suggestions?</p><p>Thanks, Rolf</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 08 Feb 2019 21:19:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14164#p14164</guid>
		</item>
	</channel>
</rss>
