* [gentoo-user] Computer turn itself off
@ 2015-05-23 21:24 Joseph
2015-05-23 22:08 ` Zhu Sha Zang
0 siblings, 1 reply; 17+ messages in thread
From: Joseph @ 2015-05-23 21:24 UTC (permalink / raw
To: gentoo-user
I have a box in a remote location (8-core CPU) and it turn itself off during compiling
The box it connected to UPS. Is it power supply?
--
Joseph
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Computer turn itself off
2015-05-23 21:24 [gentoo-user] Computer turn itself off Joseph
@ 2015-05-23 22:08 ` Zhu Sha Zang
2015-05-23 22:41 ` Joseph
2015-05-23 22:53 ` Joseph
0 siblings, 2 replies; 17+ messages in thread
From: Zhu Sha Zang @ 2015-05-23 22:08 UTC (permalink / raw
To: gentoo-user
On 05/23/2015 05:24 PM, Joseph wrote:
> I have a box in a remote location (8-core CPU) and it turn itself off
> during compiling
>
> The box it connected to UPS. Is it power supply?
>
Maybe. I have a problem like that when using high processing simulation
with nvidia-cuda and the power supply protection was unable to keep a
safe energy level then the system goes off.
But, if the failure happens during compilation time can be a heat
problem. Install lm_sensors and use something like that: "watch -n 1
sensors".
If not, if the temperature stay at safe levels, maybe you have a RAM
corruption. In this case, you'll need to use memtest86++ to check.
Good Luck
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Computer turn itself off
2015-05-23 22:08 ` Zhu Sha Zang
@ 2015-05-23 22:41 ` Joseph
2015-05-23 22:53 ` Joseph
1 sibling, 0 replies; 17+ messages in thread
From: Joseph @ 2015-05-23 22:41 UTC (permalink / raw
To: gentoo-user
On 05/23/15 18:08, Zhu Sha Zang wrote:
>On 05/23/2015 05:24 PM, Joseph wrote:
>> I have a box in a remote location (8-core CPU) and it turn itself off
>> during compiling
>>
>> The box it connected to UPS. Is it power supply?
>>
>
>Maybe. I have a problem like that when using high processing simulation
>with nvidia-cuda and the power supply protection was unable to keep a
>safe energy level then the system goes off.
>
>But, if the failure happens during compilation time can be a heat
>problem. Install lm_sensors and use something like that: "watch -n 1
>sensors".
>
>If not, if the temperature stay at safe levels, maybe you have a RAM
>corruption. In this case, you'll need to use memtest86++ to check.
>
>Good Luck
Thank you for the feedback, checking the sensors there is what I get:
fan1: 0 RPM (min = 10 RPM) ALARM
fan2: 0 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan5: 0 RPM (min = 0 RPM)
temp1: +45.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
temp2: +98.0°C (low = +127.0°C, high = +70.0°C) sensor = thermal diode
temp3: +98.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
--
Joseph
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Computer turn itself off
2015-05-23 22:08 ` Zhu Sha Zang
2015-05-23 22:41 ` Joseph
@ 2015-05-23 22:53 ` Joseph
2015-05-23 23:11 ` Mick
2015-05-24 0:52 ` Zhu Sha Zang
1 sibling, 2 replies; 17+ messages in thread
From: Joseph @ 2015-05-23 22:53 UTC (permalink / raw
To: gentoo-user
On 05/23/15 18:08, Zhu Sha Zang wrote:
>On 05/23/2015 05:24 PM, Joseph wrote:
>> I have a box in a remote location (8-core CPU) and it turn itself off
>> during compiling
>>
>> The box it connected to UPS. Is it power supply?
>>
>
>Maybe. I have a problem like that when using high processing simulation
>with nvidia-cuda and the power supply protection was unable to keep a
>safe energy level then the system goes off.
>
>But, if the failure happens during compilation time can be a heat
>problem. Install lm_sensors and use something like that: "watch -n 1
>sensors".
>
>If not, if the temperature stay at safe levels, maybe you have a RAM
>corruption. In this case, you'll need to use memtest86++ to check.
>
>Good Luck
I tried to read the lm-sensors again and the compupter turn crash with the readings:
fan1: 0 RPM (min = 10 RPM) ALARM
fan2: 0 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan5: 0 RPM (min = 0 RPM)
temp1: +47.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
temp2: +106.0°C (low = +127.0°C, high = +70.0°C) sensor = thermal diode
temp3: +106.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
cpu0_vid: +1.250 V
I'm suspecting it is power supply.
--
Joseph
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Computer turn itself off
2015-05-23 22:53 ` Joseph
@ 2015-05-23 23:11 ` Mick
2015-05-24 0:52 ` Zhu Sha Zang
1 sibling, 0 replies; 17+ messages in thread
From: Mick @ 2015-05-23 23:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 2180 bytes --]
On Saturday 23 May 2015 23:53:32 Joseph wrote:
> On 05/23/15 18:08, Zhu Sha Zang wrote:
> >On 05/23/2015 05:24 PM, Joseph wrote:
> >> I have a box in a remote location (8-core CPU) and it turn itself off
> >> during compiling
> >>
> >> The box it connected to UPS. Is it power supply?
> >
> >Maybe. I have a problem like that when using high processing simulation
> >with nvidia-cuda and the power supply protection was unable to keep a
> >safe energy level then the system goes off.
> >
> >But, if the failure happens during compilation time can be a heat
> >problem. Install lm_sensors and use something like that: "watch -n 1
> >sensors".
> >
> >If not, if the temperature stay at safe levels, maybe you have a RAM
> >corruption. In this case, you'll need to use memtest86++ to check.
> >
> >Good Luck
>
> I tried to read the lm-sensors again and the compupter turn crash with the
> readings:
>
> fan1: 0 RPM (min = 10 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM)
> fan3: 0 RPM (min = 0 RPM)
> fan5: 0 RPM (min = 0 RPM)
> temp1: +47.0°C (low = +127.0°C, high = +127.0°C) sensor =
> thermistor temp2: +106.0°C (low = +127.0°C, high = +70.0°C)
> sensor = thermal diode temp3: +106.0°C (low = +127.0°C, high =
> +127.0°C) sensor = thermistor cpu0_vid: +1.250 V
>
> I'm suspecting it is power supply.
I wouldn't trust these numbers. You probably need a different/correct driver
in your kernel to measure your CPU and MoBo chipset readings and/or a later
BIOS firmware.
Whenever I had such problems they were down to bad memory (some PCs are rather
particular in only accepting matching memory modules) and also down to a sick
power supply.
Memetest86+ should tell you after some hours if something is amiss.
The power supply problem will require opening it up and checking for domed
capacitors. A few cents later and with a soldering iron in hand you should be
able to fix any cheap capacitor induced failure.
Of course if the machine is hundreds of miles away, attending to it is more of
a problem.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Computer turn itself off
2015-05-23 22:53 ` Joseph
2015-05-23 23:11 ` Mick
@ 2015-05-24 0:52 ` Zhu Sha Zang
2015-05-24 1:12 ` [gentoo-user] [SOLVED] " Joseph
1 sibling, 1 reply; 17+ messages in thread
From: Zhu Sha Zang @ 2015-05-24 0:52 UTC (permalink / raw
To: gentoo-user
On 05/23/2015 06:53 PM, Joseph wrote:
> On 05/23/15 18:08, Zhu Sha Zang wrote:
>> On 05/23/2015 05:24 PM, Joseph wrote:
>>> I have a box in a remote location (8-core CPU) and it turn itself off
>>> during compiling
>>>
>>> The box it connected to UPS. Is it power supply?
>>>
>>
>> Maybe. I have a problem like that when using high processing simulation
>> with nvidia-cuda and the power supply protection was unable to keep a
>> safe energy level then the system goes off.
>>
>> But, if the failure happens during compilation time can be a heat
>> problem. Install lm_sensors and use something like that: "watch -n 1
>> sensors".
>>
>> If not, if the temperature stay at safe levels, maybe you have a RAM
>> corruption. In this case, you'll need to use memtest86++ to check.
>>
>> Good Luck
>
> I tried to read the lm-sensors again and the compupter turn crash with
> the readings:
>
> fan1: 0 RPM (min = 10 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM)
> fan3: 0 RPM (min = 0 RPM)
> fan5: 0 RPM (min = 0 RPM)
> temp1: +47.0°C (low = +127.0°C, high = +127.0°C) sensor =
> thermistor
> temp2: +106.0°C (low = +127.0°C, high = +70.0°C) sensor =
> thermal diode
> temp3: +106.0°C (low = +127.0°C, high = +127.0°C) sensor =
> thermistor
> cpu0_vid: +1.250 V
>
> I'm suspecting it is power supply.
>
Hey, did you run "sensors-detect" and "/etc/init.d/lm_sensors" as root
before use "sensors"?
As was said, maybe you're using wrong kernel modules.
Regards
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 0:52 ` Zhu Sha Zang
@ 2015-05-24 1:12 ` Joseph
2015-05-24 9:09 ` Mick
` (2 more replies)
0 siblings, 3 replies; 17+ messages in thread
From: Joseph @ 2015-05-24 1:12 UTC (permalink / raw
To: gentoo-user
On 05/23/15 20:52, Zhu Sha Zang wrote:
>On 05/23/2015 06:53 PM, Joseph wrote:
>> On 05/23/15 18:08, Zhu Sha Zang wrote:
>>> On 05/23/2015 05:24 PM, Joseph wrote:
>>>> I have a box in a remote location (8-core CPU) and it turn itself off
>>>> during compiling
>>>>
>>>> The box it connected to UPS. Is it power supply?
>>>>
>>>
>>> Maybe. I have a problem like that when using high processing simulation
>>> with nvidia-cuda and the power supply protection was unable to keep a
>>> safe energy level then the system goes off.
>>>
>>> But, if the failure happens during compilation time can be a heat
>>> problem. Install lm_sensors and use something like that: "watch -n 1
>>> sensors".
>>>
>>> If not, if the temperature stay at safe levels, maybe you have a RAM
>>> corruption. In this case, you'll need to use memtest86++ to check.
>>>
>>> Good Luck
>>
>> I tried to read the lm-sensors again and the compupter turn crash with
>> the readings:
>>
>> fan1: 0 RPM (min = 10 RPM) ALARM
>> fan2: 0 RPM (min = 0 RPM)
>> fan3: 0 RPM (min = 0 RPM)
>> fan5: 0 RPM (min = 0 RPM)
>> temp1: +47.0°C (low = +127.0°C, high = +127.0°C) sensor =
>> thermistor
>> temp2: +106.0°C (low = +127.0°C, high = +70.0°C) sensor =
>> thermal diode
>> temp3: +106.0°C (low = +127.0°C, high = +127.0°C) sensor =
>> thermistor
>> cpu0_vid: +1.250 V
>>
>> I'm suspecting it is power supply.
>>
>
>Hey, did you run "sensors-detect" and "/etc/init.d/lm_sensors" as root
>before use "sensors"?
>
>As was said, maybe you're using wrong kernel modules.
I went to pickup the remote box and look at it; the CPU fan stop working. The CPU heat sink is big so in idle mode it could keep up with cooling it but under heavy
load "compiling anything" the CPU was overheating.
--
Joseph
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 1:12 ` [gentoo-user] [SOLVED] " Joseph
@ 2015-05-24 9:09 ` Mick
2015-05-24 9:25 ` Dale
2015-05-24 9:50 ` Neil Bothwick
2015-05-24 19:19 ` Ed Martinez
2015-05-24 23:53 ` [gentoo-user] " James
2 siblings, 2 replies; 17+ messages in thread
From: Mick @ 2015-05-24 9:09 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 2402 bytes --]
On Sunday 24 May 2015 02:12:34 Joseph wrote:
> On 05/23/15 20:52, Zhu Sha Zang wrote:
> >On 05/23/2015 06:53 PM, Joseph wrote:
> >> On 05/23/15 18:08, Zhu Sha Zang wrote:
> >>> On 05/23/2015 05:24 PM, Joseph wrote:
> >>>> I have a box in a remote location (8-core CPU) and it turn itself off
> >>>> during compiling
> >>>>
> >>>> The box it connected to UPS. Is it power supply?
> >>>
> >>> Maybe. I have a problem like that when using high processing simulation
> >>> with nvidia-cuda and the power supply protection was unable to keep a
> >>> safe energy level then the system goes off.
> >>>
> >>> But, if the failure happens during compilation time can be a heat
> >>> problem. Install lm_sensors and use something like that: "watch -n 1
> >>> sensors".
> >>>
> >>> If not, if the temperature stay at safe levels, maybe you have a RAM
> >>> corruption. In this case, you'll need to use memtest86++ to check.
> >>>
> >>> Good Luck
> >>
> >> I tried to read the lm-sensors again and the compupter turn crash with
> >> the readings:
> >>
> >> fan1: 0 RPM (min = 10 RPM) ALARM
> >> fan2: 0 RPM (min = 0 RPM)
> >> fan3: 0 RPM (min = 0 RPM)
> >> fan5: 0 RPM (min = 0 RPM)
> >> temp1: +47.0°C (low = +127.0°C, high = +127.0°C) sensor =
> >> thermistor
> >> temp2: +106.0°C (low = +127.0°C, high = +70.0°C) sensor =
> >> thermal diode
> >> temp3: +106.0°C (low = +127.0°C, high = +127.0°C) sensor =
> >> thermistor
> >> cpu0_vid: +1.250 V
> >>
> >> I'm suspecting it is power supply.
> >
> >Hey, did you run "sensors-detect" and "/etc/init.d/lm_sensors" as root
> >before use "sensors"?
> >
> >As was said, maybe you're using wrong kernel modules.
>
> I went to pickup the remote box and look at it; the CPU fan stop working.
> The CPU heat sink is big so in idle mode it could keep up with cooling it
> but under heavy load "compiling anything" the CPU was overheating.
Ha! So the fan speeds showing zero was true. :-)
Often they start rattling before they fail. I found that peeling off the self
adhesive label in the middle and applying a single drop of thin oil on the
bearing restores them to rude health. I have one here which is still running
quietly for five years since my intervention with an oil can.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 9:09 ` Mick
@ 2015-05-24 9:25 ` Dale
2015-05-24 9:50 ` Neil Bothwick
1 sibling, 0 replies; 17+ messages in thread
From: Dale @ 2015-05-24 9:25 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> On Sunday 24 May 2015 02:12:34 Joseph wrote:
>> On 05/23/15 20:52, Zhu Sha Zang wrote:
>>> On 05/23/2015 06:53 PM, Joseph wrote:
>>>>
>>>> I tried to read the lm-sensors again and the compupter turn crash with
>>>> the readings:
>>>>
>>>> fan1: 0 RPM (min = 10 RPM) ALARM
>>>> fan2: 0 RPM (min = 0 RPM)
>>>> fan3: 0 RPM (min = 0 RPM)
>>>> fan5: 0 RPM (min = 0 RPM)
>>>> temp1: +47.0°C (low = +127.0°C, high = +127.0°C) sensor =
>>>> thermistor
>>>> temp2: +106.0°C (low = +127.0°C, high = +70.0°C) sensor =
>>>> thermal diode
>>>> temp3: +106.0°C (low = +127.0°C, high = +127.0°C) sensor =
>>>> thermistor
>>>> cpu0_vid: +1.250 V
>>>>
>>>> I'm suspecting it is power supply.
>>> Hey, did you run "sensors-detect" and "/etc/init.d/lm_sensors" as root
>>> before use "sensors"?
>>>
>>> As was said, maybe you're using wrong kernel modules.
>> I went to pickup the remote box and look at it; the CPU fan stop working.
>> The CPU heat sink is big so in idle mode it could keep up with cooling it
>> but under heavy load "compiling anything" the CPU was overheating.
> Ha! So the fan speeds showing zero was true. :-)
>
> Often they start rattling before they fail. I found that peeling off the self
> adhesive label in the middle and applying a single drop of thin oil on the
> bearing restores them to rude health. I have one here which is still running
> quietly for five years since my intervention with an oil can.
>
I'm real bad to take a needle, like people take shots with, and poke a
small hole in and oil fans that way. I also do that to those expensive
high speed bearings on my riding lawn mowers. I've had bearings last
for decades that way. It is amazing what just a tiny bit of added oil
will do. ;-)
Dale
:-) :-)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 9:09 ` Mick
2015-05-24 9:25 ` Dale
@ 2015-05-24 9:50 ` Neil Bothwick
2015-05-24 10:01 ` Peter Humphrey
2015-05-24 10:11 ` Mick
1 sibling, 2 replies; 17+ messages in thread
From: Neil Bothwick @ 2015-05-24 9:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]
On Sun, 24 May 2015 10:09:58 +0100, Mick wrote:
> > I went to pickup the remote box and look at it; the CPU fan stop
> > working. The CPU heat sink is big so in idle mode it could keep up
> > with cooling it but under heavy load "compiling anything" the CPU was
> > overheating.
>
> Ha! So the fan speeds showing zero was true. :-)
Yes, zero fan speed and high temperatures should be inventigated before
being written of as misconfigured sensors.
> Often they start rattling before they fail.
They'd have to rattle pretty loudly on a remote box to warn you of
impending failure ;-)
> I found that peeling off
> the self adhesive label in the middle and applying a single drop of
> thin oil on the bearing restores them to rude health. I have one here
> which is still running quietly for five years since my intervention
> with an oil can.
Given the cheapness of the fan and the price of the component it
protects, is it worth taking a risk?
--
Neil Bothwick
Everything should be made as simple as possible, but no simpler.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 9:50 ` Neil Bothwick
@ 2015-05-24 10:01 ` Peter Humphrey
2015-05-24 10:11 ` Mick
1 sibling, 0 replies; 17+ messages in thread
From: Peter Humphrey @ 2015-05-24 10:01 UTC (permalink / raw
To: gentoo-user
On Sunday 24 May 2015 10:50:53 Neil Bothwick wrote:
> On Sun, 24 May 2015 10:09:58 +0100, Mick wrote:
> > I found that peeling off
> > the self adhesive label in the middle and applying a single drop of
> > thin oil on the bearing restores them to rude health. I have one here
> > which is still running quietly for five years since my intervention
> > with an oil can.
>
> Given the cheapness of the fan and the price of the component it
> protects, is it worth taking a risk?
This is the CPU fan we're talking about here. When I took the lid off my box
the other day to put new SSDs in it, I was astonished once again at the size
and complexity of the fan on this i5 chip. Not at all cheap-looking!
--
Rgds
Peter
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 9:50 ` Neil Bothwick
2015-05-24 10:01 ` Peter Humphrey
@ 2015-05-24 10:11 ` Mick
2015-05-24 10:45 ` Peter Humphrey
1 sibling, 1 reply; 17+ messages in thread
From: Mick @ 2015-05-24 10:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1028 bytes --]
On Sunday 24 May 2015 10:50:53 Neil Bothwick wrote:
> > I found that peeling off
> > the self adhesive label in the middle and applying a single drop of
> > thin oil on the bearing restores them to rude health. I have one here
> > which is still running quietly for five years since my intervention
> > with an oil can.
>
> Given the cheapness of the fan and the price of the component it
> protects, is it worth taking a risk?
Right, but talking about cheapness of components, I had nearly new fans making
a noise that they shouldn't be making. I've even returned relatively
expensive aftermarket coolers because they were poorly manufactured with
uneven contact surface for the CPU. What I'm saying is that in today's world
of mass marketing and el-cheapo manufacturing, where shaving a penny is a
strategy applied not only on the workers' wages but also on the materials and
manufacturing process, we are left doing QA ourselves or keeping both pieces
of whatever breaks.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 10:11 ` Mick
@ 2015-05-24 10:45 ` Peter Humphrey
2015-05-24 11:32 ` Mick
0 siblings, 1 reply; 17+ messages in thread
From: Peter Humphrey @ 2015-05-24 10:45 UTC (permalink / raw
To: gentoo-user
On Sunday 24 May 2015 11:11:34 Mick wrote:
> What I'm saying is that in today's world of mass marketing and el-cheapo
> manufacturing, where shaving a penny is a strategy applied not only on the
> workers' wages but also on the materials and manufacturing process, we are
> left doing QA ourselves or keeping both pieces of whatever breaks.
Permit me a little quibble: we're not doing QA but QC (control). Not at all
the same thing. QA is defined in the ISO9000 series of international standards.
--
Rgds
Peter
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 10:45 ` Peter Humphrey
@ 2015-05-24 11:32 ` Mick
2015-05-24 11:37 ` Peter Humphrey
0 siblings, 1 reply; 17+ messages in thread
From: Mick @ 2015-05-24 11:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 988 bytes --]
On Sunday 24 May 2015 11:45:50 Peter Humphrey wrote:
> On Sunday 24 May 2015 11:11:34 Mick wrote:
> > What I'm saying is that in today's world of mass marketing and el-cheapo
> > manufacturing, where shaving a penny is a strategy applied not only on
> > the workers' wages but also on the materials and manufacturing process,
> > we are left doing QA ourselves or keeping both pieces of whatever
> > breaks.
>
> Permit me a little quibble: we're not doing QA but QC (control). Not at all
> the same thing. QA is defined in the ISO9000 series of international
> standards.
You're absolutely right of course: I meant, but didn't express it so, that we
have to compensate for lack of adequate QA and poor QC. However, thinking
about it, I am probably wrong altogether. Said manufacturers may have both
processes in place, but implemented with comparatively low acceptance
thresholds for what we expect. Ahh! The joys of globalisation. :-(
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 11:32 ` Mick
@ 2015-05-24 11:37 ` Peter Humphrey
0 siblings, 0 replies; 17+ messages in thread
From: Peter Humphrey @ 2015-05-24 11:37 UTC (permalink / raw
To: gentoo-user
On Sunday 24 May 2015 12:32:40 Mick wrote:
> On Sunday 24 May 2015 11:45:50 Peter Humphrey wrote:
> > On Sunday 24 May 2015 11:11:34 Mick wrote:
> > > What I'm saying is that in today's world of mass marketing and el-cheapo
> > > manufacturing, where shaving a penny is a strategy applied not only on
> > > the workers' wages but also on the materials and manufacturing process,
> > > we are left doing QA ourselves or keeping both pieces of whatever
> > > breaks.
> >
> > Permit me a little quibble: we're not doing QA but QC (control). Not at
> > all
> > the same thing. QA is defined in the ISO9000 series of international
> > standards.
>
> You're absolutely right of course: I meant, but didn't express it so, that
> we have to compensate for lack of adequate QA and poor QC. However,
> thinking about it, I am probably wrong altogether. Said manufacturers may
> have both processes in place, but implemented with comparatively low
> acceptance thresholds for what we expect. Ahh! The joys of globalisation.
> :-(
Oh, well - thanks for not taking offence!
--
Rgds
Peter
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] [SOLVED] Computer turn itself off
2015-05-24 1:12 ` [gentoo-user] [SOLVED] " Joseph
2015-05-24 9:09 ` Mick
@ 2015-05-24 19:19 ` Ed Martinez
2015-05-24 23:53 ` [gentoo-user] " James
2 siblings, 0 replies; 17+ messages in thread
From: Ed Martinez @ 2015-05-24 19:19 UTC (permalink / raw
To: gentoo-user
On Sat, 23 May 2015 19:12:34 -0600
Joseph <syscon780@gmail.com> wrote:
> I went to pickup the remote box and look at it; the CPU fan stop
> working. The CPU heat sink is big so in idle mode it could keep up
> with cooling it but under heavy load "compiling anything" the CPU was
> overheating.
I suggest to inspect the CPU's fan/heatsink assembly periodically.
While back one of my systems CPU's hinksink was coming
unattached from the motherboard.
--
Ed Martinez <edwardmx9@gmail.com>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re: [SOLVED] Computer turn itself off
2015-05-24 1:12 ` [gentoo-user] [SOLVED] " Joseph
2015-05-24 9:09 ` Mick
2015-05-24 19:19 ` Ed Martinez
@ 2015-05-24 23:53 ` James
2 siblings, 0 replies; 17+ messages in thread
From: James @ 2015-05-24 23:53 UTC (permalink / raw
To: gentoo-user
Joseph <syscon780 <at> gmail.com> writes:
> I went to pickup the remote box and look at it; the CPU fan stop
> working. The CPU heat sink is big so in idle mode
> it could keep up with cooling it but under heavy
> load "compiling anything" the CPU was overheating.
Dust is often the culprit on Computers. Just pull the side cover
and blow it out with an air compressor, once a year or so. Dust build up
and also dampen the heat transfer rate (cooling effect) on all sorts of
parts. So cleaning out the dust allows things to run cool, keeps moving
parts clean and will extend the life of your hardware. This is particularly
acute with the sort of fine dust that builds up inside of computers....
Blowing compressed air on fans make them often "over speed" so be mindful
to only blow on the fans in short bursts. Clean the fans in the power supply
likewise.
hth,
James
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2015-05-24 23:54 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23 21:24 [gentoo-user] Computer turn itself off Joseph
2015-05-23 22:08 ` Zhu Sha Zang
2015-05-23 22:41 ` Joseph
2015-05-23 22:53 ` Joseph
2015-05-23 23:11 ` Mick
2015-05-24 0:52 ` Zhu Sha Zang
2015-05-24 1:12 ` [gentoo-user] [SOLVED] " Joseph
2015-05-24 9:09 ` Mick
2015-05-24 9:25 ` Dale
2015-05-24 9:50 ` Neil Bothwick
2015-05-24 10:01 ` Peter Humphrey
2015-05-24 10:11 ` Mick
2015-05-24 10:45 ` Peter Humphrey
2015-05-24 11:32 ` Mick
2015-05-24 11:37 ` Peter Humphrey
2015-05-24 19:19 ` Ed Martinez
2015-05-24 23:53 ` [gentoo-user] " James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox