Page 57 of 60

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

Posted: Sat Nov 06, 2010 10:24 am
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.

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

Posted: Fri Nov 12, 2010 7:18 pm
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.

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

Posted: Sat Nov 13, 2010 12:19 am
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

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

Posted: Sat Nov 13, 2010 2:11 am
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

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

Posted: Sat Nov 13, 2010 5:12 am
by chrisretusn
Compiled and upgraded on Slackware64-current with no problems. :D

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

Posted: Sat Nov 13, 2010 10:52 am
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.

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

Posted: Sat Nov 13, 2010 3:08 pm
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

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

Posted: Sat Nov 13, 2010 4:19 pm
by toTOW
uncle_fungus wrote:Pause detection works properly now.
I'm not sure ... It keeps saying that my GPUs are Inactive ... :?

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

Posted: Sat Nov 13, 2010 4:40 pm
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.

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

Posted: Sat Nov 13, 2010 5:21 pm
by toTOW
I don't see any reference to a timezone in Fahmon preferences ... :shock:

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

Posted: Sat Nov 13, 2010 5:22 pm
by uncle_fungus
On the system tab.

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

Posted: Sat Nov 13, 2010 5:26 pm
by toTOW
I checked the box and set it to +1, but it doesn't seem to help ...

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

Posted: Sat Nov 13, 2010 5:28 pm
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).

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

Posted: Sat Nov 13, 2010 5:31 pm
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).

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

Posted: Sat Nov 13, 2010 5:47 pm
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.