<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnome.apps.gkrellm">
    <title>gmane.comp.gnome.apps.gkrellm</title>
    <link>http://blog.gmane.org/gmane.comp.gnome.apps.gkrellm</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1681"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1680"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1679"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1678"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1677"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1676"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1675"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1674"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1673"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1672"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1671"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1670"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1669"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1668"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1667"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1666"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1665"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1664"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1663"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1662"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1681">
    <title>[PATCH] gkrellmd doesn't play nicely with autofs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1681</link>
    <description>&lt;pre&gt;Under linux, running gkrellmd in combination with autofs will force
all auto-mounted filesystems to be mounted, and to stay mounted or
repeatedly unmount and remount.

Mount table entries of type "autofs" represent mount points under
control of the automount daemon; if the mount point directory is
accessed, then the daemon causes a real filesystem mount to occur.
After such an auto-mount, there will be two entries in the mount
table, one of type "autofs" and one for the newly mounted filesystem.

gkrellmd periodically scans mount points to support the filesystem
free-space monitoring. It treats mount points of type "autofs" as real
filesystems and attempts to determine their free space. This access
causes an automount to occur. If autofs has been configured to
automatically unmount after a timeout, then the gkrellmd polling will
either prevent the unmount occurring, or cause repeated mount, unmount
cycles, depending on the exact configuration.

The solution is trivial, simply ignore filesystems of type "autofs"
during filesystem polling.

Note that with this fix gkrellmd will still happily report on already
auto-mounted filesystems through their real mount entries, it just
won't cause the auto-mounts to occur. If the user wants to allow these
filesystems to auto-unmount, they must be careful to configure
gkrellmd's (n)fs-interval to be larger than twice the auto-unmount time.

-------------------------------------

--- gkrellm-2.3.5.old/src/sysdeps/linux.c 2010-10-06 03:27:33.000000000 +1100
+++ gkrellm-2.3.5/src/sysdeps/linux.c 2011-11-24 02:07:30.926450485 +1100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1439,6 +1439,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  || !strcmp(type, "usbdevfs")
  || !strcmp(type, "usbfs")
  || !strcmp(type, "sysfs")
+ || !strcmp(type, "autofs")
    )
  continue;
  /* Strip trailing / from the directory.

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Gerard Neil</dc:creator>
    <dc:date>2012-05-15T19:04:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1680">
    <title>[PATCH] gkrellm doesn't treat cifs as a network filesystem</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1680</link>
    <description>&lt;pre&gt;gkrellmd knows that certain filesystem types are network filesystems;
it supports different free-space polling frequencies (or disabling of
polling) for network vs non-network filesystems via the configuration
parameters fs-timeout and nfs-timeout.
Filesystems of type "cifs" should be treated identically to those of type "smb".

----------------------

--- gkrellm-2.3.5.old/server/monitor.c2010-10-06 03:46:59.000000000 +1100
+++ gkrellm-2.3.5/server/monitor.c2011-11-24 02:01:30.871402778 +1100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1329,7 +1329,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 static gchar *remote_fs_types[] =
 {
 "nfs",
-"smbfs"
+"smbfs",
+"cifs"
 };

 void
--- gkrellm-2.3.5.old/src/fs.c2010-09-15 02:25:51.000000000 +1000
+++ gkrellm-2.3.5/src/fs.c2011-11-24 02:00:17.347088370 +1100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -163,7 +163,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 static gchar *remote_fs_types[]=
 {
 "nfs",
-"smbfs"
+"smbfs",
+"cifs"
 };

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Gerard Neil</dc:creator>
    <dc:date>2012-05-15T18:43:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1679">
    <title>[PATCH] gkrellmd plays badly with autofs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1679</link>
    <description>&lt;pre&gt;Under linux, running gkrellmd in combination with autofs will force
all auto-mounted filesystems to be mounted, and to stay mounted or
repeatedly unmount and remount.

Mount table entries of type "autofs" represent mount points under
control of the automount daemon; if the mount point directory is
accessed, then the daemon causes a real filesystem mount to occur.
After such an auto-mount, there will be two entries in the mount
table, one of type "autofs" and one for the newly mounted filesystem.

gkrellmd periodically scans mount points to support the filesystem
free-space monitoring. It treats mount points of type "autofs" as real
filesystems and attempts to determine their free space. This access
causes an automount to occur. If autofs has been configured to
automatically unmount after a timeout, then the gkrellmd polling will
either prevent the unmount occurring, or cause repeated mount, unmount
cycles, depending on the exact configuration.

The solution is trivial, simply ignore filesystems of type "autofs"
during filesystem polling.

Note that with this fix gkrellmd will still happily report on already
auto-mounted filesystems through their real mount entries, it just
won't cause the auto-mounts to occur. If the user wants to allow these
filesystems to auto-unmount, they must be careful to configure
gkrellmd's (n)fs-interval to be &amp;gt; twice the auto-unmount time.

---------

--- gkrellm-2.3.5.old/src/sysdeps/linux.c 2010-10-06 03:27:33.000000000 +1100
+++ gkrellm-2.3.5/src/sysdeps/linux.c 2011-11-24 02:07:30.926450485 +1100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1439,6 +1439,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  || !strcmp(type, "usbdevfs")
  || !strcmp(type, "usbfs")
  || !strcmp(type, "sysfs")
+ || !strcmp(type, "autofs")
    )
  continue;
  /* Strip trailing / from the directory.

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Gerard Neil</dc:creator>
    <dc:date>2012-05-15T18:35:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1678">
    <title>Re: Bug#630117: [PATCH] Check all battery variants when polling</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1678</link>
    <description>&lt;pre&gt;Hello Jörn,
thanks for looking into this!

I'm also forwarding your results on gkrellm mailing list, so upstream
authors can have a look at your patch and comment/commit it.

Dear gkrellm authors, attached is a patch to fix a problem with
battery level upon suspension; you can also have a look at the full
bug history to get a better idea of how Jörn reached to this patch:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630117

Cheers,
Sandro

On Sun, Apr 1, 2012 at 23:48, Jörn Engel &amp;lt;joern&amp;lt; at &amp;gt;logfs.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Sandro Tosi</dc:creator>
    <dc:date>2012-04-06T22:52:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1677">
    <title>[gkrellm] nvidia-drivers 295.20 breaking gkrellm</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1677</link>
    <description>&lt;pre&gt;
I (and a few others: 
http://forums.gentoo.org/viewtopic-t-912998-start-0.html 
http://forums.gentoo.org/viewtopic-t-912998-start-0.html ) 
noticed that monitoring the GPU temperature with the newer nvidia-drivers
(295.20 and above) breaks gkrellm.

Annoyingly, gkrellm works fine when run under gdb.  As the debug messages
show, it seems that it's able to get the initial temperature from nvidia
fine, but then segfaults from the command line.  Here are the debug
messages.  Both of these were run with: gkrellm --debug-level 0x3080 (from
gdb and command line):

gdb (working):

--- GKrellM 2.3.5 ---
        [gkrellm_connect_to: (2,1,6) 127.0.0.1:7634]
hddtemp_daemon_read (once a minute):
        |/dev/sda|WDC WD3200AAJS-00L7A0|35|C|
nvidia-settings: result=1  output=
1 GPU on hector:0

    [0] hector:0[gpu:0] (Quadro NVS 290)

 stderr=
nvidia-settings gpus = 1
nvidia-settings GPUCoreTemp: result=1  output=
  Attribute 'GPUCoreTemp' (hector:0.0): 66.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.


nvidia-settings GPUAmbientTemp: result=0  output=


nvidia-settings GPUAmbientTemp: result=0  output=


libsensors: init OK
coretemp:/sys/class/hwmon/hwmon0/device coretemp&amp;lt; at &amp;gt;0/temp2 1
coretemp:/sys/class/hwmon/hwmon0/device coretemp&amp;lt; at &amp;gt;0/temp3 1
coretemp:/sys/class/hwmon/hwmon0/device coretemp&amp;lt; at &amp;gt;0/temp4 1
coretemp:/sys/class/hwmon/hwmon0/device coretemp&amp;lt; at &amp;gt;0/temp5 1
load_font: Serif 11 0x72d920
load_font: Serif 9 0x72d8f0
load_font: Serif 8 0x72d860
load_sensors_config: &amp;lt;sensor_config_version&amp;gt; &amp;lt;1&amp;gt;
load_sensors_config: &amp;lt;sensor_sysdep_private&amp;gt; &amp;lt;2&amp;gt;
load_sensors_config: &amp;lt;sensor_float_factor&amp;gt; &amp;lt;10000&amp;gt;
load_sensors_config: &amp;lt;gkrellm_float_factor&amp;gt; &amp;lt;1000&amp;gt;
load_sensors_config: &amp;lt;"GPU&amp;gt; &amp;lt;C" "nVidia GPU Core" 10000 0 1 0&amp;gt;
load_sensors_config: &amp;lt;units_fahrenheit&amp;gt; &amp;lt;0&amp;gt;
load_sensors_config: &amp;lt;show_units&amp;gt; &amp;lt;0&amp;gt;
load_sensors_config: &amp;lt;volt_display_mode&amp;gt; &amp;lt;0&amp;gt;
nvidia-settings GPUCoreTemp: result=1  output=
  Attribute 'GPUCoreTemp' (hector:0.0): 66.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.


sensor_temp: GPU C GPUCoreTemp t=66.00
[New Thread 0x7fffeac7e700 (LWP 22534)]
sensor_temp: GPU C GPUCoreTemp t=66.00
nvidia-settings GPUCoreTemp: result=1  output=
  Attribute 'GPUCoreTemp' (hector:0.0): 66.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.


[Thread 0x7fffeac7e700 (LWP 22534) exited]
[New Thread 0x7fffeac7e700 (LWP 22536)]
sensor_temp: GPU C GPUCoreTemp t=66.00
nvidia-settings GPUCoreTemp: result=1  output=
  Attribute 'GPUCoreTemp' (hector:0.0): 66.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.


-----

command line (broken):

--- GKrellM 2.3.5 ---
        [gkrellm_connect_to: (2,1,6) 127.0.0.1:7634]
hddtemp_daemon_read (once a minute):
        |/dev/sda|WDC WD3200AAJS-00L7A0|35|C|
nvidia-settings: result=1  output=
1 GPU on hector:0

    [0] hector:0[gpu:0] (Quadro NVS 290)

 stderr=
nvidia-settings gpus = 1
nvidia-settings GPUCoreTemp: result=1  output=
  Attribute 'GPUCoreTemp' (hector:0.0): 66.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.


nvidia-settings GPUAmbientTemp: result=0  output=


nvidia-settings GPUAmbientTemp: result=0  output=


libsensors: init OK
coretemp:/sys/class/hwmon/hwmon0/device coretemp&amp;lt; at &amp;gt;0/temp2 1
coretemp:/sys/class/hwmon/hwmon0/device coretemp&amp;lt; at &amp;gt;0/temp3 1
coretemp:/sys/class/hwmon/hwmon0/device coretemp&amp;lt; at &amp;gt;0/temp4 1
coretemp:/sys/class/hwmon/hwmon0/device coretemp&amp;lt; at &amp;gt;0/temp5 1
load_font: Serif 11 0x25b1d20
load_font: Serif 9 0x25b1cf0
load_font: Serif 8 0x25b1c60
load_sensors_config: &amp;lt;sensor_config_version&amp;gt; &amp;lt;1&amp;gt;
load_sensors_config: &amp;lt;sensor_sysdep_private&amp;gt; &amp;lt;2&amp;gt;
load_sensors_config: &amp;lt;sensor_float_factor&amp;gt; &amp;lt;10000&amp;gt;
load_sensors_config: &amp;lt;gkrellm_float_factor&amp;gt; &amp;lt;1000&amp;gt;
load_sensors_config: &amp;lt;"GPU&amp;gt; &amp;lt;C" "nVidia GPU Core" 10000 0 1 0&amp;gt;
load_sensors_config: &amp;lt;units_fahrenheit&amp;gt; &amp;lt;0&amp;gt;
load_sensors_config: &amp;lt;show_units&amp;gt; &amp;lt;0&amp;gt;
load_sensors_config: &amp;lt;volt_display_mode&amp;gt; &amp;lt;0&amp;gt;
nvidia-settings GPUCoreTemp: result=1  output=
  Attribute 'GPUCoreTemp' (hector:0.0): 66.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.


sensor_temp: GPU C GPUCoreTemp t=66.00
sensor_temp: GPU C GPUCoreTemp t=66.00
gkrellm segmentation fault:  Sensors  (update_monitor)

-----

Any help would be much appreciated.
&lt;/pre&gt;</description>
    <dc:creator>linux_slacker</dc:creator>
    <dc:date>2012-03-21T19:42:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1676">
    <title>Re: gkrellm as a phone app for servers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1676</link>
    <description>&lt;pre&gt;computers
then
would
temps,


fantastic! thank you! now i can honestly say my phone will be taking the place of 89% of 
my computer's functions that i need for work. not sure if thats good or bad yet. but.... 
:D




&lt;/pre&gt;</description>
    <dc:creator>Rio</dc:creator>
    <dc:date>2012-03-20T09:04:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1675">
    <title>Re: gkrellm as a phone app for servers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1675</link>
    <description>&lt;pre&gt;brilliant!!!
On Mar 20, 2012 1:31 AM, "Bill Wilson" &amp;lt;billw&amp;lt; at &amp;gt;dslextreme.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Maher Awamy</dc:creator>
    <dc:date>2012-03-19T22:38:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1674">
    <title>Re: gkrellm as a phone app for servers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1674</link>
    <description>&lt;pre&gt;
yes, me. But I think I'd rather finish the port to GIO first before more 
adding more networking candy ;)

Stefan

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Stefan Gehn</dc:creator>
    <dc:date>2012-03-19T22:29:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1673">
    <title>Re: gkrellm as a phone app for servers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1673</link>
    <description>&lt;pre&gt;On Mon, 19 Mar 2012 13:52:02 +0300
Maher Awamy &amp;lt;muhri&amp;lt; at &amp;gt;muhri.net&amp;gt; wrote:


There was one done a while back:
http://apps.androidguys.com/#android/akrellm/id/hu.monsta.akrellm

and there's a new one that may be coming - this seems to be an
announcement:

http://www.droidlab.se/en/content/gkrellm-client-new-project


Bill

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Bill Wilson</dc:creator>
    <dc:date>2012-03-19T22:27:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1672">
    <title>Re: gkrellm as a phone app for servers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1672</link>
    <description>&lt;pre&gt;
Anyone ever think about using mdns (Avhai, Bonjour) to discover gkrellm servers?

-Dale

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Dale Smith</dc:creator>
    <dc:date>2012-03-19T11:47:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1671">
    <title>Re: gkrellm as a phone app for servers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1671</link>
    <description>&lt;pre&gt;I'd love to see such a thing....

On Mon, Mar 19, 2012 at 1:45 PM, Rio &amp;lt;rio&amp;lt; at &amp;gt;pathworx.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Maher Awamy</dc:creator>
    <dc:date>2012-03-19T10:52:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1670">
    <title>gkrellm as a phone app for servers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1670</link>
    <description>&lt;pre&gt;has anyone given thought to creating a gkrellm client android app to monitor computers 
running gkrellmd?

lots would have to be stripped but have it ask the server to monitor when starting, then 
just show the hardware reports from the server.  i doubt the classic inline display would 
be readable, but maybe a 'thumb through' setup page by page to view the processors, temps, 
processes, sensors, etc..

possible or a pipe dream?



&lt;/pre&gt;</description>
    <dc:creator>Rio</dc:creator>
    <dc:date>2012-03-19T10:45:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1669">
    <title>Fw: Re: Plugins and remote monitoring</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1669</link>
    <description>&lt;pre&gt;On Wed, 14 Mar 2012 20:32:42 +0000
Damien Moody &amp;lt;online&amp;lt; at &amp;gt;audiodef.com&amp;gt; wrote:


When you emerged gkrelltop, the local gkrelltop.so and a gkrelltopd.so intended
for a server was probably built, but the server gkrelltopd.so plugin needs to be
installed on the server machine and it needs to be enabled . 
So the requirements on the server are:
1) gkrelltopd.so in one of
~/.gkrellm2/plugins-gkrellmd
/usr/local/lib/gkrellm2/plugins-gkrellmd

2) Enable gkrelltopd.so on the server by having the line
plugin-enable gkrelltopd
in at least one of the files
~/.gkrellmd.conf
/usr/local/etc/gkrellmd.conf

On the server, run gkrellmd -plist to see what server plugins are installed
and gkrellmd -plog to see if it can load OK.

If the local and remote architectures are compatible, you can just copy over the
gkrellmtopd.so file from where it was built.  Otherwise you can build on the server
in the gkrelltop source directory with:

make gkrelltopd.so

You might then need to manually install gkrelltopd.so in an install directory because
it seems a make install will also try to build gkrelltop.so which you might not want on
the server.

Well, I think that should do it.  The latest gkrelltop version I know of is 2.2.6 but I
think the server gkrelltopd.so first appeared for the gkrelltop 2.2 or 2.2.1 version.

Bill
 

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Bill Wilson</dc:creator>
    <dc:date>2012-03-15T03:07:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1668">
    <title>Re: Plugins and remote monitoring</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1668</link>
    <description>&lt;pre&gt;Hi Bill,

I've tried gkrelltop but have not gotten it to display remote
data. Do I need to install gkrelltop on both the remote and local
machines? 

Damien

On Wed, 14 Mar 2012 14:24:45 -0500
Bill Wilson &amp;lt;billw&amp;lt; at &amp;gt;dslextreme.com&amp;gt; wrote:



______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Damien Moody</dc:creator>
    <dc:date>2012-03-14T20:32:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1667">
    <title>Re: Plugins and remote monitoring</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1667</link>
    <description>&lt;pre&gt;On Wed, 14 Mar 2012 13:32:15 +0000
Damien Moody &amp;lt;online&amp;lt; at &amp;gt;audiodef.com&amp;gt; wrote:


A plugin has to be written to handle the server possibility.  This means a plugin
needs to written to have a gkrellmd server module and a corresponding
local gkrellm module that will check for the presence of its remote running
plugin counterpart.  Unfortunately, there just aren't many plugins written this way,
but off the top of my head, I can list at least gkrellmwho2 and gkrelltop that are.

Bill

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Bill Wilson</dc:creator>
    <dc:date>2012-03-14T19:24:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1666">
    <title>Plugins and remote monitoring</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1666</link>
    <description>&lt;pre&gt;I seem to be unable to use plugins with remote monitoring. All the
builtins use remote data, but any plugins I add use local data, even
when starting with the -s switch. 

Is this a known issue? Can I fix this?

I use Gentoo, and I've installed gkrellm + various plugins via emerge. 

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Damien Moody</dc:creator>
    <dc:date>2012-03-14T13:32:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1665">
    <title>Re: gkrellmd problem</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1665</link>
    <description>&lt;pre&gt;Hi,

thanks for your answer. The problem has gone for some time, but it's back 
again. 

Now to you questions:

What leaking means is shown in a screen shot I attached. All of the upper 
computer are running at 100% on all cores. But it seems that the client 
doesn't recieve information continuously.

A reconnection of the client doesn't resolve the problem. A new connection to 
the server is possible but take a while.

A restart of the daemon solves the problem. But I realy don't now what must 
happen to reproduce this behaviour. It's seems, that this happen when to many 
people connect and reconnect ovre the time.

Bye,
Andreas

Am Samstag, 31. Dezember 2011, 16:26:14 schrieb Stefan Gehn:
&lt;/pre&gt;</description>
    <dc:creator>Andreas Hauffe</dc:creator>
    <dc:date>2012-02-15T07:31:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1664">
    <title>Re: gkrellmd problem</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1664</link>
    <description>&lt;pre&gt;Hi,

On 12/09/2011 10:09 AM, Andreas Hauffe wrote:

Disabling all timeouts is probably not a good idea, clients will never
reconnect in case of network problems.


What are you referring to with "leak"? Does the gkrellmd process consume
more memory over time or does it cause any high cpu-usage in this scenario?


Can new clients actually connect to the server or will it stop
accepting new connections?


In theory, clients blocking eachother should not happen, all
client-connections are set to non-blocking mode. I have started working
on porting gkrellmd to GIO-based networking but the code hasn't been
published yet. If you're willing to build gkrellmd yourself I can push
the current work in January so you can try out wether it improves your
situation.

Bye,
Stefan Gehn

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Stefan Gehn</dc:creator>
    <dc:date>2011-12-31T15:26:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1663">
    <title>gkrellmd problem</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1663</link>
    <description>&lt;pre&gt;Dear Gkrellm developer,

we have a problem with gkrellmd. We use gkrellm to check if a computer idles and can be used for calculations. On each computer gkrellm is startet with:
/usr/bin/gkrellmd --pidfile /var/run/gkrellmd.pid --user nobody --group nogroup --max-clients 50 --update-hz 4 --port 19150 --allow-host 192.0.0.* --io-timeout 0 --reconnect-timeout 0 -d

Then up to six or seven people open there gkrellm client and connect to that server (gkrellmd). After some time the gkrellmd server seems to leak. For up to 30 second the client will get no information. Atfer data is send to the client for about 5 seconds and so on.

What could be the problem? A reconnection of the client doesn't resolve the problem. Only a restart of the daemon.

Best regards
Andreas Hauffe

----------------------------------------------------------------------------------------------------
Technische Universität Dresden
Institut für Luft- und Raumfahrttechnik / Institute of Aerospace Engineering
Lehrstuhl für Luftfahrzeugtechnik / Chair of Aircraft Engineering

01062 Dresden
Germany

phone : (++49)351 463 38496
fax : (++49)351 463 37263
mail : andreas.hauffe&amp;lt; at &amp;gt;tu-dresden.de
Website : http://tu-dresden.de/mw/ilr/lft
----------------------------------------------------------------------------------------------------

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Andreas Hauffe</dc:creator>
    <dc:date>2011-12-09T09:09:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1662">
    <title>Re: Bug#630117: gkrellm: Incorrect battery level</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1662</link>
    <description>&lt;pre&gt;forwarded 630117 gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
thanks

Dear Gkrellm maintainers,
could you please look into this bug report from a debian user?

Cheers,
Sandro

On Thu, Sep 1, 2011 at 16:08, Christophe TROESTLER
&amp;lt;debian00+list&amp;lt; at &amp;gt;aliceadsl.fr&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Sandro Tosi</dc:creator>
    <dc:date>2011-10-31T10:20:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1661">
    <title>Re: Re: Bug#638646: Could be built without gcrypt dependency</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.apps.gkrellm/1661</link>
    <description>&lt;pre&gt;Heya,

The hard dependency on Libgcrypt has been dropped in git commit
752e5965b197d70a9125dc3319a8c5e5673a8f8b and will be part of GKrellM 2.3.6.

FYI, GKrellM recently got a public git repo which is available at
http://git.srcbox.net/gkrellm

Bye,
Stefan

______________________________________________
Gkrellm mailing list
gkrellm&amp;lt; at &amp;gt;lists.netservicesgroup.com
Read archives-join-leave-set RSS feed:
http://archive.lists.netservicesgroup.com
This service is provided by The Network Services Group:
http://www.netservicesgroup.com


&lt;/pre&gt;</description>
    <dc:creator>Stefan Gehn</dc:creator>
    <dc:date>2011-08-27T15:06:55</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnome.apps.gkrellm">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.apps.gkrellm</link>
  </textinput>
</rdf:RDF>

