Beiträge von themadman206

    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:~#

    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

    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:~#

    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}

    Here it is.


    root@Vault:~# uname -a
    Linux Vault 3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1~bpo70+1 (2015-04-27) x86_64 GNU/Linux


    And


    update-rc.d syncthing remove
    apt-get purge syncthing openmediavault-syncthing
    rm -f /etc/init.d/syncthing
    reboot
    (these all ran without error)
    here is what i got from
    omv-mkconf omvextrasorg aptclean
    apt-get install syncthing
    fallowed by
    apt-get install openmediavault-syncthing





    root@Vault:~# omv-mkconf omvextrasorg aptclean
    1. Cleaning apt cache files...


    2. Clearing available dpkg packages...


    3. Removing apt lists...
    removal ran just fine. but i had to remove it to fit in the post
    4. Purging internal cache ...
    5. Removing OpenMediaVault cache packages...
    removed `/var/cache/openmediavault/archives/Packages'
    6. Creating new OpenMediaVault packages file...
    7. Updating apt...
    Ign file: Release.gpg
    Ign file: Release
    Ign file: Translation-en
    (shortened to fit in post)
    Fetched 18.2 MB in 9s (1822 kB/s)
    Creating index of upgradeable packages ...
    Creating index of OpenMediaVault plugins ...
    Reading package lists... Done
    root@Vault:~# apt-get install syncthing
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
    syncthing
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 3,203 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    WARNING: The following packages cannot be authenticated!
    syncthing
    Install these packages without verification [y/N]? y
    Get:1 http://apt.syncthing.net/ syncthing/release syncthing amd64 0.11.6 [3,203 kB]
    Fetched 3,203 kB in 5s (585 kB/s)
    Selecting previously unselected package syncthing.
    (Reading database ... 86884 files and directories currently installed.)
    Unpacking syncthing (from .../syncthing_0.11.6_amd64.deb) ...
    Setting up syncthing (0.11.6) ...
    Creating index of upgradeable packages ...
    Creating index of OpenMediaVault plugins ...
    root@Vault:~# apt-get install openmediavault-syncthing
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
    openmediavault-syncthing
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 17.8 kB of archives.
    After this operation, 127 kB of additional disk space will be used.
    Get:1 http://packages.omv-extras.org/debian/ stoneburner-btsync/main openmediava ult-syncthing all 1.4 [17.8 kB]
    Fetched 17.8 kB in 0s (37.9 kB/s)
    Selecting previously unselected package openmediavault-syncthing.
    (Reading database ... 86891 files and directories currently installed.)
    Unpacking openmediavault-syncthing (from .../openmediavault-syncthing_1.4_all.de b) ...
    Processing triggers for openmediavault ...
    Restarting engine daemon ...
    Setting up openmediavault-syncthing (1.4) ...
    insserv: script syncthing: service server already provided!
    insserv: exiting now!
    update-rc.d: error: insserv rejected the script header
    dpkg: error processing openmediavault-syncthing (--configure):
    subprocess installed post-installation script returned error exit status 1
    Processing triggers for openmediavault ...
    Updating locale files ...
    Updating file permissions ...
    Purging internal cache ...
    Restarting engine daemon ...
    Errors were encountered while processing:
    openmediavault-syncthing
    Creating index of upgradeable packages ...
    Creating index of OpenMediaVault plugins ...
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    root@Vault:~#

    I have tried installing it before but have always has this error. i tried an "apt-get purge syncthing" and then tried installing again but I still had errors.
    Also the INTERNAL address +:8384 does not work for the gui
    any other ideas?


    Thank you all for the help!!!



    root@Vault:~# syncthing
    openmediavault-syncthing syncthing
    0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B/3,220 kB of archives.
    After this operation, 127 kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    WARNING: The following packages cannot be authenticated!
    syncthing
    Install these packages without verification [y/N]? y
    [monitor] 21:32:32 INFO: Starting syncthing
    Selecting previously unselected package syncthing.
    (Reading database ... 86884 files and directories currently installed.)
    Unpacking syncthing (from .../syncthing_0.11.6_amd64.deb) ...
    Selecting previously unselected package openmediavault-syncthing.
    Unpacking openmediavault-syncthing (from .../openmediavault-syncthing_1.4_all.deb) ...
    Processing triggers for openmediavault ...
    Restarting engine daemon ...
    Setting up syncthing (0.11.6) ...
    Setting up openmediavault-syncthing (1.4) ...
    insserv: script syncthing: service server already provided!
    insserv: exiting now!
    update-rc.d: error: insserv rejected the script header
    dpkg: error processing openmediavault-syncthing (--configure):
    subprocess installed post-installation script returned error exit status 1
    Processing triggers for openmediavault ...
    Updating locale files ...
    Updating file permissions ...
    Purging internal cache ...
    Restarting engine daemon ...
    Errors were encountered while processing:
    openmediavault-syncthing
    Creating index of upgradeable packages ...
    Creating index of OpenMediaVault plugins ...
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    [start] 21:32:32 INFO: Generating RSA key and certificate for syncthing...
    [OBLC3] 21:32:36 INFO: syncthing v0.11.6 (go1.4.2 linux-amd64 default) unknown-user@syncthing-builder 2015-05-23 23:58:46 UTC
    [OBLC3] 21:32:36 INFO: My ID: **************************************************************************************8
    [OBLC3] 21:32:36 INFO: No config file; starting with empty defaults
    [OBLC3] 21:32:36 INFO: Edit /root/.config/syncthing/config.xml to taste or use the GUI
    [OBLC3] 21:32:36 INFO: Database block cache capacity 65536 KiB
    [OBLC3] 21:32:36 INFO: Starting web GUI on http://127.0.0.1:8384/
    [OBLC3] 21:32:36 INFO: Loading HTTPS certificate: open /root/.config/syncthing/https-cert.pem: no such file or directory
    [OBLC3] 21:32:36 INFO: Creating new HTTPS certificate
    [OBLC3] 21:32:36 INFO: Generating RSA key and certificate for Vault...
    [OBLC3] 21:32:43 INFO: Starting local discovery announcements
    [OBLC3] 21:32:43 INFO: Starting global discovery announcements
    [OBLC3] 21:32:43 OK: Ready to synchronize default (read-write)
    [OBLC3] 21:32:43 INFO: Device ****************************************************************************************** is "Vault" at [dynamic]
    [OBLC3] 21:32:43 INFO: Completed initial scan (rw) of folder default
    [OBLC3] 21:32:55 INFO: New UPnP port mapping: external port 50477 to local port 22000.

    I am getting a error code 1 after installing syncthing. I get this error through ssh and the GUI.
    any ideas


    root@Vault:~# apt-get install openmediavault-syncthing
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
    openmediavault-syncthing
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B/16.1 kB of archives.
    After this operation, 116 kB of additional disk space will be used.
    Selecting previously unselected package openmediavault-syncthing.
    (Reading database ... 86891 files and directories currently installed.)
    Unpacking openmediavault-syncthing (from .../openmediavault-syncthing_1.3_all.deb) ...
    Processing triggers for openmediavault ...
    Restarting engine daemon ...
    Setting up openmediavault-syncthing (1.3) ...
    insserv: script syncthing: service server already provided!
    insserv: exiting now!
    update-rc.d: error: insserv rejected the script header
    dpkg: error processing openmediavault-syncthing (--configure):
    subprocess installed post-installation script returned error exit status 1
    Processing triggers for openmediavault ...
    Updating locale files ...
    Updating file permissions ...
    Purging internal cache ...
    Restarting engine daemon ...
    Errors were encountered while processing:
    openmediavault-syncthing
    Creating index of upgradeable packages ...
    Creating index of OpenMediaVault plugins ...
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    root@Vault:~#

    I THINK i am competent enough to set up the connection but what about MAKING transmission (only) use that new connection... i guess its not clear in what order each command should be run and the Name of the VPN client conection.


    Port forwarding my Plex through a VPN is a rabbit hole im trying to avoid..



    THINK is the key word for this post!!!

    Would someone here that has gotten this to work make a list of steps? I am becoming more lost every time I read through this thread.


    I have general knowledge of CLI and Linux...


    Also will the apt-get openvpn mess with the OPENVPN plugin???


    thank you all in advance!!!!!!!!

    I would like to use Transmission to download torrents anonymously with my private internet access service that I pay for.


    Is there a way to set up only Transmission to use a PPTP, SOCKS5 , IPSEC / L2TP or OpenVPN SSL?
    I don't want my Plex or BTSync to be routed somewhere else


    Could I Do this with Downloader Plug-in???

    I can't tell if it is safe for me to upgrade my OMV from 0.5.53 to .6
    the plugin i have installed are listed.
    Plex
    OpenVPN
    Bitsync
    MySQL (part of WordPress)
    WordPress


    MySQL & WordPress could be uninstalled if that helps.


    And if someone wanted to Repost the Command that would be amazing as well!


    Big thanks to the OMV team you guys are amazing!!!!!!!!!

    I was having problems with virtual box freezing during Windows (7,8,8.1&server2012) install. so i uninstalled the plugin...
    now when i run update manager i get an error.



    Failed to execute command 'export LANG=C; apt-get --show-upgraded --simulate dist-upgrade 2>&1': Reading package lists... Building dependency tree... Reading state information... You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: virtualbox-4.3 : Depends: libgl1-mesa-glx but it is not installed or libgl1 Depends: libqt4-network (>= 4:4.5.3) but it is not installed Depends: libqt4-opengl (>= 4:4.5.3) but it is not installed Depends: libqtcore4 (>= 4:4.6.1) but it is not installed Depends: libqtgui4 (>= 4:4.6.2) but it is not installed Depends: libsdl1.2debian (>= 1.2.10-1) but it is not installed Depends: libxcursor1 (> 1.1.2) but it is not installed Depends: libxext6 but it is not installed Depends: libxinerama1 but it is not installed Depends: libxmu6 but it is not installed Depends: libxt6 but it is not installed E: Unmet dependencies. Try using -f.
    Error #4000:
    exception 'OMVException' with message 'Failed to execute command 'export LANG=C; apt-get --show-upgraded --simulate dist-upgrade 2>&1': Reading package lists...


    Building dependency tree...


    Reading state information...


    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
    virtualbox-4.3 : Depends: libgl1-mesa-glx but it is not installed or
    libgl1
    Depends: libqt4-network (>= 4:4.5.3) but it is not installed
    Depends: libqt4-opengl (>= 4:4.5.3) but it is not installed
    Depends: libqtcore4 (>= 4:4.6.1) but it is not installed
    Depends: libqtgui4 (>= 4:4.6.2) but it is not installed
    Depends: libsdl1.2debian (>= 1.2.10-1) but it is not installed
    Depends: libxcursor1 (> 1.1.2) but it is not installed
    Depends: libxext6 but it is not installed
    Depends: libxinerama1 but it is not installed
    Depends: libxmu6 but it is not installed
    Depends: libxt6 but it is not installed
    E: Unmet dependencies. Try using -f.' in /usr/share/openmediavault/engined/rpc/apt.inc:141
    Stack trace:
    #0 [internal function]: OMVRpcServiceApt->getUpgraded(Array, Array)
    #1 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array)
    #2 /usr/share/php/openmediavault/rpc.inc(62): OMVRpcServiceAbstract->callMethod('getUpgraded', Array, Array)
    #3 /usr/sbin/omv-engined(495): OMVRpc::exec('Apt', 'getUpgraded', Array, Array, 1)
    #4 {main}




    Any help would be aprishiated!!!!


    Setup is a Dell T110 II
    E3-1230 V2
    16Gb DDR3 1600Mhz
    5x3Tb Red drives in raid 5
    OMV 0.5.39

    im trying to run through this list to mine "bitcoins from my OMV Nas any help...?
    the first list of apt-get does not work... (3)



    1) Get your hands on some ASICMiner Block Erupter USB’s


    2) Get Debian on something with USB ports.


    3) apt-get stuff.
    apt-get install autoconf gcc make git libcurl4-openssl-dev libncurses5-dev libtool libjansson-dev libudev-dev libusb-1.0-0-dev


    4) Clone cgminer source
    cd /usr/src/
    git clone https://github.com/ckolivas/cgminer.git


    5) Run autogen.sh
    cd cgminer
    ./autogen.sh --enable-icarus


    6) Compile
    make


    7) Plug your ASICMiner Block Erupter USB’s into the USB ports of your device.


    8) Run
    ./cgminer -o http://your.pool.com:8332 -u username_worker -p yourpassword


    9) Profit