FahMon 2.3.0

which you can just cat in your ssh session.

Was that surposed to make sence,
say shh to a cat and boo to a goose :p


And yes file is in image folder :confused:

Edit: Ah! - well now I know how, just not why ;)
I installed in new location but re-used my desktop shortcut (amending the path) so it was runing Fahmon 2.3.0 but with the config/doc/images/xyz folders of my 2.2.0 image...
Just created a new shortcut and needed to add clients (no benchmarks no error)
- downloading new projects still works btw :D

Edit: The storing of benchmark data is independent of whether there is a valid projects database. FahMon has been doing it silently while you haven't been watching

Don't give me that - I'm not THAT silly :p
 
Last edited:
Was that surposed to make sence,
say shh to a cat and boo to a goose

BTI will know what I mean, it makes perfect sense if you know Linux :p


And yes file is in image folder

Edit: Ah! - well now I know how, just not why
I installed in new location but re-used my desktop shortcut (amending the path) so it was runing Fahmon 2.3.0 but with the config/doc/images/xyz folders of my 2.2.0 image...
Just created a new shortcut and needed to add clients (no benchmarks no error)
- downloading new projects still works btw

Well at least i wasn't my fault then ;)

Don't give me that - I'm not THAT silly :p

Ask a silly question... :D
 
I very rarely is your fault

And many thanks for the new version, it running great and your hours and effort is very much apreacheated. As is your humour :p

Watch this space I'll be trying to install it into Ubuntu later (always good for a laugh ;):D)
 
Well assuming you've got Feisty Fawn installed there are two options for you.
Click-and-go with the deb file, or compile from source, the GNU way.

The good news is you no longer need to use any stupid scripts to get fahmon to launch properly, you can just run "fahmon" from your run dialog. Which makes it a lot easier to setup desktop shortcuts too.
 
It was easier that I thought last time, so we'll see how much of a pigs ear I can make of it this time ;)

If I only had the time to actually 'understand' what I was doing - instead of just following blindly I'm sure I'd not need to ask so many silly questions.

Oh well if all goes well, I'm probable moving jobs soon (cuts my commute by a hour each way) so that's an extra 9h a week with my son and one for other stuff ;) (if I can limit the wife's facebook addiction that is :eek:)

Oh and one more thing - what and where is the run dialog, don't think i've used that yet ;)
 
Last edited:
It was easier that I thought last time, so we'll see how much of a pigs ear I can make of it this time ;)

If I only had the time to actually 'understand' what I was doing - instead of just following blindly I'm sure I'd not need to ask so many silly questions.

Oh well if all goes well, I'm probable moving jobs soon (cuts my commute by a hour each way) so that's an extra 9h a week with my son and one for other stuff ;) (if I can limit the wife's facebook addiction that is :eek:)

Oh and one more thing - what and where is the run dialog, don't think i've used that yet ;)

Press Alt-F2 and you'll get your run dialog.

The details of the process are actually quite simple.
"./configure" does exactly that. It checks the tools you need and configures the sources ready to compile
"make" compiles the source files
"sudo make install" installs the compiled files.
 
Windows version now installed on main PC here and on server at school. Like Jaric, I installed over the old version and it seems fine so far. The server instance is even monitoring one client that's in a different domain, over an ADSL link.
 
Installed and monitoring my Ubuntu SMP clients in x64 Vista here perfectly.

Thanks uncle_fungus :)
 
broke it - again - used this, Ubuntu 7.04 AMD64 was that right (what's the i386 version?)

well I say I broke it - something happened - looked like an instilation occured - but no idea where it went :o

Alt F2 worked - but typed in the ./configure but it said
Could not open location 'file:///./configure' I'm guessing that I've missed something.

Off to break ubuntu some more......

@ UF next time you issue a release, mail me the draft and I'll see if it noob proof - can't even find the help SB talked about let alone follow it :p

Edit: did it the old way with SB guide - but it's still not working (must be more that just changing 2.2.0 to 2.3.0 and can find the Fahmon.exe file in the new FahMon-2.3.0/src folder - think I've broken scons too - oh well theirs alway my DD install to fold with :o
 
Last edited:
Hehe I love it when people read the instructions ;)

If you installed the .deb file (AMD64 for 64bit versions of ubuntu and i386 for the x86 versions) it is already compiled for you. All you need to do is hit Alt-F2 and then type "fahmon"

If you want to compile from source, the old instructions won't work.
The new instructions (simply) are:
extract the tar.bz2 archive.
cd into the extracted folder
run "./configure"
if no errors run "make"
if no errors run "sudo make install"
 
Or even better get it to write out html files so we can monitor our machines remotely :)

It's funny you should mention that. I've just been fiddling around with some CSS and jscript, and managed to put this together:

http://fahmon.fahinfo.org/web_output.html

Hint, click the top two clients.

It's a static page, its not actually being generated by fahmon, and all the data is random rubbish (which is why only two of the clients actually show anything in the side pane and why there's an obvious mistake in the client list.).
It looks best in firefox, although it will still work in IE (well it does in IE6 at least).
 
Hehe I love it when people read the instructions ;)

I would if i knew where they were (still don't btw)

If you installed the .deb file (AMD64 for 64bit versions of ubuntu and i386 for the x86 versions) it is already compiled for you. All you need to do is hit Alt-F2 and then type "fahmon"

Only installed the AMD64 fike but the alt-F2 didn't work (no error just box closed and nothing happened
tried it on desktop and in fahmon-2.3.0 folder

If you want to compile from source, the old instructions won't work.
The new instructions (simply) are:
extract the tar.bz2 archive.
cd into the extracted folder
run "./configure"
if no errors run "make"
if no errors run "sudo make install"

Result! - I think I'll stick to the terminal, that was really easy. Made a link to the Fahmon.exe, moved it to the desttop and fahmon is just a double click away (no more silly confirmation pop up :D)

If that last paragraph is in the 'help' them its officall shadowscotland proof (but tell the world where the help is first - in syllables of one or less :p) SB put it perfectly

Never, ever assume! Especially not with this lot :p
 
Last edited:
It's funny you should mention that. I've just been fiddling around with some CSS and jscript, and managed to put this together:

http://fahmon.fahinfo.org/web_output.html

Hint, click the top two clients.

It's a static page, its not actually being generated by fahmon, and all the data is random rubbish (which is why only two of the clients actually show anything in the side pane and why there's an obvious mistake in the client list.).
It looks best in firefox, although it will still work in IE (well it does in IE6 at least).

Nice! The only one I have looked at in the past was http://fahstats.sourceforge.net/
 
Sounds good Unk

The good news is that the fancy version appears to integrate nicely, I've got it running here already. You can't sort the columns, but I reckon I can use some jscript to get that working (it ignores all sorting and lists the clients by their ID in the client table).
 
I think I broke it...

FahMon 2.3.0 says my client has hung. Previous version says everything is fine...

Tried reloading, changing "Ignore asynchronus clocks" setting, removing client and adding it back... It's not playing ball!

Gonnna try recompiling/installing!

EDIT: nope didn't work. The AMD64 .deb package doesn't seem to work either... running "fahmon" in the terminal after installing says the command no exist.

EDIT 2: Completely nuked all trace of FahMon then recompiled from scratch. Is working now... but will it fall over again I wonder........
 
Last edited:
Back
Top Bottom