<div dir="ltr">Sorry to say but yes it is.<div><br></div><div><div> $ lscpu</div><div>Architecture:          x86_64</div><div>CPU op-mode(s):        32-bit, 64-bit</div><div>Byte Order:            Little Endian</div><div>CPU(s):                4</div><div>On-line CPU(s) list:   0-3</div><div>Thread(s) per core:    1</div><div>Core(s) per socket:    4</div><div>Socket(s):             1</div><div>NUMA node(s):          1</div><div>Vendor ID:             AuthenticAMD</div><div>CPU family:            16</div><div>Model:                 5</div><div>Model name:            AMD Athlon(tm) II X4 620 Processor</div><div>Stepping:              2</div><div>CPU MHz:               1400.000</div><div>CPU max MHz:           2600.0000</div><div>CPU min MHz:           800.0000</div><div>BogoMIPS:              5223.39</div><div>Virtualization:        AMD-V</div><div>L1d cache:             64K</div><div>L1i cache:             64K</div><div>L2 cache:              512K</div><div>NUMA node0 CPU(s):     0-3</div><div>Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save</div></div><div><br></div><div>After looking further into this I found something <below>. Do you think I should compile it?</div><div><table style="color:rgb(0,0,0);font-family:"Times New Roman";font-size:medium"><tbody><tr><td><table><tbody><tr><td class="gmail-lp" style="font-family:courier,monospace;font-weight:bold;padding:0em 1em 0em 0em;margin:0em">Date</td><td class="gmail-rp" style="font-family:courier,monospace">Fri, 20 Nov 2009 09:15:23 +0100</td></tr><tr><td class="gmail-lp" style="font-family:courier,monospace;font-weight:bold;padding:0em 1em 0em 0em;margin:0em">From</td><td class="gmail-rp" style="font-family:courier,monospace">Clemens Ladisch <></td></tr><tr><td class="gmail-lp" style="font-family:courier,monospace;font-weight:bold;padding:0em 1em 0em 0em;margin:0em">Subject</td><td class="gmail-rp" style="font-family:courier,monospace">[PATCH] k10temp: temperature sensor for AMD Family 10h/11h CPUs</td></tr></tbody></table></td><td><div class="gmail-shariff"><ul class="gmail-theme-grey gmail-orientation-horizontal gmail-col-2" style="padding:0px;margin:0px;list-style:none;display:flex"><li class="gmail-shariff-button gmail-googleplus" style="height:30px;box-sizing:border-box;overflow:hidden;float:left;width:auto;margin-right:3.875px;margin-bottom:10px;min-width:110px;max-width:160px"><a href="https://plus.google.com/share?url=https%3A%2F%2Flkml.org%2Flkml%2F2009%2F11%2F20%2F39" title="Share on Google+" style="color:rgb(255,255,255);display:block;height:30px;text-decoration-line:none;box-sizing:border-box;background-color:rgb(176,176,176)"><span class="gmail-fa gmail-fa-google-plus" style="display:inline-block;font-stretch:normal;line-height:30px;font-family:FontAwesome;font-size:19px;width:30px;text-align:center;vertical-align:middle"></span><span class="gmail-share_text" style="font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:30px;display:inline;padding-left:3px">share</span> <span class="gmail-share_count" style="font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:30px;padding:0px 8px;height:28px;color:rgb(51,51,51);background-color:rgb(204,204,204);display:block">0</span></a></li><li class="gmail-shariff-button gmail-reddit" style="height:30px;box-sizing:border-box;overflow:hidden;float:left;width:auto;margin-right:0px;margin-bottom:10px;min-width:110px;max-width:160px"><a href="https://reddit.com/submit?url=https%3A%2F%2Flkml.org%2Flkml%2F2009%2F11%2F20%2F39&title=LKML%3A%20Clemens%20Ladisch%3A%20%5BPATCH%5D%20k10temp%3A%20temperature%20sensor%20for%20AMD%20Family%2010h%2F11h%20CPUs" title="Share on Reddit" style="color:rgb(255,255,255);display:block;height:30px;text-decoration-line:none;box-sizing:border-box;background-color:rgb(176,176,176)"><span class="gmail-fa gmail-fa-reddit" style="display:inline-block;font-stretch:normal;line-height:30px;font-family:FontAwesome;font-size:16px;width:30px;text-align:center;vertical-align:middle"></span><span class="gmail-share_text" style="font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:30px;display:inline;padding-left:3px">share</span> <span class="gmail-share_count" style="font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:30px;padding:0px 8px;height:28px;display:block;background-color:rgb(204,204,204);color:rgb(51,51,51)">0</span></a></li></ul></div></td></tr></tbody></table><pre style="color:rgb(0,0,0)">This adds a driver for the internal temperature sensor of AMD Family 10h<br>and 11h CPUs.<br><br>Signed-off-by: Clemens Ladisch <<a href="mailto:clemens@ladisch.de">clemens@ladisch.de</a>><br>---<br> Documentation/hwmon/k10temp |   54 +++++++++++++++++<br> drivers/hwmon/Kconfig       |   12 +++<br> drivers/hwmon/Makefile      |    1 <br> drivers/hwmon/k10temp.c     |  135 ++++++++++++++++++++++++++++++++++++++++++++<br> 4 files changed, 202 insertions(+)<br><br>--- /dev/null<br>+++ linux-2.6/Documentation/hwmon/k10temp<br>@@ -0,0 +1,54 @@<br>+Kernel driver k10temp<br>+=====================<br>+<br>+Supported chips:<br>+* AMD Family 10h processors:<br>+  Socket F: Quad-Core/Six-Core/Embedded AMD Opteron<br>+  Socket AM2+: Phenom II X3/X4<br>+  Socket AM3: Quad-Core Opteron, Athlon/Phenom II X2/X3/X4, Sempron II<br>+  mobile: Athlon II, Sempron, Turion II<br>+<br>+  Prefix: 'k10temp'<br>+  Addresses scanned: PCI space<br>+  Datasheets: see <a href="http://developer.amd.com/documentation/guides/">http://developer.amd.com/documentation/guides/</a><br>+    #31116: BIOS and Kernel Developer's Guide For AMD Family 10h Processors<br>+    #41322: Revision Guide for AMD Family 10h Processors<br>+<br>+* AMD Family 11h processors:<br>+  mobile: Athlon (X2), Sempron (X2), Turion X2 (Ultra)<br>+<br>+  Prefix: 'k10temp'<br>+  Addresses scanned: PCI space<br>+  Datasheets: see <a href="http://developer.amd.com/documentation/guides/">http://developer.amd.com/documentation/guides/</a><br>+    #41256: BIOS and Kernel Developer's Guide For AMD Family 11h Processors<br>+    #41788: Revision Guide for AMD Family 11h Processors<br>+<br>+Author: Clemens Ladisch <<a href="mailto:clemens@ladisch.de">clemens@ladisch.de</a>><br>+<br>+Description<br>+-----------<br>+<br>+This driver permits reading of the internal temperature sensor of AMD<br>+Family 10h and 11h processors.<br>+<br>+All these processors have a sensor, but on older revisions of Family 10h<br>+processors, the sensor returns inconsistent values (erratum 319). The driver<br>+refuses to load with these revisions (DR-BA, DR-B2, DR-B3: some Embedded<br>+Opterons on Socket F; and Quad-Core Opteron, Phenom Triple/Quad-Core, and<br>+Athon Dual-Core on Socket AM2+). All later revisions (RB-C2, BL-C2, DA-C2,<br>+RB-C3, HY-D0) work fine; see the list above.<br>+<br>+There is one temperature value, available as temp1_input in sysfs. It is<br>+measured in degrees Celsius with a resolution of 1/8th degree. Please note<br>+that it is defined as a relative value; to quote the AMD manual:<br>+<br>+  Tctl is the processor temperatur control value, used by the platform to<br>+  control cooling systems. Tctl is a non-physical temperature on an arbitrary<br>+  scale measured in degrees. It does _not_ represent an actual physical<br>+  temperature like die or case temperature. Instead, it specifies the<br>+  processor temperature relative to the point at which the system must supply<br>+  the maximum cooling for the processor's specified maximum case temperature<br>+  and maximum thermal power dissipation.<br>+<br>+The maximum value for Tctl is usually defined as 70 degrees, so, as a rule of<br>+thumb, this value should not exceed 60 degrees.<br>--- linux-2.6/drivers/hwmon/Kconfig<br>+++ linux-2.6/drivers/hwmon/Kconfig<br>@@ -222,6 +222,18 @@ config SENSORS_K8TEMP<br>    This driver can also be built as a module.  If so, the module<br>         will be called k8temp.<br> <br>+config SENSORS_K10TEMP<br>+ tristate "AMD Phenom/Sempron/Turion/Opteron temperature sensor"<br>+    depends on X86 && PCI<br>+        help<br>+   If you say yes here you get support for the temperature<br>+      sensor inside your CPU. Supported are later revisions of<br>+     the AMD Family 10h and all revisions of the AMD Family 11h<br>+   microarchitectures.<br>+<br>+       This driver can also be built as a module.  If so, the module<br>+        will be called k10temp.<br>+<br> config SENSORS_AMS<br>     tristate "Apple Motion Sensor driver"<br>       depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL<br>--- linux-2.6/drivers/hwmon/Makefile<br>+++ linux-2.6/drivers/hwmon/Makefile<br>@@ -53,6 +53,7 @@ obj-$(CONFIG_SENSORS_IBMAEM)        += ibmaem.o<br> obj-$(CONFIG_SENSORS_IBMPEX)      += ibmpex.o<br> obj-$(CONFIG_SENSORS_IT87)        += it87.o<br> obj-$(CONFIG_SENSORS_K8TEMP)        += k8temp.o<br>+obj-$(CONFIG_SENSORS_K10TEMP)     += k10temp.o<br> obj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o hp_accel.o<br> obj-$(CONFIG_SENSORS_LIS3_SPI)       += lis3lv02d.o lis3lv02d_spi.o<br> obj-$(CONFIG_SENSORS_LM63)     += lm63.o<br>--- /dev/null<br>+++ linux-2.6/drivers/hwmon/k10temp.c<br>@@ -0,0 +1,135 @@<br>+/*<br>+ * k10temp.c - AMD Family 10h/11h CPUs hardware monitoring<br>+ *<br>+ * Copyright (c) 2009 Clemens Ladisch <<a href="mailto:clemens@ladisch.de">clemens@ladisch.de</a>><br>+ *<br>+ *<br>+ * This driver is free software; you can redistribute it and/or<br>+ * modify it under the terms of the GNU General Public License; either<br>+ * version 2 of the License, or (at your option) any later version.<br>+ *<br>+ * This driver is distributed in the hope that it will be useful,<br>+ * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br>+ * See the GNU General Public License for more details.<br>+ *<br>+ * You should have received a copy of the GNU General Public License<br>+ * along with this driver; if not, see <<a href="http://www.gnu.org/licenses/%3E.">http://www.gnu.org/licenses/>.</a><br>+ */<br>+<br>+#include <linux/err.h><br>+#include <linux/hwmon.h><br>+#include <linux/hwmon-sysfs.h><br>+#include <linux/init.h><br>+#include <linux/module.h><br>+#include <linux/pci.h><br>+#include <asm/processor.h><br>+<br>+MODULE_DESCRIPTION("AMD Family 10h/11h CPU core temperature monitor");<br>+MODULE_AUTHOR("Clemens Ladisch <<a href="mailto:clemens@ladisch.de">clemens@ladisch.de</a>>");<br>+MODULE_LICENSE("GPL");<br>+<br>+#define REG_REPORTED_TEMPERATURE        0xa4<br>+#define CURTMP_TO_MILLIDEGREES(regval)   (((regval) >> 21) * 125)<br>+<br>+static ssize_t show_temp(struct device *dev,<br>+                      struct device_attribute *attr, char *buf)<br>+{<br>+       u32 regval;<br>+<br>+       pci_read_config_dword(to_pci_dev(dev),<br>+                             REG_REPORTED_TEMPERATURE, &regval);<br>+        return sprintf(buf, "%u\n", CURTMP_TO_MILLIDEGREES(regval));<br>+}<br>+<br>+static ssize_t show_name(struct device *dev,<br>+                  struct device_attribute *attr, char *buf)<br>+{<br>+       return sprintf(buf, "k10temp\n");<br>+}<br>+<br>+static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0);<br>+static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);<br>+<br>+static bool __devinit has_erratum_319(void)<br>+{<br>+ /*<br>+    * Erratum 319: The thermal sensor of older Family 10h processors<br>+     *              (B steppings) is unreliable.<br>+  */<br>+  return boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model <= 2;<br>+}<br>+<br>+static int __devinit k10temp_probe(struct pci_dev *pdev,<br>+                                  const struct pci_device_id *id)<br>+{<br>+       struct device *hwmon_dev;<br>+    int err;<br>+<br>+  if (has_erratum_319()) {<br>+             dev_err(&pdev->dev,<br>+                   "unreliable CPU thermal sensor; monitoring disabled\n");<br>+           err = -ENODEV;<br>+               goto exit;<br>+   }<br>+<br>+ err = device_create_file(&pdev->dev,<br>+                           &sensor_dev_attr_temp1_input.dev_attr);<br>+ if (err)<br>+             goto exit;<br>+<br>+        err = device_create_file(&pdev->dev, &dev_attr_name);<br>+     if (err)<br>+             goto exit_remove1;<br>+<br>+        hwmon_dev = hwmon_device_register(&pdev->dev);<br>+        if (IS_ERR(hwmon_dev)) {<br>+             err = PTR_ERR(hwmon_dev);<br>+            goto exit_remove2;<br>+   }<br>+<br>+ dev_set_drvdata(&pdev->dev, hwmon_dev);<br>+       return 0;<br>+<br>+exit_remove2:<br>+ device_remove_file(&pdev->dev, &dev_attr_name);<br>+exit_remove1:<br>+   device_remove_file(&pdev->dev, &sensor_dev_attr_temp1_input.dev_attr);<br>+exit:<br>+    return err;<br>+}<br>+<br>+static void __devexit k10temp_remove(struct pci_dev *pdev)<br>+{<br>+  hwmon_device_unregister(dev_get_drvdata(&pdev->dev));<br>+ device_remove_file(&pdev->dev, &dev_attr_name);<br>+   device_remove_file(&pdev->dev, &sensor_dev_attr_temp1_input.dev_attr);<br>+    dev_set_drvdata(&pdev->dev, NULL);<br>+}<br>+<br>+static struct pci_device_id k10temp_id_table[] = {<br>+        { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_10H_NB_MISC) },<br>+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_11H_NB_MISC) },<br>+ {}<br>+};<br>+MODULE_DEVICE_TABLE(pci, k10temp_id_table);<br>+<br>+static struct pci_driver k10temp_driver = {<br>+       .name = "k10temp",<br>+ .id_table = k10temp_id_table,<br>+        .probe = k10temp_probe,<br>+      .remove = __devexit_p(k10temp_remove),<br>+};<br>+<br>+static int __init k10temp_init(void)<br>+{<br>+    return pci_register_driver(&k10temp_driver);<br>+}<br>+<br>+static void __exit k10temp_exit(void)<br>+{<br>+  pci_unregister_driver(&k10temp_driver);<br>+}<br>+<br>+module_init(k10temp_init)<br>+module_exit(k10temp_exit)<br><br></pre><div align="center" style="color:rgb(0,0,0);font-family:"Times New Roman";font-size:medium"><div class="gmail-shariff"><ul class="gmail-theme-grey gmail-orientation-horizontal gmail-col-2" style="padding:0px;margin:0px;list-style:none;display:flex"><li class="gmail-shariff-button gmail-googleplus" style="height:30px;box-sizing:border-box;overflow:hidden;float:left;width:auto;margin-right:16.3438px;margin-bottom:10px;min-width:110px;max-width:160px"></li></ul></div></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 10:44 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">By the way, do you have an AMD cpu?  The sensors output does not seem to include the CPU, and I read it is hard to get them from AMD cpus.  So, your numbers might be a lot higher than what you see there.<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 7:01 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm going to run the gl test and run audio at the same time. That should make it crash sooner and the audio will  also make it not go to sleep.... While i sleep.<div class="gmail_extra"><div><div class="m_-7832042126164605265h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 9:48 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">i'm trying to recreate the crash to make sure I didn't copy and paste the stress command with a blank space in it (which would cause the command to execute).</div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 9:29 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I think glmark2 crashed it just crashed it after about 2 hours<div><br><div><br></div></div></div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 9:19 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">final reading:<div><span><div>$ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div></span><div>temp1:        +53.8°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>editors note: the computer has 2 venting areas with fans. I just took the side panel of and am going to run the computer without it. The new reading since doing that about 3 minutes ago is:</div></div><div><br></div><div><span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +72.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +49.5°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +73.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +50.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +73.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +49.9°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +72.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +53.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +71.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +53.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +70.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +52.2°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +70.5°C  </div><span><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.5°C  (high = +70.0°C)</div><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +72.0°C  </div><span><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.0°C  (high = +70.0°C)</div><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +72.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +50.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +73.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +50.5°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +72.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +49.5°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>Not bad.... about a 2C drop<br></div></div><div><br></div><div>Now we crash it!</div><div>See you on the other side!</div></div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 8:35 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">'coo' is supposed to read 'cool' as in not shorts temperature</div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 8:33 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm just about to take a reading and then run stress again. It is pretty coo, in here so not sure if a fan would do any good.<div><span><div> $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +74.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div></span><div>temp1:        +51.6°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span></div><div>want me to crash it now?</div><div><br></div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 8:30 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Well, those temperatures are not that hot, but that doesn't mean some cooling wouldn't improve things.<br></div>Have you popped the case off and pointed a big fan in there and tried to reproduce the crash yet?<br></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 5:21 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Here is around 180 seconds of readings at around 10 second intervals (if it helps):<div><br></div><div><span><div> $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div></span><div>temp1:        +74.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.5°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.4°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.2°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.5°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +50.9°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +53.6°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +52.4°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.8°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +74.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.1°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +74.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +74.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +52.0°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +74.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +50.6°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +74.5°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.4°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.8°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span><div>bmike1@MikesBeast ~ $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +75.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +51.9°C  (high = +70.0°C)</div><span><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></span></div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 7:39 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">30 mins is plenty for a test.  Try to get sensors output just before a crash<br></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 4:25 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">how long do you want me to run glmark2 for? Forever is not feasible!</div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 7:22 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">as for the shutoff point everything that had anything to do with cutting power was already diabled</div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 7:20 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div> $ sensors</div><div>radeon-pci-0100</div><div>Adapter: PCI adapter</div><div>temp1:        +68.0°C  </div><div><br></div><div>k10temp-pci-00c3</div><div>Adapter: PCI adapter</div><div>temp1:        +45.1°C  (high = +70.0°C)</div><div>                       (crit = +72.0°C, hyst = +70.0°C)</div><div><br></div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 7:07 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Well, it might be protecting your computer but if it is too low it will just be annoying.</div><div>You still need to run sensors and get those numbers if you haven't yet:</div><div><br></div><div><a href="https://askubuntu.com/questions/15832/how-do-i-get-the-cpu-temperature" target="_blank">https://askubuntu.com/question<wbr>s/15832/how-do-i-get-the-cpu-t<wbr>emperature</a></div><div><br></div><div>If your machine is legitimately overheating you need to address that with fans and ventilation, etc.<br></div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 3:59 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">if there is a shutoff point you did say disable it?<div><br></div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 6:56 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Well, you're on the right track.  Try to isolate whether glmark alone can crash it, or if you need stress as well.   Then try opening up your case and point a fan in there.<br></div>Also don't forget to check the BIOS for thermal management events that might be causing the shutdown/reboot.<br></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 3:52 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">never mind..... I ran glmark around 5 minutes and then stress. that crashed the machine! Not a nice reboot (like what it does with dt) but a power failure outage,</div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 6:41 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">and if glmark2 doesn't crash it run stress the same amount of time?</div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 6:37 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">how long do I let glmark2's pretty horse rotate?<div><br></div></div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 6:36 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">okay<div>`</div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 6:10 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I'd wait.   If stress alone doesn't crash, run glmark2 by itself.  If glmark2 doesn't crash, run them both at the same time.<br><br></div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 3:01 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">run this now or after stress completes?<div>?</div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 5:59 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Well, not yet ;-).   If it doesn't crash, you might need to stress the graphics card as well with one of these tools:<br><br><a href="https://www.pcsuggest.com/gpu-benchmarking-and-stress-testing-in-linux/" target="_blank">https://www.pcsuggest.com/gpu-<wbr>benchmarking-and-stress-testin<wbr>g-in-linux/</a><br><br></div>So maybe kick off both stress and <br><pre>glmark2 --run-forever</pre></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 2:55 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">if it doesn't crash I'll start hounding the darktable forums.</div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 5:45 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Just started..... lets see what happens</div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 5:36 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Forget darktable for now.  Did you run stress test for more than 10 seconds?<br><br>This will run a stress test for 30 minutes:<br><br>stress --cpu 8 --io 4 --vm 2  --hdd 2 --timeout 1800s<br><br></div>If you can get it to crash with just this stress program, then it has nothing to do with darktable<br><div><br></div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 2:24 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I have no sensors running and as for it panicing when warm sometimes it panics after I run dt 2 minutes after it had been shut down an hour  and doesn't panic even though dt had run10 minutes.</div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 4:31 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">Check your bios settings for hardware monitoring and temperature limits.  You may have it set with a maximum temperature so the machine panics when it's just warm.<div dir="auto"><br></div><div dir="auto">Try raising this number or disabling the feature entirely</div><div dir="auto"><br></div><div dir="auto">But first check your sensors by installing a temperature monitoring program</div></div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172h5"><div class="gmail_extra"><br><div class="gmail_quote">On Oct 30, 2017 1:04 PM, "Michael" <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">it is sooo ify! I just ran it for like 10 minutes with no crashes whereas before I had just started the computer and ran dt for 2 minutes and it crashed. Then I restarted and I had a repeat performance of the 2 minute thing.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 3:38 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div> $ stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s</div><div>stress: info: [7571] dispatching hogs: 8 cpu, 4 io, 2 vm, 0 hdd</div><div>stress: info: [7571] successful run completed in 10s</div><div><br></div><div> I don't know what that was suppossed to tell me but there it is.</div></div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 3:36 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am experiencing no slowness. It is like the days where you had a power switch on the back of your computer... or it is like a hard reboot.</div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440HOEnZb"><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 3:33 PM, Stephen Partington <span dir="ltr"><<a href="mailto:cryptworks@gmail.com" target="_blank">cryptworks@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">OpenCL in darktable mainly impacts rendering. it should have no effect on on system or ram consumption unless you are experiencing slowness during render cycles.</div></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Mon, Oct 30, 2017 at 12:21 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br></span><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You know.... I'm having trouble running darktable. It seems that after I start it it runs a few minutes and then reboots the computer. Probably because I do not have a GPU (I don't think). Then I saw this thread and thought that I'd give that a try. So it seems I can not run chrome and darktable at the same time.<div>___</div><div>'lspci' shows that my graphics card is :</div><div><div>01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV770 [Radeon HD 4850]</div></div><div>and 'lspci|grep gpu' returned an empty set</div><div>(if I did that correctly)</div><div>so I suppose the cheapest way to fix this is to get a gpu.... correct?</div></div><div class="gmail_extra"><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435h5"><br><div class="gmail_quote">On Mon, Oct 30, 2017 at 12:09 PM, Carruth, Rusty <span dir="ltr"><<a href="mailto:Rusty.Carruth@smartm.com" target="_blank">Rusty.Carruth@smartm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613m_107817775676215492WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">In my experience, it’s almost always Firefox taking all of memory. (Or Chrome, or whatever web browser you’re using).<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">I agree with Mr B, run top or htop and see what’s, well, on top ;-)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Rusty<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:9.5pt;font-family:"Comic Sans MS";color:#1f497d"><img id="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613m_107817775676215492Picture_x0020_1" src="cid:image001.png@01D3515E.C44B4800" alt="SMART_HRS_RGB" height="57" width="223"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:#1f497d">Rusty Carruth | Customer Support |
</span><u><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:blue"><a href="mailto:rusty.carruth@smarth.com" target="_blank"><span style="color:blue">rusty.carruth@smarth.com</span></a></span></u><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:#1f497d">
 | <a href="http://www.smarth.com/" target="_blank">http://www.smarth.com</a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">     
</span><a href="https://www.linkedin.com/company/12955027/" target="_blank"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d;text-decoration:none"><img id="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613m_107817775676215492Picture_x0020_2" src="cid:image002.png@01D3515E.C44B4800" alt="linkedin" height="34" width="32" border="0"></span></a><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">   </span><a href="https://twitter.com/@MilSSD" target="_blank"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d;text-decoration:none"><img id="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613m_107817775676215492_x0000_i1026" src="cid:image003.png@01D3515E.C44B4800" alt="twitter" height="34" width="32" border="0"></span></a><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">See
 the new M4</span><a href="http://www.marketwired.com/press-release/smart-high-reliability-solutions-announces-availability-its-new-highly-ruggedized-highly-2235071.htm" target="_blank"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d;text-decoration:none"><img id="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613m_107817775676215492Picture_x0020_3" src="cid:image004.jpg@01D3515E.C44B4800" alt="cid:image004.jpg@01D348E7.AF930710" height="43" width="32" border="0"></span></a><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">See us on Storage Search   
<a href="http://www.storagesearch.com/smart2.html" target="_blank">http://www.storagesearch.com/s<wbr>mart2.html</a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:#1f497d"><a href="tel:(510)%20624-5391" value="+15106245391" target="_blank">510-624-5391</a>   | Fax: <a href="tel:(480)%20926-5579" value="+14809265579" target="_blank">480-926-5579</a>   | 1325 N. Fiesta Blvd.  Suite 101 Gilbert, Az. 85233<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> PLUG-discuss [mailto:<a href="mailto:plug-discuss-bounces@lists.phxlinux.org" target="_blank">plug-discuss-bounces@l<wbr>ists.phxlinux.org</a>]
<b>On Behalf Of </b>Michael Butash<br>
<b>Sent:</b> Sunday, October 29, 2017 10:05 AM<br>
<b>To:</b> Main PLUG discussion list<br>
<b>Subject:</b> Re: computer slow<u></u><u></u></span></p><div><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">If I ever have that, it's usually because of something with a memory leak, or desktop graphic compositing is degrading over time.<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Before you reboot, see if you can ssh into it from another computer and check htop (or just top all you have), see if something is consuming all your memory or cpu.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Desktop compositors are all shite from what I can tell (including windoze), they're all just a varying degree of broken when you push them, or just have a slow (or buggy) video card.  Depending on your desktop environment of choice, try
 turning down graphics options, or disabling the compositor all together to see if it helps stability.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">-mb<u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Sun, Oct 29, 2017 at 3:41 AM, Michael <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:<u></u><u></u></p>
<div>
<p class="MsoNormal">I'm almost certain that in my bag of tricks I had instructions on 'resetting' my computer when it started acting weird but I can't find them. Riddle me this: I try to leave the computer on 24/7 (maybe I shouldn't do that) and twice so far
 I come up to it and it is non-responsive or really slow to respond. Anyone know how to fix this?<span style="color:#888888"><br clear="all">
<span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613m_107817775676215492hoenzb"><u></u><u></u></span></span></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal"><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613m_107817775676215492hoenzb"><span style="color:#888888">-- </span><u></u><u></u></span></p>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;color:#888888">:-)~MIKE~(-:</span><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><br>
------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div>
</div>

<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435m_-1802419248645484613gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567m_49559483438068435gmail_signature" data-smartmail="gmail_signature">A mouse trap, placed on top of your alarm clock, will prevent you from rolling over and going back to sleep after you hit the snooze button.<br><br>Stephen<br><br></div>
</font></span></div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440m_1834143918960493567gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982m_-457335927677881440gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172m_-6656124936302932350m_-6560149970340055982gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452m_-3968723119029678325m_5381388375203248172gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978m_-8659253890139238452gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226m_7140497983416620681m_-3493899385764194978gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818m_-7039769153033243327m_-1299595992701007226gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925m_8226497220927562818gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826m_-1750259129584451925gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032m_4979079048914715826gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366m_-7218402072661472743m_3929920138272307032gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816m_-8447799803320771616m_-929600062220650366gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127m_-370996319576393816gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418m_6462468857581804127gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642m_-843483068615711499m_-2952453622252148418gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504m_1472762872240002484m_3994000082199097642gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979m_1258051585371774504gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516m_5510359984324386979gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993m_-1158271097122364516gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622m_-786986066265678993gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244m_-2104415708679119622gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-7832042126164605265HOEnZb"><font color="#888888">-- <br><div class="m_-7832042126164605265m_4384764569088323501m_-601607308399556244gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div></div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.<wbr>org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/<wbr>mailman/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>