<?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=5220&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Couple questions regarding Chimaera]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5220</link>
		<description><![CDATA[The most recent posts in [SOLVED] Couple questions regarding Chimaera.]]></description>
		<lastBuildDate>Sun, 13 Oct 2024 03:32:57 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Couple questions regarding Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52634#p52634</link>
			<description><![CDATA[<p>Hi,<br />I have this problem and tried your fixes, including passing --allow-root in the init.d file, to no avail.&#160; It shows up as unconfigured in apt, and gives an error after every apt run, but it is doing something, because before installing it I was getting a &#039;disabling tpm&#039; error on boot, and now the only messages I get (with &#039;dmesg | grep -i tpm&#039;) are the following:</p><div class="codebox"><pre><code>[    0.000000] efi: ACPI=0x7d7ca000 ACPI 2.0=0x7d7ca014 TPMFinalLog=0x7d7cd000 SMBIOS=0x7dd64000 SMBIOS 3.0=0x7dd63000 MEMATTR=0x789c0018 ESRT=0x790b8998 INITRD=0x780a7a98 RNG=0x7d6c5018 TPMEventLog=0x7d6c1018 
[    0.007242] ACPI: TPM2 0x000000007D6C8000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.007267] ACPI: Reserving TPM2 table memory at [mem 0x7d6c8000-0x7d6c804b]</code></pre></div><p>EDIT: I found the original &#039;disabling tpm&#039; error in syslog (without tpm2-abrmd half installed):</p><div class="codebox"><pre><code>tpm tpm0: NULL key integrity failure!
tpm tpm0: NULL Seed name comparison failed
tpm tpm0: NULL name has changed, disabling TPM due to interference</code></pre></div><p>EDIT: The latest message from &#039;dmesg | grep -i tpm&#039; includes both of the above messages, after hibernating. </p><p>EDIT: Have uninstalled it for now, however I found the following <a href="https://github.com/tpm2-software/tpm2-abrmd/issues/828" rel="nofollow">https://github.com/tpm2-software/tpm2-abrmd/issues/828</a> which shows a different /lib/udev/rules.d/60-tpm-udev.rules file from mine. Here is his:</p><div class="codebox"><pre><code># tpm devices can only be accessed by the tss user but the tss
# group members can access tpmrm devices
KERNEL==&quot;tpm[0-9]&quot;, TAG+=&quot;systemd&quot;, MODE=&quot;0660&quot;, OWNER=&quot;tss&quot;
KERNEL==&quot;tpmrm[0-9]&quot;, TAG+=&quot;systemd&quot;, MODE=&quot;0660&quot;, GROUP=&quot;tss&quot;</code></pre></div><p>and here is mine:</p><div class="codebox"><pre><code># tpm devices can only be accessed by the tss user but the tss
# group members can access tpmrm devices
KERNEL==&quot;tpm[0-9]*&quot;, TAG+=&quot;systemd&quot;, MODE=&quot;0660&quot;, OWNER=&quot;tss&quot;
KERNEL==&quot;tpmrm[0-9]*&quot;, TAG+=&quot;systemd&quot;, MODE=&quot;0660&quot;, OWNER=&quot;tss&quot;, GROUP=&quot;tss&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ernobe)]]></author>
			<pubDate>Sun, 13 Oct 2024 03:32:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52634#p52634</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Couple questions regarding Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37374#p37374</link>
			<description><![CDATA[<p>If /dev/tpm0 exists then the kernel has found the TPM2 chip and provided a driver for it.</p><p>Looks like <span class="bbc">start-stop-daemon</span> only provides an option to start under a specific group rather than a particular user, which is a shame.</p><p>You could try replacing the line with something like</p><div class="codebox"><pre><code>	su tss -c &#039;/usr/sbin/tpm2-abrmd&#039;</code></pre></div><p>But it&#039;s horrible as a hack because it breaks the PID file.</p><p>The tpm2-abrmd package is actually fantastically useful for systems with full disk encryption so this really should be fixed for Devuan.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 06 Sep 2022 06:11:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37374#p37374</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Couple questions regarding Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37373#p37373</link>
			<description><![CDATA[<p>Installing inetutils-ping (which removed iputils-ping) did remove that warning, so that part is solved.&#160; Thanks :-)</p><p>The change with tpm2-abrmd (adding the &#039;-u tss&#039; to line 17 of /etc/init.d/tpm2-abrmd) didn&#039;t help.</p><div class="codebox"><pre><code># service tpm2-abrmd start
Starting TPM2 Access Broker and Resource Management Daemon: tpm2-abrmdIllegal option -u
/sbin/start-stop-daemon: unable to stat //tss (No such file or directory)
 failed!</code></pre></div><p>I *do* have a user &quot;tss&quot; listed in /etc/passwd.&#160; I guess I&#039;m wondering, do I need this service?<br />After a little bit of internet searching, I think I may not even have tpm enabled on my motherboard.&#160; Maybe that&#039;s part of the problem.&#160; I&#039;ll reboot and check the ol&#039; bios.</p><p>OK, under the &quot;Trusted Computing&quot; section of bios setup, my motherboard informed me that no device was found.&#160; Guess it&#039;s not built-in and I never added it.&#160; So I&#039;ll remove the tpm2-abrmd package, not sure why it got pulled in.&#160; Sorry for the noise</p>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Tue, 06 Sep 2022 01:31:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37373#p37373</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Couple questions regarding Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37366#p37366</link>
			<description><![CDATA[<p>For tpm2-abrmd the daemon is supposed to run as the tss user (/dev/tpm0 should be owned by that user). The systemd unit file has <span class="bbc">User=tss</span> but the sysvinit file doesn&#039;t specify a user.</p><p>So edit /etc/init.d/tpm2-abrmd and change line 17 to</p><div class="codebox"><pre><code>	start_daemon -p $PIDFILE -u tss /usr/sbin/tpm2-abrmd</code></pre></div><p>Then run</p><div class="codebox"><pre><code># service tpm2-abrmd restart</code></pre></div><p>I&#039;m not 100% sure it will work because the man page says that <span class="bbc">-u</span> is a matching option. Worth a go though.</p><p>For ping the chimaera iputils-ping package just missed the fix described in your linked bug report. If you&#039;re using that switch to the inetutils-ping package instead.</p><p>You should probably file bug reports against both these packages using the reportbug package. The Debian wiki has a page about it. Be sure to check there are no extant reports about the same problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 05 Sep 2022 18:31:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37366#p37366</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Couple questions regarding Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37365#p37365</link>
			<description><![CDATA[<p>This weekend I dist-upgraded from Beowulf to Chimaera.<br />The upgrade itself went well, with one package problem I am stuck at (I&#039;ve uninstalled for now)<br />The package that fails is: &quot;tpm2-abrmd&quot; : </p><div class="codebox"><pre><code>Setting up tpm2-abrmd (2.3.3-1+b2) ...
Starting TPM2 Access Broker and Resource Management Daemon: tpm2-abrmd
** (process:6742): WARNING **: 13:44:06.774: tcti_conf before: &quot;device:/dev/tpm0&quot;

** (tpm2-abrmd:6742): WARNING **: 13:44:06.774: tcti_conf after: &quot;device:/dev/tpm0&quot;
Refusing to run as root. Pass --allow-root if you know what you are doing.
 failed!
invoke-rc.d: initscript tpm2-abrmd, action &quot;start&quot; failed.
dpkg: error processing package tpm2-abrmd (--configure):
 installed tpm2-abrmd package post-installation script subprocess returned error exit status 1</code></pre></div><p>I&#039;m not going to &quot;--allow-root&quot;, since I obviously don&#039;t know what I&#039;m doing here.&#160; I&#039;ve uninstalled the package (not sure what it is, or why I had it to begin with).&#160; Is this anything important?&#160; I could note, this is on my desktop computer, not an internet server, if that makes any difference.</p><p>The second question has to do with ping.&#160; </p><div class="codebox"><pre><code>$ ping -c 1 127.0.0.1
ping: socket: Address family not supported by protocol
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.025 ms</code></pre></div><p>Any fix for this warning?&#160; I keep getting the warning (Address family not supported by protocol), but the ping itself does succeed.&#160; Passing the &quot;-4&quot; switch will take the warning away; I might just make an alias to do that if there&#039;s not another workaround.&#160; Possibly related: <a href="https://github.com/iputils/iputils/issues/293" rel="nofollow">https://github.com/iputils/iputils/issues/293</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Mon, 05 Sep 2022 17:53:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37365#p37365</guid>
		</item>
	</channel>
</rss>
