I have been trying to add more sensors for hdd drives temperatures but i see only one and no place/options to add more.I know they all work,(i have 4 physical hdd) if i use the hhdtemp command (dev/sdXX) it show the temp for all of them (one at time).
Any way to make gkrellm display all of them ?
I,ve been googling around and searching on various forums but haven't found anything about that (other than how to make it work,or troubleshooting to make it work).
I've tried conky ..but gives me more errors than info and i gave up.
I run F15 on my desktop PC. I've run gkrellm on my desktop since FC5. This week I tried to add the gkrellm plugin gkrellm-freq via "Yum extender". The install appeared to be successful, but when I invoke gkrellm configuration gkrellm-freq does not appear on my list of gkrellm plugins. Also, gkrellm is not displaying the cpu frequency info.I use other gkrellm plugins (weather, sun) and they work fine.
I have been trying to configure the mailcheck in gkrellm to check and notify for new mail on my gmail account. I have activated pop of course...
These are the pop info taken from gmail:
Quote:
Server for incoming mail (IMAP) - needs SSL: imap.gmail.com Use SSL: Yes Port: 993 Server outgoing mail (SMTP) - needs TLS: smtp.gmail.com (use verification) Use verifiering: Yes Use STARTTLS: Yes(some clients call this SSL) Port: 465 or 587
I'm trying to monitor the temps of /dev/sdb and /dev/sdc in Conky (/dev/sda is an SSD so not necessary, or even possible). I have HDDtemp running as a daemon, and returning correct temps for both drives when run from konsole. Output:
gkrellm process starts automatically without me indicate. In auto-run system preferences kde is not configured to start automatically, set at the time but removed it and just beginning the process continues in the background
Both Core0 and Core1's temperatures are shown twice with nearly identical temperatures and it looks like that the temps are switched around. Is there anyway I can fix this?
what I can use in Ubuntu for monitoring CPU core temps, CPU and memory speed and such, used CPU-Z, prime, HD tune up and and the like when OC'ing and UC'ing my Windows PC's but what Ubuntu equivalents are there?
debian testing 2.6.39-2-686-pae KDE. desktop > little cashew on top right > add widgets > categories > system info > hardware temps.is there any way to convert them to celsius?
I just installed Ubuntu 10.04 on my Dell Insp. 1545 2.16 GHZ 3GB RAM I have the following problem that I don't have on Vista. Problems:
1. Fan is running almost constantly 2. Cpu temps reaching 69C, stable at 54C 3. Temps spike especially with Java and npviewer.bin (in both FF/CHROME)
Ex. In system monitor, npviewer and Java take up about 90%, and while running, the CPUs are at 1. 80% 2. 90%. However, even when these processes are killed, basic activity (FF, file browsing etc) cpu% stay near 50/70, and fan stays on. Question: any suggestions? I heard restricted drivers could cause this problem. Any thoughts?
Does anyone know if it's possible to grab the temperatures from an ATI card using the open source radeon driver (not fglrx/catalyst).
I must say that the radeon driver has come a long way and works wonderfully under Lucid for my needs. I'm just a bit worried about the lack of PM support and how high my temps might be. I would prefer some way to keep an eye on things
I'm using Ubuntu Netbook Edition on my family's 4 netbooks. Sadly (and a big mistake in my opinion?), I can't add a temp monitoring applet to my panel, but that's not really the point. I am needing a way to monitor my computer temps that includes a graph (kinda like a CPU usage monitoring graph).
I really need this ability because I have another regular laptop that overheats at times and I would like to see the history without using a script to do it via text and logging.
I'm thinking of a web based app that will monitor temps and values fed in from a data acquisition device but am seeking advice on what to use to produce the web page would php be powerful enough? The app will also have to have access to a shell for scripting, I know thats a security risk but it will not be in an exposed env. The web page will have a series of lcd readouts displaying the aquired data refresh rates will probably be around 5 seconds along with control buttons to turn on and off values. Storing data in a mysql database for statistical reports would be needed eventually. Ubuntu 9.10 will be the os. Is python easily integrated into apache?
I can't get Gkrellm to show my fan speeds anymore since reinstalling Ubuntu.I have tried 9.10 and 10.04 and tried installing packages to maybe get the drop down to show up for fan speed but still nothing.I have installed Xsensors and that shows fan speeds correctly but I want to show them in Gkrellm like I used to have. Now every other temp gauge is working like it used to but the fan speed monitor.
I'm trying to install the i8k plugin for gkrellm (for my dell) but i'm not seeing the package in the repositories. Does anyone have any information about this?
how to enable transparent themes on Gkrellm and KDE 4. AND ASK FOR HELP WITH A PROBLEM FURTHER DOWN THE PAGE. Libsensors is THE program for gathering sensor data for use in various applets. Some few (mostly older) sensors have their output sent to a system file, where it can be picked-up and used by the system, but the best way to get sensor data, especially for newer sensor chips, is directly from libsensor. Since 2007 libsensor support has been built out of Gkrellm in Ubuntu (perhaps all of Debian, though I'm unclear on that). From some cursory research on the internet, I discovered that in 2007 libsensors did a major update, and Gkrellm did not. Problems insued. Support for libsensors was dropped in Gkrellm. Even though a patch was produced fairly quickly, support for libsensors in Gkrellm was never re-allowed. There is a bug on this here.
To enable support for libsensors in Gkrellm you have to build Gkrellm from source (EGADS!!) It's really pretty easy with this package and mine went off without a hitch (and I now have WONDERFUL readouts from my atk0110 sensors on my asus mb.). You can find the source package for Gkrellm here, and you can find some easy instructions for building it here. Piece of cake (really!). Okay, on to invisibility.... Gkrellm invisibility doesn't happen in KDE 4 (without a little tinkering...). I discovered the fix by looking for insights in pages discussing the same problem in conky. I found a good one, and thinking the same situation might apply to gkrellm, I tried it and IT WORKED! Here's the original post. My gratitude to the author. I'm going to reproduce the process here for posterity's sake, and because the command has changed slightly with the location of the plasma-desktop-appletsrc file.
So, gkrellm uses fake transparency. It samples the desktop at its coordinates and reproduces the image as its background. Gkrellm doesn't use the user's desktop to sample from - it uses the root desktop image - hence the strange-looking colors I got whenever I tried one of the transparent themes. Okay, so first you need to make your current desktop image your root desktop image. To do this you need to install "feh" (copy and paste these commands into terminal)
Code:
sudo apt-get install feh After that's done, enter this in terminal:
Okay, now it needs to be set-up so that it'll load automatically. The feh documentation recommends setting this in ~/.xsessionrc (if you don't have one, make one with kate - and don't forget the dot before the name [ the expression ~/ is shorthand for your home directory path, /home/username, so the aforementioned path in full would be /home/username/.xsessionrc ]):
Code:
`cat $HOME/.fehbg`
That done, we arrive at a problem. I could use some help here, if anyone has any idea how to fix it. It's not a deal-breaker, but it's definitely inconvenient if you like to change your wallpaper a lot. The feh program creates a file called ~/.fehbg to store the actual path of the image used as 'wallpaper'. Unfortunately, it stores it like this:
The two single quotes enclosing the path are unfortunately read as part of the path, so when feh (or if it hands it off to bash or kde) looks for the image file it can't find it. You get a no such file error in feh. I created a bug report here. The only way I know of to fix it (I tried removing various sets of quotation marks from the original feh command to no avail) is to open the ~/.fehbg file in kate and remove the two single quotations, so it looks like this:
But you must still do one more thing. You must change the permissions on ~/.fehbg to root, or the image's path will be overwritten the next time it's opened (at next login), with the single quotes included. Doing so fixes the issue in the short term, but when you change desktop images you'll have to reinstate your user privileges on the file, and re-run the original command to allow the file to be written to by feh (with the new image path), then edit the file again to remove the single quotes.
This morning gkrellm updated from 2.3.4-1 to 2.3.5-2 and now the CPU temperatures aren't displayed. I've rerun sensors-detect and restarted module-init-tools, but the temperatures still don't display. If I run sensors from a terminal, the CPU core temperatures are displayed correctly. Has anyone else seen this?
GKrellM worked fine under 9.04.W/ 10.04 it works but does not sense the Fan or Voltage sensors.I transplanted the old folder over to /home after downloading GKrellM, hddtemp, and lm-sensors thru Synaptic.Ran the hddtemp and lm sensors in terminal w/ no problems.Running sensors revealed all inputs: cpu temps, fan speeds, andmobo voltages.GKrellM downloaded was ver 2.3.4 while my old folder data was 2.3.2. Sensor config file is same format just that the old config file has all the voltage/fan pointers assigned as well.
Weird thing is that GKrellM will overwrite the sensor-config file (that has ALL the sensor defined inputs pasted into it) after going into the program and selecting Configuration. It reverts to the sensor-config file created after running lm-sensors and hddtemp under 10.04.So it's autowriting itself and not picking up the fan/voltage inputs.Displaying the data thru the Sensor Applet in the Desktop panel is OK but I prefer having everything on GKrellM. It's a much cleaner, easy to view system. Anybody got a clue why GKrellM is overwriting the sensor-config file. That should be static, unlike the user-config file.
i was just wondering if there is a way to change the gkrellm text size, ^^ it's just its too little for me, i have to get closer to be able to see what graphic is what. so... is there a way to make the text bigger? a theme maybe?
Was wondering if anyone else had a work around for not being able to change the sensor's "factor"? I need to divide the fan speed by 2, but I'm not able to change anything in the configuration.
i was wondering if it is possible to put gkrellm (system monitor with temp) inside of the top or bottom taskbar. my laptop overheats and i would like to be able to see my temps somewhere on my screen permanently. im sure there is a plugin or something of that nature i dont know about, if there is,
Does anyone know of a way to change the network charts unit of measure in Gkrellm from bytes/sec to bits/sec? I'm not finding any method to do so in the config options.
Can anyone suggest a good free Virtualization Software Package that work on OpenSuse with the KDE Desktop, as I need to use Windows for some applications that have not got a Linux equivelant, Namely Reserch In Motions BlackBerry Desktop Manager and the drivers for my Printer and Scanner, so I would also need something with USB pass through. Or if there isn't any free virtualization software that will dowat I want that's free then something that is not expensive that's paid for. I like the look of Parallels Desktop 4 for Windows & Linux but I'm not sure if I would be able to justify paying �54.99 for the ammount of use that it will get?
I am currently installing 11.2 on a new 1TB hdd.the opensuse installer does not allow me to create a / partition (ext4) >20GB. Does anyone know why and how I can get around this limitation?
I installed the latest version...Everything works like a charm. I have Windows Home Server 2003 running and would like to access all of my folders. How can i setup OPENSUSE to find/access my Windows Home Server 2003. Can you help me with this. Just to let you know. Am i missing something so i can access them locally.
The rsync module "opensuse-full" which worked well so far seems currently broken. It tries to mirror a huge number of additional stuff (factory?) but fails with "permission denied". Any place where I could report this?Command:
This is an example of the error I receive when trying to do an update via YaST, YaST2, or zypper. Basically, curl is broken. With out it functioning normally, I can't use openSUSE's update mechanism to fix my system. Need to find a way to manually fix / upgrade curl.There was an error in the repository initialization.'Updates-for-openSUSE-11.4-11.4-0': [|] Valid metadata not found at specified URL(s)History:
- Unknown error reading from 'http://download.opensuse.org/update/11.4/' - SKIP request: User-requested skipping of a file - Download (curl) error for
I set up opensuse 11.4. I updated nvidia 6600 drivers from vendor. Everything is good until automatic kernel update. When I start the system, opensuse is not open with this lines.
/etc/rc.status: line 1: /bin/ash : no such file or directory bash: ./etc/sysconfig/chron : cannot execute binary file X_MOUSE_CURSOR : Undefined variable
I recently installed opensuse 11.4 on a remote server. It has GNOME installed as a desktop. The problem I am experiencing is that when logged in through VNC, most of the GUI apps are not functioning, especially ones that require root privs. Example: The Add/Create users context does not function. After you supply root pw, nothing happens. If you launch it from a terminal, you see this:
jjmuw@g01:~> xdg-su -c /sbin/yast2 users Xlib: extension "RANDR" missing on display "::1:1.0". No protocol specified No protocol specified
[code]....
(y2base:4872): Gtk-WARNING **: cannot open display: ::1:1.0
Followed by a hang. This is also affecting things like the Xen configuration contexts (creating/managing VMs).