• Offizieller Beitrag

    Try:


    rm /etc/default/syncthing
    apt-get -f install


    If that doesn't work, try:


    wget http://omv-extras.org/testing2/openmediavault-syncthing_1.4_all.deb
    dpkg -i openmediavault-syncthing_1.4_all.deb

    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!

    Einmal editiert, zuletzt von ryecoaaron ()

  • The install was successful but i can not add a user now. This is the error i get.


    Failed to execute command 'export LANG=C; update-rc.d 'syncthing' disable 2>&1': update-rc.d: error: no runlevel symlinks to modify, aborting! update-rc.d: using dependency based boot sequencing


    Error #4000:
    exception 'OMVException' with message 'Failed to execute command 'export LANG=C; update-rc.d 'syncthing' 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/syncthing.inc(107): OMVSysVInitScript->exec()
    #2 /usr/share/openmediavault/engined/rpc/config.inc(164): OMVModuleSyncthing->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(500): OMVRpc::exec('Config', 'applyChangesBg', Array, Array, 1)
    #11 {main}

    • Offizieller Beitrag

    Try: update-rc.d syncthing default then try applying again.

    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!

  • here is the output of that command. i still cannot add a user


    root@Vault:~# update-rc.d syncthing default
    update-rc.d: using dependency based boot sequencing
    usage: update-rc.d [-n] [-f] <basename> remove
    update-rc.d [-n] <basename> defaults [NN | SS KK]
    update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] .
    update-rc.d [-n] <basename> disable|enable [S|2|3|4|5]
    -n: not really
    -f: force


    The disable|enable API is not stable and might change in the future.
    root@Vault:~#

    • Offizieller Beitrag

    Forgot the 's' - update-rc.d syncthing defaults

    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!

  • wow i should've caught that! my bad! still learning here.
    Here is the output.
    im still getting the same error. fyI


    root@Vault:~# update-rc.d syncthing defaults
    update-rc.d: using dependency based boot sequencing
    insserv: script syncthing: service server already provided!
    insserv: exiting now!
    update-rc.d: error: insserv rejected the script header

    • Offizieller Beitrag

    What about:


    insserv syncthing
    grep -i syncthing /etc/init.d/*

    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!

  • Here is what it gives me.


    root@Vault:~# insserv syncthing
    insserv: script syncthing: service server already provided!
    insserv: exiting now!
    root@Vault:~# grep -i syncthing /etc/init.d/*
    /etc/init.d/syncthing:# Provides: syncthing server instance
    /etc/init.d/syncthing:# Short-Description: starts instance of syncthing server
    /etc/init.d/syncthing:# Description: starts instance of syncthing server using start-stop-daemon
    /etc/init.d/syncthing:DESC="syncthing"
    /etc/init.d/syncthing:NAME="syncthing"
    /etc/init.d/syncthing:DAEMON=/usr/bin/syncthing
    /etc/init.d/syncthing: echo "Starting Syncthing for user" $ST_USER
    /etc/init.d/syncthing: echo "Stopping Syncthing for user" $ST_USER
    /etc/init.d/syncthing: echo "Syncthing for USER $ST_USER: not running."
    /etc/init.d/syncthing: echo "Syncthing for USER $ST_USER: running (pid" $ST_PID")"
    root@Vault:~#

    • Offizieller Beitrag

    I am not able to replicate this. I have literally install this plugin hundreds of times without error. Check the logs. Run memtest on the memory. Not sure what else to do but it isn't the plugin causing the problem.

    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

    Do you have the calibre plugin installed? There is a conflict with calibre's init script that caused this on themadman206's system. Need to compare and find out why.

    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

    Try this as root:


    mv /etc/init.d/calibre /root/
    insserv syncthing
    mv /root/calibre /etc/init.d/


    I haven't figured out why calibre's init script is conflicting with syncthing's init script...

    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 use a cubietruck with OMV and use syncthing to sync a folder with a HP N40L with OMV too. The performance on the cubietruck is very bad. Transfer rate is around 8Mbit and cpu workload is 100%. Does anyone have the same experience.

    N40L / 8TB / RAID 1+0 on HP P212/256 / OMV 1.1

  • Today I got this cron-apt message regading a sycnthing update with a problem note:


    What is meant with this sort of problems and should I update or not?
    Does anyone have a hint for me?

    OpenMediaVault 6.x (most recent stable version) -- 64 bit -- OMV-Extras 6.x (most recent stable version) -- Default Kernel

    • Offizieller Beitrag

    For some reason the syncthing repo key doesn't match what the .deb package is signed with. I'll look into but I would install 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

    I know the issue is still there. I filed an issue on the syncthing github page earlier today and received one response so far. Basically, they need to sign the .deb package with a different program. I use reprepro and it works fine.

    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

    The syncthing devs have fixed the signing issue :)

    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!

Jetzt mitmachen!

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