FAH monitor with SMP + VM Ubuuntu

Mybe to due my inexperiene I manage to install in home/desktop folder. I reinstalled to folding/FAH but then ./fah5 wouldn't work until I'd navigated to folder in terminal.
I found a a way to make a link to desktop & now it has put new files in desktop folder?! But at least I am able to run prog without a lot of typing.
 
Pilgrim57 said:
Mybe to due my inexperiene I manage to install in home/desktop folder. I reinstalled to folding/FAH but then ./fah5 wouldn't work until I'd navigated to folder in terminal.
I found a a way to make a link to desktop & now it has put new files in desktop folder?! But at least I am able to run prog without a lot of typing.
You made a launcher? I had the same problem last night that it would launch in the parent directory rather than the folding directory.

I found a different way of doing it though which works well:

Right-click Desktop -> Create Document -> Empty File
Double Left-click file to edit in the following lines:

cd ~/folding/FAH
./fah5 -verbosity 9

Save and close gedit

Right-Click file -> Properties -> Permissions -> Tick "Execute" Box -> Close Properties

Then when you want to run folding you just double click on the file and then select "Run in Terminal" from the dialog box that pops up. You can also add/remove whatever flags you want very easily this way which I like (trying to get back on the p3025's as my X2 is suffering with the larger ones)
 
I get this after following the above instuctions:(
matty@ubuntu:~/FahMon$ cd src
matty@ubuntu:~/FahMon/src$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEF ILE_SOURCE=1 -DNO_GCC_PRAGMA -pthread -O2 -D_FAHMON_LINUX_ -Wall -Wno-strict-ali asing -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -I/ho me/matty/FahMon/include -c -o aboutDialog.o aboutDialog.cpp
sh: -G: invalid option
Usage: sh [GNU long option] [option] ...
sh [GNU long option] [option] script-file ...
GNU long options:
--debug
--debugger
--dump-po-strings
--dump-strings
--help
--init-file
--login
--noediting
--noprofile
--norc
--posix
--protected
--rcfile
--restricted
--verbose
--version
--wordexp
Shell options:
-irsD or -c command or -O shopt_option (invocation only)
-abefhkmnptuvxBCHP or -o option
scons: *** [aboutDialog.o] Error 2
scons: building terminated because of errors.
matty@ubuntu:~/FahMon/src$
 
Download the pre-compiled FahMon folder from the link at post #26 and see if the Fahmon.exe in its src folder will run.

It's what i ended up with after running scons in the src folder.
 
Now I get
matty@ubuntu:~/FahMon/src$ ./fahmon
./fahmon: /usr/lib/libwx_gtk2u_core-2.6.so.0: version `WXU_2.6.2' not found (required by ./fahmon)
./fahmon: /usr/lib/libwx_gtk2u_core-2.6.so.0: version `WXU_2.6.3' not found (required by ./fahmon)
./fahmon: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./fahmon)
matty@ubuntu:~/FahMon/src$
I have installed wxGTK and tried this from the setup guide that comes with fahmon.
matty@ubuntu:~/FahMon/src$ wx-config --list

Default config is gtk2-unicode-release-2.6

Default config will be used for output

Alternate matches:
gtk2-unicode-debug-2.6
 
I'm getting exactly the same as Diogenese:( Misery likes company.
Thank Rich99million - after a fruitless day today I might give it a try if I have the energy tommorrow, as I make so many typo's when using Terminal. Still have a day to run on the win console of a 1498- soooo sloooow.
I'll try Mr Impaler's link when all my little grey cells are firing.
I really appreciate the help guys - I'm glad I'm part of team 10.

PS what's the Tilda doing ~? is it important?
cd ~/folding/FAH
./fah5 -verbosity 9
 
~ just means your Home Folder. It's the easy way of getting back to your Home Folder from within a terminal.


I've no idea why you guys are having problems. I've done it about half a dozen times now without any problems :confused:
 
I think it's because my computer hates me...
[rant] when I ran a bare motherboard leaning against a wall with the hdd's stacked up on the carpet I could OC the bejesus out of it and it never let me down, now it's locked up in a shiny ally case with fans and stuff it's being a real sod, measly OC's and flakey software. board temps are lower but noise is up:(
[/rant]
 
Code:
vent@vent-desktop:~$ 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

vent@vent-desktop:~$ cd desktop
bash: cd: desktop: No such file or directory
vent@vent-desktop:~$ cd Desktop
vent@vent-desktop:~/Desktop$ cd fahmon
bash: cd: fahmon: No such file or directory
vent@vent-desktop:~/Desktop$ dir
FahMon  fahmon-2.1.5.src.tar.bz2
vent@vent-desktop:~/Desktop$ cd FahMon
vent@vent-desktop:~/Desktop/FahMon$ dir
doc  include  src
vent@vent-desktop:~/Desktop/FahMon$ cd src
vent@vent-desktop:~/Desktop/FahMon/src$ scones
bash: scones: command not found
vent@vent-desktop:~/Desktop/FahMon/src$ cd scons
bash: cd: scons: No such file or directory
vent@vent-desktop:~/Desktop/FahMon/src$ scons
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/vent/Desktop/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/vent/Desktop/FahMon/include base64Codec.cpp
sh: o: not found
o benchmark.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/vent/Desktop/FahMon/include benchmark.cpp
sh: o: not found
o benchmarksDialog.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/vent/Desktop/FahMon/include benchmarksDialog.cpp
sh: o: not found
o benchmarksManager.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/vent/Desktop/FahMon/include benchmarksManager.cpp
sh: o: not found
o client.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/vent/Desktop/FahMon/include client.cpp
sh: o: not found
o clientDialog.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/vent/Desktop/FahMon/include clientDialog.cpp
sh: o: not found
o clientHelperThread.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/vent/Desktop/FahMon/include clientHelperThread.cpp
sh: o: not found
o clientsManager.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/vent/Desktop/FahMon/include clientsManager.cpp
sh: o: not found
o core.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/vent/Desktop/FahMon/include core.cpp
sh: o: not found
o dataInputStream.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/vent/Desktop/FahMon/include dataInputStream.cpp
sh: o: not found
o dataOutputStream.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/vent/Desktop/FahMon/include dataOutputStream.cpp
sh: o: not found
o eta.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/vent/Desktop/FahMon/include eta.cpp
sh: o: not found
o fahlogAnalyzer.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/vent/Desktop/FahMon/include fahlogAnalyzer.cpp
sh: o: not found
o firstTimeDialog.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/vent/Desktop/FahMon/include firstTimeDialog.cpp
sh: o: not found
o htmlParser.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/vent/Desktop/FahMon/include htmlParser.cpp
sh: o: not found
o httpDownloader.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/vent/Desktop/FahMon/include httpDownloader.cpp
sh: o: not found
o listViewClients.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/vent/Desktop/FahMon/include listViewClients.cpp
sh: o: not found
o main.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/vent/Desktop/FahMon/include main.cpp
sh: o: not found
o mainDialog.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/vent/Desktop/FahMon/include mainDialog.cpp
sh: o: not found
o messagesFrame.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/vent/Desktop/FahMon/include messagesFrame.cpp
sh: o: not found
o messagesManager.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/vent/Desktop/FahMon/include messagesManager.cpp
sh: o: not found
o pathManager.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/vent/Desktop/FahMon/include pathManager.cpp
sh: o: not found
o preference.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/vent/Desktop/FahMon/include preference.cpp
sh: o: not found
o preferencesDialog.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/vent/Desktop/FahMon/include preferencesDialog.cpp
sh: o: not found
o preferencesManager.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/vent/Desktop/FahMon/include preferencesManager.cpp
sh: o: not found
o progressManager.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/vent/Desktop/FahMon/include progressManager.cpp
sh: o: not found
o project.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/vent/Desktop/FahMon/include project.cpp
sh: o: not found
o projectHelperThread.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/vent/Desktop/FahMon/include projectHelperThread.cpp
sh: o: not found
o projectsManager.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/vent/Desktop/FahMon/include projectsManager.cpp
sh: o: not found
o staticBoldedText.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/vent/Desktop/FahMon/include staticBoldedText.cpp
sh: o: not found
o staticUrl.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/vent/Desktop/FahMon/include staticUrl.cpp
sh: o: not found
o tools.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/vent/Desktop/FahMon/include tools.cpp
sh: o: not found
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/vent/Desktop/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/vent/Desktop/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.
vent@vent-desktop:~/Desktop/FahMon/src$ ./fahmon
bash: ./fahmon: No such file or directory
vent@vent-desktop:~/Desktop/FahMon/src$ 
vent@vent-desktop:~/Desktop/FahMon/src$

thats what I get!
 
joeyjojo said:
I'm just using samba to feed the folder over the workgroup to my fahmon in windows.
yup suits me best anyway as I now tend to forget the SMP is there but I'm always checking on the rest of my machines via FahMon in windows anyway :)


guess I have all this to look forward to if/when I switch over to a proper Linux install though while I can still run my GPU aswell I'll be staying as I am for now :)
 
Back
Top Bottom