Everything posted by vw-kombi
-
[support] Siwat's Docker Repository
ok - looks like this is not a port issue, as the docker dies shortly after starting. Logs say : npm WARN [email protected] requires a peer of chai@>= 2.1.2 < 5 but none was installed. npm ERR! Linux 4.18.17-unRAID npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "--unsafe-perm" "homebridge-pilight" "homebridge-info" "homebridge-wemo" "homebridge-roku" "homebridge-weather-plus" "homebridge-foscam-nextlevel" "homebridge-sonoff" "homebridge-music" "homebridge-xiaomi-roborock-vacuum" "homebridge-broadband" "homebridge-yamaha-home" "homebridge-ewelink-max" "homebridge-openhab2" "homebridge-apple-tv" "homebridge-konkeplatform" "homebridge-lifx-lan" "homebridge-ewelink-plus" "homebridge-garadget" npm ERR! node v8.10.0 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! [email protected] preinstall: `node install.js --preinstall` npm ERR! Exit status 1 npm ERR! Failed at the [email protected] preinstall script 'node install.js --preinstall'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the sodium package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js --preinstall npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs sodium npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls sodium npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /npm-debug.log
-
[support] Siwat's Docker Repository
Excuse the newb question. I installed the docker for homebridgewithgui, added the packages as per the doco for the stuff I have (sonoff, garadget, roku etc), it installed the docker, but what port does it run on ? docker allocations shows this : HomeBridgewithwebGUIhost 192.168.1.7 ??? Was I supposed to pass in a variable for the host port to access the gui ?
-
[Plugin] rclone
Hi, I use rclone to copy the ip cam footage that is FTP's to my unraid server to google drive every 5 minutes. Been working for ages well. I am slowly implementing QOS rules on my router. As I assume anything being sent (uploaded) from unraid goes from the same IP address (all the dockers etc), the rclone traffic is bundled up with any streaming I do from this same IP address to remote clients. Does anyone know what ports the rclone connects to google drive with ? a source port would be good to use to differentiate traffic. Thanks. googled it - source port is randon, target is port 443 (so I cant use that)
-
diskmv -- A set of utilities to move files between disks
Never mind - I manually sorted it. (drives are disk2 and disk3) I used krusader to compare the tv shows between the two disks, then used unbalance to select the TV shows that existed on both drives, then it said I would only need 150GB of transfers to move the scattered stuff it back to disk2. That is running now. Going forward, I have changed the share to NOT automatically split so hopefully the issue will not happen again.
-
diskmv -- A set of utilities to move files between disks
I was pointed to these posts as a way to re-group my TV Shows so they are not spread across two disks. I however do not wish to pass in a target disk but re-group to the same disks they are currently on. Im not sure if this will work ? My issue : After creating my TVSwhows share - MediaTVShows over two disks, and having the default automatic split, I now have stuff spread over the two disks. These two 4TB disks have about 600Meg free on each. I dont have another disk to 'move/consolidate' too - so I wish to do this to the same disks. My structure : Top Dir - media-tvshows Second Dir - TVShow Name Third Dir - Season XX Fourth Dir - Episodes so, after reading this thread, the colsolidate command seems like it can do this - but I want the target disks to be the same disks the stuff is already on. Can a script do this ? Thanks.
-
[Support] binhex - NZBHydra2
Installed, configured, worked first time and used it all day but...... After stopping all dockers to do an appdata save, and then restarting again, this docker cant be accessed (says started ok) Logs suggest a tomcat error - as if the port is in use but I have changed it on the startup and it does not matter what port I use - same error on diff ports each start. org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-5076]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167) at org.apache.catalina.core.StandardService.addConnector(StandardService.java:225) at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:256) at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:198) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:300) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:553) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398) at org.springframework.boot.SpringApplication.run(SpringApplication.java:330) at org.nzbhydra.NzbHydra.startup(NzbHydra.java:160) at org.nzbhydra.NzbHydra.main(NzbHydra.java:114) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed at org.apache.catalina.connector.Connector.startInternal(Connector.java:1020) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ... 20 common frames omitted Caused by: java.net.BindException: Cannot assign requested address at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:210) at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1150) at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:591) at org.apache.catalina.connector.Connector.startInternal(Connector.java:1018) ... 21 common frames omitted 2018-09-16 12:09:53.312 ERROR --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: The Tomcat connector configured to listen on port 5076 failed to start. The port may already be in use or the connector may be misconfigured. Action: Verify the connector's configuration, identify and stop any process that's listening on port 5076, or configure this application to listen on another port.
-
[Plugin] rclone
hhhmmmm - ok - second time, I got the same : plugin: updating: rclone.plg+==============================================================================| Skipping package rclone-2018.08.25-bundle (already installed)+==============================================================================Downloading rcloneDownloading certsArchive: /boot/config/plugins/rclone/install/rclone-current.zipcreating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone.1 inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.txt inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.html extracting: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/git-log.txt Copy failed - is rclone running?plugin: run failed: /bin/bash retval: 1
-
[Plugin] rclone
I saw there was an update today - went to the plugins page, clicked update and got this below. Is there a special instruction to stop rclone before the update or something ? and if so, how ? Thanks: plugin: updating: rclone.plg+==============================================================================| Skipping package rclone-2018.08.25-bundle (already installed)+==============================================================================Downloading rcloneDownloading certsArchive: /boot/config/plugins/rclone/install/rclone-current.zipcreating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone.1 inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.txt inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.html extracting: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/git-log.txt Copy failed - is rclone running?plugin: run failed: /bin/bash retval: 1
-
[Plugin] rclone
hehe - no worries. I think I documented the setup, client ID etc somewhere..... edit - all back in action again. Thanks for the great service.
-
[Plugin] rclone
hhhhmmmm - looks like one of the things done in this means I have lost some config - guess I have to re-set it all up : Script location: /tmp/user.scripts/tmpScripts/rclone_mount_plugin/scriptNote that closing this window will abort the execution of this script2018/09/10 19:20:41 Failed to create file system for "google:unraid": didn't find section in config file
-
[Plugin] rclone
well, I must apologize for all this = stupid firewall. Rules get pushed automatically and I guess that rclone ip got added somewhere along the line. Rclone all installed fine now..... plugin: installing: https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plgplugin: downloading https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plgplugin: downloading: https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg ... done+==============================================================================| Skipping package rclone-2018.08.25-bundle (already installed)+==============================================================================Downloading rcloneDownloading certsArchive: /boot/config/plugins/rclone/install/rclone-current.zipcreating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone.1 inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/rclone inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.txt inflating: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/README.html extracting: /boot/config/plugins/rclone/install/rclone-v1.43.1-linux-amd64/git-log.txt -----------------------------------------------------------rclone has been installed.-----------------------------------------------------------plugin: installedUpdating Support Links
-
[Plugin] rclone
Yep - you are correct. That is IP 5.153.250.7, which is in the block list for my firewall....... not manually entered by me, it is part of skynet's firewall rules so it must be in some sort of list. I will whitelist it and update shortly.
-
[Plugin] rclone
no go : root@Tower:/boot/config/plugins/rclone/install# root@Tower:/boot/config/plugins/rclone/install# curl --retry 3 --retry-delay 2 --retry-max-time 30 -o /boot/config/plugins/rclone/install/rclone-current.test.zip https://downloads.rclone.org/rclone-current-linux-amd64.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:02:10 --:--:-- 0curl: (7) Failed to connect to downloads.rclone.org port 443: Connection timed out root@Tower:/boot/config/plugins/rclone/install#
-
[Plugin] rclone
OK - its running - time spent is going up, little action however..... Over 1.5 minutes so far.
-
[Plugin] rclone
When I run that curl, I get timeouts - see below. Where is that file you want me to check the size of ? its not in /install. root@Tower:/boot/config/plugins/rclone/install# curl --connect-timeout 5 --retry 3 --retry-delay 2 --retry-max-time 30 -o /boot/config/plugins/rclone/install/rclone-current.test.zip https://downloads.rclone.org/rclone-current-linux-amd64.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 Warning: Transient problem: timeout Will retry in 2 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 Warning: Transient problem: timeout Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 Warning: Transient problem: timeout Will retry in 2 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 curl: (28) Connection timed out after 5000 milliseconds root@Tower:/boot/config/plugins/rclone/install# also = when I try that https://xxxxx in my browser, I get 'site took too long to respond'
-
[Plugin] rclone
also, when I try running it a second time, I get this : plugin: installing: https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plgplugin: downloading https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plgplugin: downloading: https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg ... done+==============================================================================| Skipping package rclone-2018.08.25-bundle (already installed)+==============================================================================Downloading rcloneDownloading certsDownload failed - No existing archive found - Try again laterplugin: run failed: /bin/bash retval: 1
-
[Plugin] rclone
I ran those commands, and then the normal rclone install no longer fails with 'beta installed, please remove', which is good - but it does does not quite install - also after doing the above, and/or the below, the rclone (original, not beta) is showing in settings now (which is good) - but the scripts are empty there - not an issue I guess as they are in the user scripts system still to run on array start, end and periodically as per space invaders setup video. And the rclone command as root says 'command not found' - which I guess is expected as the install failed : plugin: installing: https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plgplugin: downloading https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plgplugin: downloading: https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg ... doneplugin: downloading: https://raw.githubusercontent.com/Waseh/rclone-unraid/master/archive/rclone-2018.08.25-x86_64-1.txz ... done+==============================================================================| Installing new package /boot/config/plugins/rclone/install/rclone-2018.08.25-bundle.txz+==============================================================================Verifying package rclone-2018.08.25-bundle.txz.Installing package rclone-2018.08.25-bundle.txz:PACKAGE DESCRIPTION:Package rclone-2018.08.25-bundle.txz installed.Downloading rcloneDownloading certsArchive: /boot/config/plugins/rclone/install/rclone-current.zipUnpack failed - Please try installing/updating the plugin againplugin: run failed: /bin/bash retval: 1
-
[Plugin] rclone
I deleted /boot/config/plugins/rclone-beta and all its contents, not quite what you stated....sorry.... re-install says this. plugin: installing: https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plgplugin: downloading https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plgplugin: downloading: https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plg ... done+==============================================================================| Skipping package rclone-2018.08.25-bundle (already installed)+==============================================================================Downloading rcloneDownloading certsDownload failed - No existing archive found - Try again laterplugin: run failed: /bin/bash retval: 1Updating Support Links I initially had the rclone stable instalkled - maybe that is the issue - but if I try to install that again it says to uninstall the beta first - can I just blow away the beta folder under pluygins and ro-do the stable ? further - I can see rclone-beta in settings - but not my scripts - which are under rclone plugin folder. How can I remove the rclone-beta from a command line ? Thanks.
-
[Plugin] rclone
Im not sure what version. Plugin is not showing as installed in installed plugins, none in error state either, so cant uninstall it. It was installed about 3 weeks ago, then unraid was restarted about a week ago, then it is lost, which I think is the norm but I did read that it should survive an outage, then I tried to re-install it, that hung - prob as the website was not responding, then I am where I am currently - cant install it, cant uninstall it. Im sure an unraid restart will rectify this - but I am not in a place where I can do that currently. If you have anything I can try, please let me know.
-
[Plugin] rclone
OK - I tried again and this time I got this : plugin: installing: https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plgplugin: downloading https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plgplugin: downloading: https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plg ... done+==============================================================================| Skipping package rclone-2018.08.25-bundle (already installed)+==============================================================================Downloading rcloneDownloading certsArchive: /boot/config/plugins/rclone-beta/install/rclone-beta-latest.old.zipUnpack failed - Please try installing/updating the plugin againplugin: run failed: /bin/bash retval: 1Updating Support Links
-
Additional Scripts For User.Scripts Plugin
I was just about to post about the tty error - thanks for the fix - working fine now.
-
[Plugin] rclone
Im sort of stuck in limbo now, cant install and tried removing from the error tab of plugins. When I try a re-install I get this (its not working, get rclone not found on my scripts or if I try to run it from ssh) : plugin: installing: https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plgplugin: downloading https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plgplugin: downloading: https://raw.githubusercontent.com/Waseh/rclone-unraid/beta/plugin/rclone.plg ... done+==============================================================================| Skipping package rclone-2018.08.25-bundle (already installed)+==============================================================================Archive: /boot/config/plugins/rclone-beta/install/rclone-beta-latest.old.zipCopy failed - rclone runningplugin: run failed: /bin/bash retval: 1
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I had a 2TB USB external disk that had an rsync daily user script running working for a while - but needed to be bigger drive. I bought a new 3TB USB instead, formatted in windows, copied the files to it, added to unassigned disks. The next scheduled rsync failed with issues, I tracked that down to the device not being spun up ? Never had the issue on on the old HD. Is there a way of me adding something to the script to spin up the device before the nightly backup ? I can spin up manually, then manually run the script and it works fine. Thanks.
-
[Support] Linuxserver.io - TVHeadend
very strange. this was two different channels from 2 providers so I doubt they both stuffed up. And they were both actually on TV. The one was repeated so ok on that - they other was not and I was saving them to my documentary folder which is a bit of a pain as I have a missed episode now - may have to buy the DVD when it comes out now!
-
[Support] Linuxserver.io - TVHeadend
Yep - an autorec. Same one every day for one, and the other was a weekly. No change on them. I usually check every few dasy that everything is scheduled right, and im sure that morning they were both there. No logs tho - so I guess I wont restart it next time, if this happens again - i know where to look.