Page 24 of 60

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Wed Sep 17, 2008 10:43 pm
by uncle_fungus
shatteredsilicon wrote:Are there any news on the Linux FahMon crashing when asked to monitor a GPU client? Is there a fix?
Yes. The bug has already been fixed in SVN, so I will probably create a beta build for you to run until I finish the next gold release.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Wed Sep 17, 2008 11:23 pm
by shatteredsilicon
Thanks, that'd be awesome. :-D

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 2:03 am
by tmoble
uh-oh

I missed this line you reply about stripping a couple lines in the source:

The same applies to ProjectsManager::Save

oops, I'll do it again.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 3:01 am
by tmoble
I searched that file several times using gedit, didn't find any lines beginning with "inline" at all. Still projectsManager.cpp, right?

I do see one instance of the word "inlined" with a "d" up near the top.

any other direction?

Also, I notice that fahmon won't restart, just blinks and goes away.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 6:36 am
by osgorth
Is there a way to make FahMon operate in some client/server model? I have computers running in two different locations, and it would be lovely if they could communicate with eachother so I can monitor ALL clients using the same "master FahMon".

I guess what I'm asking is can we get a feature that allows FahMon clients to export via http to another client?

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 7:51 am
by shatteredsilicon
osgorth wrote:Is there a way to make FahMon operate in some client/server model? I have computers running in two different locations, and it would be lovely if they could communicate with eachother so I can monitor ALL clients using the same "master FahMon".

I guess what I'm asking is can we get a feature that allows FahMon clients to export via http to another client?
You can export a file share containing F@H and point the remote FahMon at those.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 7:58 am
by osgorth
Yeah, but can you make a file share over the internet? These machines are not on the same network.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 9:31 am
by Russ_64
I guess you could share your folders on the Internet but it would be a major security hole in your network(s). If you can run servers on your network then setup an FTP server and drop the log files onto it every 15 minutes using scripts and get the machine running FahMon to pull in the logs to update your progress.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 9:51 am
by uncle_fungus
tmoble wrote:I searched that file several times using gedit, didn't find any lines beginning with "inline" at all. Still projectsManager.cpp, right?

I do see one instance of the word "inlined" with a "d" up near the top.

any other direction?
Are you trying to compile from SVN or from one of the released versions?

In 2.3.2b the file will look like this: http://trac.fahmon.net/browser/tags/2.3 ... anager.cpp
In SVN HEAD it will look like this: http://trac.fahmon.net/browser/trunk/sr ... anager.cpp
tmoble wrote:Also, I notice that fahmon won't restart, just blinks and goes away.
If you run FahMon from the terminal what does it crash out with (if you're trying to monitor GPU2 clients from Linux and are not using SVN r313 or later, FahMon will crash with a segmentation fault)?

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 9:53 am
by uncle_fungus
osgorth wrote:Is there a way to make FahMon operate in some client/server model? I have computers running in two different locations, and it would be lovely if they could communicate with eachother so I can monitor ALL clients using the same "master FahMon".

I guess what I'm asking is can we get a feature that allows FahMon clients to export via http to another client?
A similar request has already been made in trac: http://trac.fahmon.net/ticket/138
It's on the cards, but not for the next version at least.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 12:56 pm
by osgorth
Thanks uncle_fungus, looking forwards to it! :)

Russ_64 - great idea, I'll try to get that working. Thanks!

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 2:05 pm
by Shadowtester
Another option to monitor client over the internet is the fci "Folding at Home Client Info" setup but it does take some setup and the server has to run on a Linux os here is a link to the website for more info.

http://fci.bile.nl/?target=home.plc

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 4:59 pm
by HkQwerty
Why can't I run FahMon?

I'm using the GPU Client and I sucessfully installed the FahMon (Windows Installer) recently.

But when I click the shortcut in the start menu, it keeps saying that "Could not create directory <./config/>".
After I press OK, it then says "Directory './config/' couldn't be created (error 5: access denied)

OS: Vista 64bit
Client: GPU systray install 6.20rc1

=========

Now I get rid of the problem by uninstalling it and then installing it in "C:\FahMon" instead of the default directory "C:\Program Files (x86)\FahMon"

I hope the new official release, which works with Vista's security, come up soon.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 5:14 pm
by bruce
HkQwerty wrote:Why can't I run FahMon?

I'm using the GPU Client and I sucessfully installed the FahMon (Windows Installer) recently.

But when I click the shortcut in the start menu, it keeps saying that "Could not create directory <./config/>".
After I press OK, it then says "Directory './config/' couldn't be created (error 5: access denied)

OS: Vista 64bit
Client: GPU systray install 6.20rc1
Where did you install FahMon? It sounds like Vista security doesn't want you putting data in that location. If you used "Program Files" like many of us have done for years, you have to get used to the new security rules and put the program somewhere else, or install in WinXP 32-bit compatibility mode, or disable Vista's added security.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Sep 18, 2008 10:17 pm
by uncle_fungus
The next official release will be built to work with Vista's security model.