Page 2 of 2
Re: GTX 1060 3GB only 160k PPD
Posted: Sun Nov 15, 2020 12:55 pm
by sptn.
I used the configuration Menu in the advance view to enter the passkey. It says it matches and that is the only feedback I get. But afterwards no Bonus is counted. with way over 100 WUs this shouldn‘t be a problem.
Will Try the command line thing next.
EDIT: when FAHControl won‘t write the Passkey to the config file nor does the Command line only a reinstall could work I guess
Re: GTX 1060 3GB only 160k PPD
Posted: Sun Nov 15, 2020 1:05 pm
by Neil-B
Iirc it will be 10 completed WUs from point at which passkey is entered .. past wus donkt count towards the 10 successful eu requirements
Re: GTX 1060 3GB only 160k PPD
Posted: Mon Nov 16, 2020 6:08 am
by sptn.
Knish wrote:FAHClient --send-command "options passkey=xxxxxxxxxxxxxxxxx"
Is not working, because
FAHClient is not a command for Linux.
I typed in the passkey again and saved the File, this is what is shown in the log:
Code: Select all
05:59:19:Removing old file 'configs/config-20201023-102137.xml'
05:59:19:Saving configuration to config.xml
05:59:19:<config>
05:59:19: <!-- Folding Core -->
05:59:19: <core-priority v='low'/>
05:59:19:
05:59:19: <!-- Network -->
05:59:19: <proxy v=':8080'/>
05:59:19:
05:59:19: <!-- Slot Control -->
05:59:19: <power v='full'/>
05:59:19:
05:59:19: <!-- User Information -->
05:59:19: <team v='10817'/>
05:59:19: <user v='sptn.'/>
05:59:19:
05:59:19: <!-- Folding Slots -->
05:59:19: <slot id='0' type='CPU'/>
05:59:19: <slot id='1' type='GPU'>
05:59:19: <pci-bus v='1'/>
05:59:19: <pci-slot v='0'/>
05:59:19: </slot>
05:59:19:</config>
Immediately after saving the log does not say anything about the passkey.... It just feels like something is not working properly here.
I am tempted to write the passkey into the xml file by hand..
PantherX wrote:Please reduce the logging level back to 3 the default so that only the changes in default values are shown. Anything higher than 3 doesn't help out in 99.99%
It is still at Level 3, nothing changed
Re: GTX 1060 3GB only 160k PPD
Posted: Mon Nov 16, 2020 7:21 am
by PantherX
sptn. wrote:...I am tempted to write the passkey into the xml file by hand...
If you know your way around XML files, you can do it as long as FAHClient isn't running and your file is valid. This is what my section looks like:
Code: Select all
<!-- User Information -->
<passkey v='hXePataPnatXehPtenXhPrenrehPtrrX'/>
<team v='69411'/>
<user v='PantherX'/>
sptn. wrote:...It is still at Level 3, nothing changed
This is your configuration with default setting:
sptn. wrote:...
Code: Select all
05:59:19:Removing old file 'configs/config-20201023-102137.xml'
05:59:19:Saving configuration to config.xml
05:59:19:<config>
05:59:19: <!-- Folding Core -->
05:59:19: <core-priority v='low'/>
05:59:19:
05:59:19: <!-- Network -->
05:59:19: <proxy v=':8080'/>
05:59:19:
05:59:19: <!-- Slot Control -->
05:59:19: <power v='full'/>
05:59:19:
05:59:19: <!-- User Information -->
05:59:19: <team v='10817'/>
05:59:19: <user v='sptn.'/>
05:59:19:
05:59:19: <!-- Folding Slots -->
05:59:19: <slot id='0' type='CPU'/>
05:59:19: <slot id='1' type='GPU'>
05:59:19: <pci-bus v='1'/>
05:59:19: <pci-slot v='0'/>
05:59:19: </slot>
05:59:19:</config>
...
This is where all the configuration was shown even if no changes were made:
sptn. wrote:...
Code: Select all
08:28:45:<config>
08:28:45: <!-- Client Control -->
08:28:45: <client-threads v='6'/>
08:28:45: <cycle-rate v='4'/>
08:28:45: <cycles v='-1'/>
08:28:45: <disable-sleep-when-active v='true'/>
08:28:45: <exit-when-done v='false'/>
08:28:45: <fold-anon v='false'/>
08:28:45: <idle-seconds v='300'/>
08:28:45: <open-web-control v='false'/>
08:28:45: <update-gpus-txt v='true'/>
08:28:45:
08:28:45: <!-- Configuration -->
08:28:45: <config-rotate v='true'/>
08:28:45: <config-rotate-dir v='configs'/>
08:28:45: <config-rotate-max v='16'/>
08:28:45:
08:28:45: <!-- Debugging -->
08:28:45: <assignment-servers>
08:28:45: assign1.foldingathome.org assign2.foldingathome.org assign3.foldingathome.org assign4.foldingathome.org
08:28:45: </assignment-servers>
08:28:45: <auth-as v='true'/>
08:28:45: <capture-directory v='capture'/>
08:28:45: <capture-on-error v='false'/>
08:28:45: <capture-packets v='false'/>
08:28:45: <capture-requests v='false'/>
08:28:45: <capture-responses v='false'/>
08:28:45: <capture-sockets v='false'/>
08:28:45: <debug-sockets v='false'/>
08:28:45: <exception-locations v='true'/>
08:28:45: <stack-traces v='false'/>
08:28:45:
08:28:45: <!-- Error Handling -->
08:28:45: <max-slot-errors v='10'/>
08:28:45: <max-unit-errors v='5'/>
08:28:45:
08:28:45: <!-- Folding Core -->
08:28:45: <checkpoint v='15'/>
08:28:45: <core-priority v='low'/>
08:28:45: <cpu-usage v='100'/>
08:28:45: <gpu-usage v='100'/>
08:28:45: <no-assembly v='false'/>
08:28:45:
08:28:45: <!-- Folding Slot Configuration -->
08:28:45: <cause v='ANY'/>
08:28:45: <client-subtype v='LINUX'/>
08:28:45: <client-type v='normal'/>
08:28:45: <cpu-species v='X86_PENTIUM_II'/>
08:28:45: <cpu-type v='AMD64'/>
08:28:45: <cpus v='-1'/>
08:28:45: <disable-viz v='false'/>
08:28:45: <gpu v='true'/>
08:28:45: <gpu-beta v='false'/>
08:28:45: <max-packet-size v='normal'/>
08:28:45: <os-species v='UNKNOWN'/>
08:28:45: <os-type v='LINUX'/>
08:28:45: <project-key v='0'/>
08:28:45: <smp v='true'/>
08:28:45:
08:28:45: <!-- GUI -->
08:28:45: <gui-enabled v='true'/>
08:28:45:
08:28:45: <!-- HTTP Server -->
08:28:45: <allow v='127.0.0.1'/>
08:28:45: <connection-timeout v='60'/>
08:28:45: <deny v='0/0'/>
08:28:45: <http-addresses v='0:7396'/>
08:28:45: <https-addresses v=''/>
08:28:45: <max-connect-time v='900'/>
08:28:45: <max-connections v='800'/>
08:28:45: <max-request-length v='52428800'/>
08:28:45: <min-connect-time v='300'/>
08:28:45:
08:28:45: <!-- Logging -->
08:28:45: <log v='log.txt'/>
08:28:45: <log-color v='true'/>
08:28:45: <log-crlf v='false'/>
08:28:45: <log-date v='false'/>
08:28:45: <log-date-periodically v='21600'/>
08:28:45: <log-domain v='false'/>
08:28:45: <log-header v='true'/>
08:28:45: <log-level v='true'/>
08:28:45: <log-no-info-header v='true'/>
08:28:45: <log-redirect v='false'/>
08:28:45: <log-rotate v='true'/>
08:28:45: <log-rotate-dir v='logs'/>
08:28:45: <log-rotate-max v='16'/>
08:28:45: <log-short-level v='false'/>
08:28:45: <log-simple-domains v='true'/>
08:28:45: <log-thread-id v='false'/>
08:28:45: <log-thread-prefix v='true'/>
08:28:45: <log-time v='true'/>
08:28:45: <log-to-screen v='true'/>
08:28:45: <log-truncate v='false'/>
08:28:45: <verbosity v='3'/>
08:28:45:
08:28:45: <!-- Network -->
08:28:45: <proxy v=':8080'/>
08:28:45: <proxy-enable v='false'/>
08:28:45: <proxy-pass v='*****'/>
08:28:45: <proxy-user v=''/>
08:28:45:
08:28:45: <!-- Process Control -->
08:28:45: <child v='false'/>
08:28:45: <daemon v='false'/>
08:28:45: <fork v='false'/>
08:28:45: <pid v='false'/>
08:28:45: <pid-file v='FAHClient.pid'/>
08:28:45: <respawn v='false'/>
08:28:45: <service v='false'/>
08:28:45:
08:28:45: <!-- Remote Command Server -->
08:28:45: <command-address v='0.0.0.0'/>
08:28:45: <command-allow-no-pass v='127.0.0.1'/>
08:28:45: <command-deny-no-pass v='0/0'/>
08:28:45: <command-enable v='true'/>
08:28:45: <command-port v='36330'/>
08:28:45:
08:28:45: <!-- Slot Control -->
08:28:45: <auto-conf v='true'/>
08:28:45: <idle v='false'/>
08:28:45: <max-shutdown-wait v='60'/>
08:28:45: <pause-on-battery v='true'/>
08:28:45: <pause-on-start v='false'/>
08:28:45: <paused v='false'/>
08:28:45: <power v='full'/>
08:28:45:
08:28:45: <!-- User Information -->
08:28:45: <machine-id v='0'/>
08:28:45: <passkey v='*****'/>
08:28:45: <team v='10817'/>
08:28:45: <user v='sptn.'/>
08:28:45:
08:28:45: <!-- Web Server -->
08:28:45: <web-allow v='127.0.0.1'/>
08:28:45: <web-deny v='0/0'/>
08:28:45: <web-enable v='true'/>
08:28:45:
08:28:45: <!-- Web Server Sessions -->
08:28:45: <session-cookie v='sid'/>
08:28:45: <session-lifetime v='86400'/>
08:28:45: <session-timeout v='3600'/>
08:28:45:
08:28:45: <!-- Work Unit Control -->
08:28:45: <dump-after-deadline v='true'/>
08:28:45: <max-queue v='16'/>
08:28:45: <max-units v='0'/>
08:28:45: <next-unit-percentage v='99'/>
08:28:45: <stall-detection-enabled v='false'/>
08:28:45: <stall-percent v='5'/>
08:28:45: <stall-timeout v='1800'/>
08:28:45:
08:28:45: <!-- Folding Slots -->
08:28:45: <slot id='0' type='CPU'/>
08:28:45: <slot id='1' type='GPU'>
08:28:45: <pci-bus v='1'/>
08:28:45: <pci-slot v='0'/>
08:28:45: </slot>
08:28:45:</config>
...
Re: GTX 1060 3GB only 160k PPD
Posted: Mon Nov 16, 2020 8:50 am
by sptn.
PantherX wrote:sptn. wrote:...I am tempted to write the passkey into the xml file by hand...
If you know your way around XML files, you can do it as long as FAHClient isn't running and your file is valid. This is what my section looks like:
Code: Select all
<!-- User Information -->
<passkey v='hXePataPnatXehPtenXhPrenrehPtrrX'/>
<team v='69411'/>
<user v='PantherX'/>
[...]
Do you mean with "isn't running" is not folding, or is not even standing by in the back of the system. I have never found a way to shut down the whole process in Linux. But I am very new to Linux. I am finishing my WUs now and will try editing the xml file by hand.
Re: GTX 1060 3GB only 160k PPD
Posted: Mon Nov 16, 2020 9:35 am
by bruce
FAHClient opens config.xml for update when it starts so you cannot change the file until FAHClient is no longer running. The WUs are processed by FAHCore* programs and they have nothing to do with the xml file, though they are controlled by FAHClient, itself.
You either have to edit the config.xml using FAHControl which processes it live or you have to kill FAHClient so you can edit it manually. By far, using FAHControl is the easiest and safest because you can't make a syntax error.
Re: GTX 1060 3GB only 160k PPD
Posted: Mon Nov 16, 2020 1:16 pm
by sptn.
bruce wrote:[...] By far, using FAHControl is the easiest and safest because you can't make a syntax error.
Unfortunately it is not working using FAHControl… thats the reason I was looking for an alternative.
All fingers crossed, it looks like it is working. 600k+PPD now.
Thanks everyone in advance for your Help and support.