<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6712&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / hddtemp not available in Daedalus]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6712</link>
		<description><![CDATA[The most recent posts in hddtemp not available in Daedalus.]]></description>
		<lastBuildDate>Mon, 08 Jul 2024 01:56:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50974#p50974</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>If you&#039;re lucky, the hard drive reports temperature in degrees centigrade.</p><div class="codebox"><pre><code>smartctl -a /dev/sda | awk &#039;/Temperature/ { print $10 }&#039;</code></pre></div></div></blockquote></div><p>Might be a bit of difference with nvme and sata disks. I put a colon next to &quot;Temperature&quot; to get just the main temp, as my nvme drive lists warning and critical temps as well. But yeah this works well, same sort of readout you can get from hddtemp.</p><div class="codebox"><pre><code>sudo smartctl -a /dev/nvme0n1 | awk &#039;/Temperature:/ { print $0 }&#039;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Mon, 08 Jul 2024 01:56:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50974#p50974</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50971#p50971</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>... 0.3-beta15-54 is the Chimaera version. When you upgrade ...</p></div></blockquote></div><p>I see ...<br />I had it in Beowulf and upgraded sequencially (ie: via Chimaera) to Daedalus.</p><p>@Micronaut<br />You could try downloading the *deb package from the Chimaera repository and then install it with the <span class="bbc">Gdebi</span> package installer, <span class="bbc">apt</span> or <span class="bbc">dpkg</span>.</p><p>See <a href="https://unix.stackexchange.com/questions/159094/how-to-install-a-deb-file-by-dpkg-i-or-by-apt" rel="nofollow">here</a> for the hows and whys.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 07 Jul 2024 21:13:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50971#p50971</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50969#p50969</link>
			<description><![CDATA[<p>Ah bum (the following is under Daedalus, also with the 6.1.0-22-amd64 kernel:</p><div class="codebox"><pre><code>$ apt-cache policy hddtemp
hddtemp:
  Installed: (none)
  Candidate: (none)
  Version table:
     0.3-beta15-54 -1
        100 /var/lib/dpkg/status
$ sudo apt install hddtemp
[sudo] password for alexk: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package hddtemp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package &#039;hddtemp&#039; has no installation candidate</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Sun, 07 Jul 2024 19:44:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50969#p50969</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50968#p50968</link>
			<description><![CDATA[<p>hddtemp=0.3-beta15-54 is the Chimaera version. When you upgrade you may keep it.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 07 Jul 2024 19:32:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50968#p50968</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50966#p50966</link>
			<description><![CDATA[<p>Hello:</p><p>I&#039;ll add my bit.</p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>What do you get ...</p></div></blockquote></div><div class="codebox"><pre><code>~$ apt-cache policy hddtemp
hddtemp:
  Installed: 0.3-beta15-54
  Candidate: 0.3-beta15-54
  Version table:
 *** 0.3-beta15-54 100
        100 /var/lib/dpkg/status
~$ </code></pre></div><p>Just to round it out:</p><div class="codebox"><pre><code>~$ uname -a                
Linux devuan 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 GNU/Linux
~$ </code></pre></div><div class="codebox"><pre><code>~$ apt list | grep installed | grep hddtemp 
--- snip ---
hddtemp/now 0.3-beta15-54 amd64 [installed,local]
~$ </code></pre></div><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>If you&#039;re lucky ...</p></div></blockquote></div><p>Yep ...</p><div class="codebox"><pre><code>~$ hddtemp /dev/sdc
/dev/sdc: HITACHI HUS153030VLS300: 36 C
~$ </code></pre></div><p><span class="bbu">Edit</span>:</p><p><span class="bbc">hddtemp</span> is what provides <span class="bbc">conky</span> the data for its screen printout in my desktop.<br />eg:</p><div class="codebox"><pre><code>SATA0: +${execi 60  hddtemp /dev/disk/by-uuid/xxxxxxx-exxb-xcxx-xcxx-xaxcxbafexdx | cut -c 81-86}</code></pre></div><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 07 Jul 2024 18:00:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50966#p50966</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50963#p50963</link>
			<description><![CDATA[<p>If you&#039;re lucky, the hard drive reports temperature in degrees centigrade.</p><div class="codebox"><pre><code>smartctl -a /dev/sda | awk &#039;/Temperature/ { print $10 }&#039;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 07 Jul 2024 16:27:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50963#p50963</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50962#p50962</link>
			<description><![CDATA[<p>AFAIK because there is no more maintainer for quite a while.</p><p>And no direct replacement.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 07 Jul 2024 14:16:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50962#p50962</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50961#p50961</link>
			<description><![CDATA[<div class="codebox"><pre><code>hddtemp:
  Installed: (none)
  Candidate: (none)
  Version table:
     0.3-beta15-54 -1
        100 /var/lib/dpkg/status</code></pre></div><p>Why would they remove it? Was it causing some sort of problem? That&#039;s really annoying since Gkrellm needs it to read HD temp. Is there a replacement? How difficult would it be to get Gkrellm to use the standard Smartmon interface?</p>]]></description>
			<author><![CDATA[dummy@example.com (Micronaut)]]></author>
			<pubDate>Sun, 07 Jul 2024 13:25:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50961#p50961</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50960#p50960</link>
			<description><![CDATA[<p>hddtemp has been removed as depracated. Its a pitty, but also a fact.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 07 Jul 2024 12:46:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50960#p50960</guid>
		</item>
		<item>
			<title><![CDATA[Re: hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50958#p50958</link>
			<description><![CDATA[<p>What do you get from: </p><div class="codebox"><pre><code>apt-cache policy hddtemp</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 07 Jul 2024 12:12:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50958#p50958</guid>
		</item>
		<item>
			<title><![CDATA[hddtemp not available in Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50956#p50956</link>
			<description><![CDATA[<p>After upgrading a system from Devuan 4 to 5, everything important seems to work, but there is one strange quirk. The hddtemp package is present in the repositories. I can find it with search. But it&#039;s not installable. When I try it says &quot;no candidate version found&quot;. What does that mean? Anything in the repositories is supposed to be working, not a &#039;candidate&#039;.</p>]]></description>
			<author><![CDATA[dummy@example.com (Micronaut)]]></author>
			<pubDate>Sun, 07 Jul 2024 11:26:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50956#p50956</guid>
		</item>
	</channel>
</rss>
