Way to Go Team

The overhead with Vmware is about 20% - which is fairly steep, though 80% of the typical PPD for the SMP work is still pretty nice in my book.

The only thing keeping me using windows at the moment is just being too damn lazy/busy to learn something new :o
I should have plenty of time in a couple of weeks though - unemployment here I come :p
 
shadowscotland said:
OT you ok rich? whats with the lack of employment :eek: /OT
Yep I'm fine thanks - I saw it coming for about the last 2 months so we had a relatively cheap Christmas and money isn't too tight at the moment.
I may sell my X1900XT at the end of the month though once folk have been paid as that's a real luxury and I could do with shifting it before it depreciates down to nothing, however if new job is forthcoming I will be putting that money towards a C2D rig and retiring a couple of old SocketA machines methinks :D

I'm totally with you on this power saving malarky - whilst the GPU client is all well and good it's a huge hog in terms of extra leccy needed aswell as draining the life out of the system :o
 
rich99million said:
Yep I'm fine thanks - I saw it coming for about the last 2 months...

...I may sell my X1900XT...

...C2D rig and retiring a couple of old SocketA machines methinks :D...

...I'm totally with you on this power saving malarky...

Now you mention it I'm sure you said that things were not that great at works a month or two ago, glad it wasn't out of the blue, and just after christmas to boot :(

I'm sure you'll get a buyer on the card, and your right sooner rather that later would be better.

C2D for the win \0/

As to power I've saved just under 200w per hour by swapping to my e6400 and enermax or £260 in lecky per year!!!
 
OK. I've installed Ubuntu and the smp client and all is working fine.

Downloaded FahMon source files & followed these instructions -

dunc said:
Instead Open Synaptic and Make sure that all the repositories are checked.
Reload the selection.

Search for libwxgtk2
Check libwxgtk2.6-0 and libwxgtk2.6-dev and libwxgtk2.6-dbg and all dependencies

Install them.

Then goto the /src directory under FahMon and run scons. Job done

Dunc

When I run scons I get the following -

scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
o aboutDialog.o -c -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -pthread -O2 -D_FAHMON_LINUX_ -Wall -Wno-strict-aliasing -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -I/home/ant/FahMon/include aboutDialog.cpp
sh: o: not found
o base64Codec.o -c -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -pthread -O2 -D_FAHMON_LINUX_ -Wall -Wno-strict-aliasing -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -I/home/ant/FahMon/include base64Codec.cpp
sh: o: not found

~snip~

o trayManager.o -c -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -pthread -O2 -D_FAHMON_LINUX_ -Wall -Wno-strict-aliasing -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -I/home/ant/FahMon/include trayManager.cpp
sh: o: not found
o workUnitFrame.o -c -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -pthread -O2 -D_FAHMON_LINUX_ -Wall -Wno-strict-aliasing -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -I/home/ant/FahMon/include workUnitFrame.cpp
sh: o: not found
o fahmon -pthread aboutDialog.o base64Codec.o benchmark.o benchmarksDialog.o benchmarksManager.o client.o clientDialog.o clientHelperThread.o clientsManager.o core.o dataInputStream.o dataOutputStream.o eta.o fahlogAnalyzer.o firstTimeDialog.o htmlParser.o httpDownloader.o listViewClients.o main.o mainDialog.o messagesFrame.o messagesManager.o pathManager.o preference.o preferencesDialog.o preferencesManager.o progressManager.o project.o projectHelperThread.o projectsManager.o staticBoldedText.o staticUrl.o tools.o trayManager.o workUnitFrame.o -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6
sh: o: not found
scons: done building targets.

Any ideas ? :(
 
jaric said:
OK. I've installed Ubuntu and the smp client and all is working fine.

Downloaded FahMon source files & followed these instructions -



When I run scons I get the following -



Any ideas ? :(

i've got the same problem even after following duncs post

so any ideas dunc?
 
You're not the only one with this problem. Seems like it is entirely hit or miss.

Install Wine and run Windows FaHMon :D

SiriusB
 
SiriusB said:
You're not the only one with this problem. Seems like it is entirely hit or miss.

Install Wine and run Windows FaHMon :D

SiriusB

looks like i might have to until i fight a way to compile FahMon properly. Unless there are some other monitoring tools for linux out there
 
Hmmm!!

I am not at an Ubuntu machine, so I am not 100% sure. However, it looks like some libraries are missing. You may need to check that all the kernel headers are loaded.

sudo apt-get install linux-headers-2.6-386

replace 2.6-386 with your kernel

(can be found with 'uname -r')

Also make sure you are running scons under sudo

Dunc
 
dunc said:
Hmmm!!

I am not at an Ubuntu machine, so I am not 100% sure. However, it looks like some libraries are missing. You may need to check that all the kernel headers are loaded.

sudo apt-get install linux-headers-2.6-386

replace 2.6-386 with your kernel

(can be found with 'uname -r')

Also make sure you are running scons under sudo

Dunc

running sudo scons has got me a bit further but now i'm stuck with this error
Code:
client.cpp:285: error: invalid conversion from 'const char*' to 'wxChar'
client.cpp:285: error:   initializing argument 1 of 'int wxString::Find(wxChar, bool) const'
client.cpp:292: error: no matching function for call to 'wxString::Format(const char [41], ProjectId&)'
/usr/include/wx-2.6/wx/string.h:1085: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
scons: *** [client.o] Error 1
scons: building terminated because of errors.
 
dunc said:
what is the output of 'wx-config --list' ?

Dunc

dave@dave-desktop:~/foldingathome/FahMon/src$ wx-config --list

Default config is gtk2-unicode-release-2.6

Default config will be used for output

Alternate matches:
base-unicode-debug-2.6
base-unicode-release-2.6
gtk2-unicode-debug-2.6

dave@dave-desktop:~/foldingathome/FahMon/src$
 
I've found quite a handy guide for setting up Samba for sharing your SMP folder in Ubuntu so that FahMon running in Windows can access the log file

http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/

Worked for me except that I had to browse to the folder in Network Places outside of FahMon and then copy the location address into FahMon manually as it didn't seem to want to find the machine when I tried the normal route :confused:


edit: sorry I got the wrong link - 'tis corrected now :)
 
Last edited:
I have just built FahMon again on a Ubuntu 6.10 box.

I downloaded the sources to Desktop

I ran synaptic and installed
libwxgtk2.6-0
libwxgtk2.6-dev
libwxgtk2.6-dbg

This installed 7 new packages.

I installed g++

Then I ran scons, and it built fine!!

I have the following installed too;
linux-headers-2.6.17.10
linux-headers-2.6.17.10-generic
linux-headers-generic

Dunc
 
dunc said:
I have just built FahMon again on a Ubuntu 6.10 box.

I downloaded the sources to Desktop

I ran synaptic and installed
libwxgtk2.6-0
libwxgtk2.6-dev
libwxgtk2.6-dbg

This installed 7 new packages.

I installed g++

Then I ran scons, and it built fine!!

I have the following installed too;
linux-headers-2.6.17.10
linux-headers-2.6.17.10-generic
linux-headers-generic

Dunc
strange, i've got all those packages installed and it still wont compile.
 
someone wanna do a step by step hand holding post on how to setup VMware and ubuntu for SMP?
like
now,
so I can avoid the stomp from Dr Who?
 
rich99million said:
I've found quite a handy guide for setting up Samba for sharing your SMP folder in Ubuntu so that FahMon running in Windows can access the log file

http://www.howtogeek.com/howto/ubuntu/install-samba-server-on-ubuntu/

Worked for me except that I had to browse to the folder in Network Places outside of FahMon and then copy the location address into FahMon manually as it didn't seem to want to find the machine when I tried the normal route :confused:


edit: sorry I got the wrong link - 'tis corrected now :)

The info can also be found here

http://ubuntuguide.org/wiki/Ubuntu_Edgy

As well as the answers to lots of other questions :)
 
Back
Top Bottom