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

This forum contains information about 3rd party applications which may be of use to those who run the FAH client and one place where you might be able to get help when using one of those apps.

Moderator: Site Moderators

uncle_fungus
Site Admin
Posts: 1288
Joined: Fri Nov 30, 2007 9:37 am
Location: Oxfordshire, UK

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

Post by uncle_fungus »

Can you try visiting the site again? As far as I can tell there is nothing wrong with the subdomain, so you may have a local DNS issue.
uncle_fungus
Site Admin
Posts: 1288
Joined: Fri Nov 30, 2007 9:37 am
Location: Oxfordshire, UK

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

Post by uncle_fungus »

FahMon 2.3.99.4 Released

FahMon 2.3.99.4 is now available for download. Please see the download page for details on how to get it.

For a comprehensive list of changes please view the changelog which is linked to from the homepage.

What's new in this release
  • New core support and fixed parsing of others.
  • Pause detection works properly now.
  • Update available window will show version numbers on subsequent updates.
  • Benchmarks database now stored in xml format.
As always if you find any bugs in the FahMon please report them using trac

Full changelog:

Code: Select all

v2.3.99.4 (12/11/10)

    General
    
      Monitoring
      
      * Fixed FAHlog.txt parsing on Fermi WUs.
      * Regular expressions for FAHlog.txt parsing imported from fci svn rev132
        (thanks to smoking2000).
      * Fixed broken pause detection.
    
      Other
      
      * Removed option to save xyz files as new cores don't save this anymore
        anyway.
      * Added version info to update available message box.
      * Projects database saves immediately after migration to prevent data
        loss.
      * Benchmarks database now stored in xml, and will migrate from old format
        automatically.
goodyca
Posts: 187
Joined: Sun Dec 02, 2007 12:36 pm

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

Post by goodyca »

I have just installed Fedora 14. I am not able to successfully run make on versions 2.3.99.3 or 2.3.99.4. I get the following output:

g++ -DHAVE_CONFIG_H -I. -I.. -I../src/include -I../wxcurl/include -DDATADIR=\"/usr/local/share\" -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -Wall -Wno-strict-aliasing -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
main.cpp:53:2: error: #error "FahMon cannot be built without wxUSE_ON_FATAL_EXCEPTION"
main.cpp: In member function ‘virtual bool FahMonApp::OnInit()’:
main.cpp:80:26: error: ‘wxHandleFatalExceptions’ was not declared in this scope
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/craig/drivers/fahmon/FahMon-2.3.99.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/craig/drivers/fahmon/FahMon-2.3.99.4'
make: *** [all] Error 2

I have the following software installed:
gcc-c++-4.5.1-4.fc14.x86_64
wxGTK-media-2.8.11-2.fc14.x86_64
wxGTK-2.8.11-2.fc14.x86_64
wxGTK-devel-2.8.11-2.fc14.x86_64
wxGTK-gl-2.8.11-2.fc14.x86_64
m4-1.4.14-1.fc14.x86_64
libcurl-devel-7.21.0-5.fc14.x86_64
libcurl-7.21.0-5.fc14.i686
libcurl-7.21.0-5.fc14.x86_64

I was able to successfully make and install version 2.3.99.3 on my previous installation of Fedora 13.

Any suggestions ?

Craig
PantherX
Site Moderator
Posts: 7020
Joined: Wed Dec 23, 2009 9:33 am
Hardware configuration: V7.6.21 -> Multi-purpose 24/7
Windows 10 64-bit
CPU:2/3/4/6 -> Intel i7-6700K
GPU:1 -> Nvidia GTX 1080 Ti
§
Retired:
2x Nvidia GTX 1070
Nvidia GTX 675M
Nvidia GTX 660 Ti
Nvidia GTX 650 SC
Nvidia GTX 260 896 MB SOC
Nvidia 9600GT 1 GB OC
Nvidia 9500M GS
Nvidia 8800GTS 320 MB

Intel Core i7-860
Intel Core i7-3840QM
Intel i3-3240
Intel Core 2 Duo E8200
Intel Core 2 Duo E6550
Intel Core 2 Duo T8300
Intel Pentium E5500
Intel Pentium E5400
Location: Land Of The Long White Cloud
Contact:

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

Post by PantherX »

Updated to 2.3.99.4 by using the .zip and didn't come across any errors. Thanks uncle_fungus :D

EDIT -> Windows 7 64 bit
ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time

Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
chrisretusn
Posts: 101
Joined: Sat Feb 02, 2008 10:12 am
Hardware configuration: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+
AMD Athlon(tm) XP 2600+
Location: Philippines

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

Post by chrisretusn »

Compiled and upgraded on Slackware64-current with no problems. :D
Image
Folding on Slackware Linux.
uncle_fungus
Site Admin
Posts: 1288
Joined: Fri Nov 30, 2007 9:37 am
Location: Oxfordshire, UK

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

Post by uncle_fungus »

goodyca wrote:I have just installed Fedora 14. I am not able to successfully run make on versions 2.3.99.3 or 2.3.99.4
...snip...
I was able to successfully make and install version 2.3.99.3 on my previous installation of Fedora 13.
It looks like the fedora developers removed the built-in exception handler from wxwidgets in favour of their own system. To fix this you'll need to edit main.c

Delete line 80:

Code: Select all

wxHandleFatalExceptions();
Delete lines 52-54:

Code: Select all

#if !wxUSE_ON_FATAL_EXCEPTION
#error "FahMon cannot be built without wxUSE_ON_FATAL_EXCEPTION"
#endif
That will allow FahMon to compile and run, albeit without the built-in crash handling.
goodyca
Posts: 187
Joined: Sun Dec 02, 2007 12:36 pm

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

Post by goodyca »

uncle_fungus wrote: It looks like the fedora developers removed the built-in exception handler from wxwidgets in favour of their own system. To fix this you'll need to edit main.c

That will allow FahMon to compile and run, albeit without the built-in crash handling.
Thanks for the quick reply uncle_fungus. That fixed the problem.

Craig
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

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

Post by toTOW »

uncle_fungus wrote:Pause detection works properly now.
I'm not sure ... It keeps saying that my GPUs are Inactive ... :?
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
uncle_fungus
Site Admin
Posts: 1288
Joined: Fri Nov 30, 2007 9:37 am
Location: Oxfordshire, UK

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

Post by uncle_fungus »

toTOW wrote:
uncle_fungus wrote:Pause detection works properly now.
I'm not sure ... It keeps saying that my GPUs are Inactive ... :?
That's not "paused" though. Have you made sure that your timezone is correct (no longer DST) in FahMon. The wxwidgets library still appears to be broken with regard to DST.
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

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

Post by toTOW »

I don't see any reference to a timezone in Fahmon preferences ... :shock:
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
uncle_fungus
Site Admin
Posts: 1288
Joined: Fri Nov 30, 2007 9:37 am
Location: Oxfordshire, UK

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

Post by uncle_fungus »

On the system tab.
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

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

Post by toTOW »

I checked the box and set it to +1, but it doesn't seem to help ...
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
uncle_fungus
Site Admin
Posts: 1288
Joined: Fri Nov 30, 2007 9:37 am
Location: Oxfordshire, UK

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

Post by uncle_fungus »

Does the message log show anything helpful? (you may have to turn "log error messages only" off on the advanced preferences tab).
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

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

Post by toTOW »

Nothing really interesting (the upload to my FTP file and the inability to load one file from the machine I monitor with apache).
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
PantherX
Site Moderator
Posts: 7020
Joined: Wed Dec 23, 2009 9:33 am
Hardware configuration: V7.6.21 -> Multi-purpose 24/7
Windows 10 64-bit
CPU:2/3/4/6 -> Intel i7-6700K
GPU:1 -> Nvidia GTX 1080 Ti
§
Retired:
2x Nvidia GTX 1070
Nvidia GTX 675M
Nvidia GTX 660 Ti
Nvidia GTX 650 SC
Nvidia GTX 260 896 MB SOC
Nvidia 9600GT 1 GB OC
Nvidia 9500M GS
Nvidia 8800GTS 320 MB

Intel Core i7-860
Intel Core i7-3840QM
Intel i3-3240
Intel Core 2 Duo E8200
Intel Core 2 Duo E6550
Intel Core 2 Duo T8300
Intel Pentium E5500
Intel Pentium E5400
Location: Land Of The Long White Cloud
Contact:

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

Post by PantherX »

Well, I restarted my system and FahMon gave me a very interesting "PPD" on one of my networked system:
Image
Well, after few minutes, everything returned back to normal.
ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time

Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
Post Reply