Jump to content

vurt

Members
  • Posts

    305
  • Joined

  • Last visited

Everything posted by vurt

  1. No I didn't figure it out. I posted in the Rclone forum here and someone said it looks like I had the right syntax.
  2. Thanks for that. The Rclone docker config seems to be set up such that the remote is the destination. The default Rclone command is rclone sync /data $SYNC_DESTINATION:/$SYNC_DESTINATION_SUBPATH Would I be able to flip that around to rclone sync $SYNC_DESTINATION:/$SYNC_DESTINATION_SUBPATH /data So the empty folder on my unRAID will fill up with the files from OneDrive? EDIT: Ok so simply flipping the command doesn't work, guess that would've been too easy. Executing => rclone sync /data 2016/12/23 00:16:00 Local file system at /data: Waiting for checks to finish 2016/12/23 00:16:00 Local file system at /data: Waiting for transfers to finish 2016/12/23 00:16:00 Local file system at /data: not deleting files as there were IO errors 2016/12/23 00:16:00 Attempt 1/3 failed with 0 errors and: directory not found 2016/12/23 00:16:00 Local file system at /data: Waiting for checks to finish 2016/12/23 00:16:00 Local file system at /data: Waiting for transfers to finish 2016/12/23 00:16:00 Local file system at /data: not deleting files as there were IO errors 2016/12/23 00:16:00 Attempt 2/3 failed with 0 errors and: directory not found 2016/12/23 00:16:00 Local file system at /data: Waiting for checks to finish 2016/12/23 00:16:00 Local file system at /data: Waiting for transfers to finish 2016/12/23 00:16:00 Local file system at /data: not deleting files as there were IO errors 2016/12/23 00:16:00 Attempt 3/3 failed with 0 errors and: directory not found 2016/12/23 00:16:00 Failed to sync: directory not found Does anyone know if Rclone can sync from OneDrive to unRAID instead of the default unRAID to OneDrive? I tried a custom command like rsync sync remote:/Test/ /data/ which didn't work too.
  3. Hi everyone. I've set up Rclone and gotten the authorization token for OneDrive. I've attached my config below: Right now there is nothing in the data path, it's a folder I just created on unRAID. The sync destination "remote:To To Read/" refers to the "To To Read" folder in the root of my OneDrive. 1) When I run Rclone, what will happen? Will Rclone copy the files from sync destination to data path? Or will it erase everything at sync destination because my data path is currently empty? 2) I don't see a log option when I click on the Rclone docker. How do I see what's going on and if this is working? The background to what I'm trying to do: I have a OneDrive folder on my laptop and would like to stop using that. I want to have the OneDrive files reside on my unRAID so they don't occupy space on the laptop.
  4. Thank you, I'll see how that goes! What does that line do?
  5. Hi everyone. It looks like rTorrent is creating files with 644 permission and folders with 755 permission. File and folder owners are set to nobody. I can't delete or rename them even though I'm connecting via SMB with a Mac as a user with read/write access. What can I do?
  6. I fixed it by changing the email time from 12 to 1am.
  7. If your TV Show share has Cache enabled you'll see the directory in the Cache drive. unRAID has a mover that moves those files from Cache to the Array. How are you manually activating the mover and what are you trying to move, TV shows? I might be misunderstanding your problem but could it be a naming issue? I recently imported a bunch of TV shows into Sonarr and for a while the mover wouldn't trigger and my cache drive was filling up too (because I was manually putting my files into the Download folder for Sonarr to pick up). I couldn't get it to import manually neither. Turned out to be a folder naming problem and Sonarr wasn't recognizing the name or season and didn't know what to do with it. What I did was, double check the folder name of the TV shows, check the name of the TV show files, within Sonarr add the TV show entry to its library, and then go to manual import and point it at the folder with the files.
  8. Has anyone tried to get Sonarr to download subtitles from addic7ed.com in post-processing? I read of a script called Subliminal but how can I install it in the Sonarr docker environment? Subtitles are released later after TV shows so some kinda timer to look for the subtitles would be necessary.
  9. Thanks for the hint! Hope that solves it.
  10. I'm getting emails from what looks like the CA Application Auto Update: Subject: cron for user root /usr/local/emhttp/plugins/ca.update.applications/scripts/updateApplications.php >dev/null 2>&1 Body: /bin/sh: dev/null: No such file or directory I've never ... done anything to this plugin, not sure what I should do with this?
  11. There's a theory for why it's happening and seems to be true for my case. The error appears when restarting from within Hydra or when it restarts itself after an update. I didn't see the error when I restarted the docker from unRAID's UI.
  12. Hydra seems to be working fine but when I look at its log I'm seeing this error. I can't figure out what it's referring to, can someone advise? 2016-11-25 22:58:01,529 - INFO - nzbhydra - MainThread - Started 2016-11-25 22:58:01,529 - INFO - nzbhydra - MainThread - Loading database file /config/hydra/nzbhydra.db 2016-11-25 22:58:01,533 - INFO - nzbhydra - MainThread - Starting db 2016-11-25 22:58:01,537 - INFO - indexers - MainThread - Activated indexer Binsearch 2016-11-25 22:58:01,540 - INFO - indexers - MainThread - Activated indexer NZBClub 2016-11-25 22:58:01,542 - INFO - indexers - MainThread - Activated indexer NZBIndex 2016-11-25 22:58:01,545 - INFO - indexers - MainThread - Activated indexer Womble 2016-11-25 22:58:01,547 - INFO - indexers - MainThread - Activated indexer DogNZB 2016-11-25 22:58:01,550 - INFO - indexers - MainThread - Activated indexer NZBGeek 2016-11-25 22:58:01,554 - INFO - indexers - MainThread - Activated indexer NZBCat 2016-11-25 22:58:01,557 - INFO - indexers - MainThread - Activated indexer SimplyNZBs 2016-11-25 22:58:01,559 - NOTICE - nzbhydra - MainThread - Starting web app on 0.0.0.0:5075 2016-11-25 22:58:01,562 - NOTICE - nzbhydra - MainThread - Go to https://advurt.net/hydra/ for the frontend 2016-11-25 22:58:01,563 - INFO - web - MainThread - Running threaded server 2016-11-25 22:58:01,572 - ERROR - nzbhydra - MainThread - Fatal error occurred Traceback (most recent call last): File "/opt/hydra/nzbhydra.py", line 189, in run web.run(host, port, basepath) File "/opt/hydra/nzbhydra/web.py", line 1341, in run app.run(host=host, port=port, debug=config.settings.main.debug, threaded=config.settings.main.runThreaded, use_reloader=config.settings.main.flaskReloader) File "/opt/hydra/libs/flask/app.py", line 772, in run run_simple(host, port, self, **options) File "/opt/hydra/libs/werkzeug/serving.py", line 625, in run_simple inner() File "/opt/hydra/libs/werkzeug/serving.py", line 603, in inner passthrough_errors, ssl_context).serve_forever() File "/opt/hydra/libs/werkzeug/serving.py", line 506, in make_server passthrough_errors, ssl_context) File "/opt/hydra/libs/werkzeug/serving.py", line 440, in __init__ HTTPServer.__init__(self, (host, int(port)), handler) File "/opt/hydra/libs/SocketServer.py", line 420, in __init__ self.server_bind() File "/opt/hydra/libs/BaseHTTPServer.py", line 108, in server_bind SocketServer.TCPServer.server_bind(self) File "/opt/hydra/libs/SocketServer.py", line 434, in server_bind self.socket.bind(self.server_address) File "/opt/hydra/libs/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 98] Address in use
  13. I thought it might be a quirk but thought I'd raise it since it's happening across two dockers. Thanks for clarifying!
  14. Noticed something after setting up reverse proxy for hydra (which is working): URL base: /hydra/ External URL: https://my.domain/hydra/ From unRAID dashboard, clicking on Hydra icon and selecting WebUI, it takes me to http://unraid.ip:5075/ which is a blank page. It works when I change the url to http://unraid.ip:5075//hydra . I noticed this with rutorrent docker too. This doesn't happen with CouchPotato, EmbyServer, SABNzbd, nor Sonarr: Their http://unraid.ip:port/ takes me to the right URL in the browser.
  15. The renamer doesn't seem to be running. Even when I try to trigger it. The logs don't show anything. Only restarting CouchPotato gets it to do anything and I got this error after a restart: ERROR [ couchpotato.core.event] Error in event "app.load", that wasn't caught: Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/event.py", line 15, in runHandler return handler(*args, **kwargs) File "/app/couchpotato/couchpotato/core/media/movie/providers/info/themoviedb.py", line 57, in config languages.remove(self.default_language) ValueError: list.remove(x): x not in list encoding=UTF-8 debug=False args=['--config_file=/config/config.ini', '--data_dir=/config/data'] app_dir=/app/couchpotato data_dir=/config/data desktop=None options=Namespace(config_file='/config/config.ini', console_log=False, daemon=False, data_dir='/config/data', debug=False, pid_file='/config/data/couchpotato.pid', quiet=False) Don't know if it's related to the renamer not running.
  16. . files are invisible. The .htpasswd file ought to be in the nginx folder of letsencrypt IIRC. If you turn on hidden files in Mac you'll see your folders littered with them. Also if you FTP into your unRAID they'll show up.
  17. If you haven't done so yet you'd want to create a .htpasswd file and put that in /appdata/letsencrypt/ngins/ I learned this from reading and mimicking instructions from other people so I can only share what I did for rutorrent: You have to edit /appdata/rutorrent/nginx/nginx.conf. Change server { listen 80 default_server; root /var/www/localhost/rutorrent; index index.html index.htm index.php; to server { listen 80 default_server; root /var/www/localhost; index index.html index.htm index.php; And then add to /appdata/letsencrypt/nginx/site-confs/default #Config for ruTorrent location ^~ /ru { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://your.internal.ip:port/rutorrent/; }
  18. I have a question about CouchPotato's Renamer; this might not be the best place to ask but it's Mac and file system related so maybe someone has come across it. Mac leaves behind .ds_store and .appledouble. Because of them CouchPotato won't delete the folder after post processing. This is the error I'm getting [hpotato.core.plugins.base] Couldn't remove empty directory /downloads/complete/The Genius of Turner Painting the Industrial Revolution 2013: Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/base.py", line 151, in deleteEmptyFolder os.rmdir(folder) OSError: [Errno 39] Directory not empty: '/downloads/complete/The Genius of Turner Painting the Industrial Revolution 2013' How can I get CP to ignore those files and go ahead with the folder deletion?
  19. Yes I am trying Mace's version now and I believe his is 3.8.3. It's the log is not showing any issues with recognizing CloudFlare. Thank you!
  20. And I just read a CloudFlare patch is suppose to be officially part of DDClient now. https://robertianhawdon.me.uk/2014/10/08/ddclient-news/ DDClient v3.8.3 I think the version in this Docker is 3.5.3?
  21. Hi, I read that DDClient can work with CloudFlare but it could be different version numbers? I read on the CloudFlare they have a DDClient that works, and they have the conf. I'm assuming this Docker version doesn't or I'm doing something wrong? This is what I'm getting in the log: Starting DDClient Setting up watches. Watches established. Nov 11 16:29:25 Tower syslog-ng[19]: syslog-ng starting up; version='3.5.3' WARNING: file /etc/ddclient/ddclient.conf, line 78: Invalid Value for keyword 'protocol' = 'cloudflare' Nov 11 16:29:25 Tower ddclient[24]: WARNING: file /etc/ddclient/ddclient.conf, line 78: Invalid Value for keyword 'protocol' = 'cloudflare' WARNING: file /etc/ddclient/ddclient.conf, line 78: Invalid Value for keyword 'protocol' = 'cloudflare' Nov 11 16:29:25 Tower ddclient[24]: WARNING: file /etc/ddclient/ddclient.conf, line 78: Invalid Value for keyword 'protocol' = 'cloudflare' WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = '' Nov 11 16:29:25 Tower ddclient[24]: WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = '' WARNING: skipping update of advurt.net from <nothing> to 76.119.192.53. WARNING: last updated <never> but last attempt on Fri Nov 11 16:27:54 2016 failed. WARNING: Wait at least 5 minutes between update attempts. Nov 11 16:29:29 Tower ddclient[24]: WARNING: skipping update of advurt.net from <nothing> to 76.119.192.53. Nov 11 16:29:29 Tower ddclient[24]: WARNING: last updated <never> but last attempt on Fri Nov 11 16:27:54 2016 failed. Nov 11 16:29:29 Tower ddclient[24]: WARNING: Wait at least 5 minutes between update attempts.
  22. Hmmm ok. Sorry I'm asking questions that might be very obvious to you, I must not know how to read the information on Docker Hub. My Emby is at Version 3.0.8500.0. But I don't see a similar versioning on the Docker Hub and in unRAID's Docker panel. What should I look for so I can compare in future and know the version numbers on Docker Hub and unRAID's Docker panel? Like right now I don't know if I should update from unRAID's Docker panel, and if I click on update, I don't know what I would be updating to.
×
×
  • Create New...