<?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=3430&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Beowulf Beta Issues]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3430</link>
		<description><![CDATA[The most recent posts in Beowulf Beta Issues.]]></description>
		<lastBuildDate>Thu, 25 Mar 2021 13:38:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=28500#p28500</link>
			<description><![CDATA[<p>I know it&#039;s a pretty old thread, but I was finally sufficiently hacked off to attempt a workaround.</p><p>Create a file <ins>~/.bash_aliases</ins> containing the following:</p><div class="codebox"><pre><code>alias su=&#039;su -&#039;</code></pre></div><p>You&#039;d need the single quotes as to evaluate every time the alias is used. It worked on a fresh Beowulf test install.</p><p>If it has no negative effects I may actually start consider upgrading my ASCII systems to Beowulf.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Thu, 25 Mar 2021 13:38:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=28500#p28500</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21053#p21053</link>
			<description><![CDATA[<div class="quotebox"><cite>danista wrote:</cite><blockquote><div><div class="quotebox"><cite>lafat wrote:</cite><blockquote><div><p>Guys, not sure if this is the place to post problems but here we go:<br />7. Not a bug but is it possible to use XFCE 4.14? Need 4K HIDPI.</p></div></blockquote></div><p>You can try changing the source.list to chimaera instead beowulf</p></div></blockquote></div><p>Thanks but that will give me updates I don&#039;t want. I wanna lock in to Beowulf or ASCII and use XFCE 4.14, don&#039;t know how to do that. lol <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> </p><p>So far, ASCII works much better for me. I&#039;ll give Beowulf another try once it&#039;s Beta2/RC or released.</p>]]></description>
			<author><![CDATA[dummy@example.com (lafat)]]></author>
			<pubDate>Thu, 09 Apr 2020 19:18:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21053#p21053</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21051#p21051</link>
			<description><![CDATA[<p>Couldn&#039;t get Bluetooth to work no matter what... Gave up, went back to ASCII. Life&#039;s suddenly better. Everything works and yes, it indeed is faster than Beowulf Beta atm.</p>]]></description>
			<author><![CDATA[dummy@example.com (lafat)]]></author>
			<pubDate>Thu, 09 Apr 2020 19:10:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21051#p21051</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21050#p21050</link>
			<description><![CDATA[<div class="quotebox"><cite>Andre4freedom wrote:</cite><blockquote><div><p>That&#039;s the way it was invented and had to be used in the olden days of Unix already.</p></div></blockquote></div><p>I agree with you. I like customizing my workplace and I override this classic behaviour. Since around 1999, I change all the profile files of Bash so I just need &quot;su&quot; to get evething in place. I love freedom!</p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Thu, 09 Apr 2020 18:58:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21050#p21050</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21048#p21048</link>
			<description><![CDATA[<p>To the &quot;su -&quot; question:<br />it makes perfect sense to use &quot;su -&quot; to get the root&#039;s path.<br />To use just &quot;su&quot; helps to replace the user that executes a program.<br />That&#039;s the way it was invented and had to be used in the olden days of Unix already.<br />su = substitute user (uses root when no user given, - executes new users login-shell, the man pages help!)<br />Cheers to all.</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Thu, 09 Apr 2020 15:51:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21048#p21048</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21047#p21047</link>
			<description><![CDATA[<p>Thx for that. this is what I got after upgrading to beowulf:</p><div class="codebox"><pre class="vscroll"><code>cat /etc/profile
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

if [ &quot;`id -u`&quot; -eq 0 ]; then
  PATH=&quot;/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin&quot;
else
  PATH=&quot;/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games&quot;
fi
export PATH

if [ &quot;${PS1-}&quot; ]; then
  if [ &quot;${BASH-}&quot; ] &amp;&amp; [ &quot;$BASH&quot; != &quot;/bin/sh&quot; ]; then
    # The file bash.bashrc already sets the default PS1.
    # PS1=&#039;\h:\w\$ &#039;
    if [ -f /etc/bash.bashrc ]; then
      . /etc/bash.bashrc
    fi
  else
    if [ &quot;`id -u`&quot; -eq 0 ]; then
      PS1=&#039;# &#039;
    else
      PS1=&#039;$ &#039;
    fi
  fi
fi

if [ -d /etc/profile.d ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -r $i ]; then
      . $i
    fi
  done
  unset i
fi</code></pre></div><p>Probably me, but I can&#039;t see a difference?</p><p>I&#039;ll try the set-path option to see if that works (I assume it will, but one never knows: I&#039;ve been known to break stock installs <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> )</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Thu, 09 Apr 2020 14:48:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21047#p21047</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21046#p21046</link>
			<description><![CDATA[<p>To revert to the old behavior of su, put the following line in /etc/default/su</p><div class="codebox"><pre><code>ALWAYS_SET_PATH yes</code></pre></div><p>Note: you could put that line in /etc/login.defs instead, but then you may get a useless error message when you log in.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 09 Apr 2020 14:21:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21046#p21046</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21045#p21045</link>
			<description><![CDATA[<p>@Dutch_Master writes</p><div class="quotebox"><blockquote><div><p>snip<br /> installing package with dpkg fails with complaint about missing PATH for root (as root!)</p></div></blockquote></div><p>here is the contents of /etc/profile that might assist?</p><div class="quotebox"><blockquote><div><p># /etc/profile: system-wide .profile file for the Bourne shell (sh(1))<br /># and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).</p><p>if [ &quot;`id -u`&quot; -eq 0 ]; then<br />&#160; PATH=&quot;/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin&quot;<br />else<br />&#160; PATH=&quot;/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games&quot;<br />fi<br />export PATH</p><p>if [ &quot;${PS1-}&quot; ]; then<br />&#160; if [ &quot;${BASH-}&quot; ] &amp;&amp; [ &quot;$BASH&quot; != &quot;/bin/sh&quot; ]; then<br />&#160; &#160; # The file bash.bashrc already sets the default PS1.<br />&#160; &#160; # PS1=&#039;\h:\w\$ &#039;<br />&#160; &#160; if [ -f /etc/bash.bashrc ]; then<br />&#160; &#160; &#160; . /etc/bash.bashrc<br />&#160; &#160; fi<br />&#160; else<br />&#160; &#160; if [ &quot;`id -u`&quot; -eq 0 ]; then<br />&#160; &#160; &#160; PS1=&#039;# &#039;<br />&#160; &#160; else<br />&#160; &#160; &#160; PS1=&#039;$ &#039;<br />&#160; &#160; fi<br />&#160; fi<br />fi</p><p>if [ -d /etc/profile.d ]; then<br />&#160; for i in /etc/profile.d/*.sh; do<br />&#160; &#160; if [ -r $i ]; then<br />&#160; &#160; &#160; . $i<br />&#160; &#160; fi<br />&#160; done<br />&#160; unset i<br />fi</p></div></blockquote></div><p>also for others in case they are interested.....there is a note in Devuan 3 Beowulf Release Notes that to get root environment you need to run</p><div class="codebox"><pre><code>su -</code></pre></div><p> and not just su</p><p>or post 1<br /><a href="https://dev1galaxy.org/viewtopic.php?pid=20509#p20509" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=20509#p20509</a></p><p>cheers</p>]]></description>
			<author><![CDATA[dummy@example.com (aus9)]]></author>
			<pubDate>Thu, 09 Apr 2020 13:27:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21045#p21045</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21042#p21042</link>
			<description><![CDATA[<p>Some quick notes from me:</p><p>- bare-metal installation, re-used Samsung EVO750 SSD<br />- upgrade via ASCII (basic ascii system install, change sources to beowulf, dist-upgrade)<br />- sudo not installed (I don&#039;t use it, under ascii it&#039;s pulled in anyway, IIRC as dependency somewhere)<br />- installing package with dpkg fails with complaint about missing PATH for root (as root!)<br />- installing same package with apt works<br />- added Webmin repo in sources.list (+ apt-key), installed Webmin successfully<br />- cannot halt system via cli (as root!), via Webmin interface works (system shuts down)</p><p>This is a temporary install for a short-term project, shutting down in the next week or so.</p><p>HTH!</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Thu, 09 Apr 2020 04:07:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21042#p21042</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21041#p21041</link>
			<description><![CDATA[<p>Good place for comprehensive reports. The ISO build team sends its &quot;thanks!&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 08 Apr 2020 22:44:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21041#p21041</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21031#p21031</link>
			<description><![CDATA[<div class="quotebox"><cite>lafat wrote:</cite><blockquote><div><p>Guys, not sure if this is the place to post problems but here we go:<br />6. Boot and general running feel slower compared to ASCII (intel i3-380m, 8G ram, SSD)</p></div></blockquote></div><p>Yes, I also confirm, not using ssd. I tried different kernels. Thunar run slowly, the interface is stupidly slow compared to acsii. But most likely this is no longer a Devuan problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (danista)]]></author>
			<pubDate>Wed, 08 Apr 2020 09:13:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21031#p21031</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21030#p21030</link>
			<description><![CDATA[<p>I think lafat is right to post installation issues here....?<br />I&#039;d like to add my few notes about the most recent Beowulf-beta installation media.</p><p><strong>devuan_beowulf_3.0.0_beta_amd64_desktop-live iso: (march 13, 2020)</strong><br />- All the install-process goes pretty well,<br />- The live iso recognizes the AMD radeon graphics chip correctly (great!)<br />- The refracta-installer does it&#039;s job<br />- Installation of the <strong>GRUB Boot loader (on a MBR-BIOS system) completely fails</strong>:<br />- System not bootable</p><p><strong>devuan_beowulf_3.0.0_beta_amd64_desktop iso : (march 13, 2020)</strong><br />- text-installer (ok)<br />- process works quite well, as usual<br />- does not install AMD radeon graphics xorg driver (can be done at the command-line)<br />- installer does NOT honour <strong>language and keyboard</strong> settings after reboot (can be fixed...)<br />- when choosing cinnamon desktop:<br />-- <strong>/etc/pam.d/lightdm-greeter</strong> still not correct (uses pam_systemd.so instead of pam_elogind.so)<br />-- <strong>/etc/pulse/client.conf.d/00-disable-autospawn.conf</strong> still wrong (comment out: autospawn=no)</p><p>My productive desktop and laptop systems all use Beowulf, but after installation of Ascii and upgrading them to Beowulf. And then they run like a charm (very happy).<br />Servers are still on Ascii, the run very well. Everything runs with Open-RC.<br />I think Devuan is still the best and I love it.<br />Thank you all!</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Wed, 08 Apr 2020 09:10:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21030#p21030</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21029#p21029</link>
			<description><![CDATA[<div class="quotebox"><cite>lafat wrote:</cite><blockquote><div><p>Guys, not sure if this is the place to post problems but here we go:<br />7. Not a bug but is it possible to use XFCE 4.14? Need 4K HIDPI.</p></div></blockquote></div><p>You can try changing the source.list to chimaera instead beowulf</p>]]></description>
			<author><![CDATA[dummy@example.com (danista)]]></author>
			<pubDate>Wed, 08 Apr 2020 09:02:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21029#p21029</guid>
		</item>
		<item>
			<title><![CDATA[Beowulf Beta Issues]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21026#p21026</link>
			<description><![CDATA[<p>Guys, not sure if this is the place to post problems but here we go:</p><p>1. netinstall failed after installer downloaded everything; it simply failed (USB install from downloaded netinstall.iso, clean system, not virtual pc)<br />2. Libreoffice cannot run from Live-DVD/USB <br />3. grub install from Live-DVD/USB takes FOREVER. Tried on multiple machines. <br />4. Sound issue (mentioned in release note)<br />5. Redshift does not work (important for me). It runs beautifully on ASCII<br />6. Boot and general running feel slower compared to ASCII (intel i3-380m, 8G ram, SSD)<br />7. Not a bug but is it possible to use XFCE 4.14? Need 4K HIDPI.</p><p>I&#039;m not a tech savvy person. I just want to run a stable system. ASCII has been perfect for me for the last 2 years. I hope the kinks in Beowulf get ironed out soon.</p><p>Devuan is awesome. Thanks guys.</p>]]></description>
			<author><![CDATA[dummy@example.com (lafat)]]></author>
			<pubDate>Wed, 08 Apr 2020 07:06:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21026#p21026</guid>
		</item>
	</channel>
</rss>
