similar to: erroneous cpu thermal throttling / actually a python3 question

Displaying 20 results from an estimated 1000 matches similar to: "erroneous cpu thermal throttling / actually a python3 question"

2020 Aug 09
2
python problem
Question for the list: I have a small, aircooled pc server, which is running fine, but the log gets filled with a series of messages saying the package, and each of 8 cpus is throttled because of thermal issues. Then, within the same second according to the timestamps, it reports everything is OK and throttling is off. This happens once every minute. In reality, when I try performance
2020 Aug 09
0
python problem while trying to fix a separate issue
Question for the list: I have a small, aircooled pc server, which is running fine, but the log gets filled with a series of messages saying the package, and each of 8 cpus is throttled because of thermal issues. Then, within the same second according to the timestamps, it reports everything is OK and throttling is off. This happens once every minute. In reality, when I try performance
2020 Aug 09
0
python problem
On Sun, Aug 9, 2020 at 1:40 PM Chuck Campbell <campbell at accelinc.com> wrote: > ... > dnf copr enable abn/throttled > dnf install -y throttled > > but I get this output: > Error: > Problem: conflicting requests > - nothing provides python3-configparser needed by throttled0.7-1.x86_64 > > I have no guess what to do about this. Well, that dependency is
2017 Jul 21
0
[RFC PATCH 13/13] clk: thermal throttling
Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- drm/nouveau/include/nvkm/subdev/clk.h | 1 + drm/nouveau/nvkm/subdev/clk/base.c | 35 +++++++++++++++++++++++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/drm/nouveau/include/nvkm/subdev/clk.h b/drm/nouveau/include/nvkm/subdev/clk.h index f5ff1fd9..b79bf657 100644 ---
2017 Sep 15
0
[RFC PATCH 17/29] clk: thermal throttling
v2: make message about relaxed throttling an info rework reporting about current clk state Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- drm/nouveau/include/nvkm/subdev/clk.h | 1 + drm/nouveau/nvkm/subdev/clk/base.c | 44 +++++++++++++++++++++++++---------- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/drm/nouveau/include/nvkm/subdev/clk.h
2013 Nov 06
0
[LLVMdev] configparser and ConfigParser are different
Okay, I've traced it to a bug in configparser, which on my python 2.7.4 system is a backport of configparser from python 3. Here is a clean patch that works around the problem. Geoffrey On Wed, Nov 6, 2013 at 10:24 AM, Geoffrey Irving <irving at naml.us> wrote: > LLVM builds with me on the release_33 branch, but fails on trunk. I > bisected the problem to this commit: > >
2013 Nov 06
2
[LLVMdev] configparser and ConfigParser are different
LLVM builds with me on the release_33 branch, but fails on trunk. I bisected the problem to this commit: commit b49fb7bcd5001567d2da06f6a6e1c7ba79649e1b Author: Daniel Dunbar <daniel at zuster.org> Date: Wed Aug 14 23:15:39 2013 +0000 [llvm-build] Make Py3 compatible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 188424 91177308-0d34-0410-b5e6-96231b3b80d8
2007 Dec 08
0
lmsensors sensors.conf file for gigabyte GA7N400 Pro2
Having done my fresh 5.0 install a couple months ago I'm slowly getting things back in to working condition. Decided last night to try setting up lmsensors. Got it all set up (modules, etc taken care of) and it runs and reports values, but some of 'em a clearly wrong with the default sensors.conf Trying to use the old sensors.conf I used on Centos 4 produces even more whacked-out results,
2017 Jul 21
0
[RFC PATCH 12/13] clk: parse thermal policies for throttling thresholds
Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- drm/nouveau/include/nvkm/subdev/clk.h | 2 ++ drm/nouveau/nvkm/subdev/clk/base.c | 42 +++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/drm/nouveau/include/nvkm/subdev/clk.h b/drm/nouveau/include/nvkm/subdev/clk.h index f35518c3..f5ff1fd9 100644 --- a/drm/nouveau/include/nvkm/subdev/clk.h +++
2017 Sep 15
0
[RFC PATCH 16/29] clk: parse thermal policies for throttling thresholds
v2: use min_t Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- drm/nouveau/include/nvkm/subdev/clk.h | 2 ++ drm/nouveau/nvkm/subdev/clk/base.c | 42 +++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/drm/nouveau/include/nvkm/subdev/clk.h b/drm/nouveau/include/nvkm/subdev/clk.h index f35518c3..f5ff1fd9 100644 ---
2012 Nov 28
1
Build error of NSD4 on Debian Squeeze
Hello World, I am trying to build NSD4 on Debian Squeeze and I get the following errors when running `make`. ``` $ pwd /home/wiz/src/nsd/tags/NSD_4_0_0_imp_5 $ make [... output omitted ...] gcc -g -O2 -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o configparse acket.o query.o rbtree.o radtree.o rdata.o region-allocator.o tsig.o tsig-opens 4_pton.o b64_ntop.o -lcrypto configparser.o: In
2017 Jul 22
1
[RFC PATCH 12/13] clk: parse thermal policies for throttling thresholds
On Fri, Jul 21, 2017 at 5:55 PM, Karol Herbst <karolherbst at gmail.com> wrote: > Signed-off-by: Karol Herbst <karolherbst at gmail.com> > --- > drm/nouveau/include/nvkm/subdev/clk.h | 2 ++ > drm/nouveau/nvkm/subdev/clk/base.c | 42 +++++++++++++++++++++++++++++++++++ > 2 files changed, 44 insertions(+) > > diff --git a/drm/nouveau/include/nvkm/subdev/clk.h
2017 Oct 08
1
[RFC PATCH 16/29] clk: parse thermal policies for throttling thresholds
On 2017-09-15 — 17:11, Karol Herbst wrote: > v2: use min_t > > Signed-off-by: Karol Herbst <karolherbst at gmail.com> > --- > drm/nouveau/include/nvkm/subdev/clk.h | 2 ++ > drm/nouveau/nvkm/subdev/clk/base.c | 42 +++++++++++++++++++++++++++++++++++ > 2 files changed, 44 insertions(+) > > diff --git a/drm/nouveau/include/nvkm/subdev/clk.h
2008 Jul 11
2
looking for motherboard / temp / hdd monitor, other than lmsensors
Hi all What other good temp / motherboard / fan speed / HDD / etc monitor can I use on CentOS 5.1 (or even 5.2 - still need to upgrade)? I know lmsensors works ok'ish, but it doesn't pickup my Gigabyte motherboard properly. -- Kind Regards Rudi Ahlers CEO, SoftDux Web: http://www.SoftDux.com Check out my technical blog, http://blog.softdux.com for Linux or other technical stuff,
2008 Aug 29
0
lmsensors support in net-snmp
Hello, I'm wanting to use cacti* to graph my motherboard fan/temperature/voltage readings. I have sensors working and it giving me the temperatures ets, but it seems that net-snmp needs to be compiled with sensors/lmsensors support. Is there a centos 5 rpm for net-snmp that support this? Thanks. *http://forums.cacti.net/viewtopic.php?t=11590
2017 Jul 21
15
[RFC PATCH 00/13] Thermal throttling
Adds Nouveau controlled thermal throttling for Kepler+ GPUs. With this I feel safe enough to add support for Maxwell2 reclocking later on (still hidden behind a switch, but we can be fairly sure to not overheat hardware if a user isn't carefull enough) Contains all patches from my clk update series, but I thought it makes sense to include those in this series as well for completness. Please
2005 Feb 11
1
CentOS CPU Temperature - Mini-HowTo
Ok, Way too many requests. SO..... here's my Mini How-To. Use of this is at your own risk, Blah Blah Blah legal disclaimer applies..... ;-) Download from either: http://secure.netroedge.com/~lm78/ or http://www.integratedsolutions.org/downloads/i2c-2.8.7.tar.gz http://www.integratedsolutions.org/downloads/i2c-2.9.0.1.patch http://www.integratedsolutions.org/downloads/i2c-2.9.0.tar.gz
2013 Sep 14
1
Overheating on laptop as compared to RHEL
Hi, I have an acer 5738g laptop on which i tried out the centos6.4 live CD. The laptop feels noticable hotter and i check the temperature using something like cat /proc/acpi/thermal_zone/. The temperatures are around 57-60 degrees when the laptop is just idling, ie, just the desktop and the terminal window open. I install lm_sensors using yum and it installs successfully, but there is no
2015 Dec 23
1
CentOS 7 pcp-pmda-nvidia-gpu SELinux problems
Hi all, I installed Performance Co-Pilot 3 days ago, and installed the nVidia PMDA according to the instructions at https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Performance_Tuning_Guide/ch03s03s02.html and was able to view metrics about my video card using pmchart. I then played around a little with the lmsensors PMDA (but it doesn't look too useful to me -
2015 Dec 03
0
diagnosing noise
On Thu, 3 Dec 2015, Michael Hennebry wrote: > Though quiet at the moment, > my desktop sometimes sometimes makes a noise that I attribute > to either a disk or a fan on its last legs. > I'm looking for suggestions for distinguishing. > > For the disk, I expect I should use either hdparm of fsck. > Even after reading the man page, I'm not sure how I would use hdparm.