<?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=3646&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Problems with beowulf]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3646</link>
		<description><![CDATA[The most recent posts in Problems with beowulf.]]></description>
		<lastBuildDate>Tue, 30 Jun 2020 10:45:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Problems with beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23137#p23137</link>
			<description><![CDATA[<p>I reinstalled beowulf from scratch. Everything works fine now. The stanzas from inxi <br />on graphics and on audio now read </p><p>Graphics:&#160; Device-1: Intel 4 Series Integrated Graphics vendor: Dell driver: i915 v: kernel <br />&#160; &#160; &#160; &#160; &#160; &#160;bus ID: 00:02.0 chip ID: 8086:2e12 <br />&#160; &#160; &#160; &#160; &#160; &#160;Display: server: X.org 1.20.4 driver: modesetting unloaded: fbdev,vesa <br />&#160; &#160; &#160; &#160; &#160; &#160;compositor: marco v: 1.20.3 tty: 96x56 <br />&#160; &#160; &#160; &#160; &#160; &#160;Message: Advanced graphics data unavailable for root. <br />Audio:&#160; &#160; &#160;Device-1: Intel 82801JD/DO HD Audio vendor: Dell driver: snd_hda_intel v: kernel <br />&#160; &#160; &#160; &#160; &#160; &#160;bus ID: 00:1b.0 chip ID: 8086:3a6e <br />&#160; &#160; &#160; &#160; &#160; &#160;Sound Server: ALSA v: k4.19.0-9-amd64 </p><p>Thanks for considering the problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (Sir Tifficat)]]></author>
			<pubDate>Tue, 30 Jun 2020 10:45:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23137#p23137</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23125#p23125</link>
			<description><![CDATA[<div class="codebox"><pre><code>cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.19.0-9-amd64 root=UUID=8788cf3b-9658-46e3-8af8-a17450fe5bb3 ro quiet

lspci -k | grep -iA3 &#039;vga\|display\|3d&#039;
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
	Subsystem: Dell 4 Series Chipset Integrated Graphics Controller
	Kernel modules: i915
00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
	Subsystem: Dell 4 Series Chipset Integrated Graphics Controller
00:03.0 Communication controller: Intel Corporation 4 Series Chipset HECI Controller (rev 03)
	Subsystem: Dell 4 Series Chipset HECI Controller</code></pre></div><p>I don&#039;t have a live image. The machine has been upgraded from ascii, and with ascii graphics <br />worked well. Thus, in particular, the hardware does support a better performance.</p>]]></description>
			<author><![CDATA[dummy@example.com (Sir Tifficat)]]></author>
			<pubDate>Mon, 29 Jun 2020 20:00:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23125#p23125</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23124#p23124</link>
			<description><![CDATA[<div class="quotebox"><cite>Sir Tifficat wrote:</cite><blockquote><div><div class="codebox"><pre><code>Graphics:  Device-1: Intel 4 Series Integrated Graphics vendor: Dell driver: N/A bus ID: 00:02.0 
           chip ID: 8086:2e12 
           Display: x11 server: X.Org 1.20.4 driver: vesa unloaded: fbdev,modesetting compositor: marco 
           v: 1.20.3 resolution: 1600x1200~N/A 
           OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6 compat-v: 3.1 
           direct render: Yes </code></pre></div></div></blockquote></div><p>You&#039;re using the VESA driver and software rendering, which will give awful performance.</p><p>Is that output the same if you load up a beowulf live image? Your hardware should be supported.</p><p>EDIT: can we see</p><div class="codebox"><pre><code>cat /proc/cmdline
lspci -k | grep -iA3 &#039;vga\|display\|3d&#039;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 29 Jun 2020 19:43:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23124#p23124</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23116#p23116</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>Add &#039;sleep 1&#039; to /etc/init.d/eudev as shown here:<br /><a href="https://bugs.devuan.org/cgi/bugreport.cgi?bug=483#10" rel="nofollow">https://bugs.devuan.org/cgi/bugreport.cgi?bug=483#10</a></p><p>That should take care of 1 and 2. If 1 is still a problem after that, install acpi-fakekey.<br />I don&#039;t have any ideas for 3, but maybe that will get fixed, too.</p></div></blockquote></div><p>Thanks. It takes care of 1. However 2 persists, and 3 as well. <br />Trying with 5 seconds did not change it. </p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>If you want to test this before you do it, you can run (as root):<br /><span class="bbc">udevadm trigger --action=add</span><br />and see if that gives you sound.</p></div></blockquote></div><p>This gives a black screen.</p>]]></description>
			<author><![CDATA[dummy@example.com (Sir Tifficat)]]></author>
			<pubDate>Mon, 29 Jun 2020 17:09:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23116#p23116</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23112#p23112</link>
			<description><![CDATA[<p>% inxi -Fxxxc0<br />System:&#160; &#160; Host: hellwig Kernel: 4.19.0-9-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 <br />&#160; &#160; &#160; &#160; &#160; &#160;Desktop: MATE 1.20.4 info: mate-panel wm: marco 1.20.3 dm: XDM <br />&#160; &#160; &#160; &#160; &#160; &#160;Distro: Devuan GNU/Linux 3 (beowulf) <br />Machine:&#160; &#160;Type: Desktop System: Dell product: OptiPlex 780 v: N/A serial: &lt;root required&gt; Chassis: <br />&#160; &#160; &#160; &#160; &#160; &#160;type: 6 serial: &lt;root required&gt; <br />&#160; &#160; &#160; &#160; &#160; &#160;Mobo: Dell model: N/A serial: &lt;root required&gt; BIOS: Dell v: A15 date: 08/06/2013 <br />CPU:&#160; &#160; &#160; &#160;Topology: Dual Core model: Intel Core2 Duo E8400 bits: 64 type: MCP arch: Penryn rev: A <br />&#160; &#160; &#160; &#160; &#160; &#160;L2 cache: 6144 KiB <br />&#160; &#160; &#160; &#160; &#160; &#160;flags: lm nx pae sse sse2 sse3 sse4_1 ssse3 vmx bogomips: 11970 <br />&#160; &#160; &#160; &#160; &#160; &#160;Speed: 1995 MHz min/max: N/A Core speeds (MHz): 1: 1995 2: 1995 <br />Graphics:&#160; Device-1: Intel 4 Series Integrated Graphics vendor: Dell driver: N/A bus ID: 00:02.0 <br />&#160; &#160; &#160; &#160; &#160; &#160;chip ID: 8086:2e12 <br />&#160; &#160; &#160; &#160; &#160; &#160;Display: x11 server: X.Org 1.20.4 driver: vesa unloaded: fbdev,modesetting compositor: marco <br />&#160; &#160; &#160; &#160; &#160; &#160;v: 1.20.3 resolution: 1600x1200~N/A <br />&#160; &#160; &#160; &#160; &#160; &#160;OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6 compat-v: 3.1 <br />&#160; &#160; &#160; &#160; &#160; &#160;direct render: Yes <br />Audio:&#160; &#160; &#160;Device-1: Intel 82801JD/DO HD Audio vendor: Dell driver: N/A bus ID: 00:1b.0 chip ID: 8086:3a6e <br />Network:&#160; &#160;Device-1: Intel 82567LM-3 Gigabit Network vendor: Dell driver: e1000e v: 3.2.6-k port: ece0 <br />&#160; &#160; &#160; &#160; &#160; &#160;bus ID: 00:19.0 chip ID: 8086:10de <br />&#160; &#160; &#160; &#160; &#160; &#160;IF: eth0 state: up speed: 100 Mbps duplex: full mac: 00:25:64:b5:66:0d <br />Drives:&#160; &#160; Local Storage: total: 352.07 GiB used: 31.64 GiB (9.0%) <br />&#160; &#160; &#160; &#160; &#160; &#160;ID-1: /dev/sda vendor: Intenso model: INTENSO size: 119.24 GiB speed: 3.0 Gb/s <br />&#160; &#160; &#160; &#160; &#160; &#160;serial: A4620791088900096987 rev: 61.3 temp: 33 C <br />&#160; &#160; &#160; &#160; &#160; &#160;ID-2: /dev/sdb vendor: Western Digital model: WD2500AAJS-75M0A0 size: 232.83 GiB <br />&#160; &#160; &#160; &#160; &#160; &#160;speed: 3.0 Gb/s serial: WD-WCAV2F030548 rev: 3E02 temp: 34 C <br />Partition: ID-1: / size: 102.17 GiB used: 17.35 GiB (17.0%) fs: ext4 dev: /dev/sda1 <br />&#160; &#160; &#160; &#160; &#160; &#160;ID-2: /home size: 228.17 GiB used: 14.29 GiB (6.3%) fs: ext4 dev: /dev/sdb1 <br />&#160; &#160; &#160; &#160; &#160; &#160;ID-3: swap-1 size: 14.93 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda2 <br />Sensors:&#160; &#160;Message: No sensors data was found. Is sensors configured? <br />Info:&#160; &#160; &#160; Processes: 142 Uptime: 2m Memory: 14.58 GiB used: 571.2 MiB (3.8%) Init: SysVinit v: 2.93 <br />&#160; &#160; &#160; &#160; &#160; &#160;runlevel: 2 default: 2 Compilers: gcc: 8.3.0 alt: 8 Shell: bash v: 5.0.3 <br />&#160; &#160; &#160; &#160; &#160; &#160;running in: mate-terminal inxi: 3.0.32</p>]]></description>
			<author><![CDATA[dummy@example.com (Sir Tifficat)]]></author>
			<pubDate>Mon, 29 Jun 2020 15:47:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23112#p23112</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23109#p23109</link>
			<description><![CDATA[<p>Add &#039;sleep 1&#039; to /etc/init.d/eudev as shown here:<br /><a href="https://bugs.devuan.org/cgi/bugreport.cgi?bug=483#10" rel="nofollow">https://bugs.devuan.org/cgi/bugreport.cgi?bug=483#10</a></p><p>That should take care of 1 and 2. If 1 is still a problem after that, install acpi-fakekey.<br />I don&#039;t have any ideas for 3, but maybe that will get fixed, too.</p><p>If you want to test this before you do it, you can run (as root):<br /><span class="bbc">udevadm trigger --action=add</span><br />and see if that gives you sound. This won&#039;t persist beyond a reboot. Editing the init script will.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 29 Jun 2020 15:14:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23109#p23109</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problems with beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23107#p23107</link>
			<description><![CDATA[<p>For starters, please post details of your system setup via Pastebin or similar. We can take a further look into your system issues and point to the correct packages and drivers needed to solve your problems.</p><div class="codebox"><pre><code>inxi -Fxxxc0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Mon, 29 Jun 2020 15:11:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23107#p23107</guid>
		</item>
		<item>
			<title><![CDATA[Problems with beowulf]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23104#p23104</link>
			<description><![CDATA[<p>I upgraded from ascii to beowulf on three machines. Two of them went well. </p><p>Problems on a Dell Optiplex 780 desktoo after the upgrade: </p><p>1. After booting there is no response to keyboard (one PS/2, one USB) and mouse (PS/2). <br />Only after inserting the USB keyboard both keyboards and the mouse work. <br />This occurs regardless of whether either or both of the keyboards or the mouse are plugged <br />in during boot. Plugging in another USB device does not work. <br />There is keyboard response during booting, also in the starter menue. </p><p>2. There is no soundcard, i.e. no directory /proc/asound. An onboard <br />&quot;Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller&quot; exists and is detected <br />by lspci. Purging pulseaudio (after first commenting out in /etc/pulse/client.conf.d/) and also <br />reinstalling the kernel did not work. </p><p>3. The graphic is worse than under ascii. .In particular on the console the VGA16 has only <br />25 lines, whereas it was some 48 or so under ascii. </p><p>In fact, after the first reboot after the upgrade everything went well (I had not checked audio <br />then, though). The problems appeared only with the folllowing reboots.</p>]]></description>
			<author><![CDATA[dummy@example.com (Sir Tifficat)]]></author>
			<pubDate>Mon, 29 Jun 2020 15:05:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23104#p23104</guid>
		</item>
	</channel>
</rss>
