LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-09-2003, 12:47 AM   #31
sheldon
Member
 
Registered: Sep 2003
Posts: 48

Original Poster
Rep: Reputation: 15

Yep. I was able to change the Firebird fonts after going through the Forums. My issue was that I was chaging the userChrome.css inside $(HOME)/.mozilla directory. Actually I should have done the changes inside $(HOME)/.phoenix directory. Now it works. Thanks..

I didn't have any success on the lm_sensors till now. As you told I have installed the required rpm from Mandrake CD-3. Installation was scuccessful. Though I got confused with the exact name of the installed executbale. I hope it is 'sensors*' in /usr/bin dreictory. But the date of this executable doesn't reflect that.
Any idea here?

After that I built gkrellm. Tried to execute it. But simply hangs. Went through the conf file. Looks like it is waiting for some input from the netwok. I didn't connect to network at this time. I Will try editing the conf file today.
Any other thoughts here?
 
Old 10-09-2003, 03:47 AM   #32
pesho_p
Member
 
Registered: Oct 2002
Location: 42° 42' N, 23° 19' E
Distribution: Slackware 8.1
Posts: 77

Rep: Reputation: 15
Quote:
Yep. I was able to change the Firebird fonts after going through the Forums. My issue was that I was chaging the userChrome.css inside $(HOME)/.mozilla directory. Actually I should have done the changes inside $(HOME)/.phoenix directory. Now it works. Thanks..
So, the browser itself is renamed to Firebird already, but the config directory is still named '.phoenix' instead of '.firebird'? Odd...
However I'm glad that one way or another you have one problem less now.

Quote:
I didn't have any success on the lm_sensors till now. As you told I have installed the required rpm from Mandrake CD-3. Installation was scuccessful. Though I got confused with the exact name of the installed executbale. I hope it is 'sensors*' in /usr/bin dreictory. But the date of this executable doesn't reflect that.
Any idea here?
From the "scary" INSTALL file (again):
Quote:
There is a special scanning program installed called sensors-detect. It
will scan all available I2C and SMBus adapters for all known devices,
and give you a list of what modules you need to insert. It is written in
Perl, and you will need at least Perl 5.004 to run it succesfully.

If `sensors' returns some error message about not being able to load
libsensors, you have to add the directory in which it is installed
(by default /usr/local/lib) to /etc/ld.so.conf and run `ldconfig'.

You can use the installed sensors program to get a report of all detected
sensor devices. There is also a manual page for this program. Calling
`sensors -s' will set the limits and other configuration settings
specified in /etc/sensors.conf. Again, read the manual pages for more
information.
I don't know were this program is installed on your system, however you always can:

1. Run 'updatedb' and then use 'locate sensors'.
2. Use the search tool 'find /usr -t f -n "sensors"' (or something similar).
3. Open your *.rpm file somehow ('mc' becomes in mind) and look at it structure.
4. Something even smarter that I'm not aware of.

Quote:
After that I built gkrellm. Tried to execute it. But simply hangs. Went through the conf file. Looks like it is waiting for some input from the netwok. I didn't connect to network at this time. I Will try editing the conf file today.
Any other thoughts here?
If you start GKrellM from the command line (i.e. in terminal window) like this: gkrellm &, does it produce some error messages or something? Are you sure that all required libraries are installed and on their right places?
If still doesn't work, well, better remove it and try to search your CDs for available pre-built package. I'm not 100% sure, but it should be there (2-nd or 3-rd CD). If not:

1. http://speakeasy.rpmfind.net//linux/...mdk.i586.html:
Quote:
gkrellm-2.1.16-1mdk RPM for i586

From Mandrake Cooker / cooker / i586 / Mandrake / RPMS
Name: gkrellm Distribution: Mandrake Linux
Version: 2.1.16 Vendor: MandrakeSoft
Release: 1mdk Build date: Fri Aug 22 07:46:51 2003
Group: Monitoring Build host: klama.mandrake.org
Size: 2087054 Source RPM: gkrellm-2.1.16-1mdk.src.rpm
Packager: Guillaume Rousse <guillomovitch@linux-mandrake.com>
Url: http://gkrellm.net
2. From the home page of GKrellM - http://web.wt.net/~billw/gkrellm/gkrellm.html:
Quote:
Package Downloads

RPM and tarball binary packages

PPC and i386 RPMs for GKrellM2 from Rob Lineweaver.
Mandrake 9.1 RPMs for GKrellM2 from Chip Cuccio. <<< This is what you're looking for.
Mandrake 9.0 RPMs for GKrellM2 from Andrew Preater. (Should work for Mandrake 8.2).
Mandrake RPMs for GKrellM1 from Vincent Danen
RedHat Linux (i386) and Yellow Dog Linux (ppc) RPMs for GKrellM2, from Matthias Saou
Slackware 9.0 packages for GKrellM2 .
SuSE 8.2 RPMs for GKrellM2 from Konstantin Malakhanov
gkrellm-2.1.14-1.i386.rpm a SuSE 7.3 RPM (should work for 7.0 - 8.2) for GKrellM 2.0 from Daniel Eckl .
Try one of these and see what will happen (don't forget to remove your installation of GKrellM first tough).
 
Old 10-09-2003, 04:30 AM   #33
sheldon
Member
 
Registered: Sep 2003
Posts: 48

Original Poster
Rep: Reputation: 15
Yeah.. It was '.phoenix' instead of '.firebird'!. That is why the problem came.

I did run 'sensors-detect' yesterday. It asked me whether you need patch the kernel with cerain modules and when I said 'yes' to this it started giving strange kind of errors. I didn't have time to investigate it yesterday probably I will do it today.

All the rmp packages will get installed to /usr/bin or /usr/lib by default , I guess. So I didn't run ldconfig yesterday. My /usr/local deson't contain any of the sensor files.


I executed 'gkrellm' from command line only. It simply hangs. As I told earlier gkrell expects network to be connected for working, I guess. I will try to remove this from the 'gkrell.cong' file today to see what happens.

I will try the other things that you have suggested. Will keep you informed.

By the way why are you not usiing Linux any more :-): ?
 
Old 10-09-2003, 01:53 PM   #34
sheldon
Member
 
Registered: Sep 2003
Posts: 48

Original Poster
Rep: Reputation: 15
Today I ran sensors-detect again. Said "yes" to most of the options that I was scared to do yesterday. Got failed messages for many step. But in the end it detected the chip in the mother board with a confidence level of 8. And also a file / rc.d/init.d/lm_sensors got created saying that this will be used during boot time. So rebboted the machine and executed gkrellmd from command line. This produced the following error.
gkrellmd couldn't bind to any socket
gkrellmd socket() failed: Address already in use

After this I have the installed the earlier version of gkrellmd from my Mandrake 9.1 CD. This also produced the same error even as root.

While rebooting I have observed that the gkrellmd is also getting executed.
If I do a ps -eaf | grep gkrell soon after reboot I can see two gkrellmd processes with -d option.

Rings any bell?

Now the topic of this thread is getting changed!. Probably I will start a new thread?
 
Old 10-09-2003, 05:14 PM   #35
pesho_p
Member
 
Registered: Oct 2002
Location: 42° 42' N, 23° 19' E
Distribution: Slackware 8.1
Posts: 77

Rep: Reputation: 15
Quote:
Now the topic of this thread is getting changed!. Probably I will start a new thread?
Probably following information will solve your problems, so hopefully new thread won't be necessary

1. Type 'sensors' on the command line. If you're able to see your CPU voltages, FAN rotations per minute and so on, then lm_sensors package is up and running. Don't forget that on each reboot 'sensors -s' must be executed, so if this command is not already in your init scripts make sure to put it in.
2. Do not run 'gkrellmd' but only 'gkrellm' instead (no 'd' at the end). You're trying to execute the GKrellM's daemon instead of the program itself:
Quote:
GKrellM Features
================
* Data can be collected from a gkrellmd server running on a remote machine.

Client/Server
=============
When gkrellm connects to a gkrellmd server all builtin monitors collect
their data from the server. However, the gkrellm process is running
on the local machine, so any enabled plugins will run in the local
context (Flynn is an example exception to this since it derives its data
from the builtin CPU monitor). Also, any command launching will run
commands on the local machine.
With gkrellmd (server part) running on your machine you'll be able to see desired information about this machine (i.e. on which gkrellmd is running) remotely on some other machine via gkrellm running on it, but to see information about yours you must run gkrellm (client part). [Sounds stupid… Sorry about my English but this is not my native language. Hope you'll be able to understand].

As for this:
Quote:
By the way why are you not usiing Linux any more :-): ?
In short: lack of applications that are of vital importance for me (MicroStation/InRoads, AutoCAD Land Development Desktop, etc.), some annoying (for me that is) things (but I don't want to start a new holly war here, so I'll keep my mouth shut ), lack of enough free disk space (my HDD is only 13GB in size, without hope to become any larger soon) and so on.
 
Old 10-10-2003, 12:16 AM   #36
sheldon
Member
 
Registered: Sep 2003
Posts: 48

Original Poster
Rep: Reputation: 15
Sensors is working properly for me, I think. When I typed sensors it gave lot of information about volatages and similar stuff.

'sensors -s' is not getting executed automatically, I guess. I will put it in my init scripts.

I was not able to find any 'gkrellm' executable after installation!. Infact I was looking for that. The only thing that got installed is 'gkrelld'. I will check whether I need to install some other gkrellm package for this. Or probably I need to build the source with different option?... Any thoughts here?

Sorry to know that experts are moving out of Linux -):
 
Old 10-10-2003, 01:53 AM   #37
sheldon
Member
 
Registered: Sep 2003
Posts: 48

Original Poster
Rep: Reputation: 15
Well, I realized now that I have installed only the daemon part of gkrellm. Downloaded the client part also now. Will try it in the evening...
 
Old 10-10-2003, 12:58 PM   #38
sheldon
Member
 
Registered: Sep 2003
Posts: 48

Original Poster
Rep: Reputation: 15
Finally I was able to make it work!. Thanks a lot for your help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Got my fonts to look just as good as in Windows adamb10 LinuxQuestions.org Member Success Stories 1 08-04-2005 12:15 PM
Windows fonts Cyric Slackware 7 10-07-2004 09:59 AM
Windows fonts and 9.1 cuzzle Mandriva 4 09-14-2003 01:31 AM
Where's the windows fonts? bigjohn Mandriva 1 09-05-2003 06:00 PM
Windows Fonts crash89 Linux - General 4 02-06-2002 09:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration