<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Psensor &#8211; Monitor Linux Hardware Temperature [Motherboard and CPU]	</title>
	<atom:link href="https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 08 May 2023 06:07:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-2011396</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 08 May 2023 06:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14458#comment-2011396</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-2008674&quot;&gt;Allewyn&lt;/a&gt;.

@Allewyn,

I never used &lt;strong&gt;Kubuntu&lt;/strong&gt;, but &lt;strong&gt;Psensor&lt;/strong&gt; should work on &lt;strong&gt;Kubuntu&lt;/strong&gt; as well, as it is based on &lt;strong&gt;Debian&lt;/strong&gt; and &lt;strong&gt;Ubuntu&lt;/strong&gt;. So, the &lt;strong&gt;psensor&lt;/strong&gt; package should be available to install from the default repository...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-2008674">Allewyn</a>.</p>
<p>@Allewyn,</p>
<p>I never used <strong>Kubuntu</strong>, but <strong>Psensor</strong> should work on <strong>Kubuntu</strong> as well, as it is based on <strong>Debian</strong> and <strong>Ubuntu</strong>. So, the <strong>psensor</strong> package should be available to install from the default repository&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Allewyn		</title>
		<link>https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-2008674</link>

		<dc:creator><![CDATA[Allewyn]]></dc:creator>
		<pubDate>Sat, 06 May 2023 20:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14458#comment-2008674</guid>

					<description><![CDATA[How do I get the graph to work? Tried all instructions but can not find the mentioned Application menu in Kbunutu. &lt;strong&gt;hddtemp&lt;/strong&gt; doesn&#039;t install so the Kbunutu 22.04 distro install doesn&#039;t work.]]></description>
			<content:encoded><![CDATA[<p>How do I get the graph to work? Tried all instructions but can not find the mentioned Application menu in Kbunutu. <strong>hddtemp</strong> doesn&#8217;t install so the Kbunutu 22.04 distro install doesn&#8217;t work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Woody		</title>
		<link>https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-1573102</link>

		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Sat, 21 Aug 2021 15:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14458#comment-1573102</guid>

					<description><![CDATA[Is there a way to sort columns?]]></description>
			<content:encoded><![CDATA[<p>Is there a way to sort columns?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zack Glennie		</title>
		<link>https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-1306699</link>

		<dc:creator><![CDATA[Zack Glennie]]></dc:creator>
		<pubDate>Mon, 16 Dec 2019 03:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14458#comment-1306699</guid>

					<description><![CDATA[I got this working today in &lt;strong&gt;Fedora 31&lt;/strong&gt;, with a bit of effort. I had some false starts when I overlooked what turned out to be critical &quot;&lt;strong&gt;warnings&lt;/strong&gt;&quot; in the configure script. Your instructions on which headers to install were helpful, but in order to compile it, I also had to tweak the sources that I obtained from &lt;code&gt;https://wpitchoune.net/psensor/files/&lt;/code&gt;.

The issue with the sources is a reference to &quot;&lt;strong&gt;is_error&lt;/strong&gt;&quot;, a macro that can be found in old versions of the json-c library. Newer versions have dropped it, including apparently whichever version my compiler was pulling in. 

The latest official release of psensor was version &lt;strong&gt;1.2.0&lt;/strong&gt;, sometime in 2017. The code does still receive updates, including what appears to be a fix for the &quot;&lt;strong&gt;is_error&lt;/strong&gt;&quot; issue, contributed a few months ago by &lt;strong&gt;Matheus Teixeira&lt;/strong&gt;, then merged to master last month.

My advice to anyone who is compiling this for RedHat/Fedora/etc.:

&lt;strong&gt;1.&lt;/strong&gt; Read the output of &quot;&lt;strong&gt;./configure&lt;/strong&gt;&quot; carefully. There may be a warning that just says &quot;&lt;strong&gt;psensors will not be built&lt;/strong&gt;&quot;.

&lt;strong&gt;2.&lt;/strong&gt; If you get complaints at compile-time, saying &quot;&lt;strong&gt;undefined reference to `is_error&#039;&lt;/strong&gt;&quot;, try cloning the psensor repo from gitlab and compiling this commit: &lt;strong&gt;abf3533d&lt;/strong&gt; -- it&#039;s the one where the is_error fix is merged.]]></description>
			<content:encoded><![CDATA[<p>I got this working today in <strong>Fedora 31</strong>, with a bit of effort. I had some false starts when I overlooked what turned out to be critical &#8220;<strong>warnings</strong>&#8221; in the configure script. Your instructions on which headers to install were helpful, but in order to compile it, I also had to tweak the sources that I obtained from <code>https://wpitchoune.net/psensor/files/</code>.</p>
<p>The issue with the sources is a reference to &#8220;<strong>is_error</strong>&#8220;, a macro that can be found in old versions of the json-c library. Newer versions have dropped it, including apparently whichever version my compiler was pulling in. </p>
<p>The latest official release of psensor was version <strong>1.2.0</strong>, sometime in 2017. The code does still receive updates, including what appears to be a fix for the &#8220;<strong>is_error</strong>&#8221; issue, contributed a few months ago by <strong>Matheus Teixeira</strong>, then merged to master last month.</p>
<p>My advice to anyone who is compiling this for RedHat/Fedora/etc.:</p>
<p><strong>1.</strong> Read the output of &#8220;<strong>./configure</strong>&#8221; carefully. There may be a warning that just says &#8220;<strong>psensors will not be built</strong>&#8220;.</p>
<p><strong>2.</strong> If you get complaints at compile-time, saying &#8220;<strong>undefined reference to `is_error&#8217;</strong>&#8220;, try cloning the psensor repo from gitlab and compiling this commit: <strong>abf3533d</strong> &#8212; it&#8217;s the one where the is_error fix is merged.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-1095291</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 14 Jan 2019 05:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14458#comment-1095291</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-1094824&quot;&gt;twinspar&lt;/a&gt;.

@Twinspar,

Why you compiling? when you can easily install using package manager as shown.
&lt;pre&gt;
# apt-get install lm-sensors hddtemp
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-1094824">twinspar</a>.</p>
<p>@Twinspar,</p>
<p>Why you compiling? when you can easily install using package manager as shown.</p>
<pre>
# apt-get install lm-sensors hddtemp
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
