Your message dated Sat, 01 Jun 2013 15:21:43 +0000
with message-id <[email protected]>
and subject line Bug#709095: fixed in qcontrol 0.5.1-3
has caused the Debian Bug report #709095,
regarding qcontrol: Hysteresis for fanspeed control
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
709095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709095
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qcontrol
Version: 0.4.2+svn-r40-3
Severity: wishlist
Dear Maintainer,
The current fanspeed control script causes the fan to jump back and forth
between two speed quite easily, at least on my system (419P). I've modified
the base temp() function to implement a hysteresis loop to prevent that.
The threshold values are completely arbitrary, I've adjusted all values
downward because my machine rarely ever reaches 40 degrees. Also, I've never
written Lua before so there may be easier ways to do it. However, I hope that
the attached function can find its way into the package (as an example?) so
that others can use it too.
Regards,
Arno
-- System Information:
Debian Release: 7.0
APT prefers stable
APT policy: (990, 'stable'), (600, 'testing'), (300, 'unstable')
Architecture: armel (armv5tel)
Kernel: Linux 3.2.0-4-kirkwood
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages qcontrol depends on:
ii libc6 2.13-38
ii liblua5.1-0 5.1.5-4
ii udev 175-7.2
qcontrol recommends no packages.
qcontrol suggests no packages.
-- Configuration Files:
/etc/qcontrol/ts41x.lua changed [not included]
-- no debconf information
-- hysteresis implementation:
-- - - > 35 > - - - > 40 > - - - > 50 > - - - > 65 > - - -
-- silence -- low -- medium -- high -- full |
-- - - < 32 < - - - < 35 < - - - < 45 < - - - < 55 < - - -
function temp( temp )
logtemp(temp)
if last_fan_setting == "full" then
if temp < 55 then
setfan("high")
end
elseif last_fan_setting == "high" then
if temp > 65 then
setfan("full")
elseif temp < 45 then
setfan("medium")
end
elseif last_fan_setting == "medium" then
if temp > 50 then
setfan("high")
elseif temp < 35 then
setfan("low")
end
elseif last_fan_setting == "low" then
if temp > 40 then
setfan("medium")
elseif temp < 32 then
setfan("silence")
end
elseif last_fan_setting == "silence"
if temp > 35 then
setfan("low")
end
else
setfan("high")
end
end
--- End Message ---
--- Begin Message ---
Source: qcontrol
Source-Version: 0.5.1-3
We believe that the bug you reported is fixed in the latest version of
qcontrol, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ian Campbell <[email protected]> (supplier of updated qcontrol package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 01 Jun 2013 15:02:26 +0100
Source: qcontrol
Binary: qcontrol qcontrol-udeb
Architecture: source armel
Version: 0.5.1-3
Distribution: sid
Urgency: low
Maintainer: Ian Campbell <[email protected]>
Changed-By: Ian Campbell <[email protected]>
Description:
qcontrol - hardware control for QNAP Turbo Station devices
qcontrol-udeb - hardware control for QNAP Turbo Station devices (udeb)
Closes: 709095
Changes:
qcontrol (0.5.1-3) unstable; urgency=low
.
* Ignore 0x43 (RTC wakeup command) from PIC to avoid spamming logs.
* Implement hysteresis for fan control. (Closes: #709095)
Checksums-Sha1:
b134509b660e9a4686936b83a73b490535038144 1935 qcontrol_0.5.1-3.dsc
b17772d7b1e19e0e7822301ebf527c512e9fc40f 13506 qcontrol_0.5.1-3.debian.tar.gz
535e1376e2970b0c6f906a3d5dbbc44328c1f379 25282 qcontrol_0.5.1-3_armel.deb
70db02442e27c0fe79e9edcd0690c1ab217b5869 61236 qcontrol-udeb_0.5.1-3_armel.udeb
Checksums-Sha256:
1de1c58aa8186977d9c92e66b8986a24349cee0797bc5997524508caeead5010 1935
qcontrol_0.5.1-3.dsc
98e5882074deb92b0359e518c1531440b90cf62904297cc2779f0f9ef96a41d1 13506
qcontrol_0.5.1-3.debian.tar.gz
a94da5385c60dbc745bd2a42073510256f0203289ba3d1992759e17064bbf6a6 25282
qcontrol_0.5.1-3_armel.deb
a90d493c0cba687f27add83027b0c8a1dfcec08b897a1b1467ebe5b926a63aaf 61236
qcontrol-udeb_0.5.1-3_armel.udeb
Files:
c2301ac915572602ae6c96fec4009a21 1935 utils optional qcontrol_0.5.1-3.dsc
66542cdddaad9e95a04e30027181593d 13506 utils optional
qcontrol_0.5.1-3.debian.tar.gz
52cdf069f0ee6d3ebac3d30b013b6f83 25282 utils optional
qcontrol_0.5.1-3_armel.deb
4a7b091bc6e10139d3f8802b7e3c7025 61236 debian-installer optional
qcontrol-udeb_0.5.1-3_armel.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRqgVlAAoJECouJZ9pWkbGL1gP/RCx29Hl/C5cNPxfuKfjQJAO
55+XjG42m7Q0kQg3qtWdAOXS1ZXfyFGwUArP2NCHyZgMmY9j0AP4LNF0abeMpOAB
2sX+61IkVzAx5dTpUyBpOsMZcQD3VJIBGbvg1Jfbpri/TystU16e/sPvC70/YDZL
DwwowM5ha/+YcavDWzUF5nvUu+Hyufck/RVlt6SJkM/PGyzCVhjjPqb8T7RtE2AN
VSSjDraqeVzZWIxmOgPOce0LnrrSUqvKbZ7RQFPZNob4kEKSRtkAjHmpaF5gkoJ1
iQtbSu0SUEtfBx+lKO7qA76S33fxrrUnqUI5SpEv8kY2ctRKGwWFjs5LJ1T9/YoI
EmrZK+6R0mJfnVMtVMO7FqJSRjUZaot15FfVUtIXGUqgElJNENC68Nqt5+6tt8YQ
GbdDk98z2a1hk+B7eeAdSmE3SkOFglLyv9oJ13/l1X+SfI+tw57i1c19gLYLjSDc
VgOhtZGhkYAHJHo+KVcYHM9aKY6RpoKrCYywbN92VCFJzvWNLkMUZvmHOLxI8mZA
A6ckT/UclSj3ythbcZZgpwnMoabGN0PC132Y8elNcuP05aQZdLZDp1PgsWZswss+
Fv52T2gF6byUw1uQQ68xxGY2Kfrptruy8Mul7m/u5G9xPKRWyuku/0gRDcAR2Ifj
AtCjQcsSXHwpAr+hqixn
=uAxM
-----END PGP SIGNATURE-----
--- End Message ---