December 13, 201510 yr Anytime I'm watching a movie that requires transcoding, my unraid heat alarm goes off. If I check the IPMI temperatures there is no warning. Its all green. I've tried to get the temperatures working but I've been unable to because of my limited knowledge of Linux though I know enough to be dangerous. My sensors output: coretemp-isa-0000 Adapter: ISA adapter Core 0: +33.0°C (high = +83.0°C, crit = +99.0°C) Core 1: +29.0°C (high = +83.0°C, crit = +99.0°C) Core 2: +33.0°C (high = +83.0°C, crit = +99.0°C) Core 3: +33.0°C (high = +83.0°C, crit = +99.0°C) jc42-i2c-0-18 Adapter: SMBus I801 adapter at 0400 temp1: +26.2°C (low = +0.0°C) ALARM (HIGH, CRIT) (high = +0.0°C, hyst = +0.0°C) (crit = +0.0°C, hyst = +0.0°C) jc42-i2c-0-19 Adapter: SMBus I801 adapter at 0400 temp1: +25.8°C (low = +0.0°C) ALARM (HIGH, CRIT) (high = +0.0°C, hyst = +0.0°C) (crit = +0.0°C, hyst = +0.0°C) jc42-i2c-0-1a Adapter: SMBus I801 adapter at 0400 temp1: +26.2°C (low = +0.0°C) ALARM (HIGH, CRIT) (high = +0.0°C, hyst = +0.0°C) (crit = +0.0°C, hyst = +0.0°C) jc42-i2c-0-1b Adapter: SMBus I801 adapter at 0400 temp1: +27.0°C (low = +0.0°C) ALARM (HIGH, CRIT) (high = +0.0°C, hyst = +0.0°C) (crit = +0.0°C, hyst = +0.0°C) w83627dhg-isa-0a10 Adapter: ISA adapter Vcore: +0.90 V (min = +0.60 V, max = +1.49 V) in1: +1.84 V (min = +1.62 V, max = +1.99 V) AVCC: +3.28 V (min = +2.96 V, max = +3.63 V) +3.3V: +3.26 V (min = +2.96 V, max = +3.63 V) in4: +1.53 V (min = +1.35 V, max = +1.65 V) in5: +1.28 V (min = +1.13 V, max = +1.38 V) in6: +1.46 V (min = +1.42 V, max = +1.52 V) 3VSB: +3.26 V (min = +2.96 V, max = +3.63 V) Vbat: +3.17 V (min = +2.96 V, max = +3.63 V) fan1: 1196 RPM (min = 712 RPM, div = fan2: 0 RPM (min = 753 RPM, div = 128) ALARM fan3: 675 RPM (min = 712 RPM, div = ALARM fan4: 1222 RPM (min = 712 RPM, div = fan5: 1962 RPM (min = 712 RPM, div = temp1: +32.0°C (high = +60.0°C, hyst = +55.0°C) sensor = thermistor temp2: +34.0°C (high = +95.0°C, hyst = +92.0°C) sensor = CPU diode temp3: +29.5°C (high = +75.0°C, hyst = +70.0°C) sensor = thermistor cpu0_vid: +1.513 V intrusion0: OK My go file: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & # # modprobe CPU, Motherboard, and Fan sensors # modprobe coretemp modprobe jc42 modprobe w83627ehf My sensonrs.conf file placed in config\plugins\dynamix and config\: # sensors configuration chip "w83627ehf-*" "w83627dhg-*" label temp1 "MB Temp" label temp2 "CPU Temp" Log file had the following warning: Dec 12 02:07:44 KITTEN kernel: CPU3: Core temperature above threshold, cpu clock throttled (total events = 3392) Dec 12 02:07:44 KITTEN kernel: CPU7: Core temperature above threshold, cpu clock throttled (total events = 3392) Temperatures for CPU for MB don't show up in the WebUI but for some odd reasons heat alarm still goes off and it scares the bajesus out of me. This isn't the first time it has happened. Any help would be appreciated.
Archived
This topic is now archived and is closed to further replies.