Running BOINC or Folding@Home on OMV

    • Offizieller Beitrag

    I have folded for many years (still do). I use Debian on my folders and it works fine on OMV. I do recommend using the backports 3.16 kernel though. Use the command line client and setup is the same as any other linux system. If you need more help setting up, ask :)

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    @mbourd25 and @ness1602


    I made a Folding@Home plugin. If you would like to test, it is here (amd64 only right now). I haven't used the v7 client much. So, it may need some fixing.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    No but I think it may be faster.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hi ryecoaaron, I keep getting this error message when trying to install the folding package.


    chown: cannot access `/var/lib/fahclient': No such file or directory
    dpkg: error processing openmediavault-folding (--install):
    subprocess installed post-installation script returned error exit status 1
    Processing triggers for openmediavault ...
    Restarting engine daemon ...
    Errors were encountered while processing:
    openmediavault-folding


    Let me know how I can better assist in giving you more info if you need it.


    Thanks.

    • Offizieller Beitrag

    Try: mkdir -p /var/lib/fahclient
    and try installing again.


    If that fixes it, I will add it to the plugin :)

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I got this error:
    Error
    #4000:
    exception 'OMVException' with message 'Failed to execute command 'export
    LANG=C; update-rc.d 'folding' disable 2>&1': update-rc.d: error:
    no runlevel symlinks to modify, aborting!
    update-rc.d: using dependency based boot sequencing' in
    /usr/share/php/openmediavault/initscript.inc:90
    Stack trace:
    #0 /usr/share/php/openmediavault/initscript.inc(56):
    OMVSysVInitScript->update(true)
    #1 /usr/share/openmediavault/engined/module/folding.inc(110):
    OMVSysVInitScript->exec()
    #2 /usr/share/openmediavault/engined/rpc/config.inc(164):
    OMVModuleFolding->stopService()
    #3 [internal function]: OMVRpcServiceConfig->applyChanges(Array,
    Array)
    #4 /usr/share/php/openmediavault/rpcservice.inc(125):
    call_user_func_array(Array, Array)
    #5 /usr/share/php/openmediavault/rpcservice.inc(158):
    OMVRpcServiceAbstract->callMethod('applyChanges', Array, Array)
    #6 /usr/share/openmediavault/engined/rpc/config.inc(224):
    OMVRpcServiceAbstract->callMethodBg('applyChanges', Array, Array)
    #7 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array,
    Array)
    #8 /usr/share/php/openmediavault/rpcservice.inc(125):
    call_user_func_array(Array, Array)
    #9 /usr/share/php/openmediavault/rpc.inc(79):
    OMVRpcServiceAbstract->callMethod('applyChangesBg', Array, Array)
    #10 /usr/sbin/omv-engined(501): OMVRpc::exec('Config', 'applyChangesBg',
    Array, Array, 1)
    #11 {main}

    • Offizieller Beitrag

    That error is because the download from Stanford seems to be corrupt so the service cannot start.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hi Aaron,


    I've also tried to install this plugin and got this error:



    I've already created this directory

    Code
    mkdir -p /var/lib/fahclient

    and reinstalled with the last error message.


    and inside the plugin on the "queue" tab this error is present:

    Code
    /usr/share/fahclient/FAHClient: not found
    • Offizieller Beitrag

    There is nothing I can do to fix it. The downloaded package from Stanford is a bzip2 package and tar with the j flag (for bzip2) can't extract it. On Windows, I can extract the files with 7-zip but it gives me an error. The copyright says the files can only be downloaded from Stanford's server. So, I can't mirror them :(

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Let me think of a different way to download the package and/or extract it.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    If this works, it will work on OMV.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I will give it a try. I hate it that my OMV server stays on all day and night doing nothing.


    I tried using the RTCWAKE command to shut it off for a certain time during the night, but it never worked.


    Thanks ryecoaaron.

  • HI gang, I installed BOINC on my OMV server and tried to start it by attaching it to my World Community Grid but BOINC never wanted to start even when I entered the command to run all the time.


    Is there an application that I can run from my Ubuntu workstation that can connect to BOINC on the server?


    Thanks.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!