<?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=2892&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2892</link>
		<description><![CDATA[The most recent posts in Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved].]]></description>
		<lastBuildDate>Thu, 13 Jun 2019 14:58:26 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16456#p16456</link>
			<description><![CDATA[<p>You can put </p><div class="codebox"><pre><code>ALWAYS_SET_PATH yes in /etc/login.defs</code></pre></div><p> to get an approximation of the old behavior.<br />Or put the system administration directories (/sbin, /usr/sbin, /usr/local/sbin) in your regular account&#039;s PATH.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ogis1975)]]></author>
			<pubDate>Thu, 13 Jun 2019 14:58:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16456#p16456</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16455#p16455</link>
			<description><![CDATA[<div class="quotebox"><cite>czeekaj wrote:</cite><blockquote><div><p>Thanks guys, I think that solves that.<br />do you have to run after changing bashrc?</p><div class="codebox"><pre><code>. .bashrc </code></pre></div></div></blockquote></div><p>Yes. (or log out and log in again.)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 13 Jun 2019 11:43:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16455#p16455</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16454#p16454</link>
			<description><![CDATA[<p>Thanks guys, I think that solves that.<br />do you have to run after changing bashrc?</p><div class="codebox"><pre><code>. .bashrc </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (czeekaj)]]></author>
			<pubDate>Thu, 13 Jun 2019 05:00:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16454#p16454</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16446#p16446</link>
			<description><![CDATA[<p>I put the following in /root/.bashrc. It gives me root&#039;s normal path when I use &#039;su&#039; in a user&#039;s terminal. The advantage is it keeps me in the user&#039;s home instead of moving me to /root, where I&#039;d have to cd to user&#039;s home again. (for example to install a deb package I just downloaded). It also allows me to run graphical apps as root. (e.g. I use gparted a lot).</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>Wed, 12 Jun 2019 13:24:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16446#p16446</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16439#p16439</link>
			<description><![CDATA[<div class="quotebox"><cite>czeekaj wrote:</cite><blockquote><div><p>adding /sbin to the path would be ideal, anyone know how to go about this?</p></div></blockquote></div><p>Edit ~/.profile and add this line:</p><div class="codebox"><pre><code>export PATH=&quot;/sbin:${PATH}&quot;</code></pre></div><p>Then log out &amp; back in again.</p><p>FWIW, /sbin should already be included in root&#039;s PATH but you have to use</p><div class="codebox"><pre><code>sudo -i</code></pre></div><p>or</p><div class="codebox"><pre><code>su -</code></pre></div><p>If you use plain <span class="bbc">su</span> (without the dash) then PATH will be set to whatever it was for your normal user.</p><p>This change is because beowulf now uses the <span class="bbc">su</span> command from the util-linux package rather than the version from the login package that ascii uses.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 12 Jun 2019 10:37:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16439#p16439</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16434#p16434</link>
			<description><![CDATA[<p>Thanks, I ran </p><div class="codebox"><pre><code>echo $PATH</code></pre></div><p>I just figured out a bit more of linux. I can see the bright side in this. I put openvpn, in /usr/bin. Or /usr/local/bin.&#160; <br />Well I don&#039;t want to bloat it by copying all the old commands if they still working in /bin. </p><p>Thanks for the reply, I think I figured it out. However adding /sbin to the path would be ideal, anyone know how to go about this?</p>]]></description>
			<author><![CDATA[dummy@example.com (czeekaj)]]></author>
			<pubDate>Wed, 12 Jun 2019 08:18:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16434#p16434</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16432#p16432</link>
			<description><![CDATA[<p>This should help to explain things:<br /><span class="bbu"><a href="https://dev1galaxy.org/viewtopic.php?id=2858" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=2858</a></span></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 12 Jun 2019 07:35:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16432#p16432</guid>
		</item>
		<item>
			<title><![CDATA[Beowulf missing /usr/sbin commands (update-rc.d & openvpn) [Solved]]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16430#p16430</link>
			<description><![CDATA[<p>I have updated ascii to beowulf. <br />changing the sources.list <br />However I updated a few packages at a time, trying to prevent any breakage.<br />Yet, still managed to break a few things. Maybe it&#039;s after I removed systemd0. Installing udisks2. </p><p>Here&#039;s what I noticed, I moved from a stable ascii, from /usr/sbin/openvpn and put it in the beowulf install. </p><p>I can run the openvpn. However, it broke all the links. Even if I put the new file in /usr/sbin&#160; <br />I can&#039;t run openvpn without using ./ and redirecting the .ovpn scripts to the certificates. </p><p>Sadly same goes for update-rc.d. It&#039;s also missing, I have updated everything but grub at this point.</p><p>I can run it, but I have to manually copy the /sbin/update-rc.d and run it from location. I am not sure how to re-establish the symlinks manually</p><p>I tried uninstalling openvpn and reinstalling. Nothing worked. Checked dependencies but apt said it&#039;s all good as well.</p>]]></description>
			<author><![CDATA[dummy@example.com (czeekaj)]]></author>
			<pubDate>Wed, 12 Jun 2019 06:17:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16430#p16430</guid>
		</item>
	</channel>
</rss>
