[opensuse] Any ideas?
Hi When there is a large snapshot download, it does a long "checking file conflicts" before installing. I have an issue during that "checking" process, after a while my system starts bleeping randomly as if its in pain - does anyone know if i can do anything about it? Regards Ian -- opensuse:tumbleweed:20170815 Qt: 5.9.1 KDE Frameworks: 5.36.0 KDE Plasma: 5.10.4 kwin 5.10.4 kmail2 5.5.3 akonadiserver 5.5.3 Kernel: 4.11.8-2-default Nouveau: 1.0.15_1.2 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
ianseeks composed on 2017-08-17 08:11 (UTC+0100):
When there is a large snapshot download, it does a long "checking file conflicts" before installing. I have an issue during that "checking" process, after a while my system starts bleeping randomly as if its in pain - does anyone know if i can do anything about it?
A process like that can load a CPU heavily. Check your BIOS/firmware for an overheat warning beep and note the temperature setting. Then check CPU temp when encountering the beep. As a precaution, ensure that your CPU cooler is clean and its fan working. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thursday, 17 August 2017 08:33:09 BST Felix Miata wrote:
ianseeks composed on 2017-08-17 08:11 (UTC+0100):
When there is a large snapshot download, it does a long "checking file conflicts" before installing. I have an issue during that "checking" process, after a while my system starts bleeping randomly as if its in pain - does anyone know if i can do anything about it?
A process like that can load a CPU heavily. Check your BIOS/firmware for an overheat warning beep and note the temperature setting. Then check CPU temp when encountering the beep. As a precaution, ensure that your CPU cooler is clean and its fan working.
Thanks Felix. I'll give that a go, i'll look for a widget that could show the temp so i can monitor it during the bleeps -- opensuse:tumbleweed:20170815 Qt: 5.9.1 KDE Frameworks: 5.36.0 KDE Plasma: 5.10.4 kwin 5.10.4 kmail2 5.5.3 akonadiserver 5.5.3 Kernel: 4.11.8-2-default Nouveau: 1.0.15_1.2 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 17/08/17 11:11, ianseeks wrote:
ianseeks composed on 2017-08-17 08:11 (UTC+0100):
When there is a large snapshot download, it does a long "checking file conflicts" before installing. I have an issue during that "checking" process, after a while my system starts bleeping randomly as if its in pain - does anyone know if i can do anything about it? A process like that can load a CPU heavily. Check your BIOS/firmware for an overheat warning beep and note the temperature setting. Then check CPU temp when encountering the beep. As a precaution, ensure that your CPU cooler is clean and its fan working. Thanks Felix. I'll give that a go, i'll look for a widget that could show
On Thursday, 17 August 2017 08:33:09 BST Felix Miata wrote: the temp so i can monitor it during the bleeps
- gkrellm can do this : set to show temps each cpu core ......... also : sensors /usr/bin/sensors ........ regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thursday, 17 August 2017 09:21:36 BST ellanios82 wrote:
On 17/08/17 11:11, ianseeks wrote:
On Thursday, 17 August 2017 08:33:09 BST Felix Miata wrote:
ianseeks composed on 2017-08-17 08:11 (UTC+0100):
When there is a large snapshot download, it does a long "checking file conflicts" before installing. I have an issue during that "checking" process, after a while my system starts bleeping randomly as if its in pain - does anyone know if i can do anything about it?
A process like that can load a CPU heavily. Check your BIOS/firmware for an overheat warning beep and note the temperature setting. Then check CPU temp when encountering the beep. As a precaution, ensure that your CPU cooler is clean and its fan working.
Thanks Felix. I'll give that a go, i'll look for a widget that could show the temp so i can monitor it during the bleeps
- gkrellm can do this : set to show temps each cpu core
.........
also :
sensors
/usr/bin/sensors
........
regards
Thanks. Had to install it first :) -- opensuse:tumbleweed:20170815 Qt: 5.9.1 KDE Frameworks: 5.36.0 KDE Plasma: 5.10.4 kwin 5.10.4 kmail2 5.5.3 akonadiserver 5.5.3 Kernel: 4.11.8-2-default Nouveau: 1.0.15_1.2 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* ianseeks <bingmybong@btinternet.com> [08-17-17 04:13]:
On Thursday, 17 August 2017 08:33:09 BST Felix Miata wrote:
ianseeks composed on 2017-08-17 08:11 (UTC+0100):
When there is a large snapshot download, it does a long "checking file conflicts" before installing. I have an issue during that "checking" process, after a while my system starts bleeping randomly as if its in pain - does anyone know if i can do anything about it?
A process like that can load a CPU heavily. Check your BIOS/firmware for an overheat warning beep and note the temperature setting. Then check CPU temp when encountering the beep. As a precaution, ensure that your CPU cooler is clean and its fan working.
Thanks Felix. I'll give that a go, i'll look for a widget that could show the temp so i can monitor it during the bleeps
just install sensors, configure and do: while : ; do date ; sensors -f | grep Core ; echo ; sleep 30; done will print individual cpu temps every 30 seconds with the date/time header and blank line at the end, until you stop it or system borks. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
ellanios82
-
Felix Miata
-
ianseeks
-
Patrick Shanahan