ufo56

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by ufo56

  1. After latest update letsencrypt tries challenge now on http port not https. https://pastebin.com/1PNLnSwG
  2. I just came here to search if there is solution for slow speed im not the only one like i see here... 24h and 300gb backup done. Is there any good alternative to this crap ?
  3. Can't get it work, nothing happens when i start it. Some logs where everything seems normal.
  4. At least im not alone with this problem. What i have figured out at moment is letsencrypt+nginx caching solution (at least in docker) is crap for files over 3-4gb. Even if you add proxy_max_temp_file_size It caches your file directly to docker image. That caching solution with docker is slow and i have to make your docker image much bigger. Example: you upload 2gb file, while you are uploading it goes do nginx cache (docker file) and when its completed it starts "moving" to your data dir. Thats why you have to have always at least free amount space on your docker image how big is your upload/download. Example: even if you have 100gb docker img file, proxy_max_temp_file_size 10000m then biggest file you can upload almost every time is 3gb and same about download. Upload never finish or downloads won't complete That solution what everyone here uses is suitable for maybe 1.5gb files, depends if someone else uploads something or downloads I hope you understand me EDIT. BTW i spin up two vps, did a test. 1'st test: 1 vps with nginx proxy and nginx webserver with nextcloud, basically like here. Same configs, it works. 2nd test: 2 vps, one with only nginx proxy and other vps with nginx and nextcloud. It works. Problem is in docker or some very specific configuration...
  5. Seems to be same issue that i have. Speed is getting up and cpu goes 100% until crash and everything starts over.
  6. Some weird issue.... Every time torrent get's about 20mb/sec speed rtorrent crashes. And after maybe 60 seconds it starts downloading again until 20mb/sec and over again.. rtorrent.log 1504978066 N rtorrent main: Starting thread. 1504978066 N worker_rtorrent: Starting thread.
  7. Does anyone have better idea how mount windows share on Unraid ? I have to use that kind of setup because all my data to docker comes from Windows machine (stablebit clouddrive) plex, sonarr, radarr etc...
  8. exactly same here, all my data comes over Windows share. Storage is on other machine.
  9. Is there any fix for this ? Its annoying to do hard power off over ipmi by turning power on or off because unraid can't to restart after that... Sometimes 10 times a day i have to do that. Every time (almost) when i open "Main" tab i have to restart my unraid box because everything hangs on here. Dockers stop's responding etc. Using only one windows share mount. Win 8.1.
  10. Nextcloud docker php did give me this error. WARNING: [pool www] server reached pm.max_children setting (5), consider raising it I raised it to 25. Now i get [18-May-2017 21:44:31] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 5 total children [18-May-2017 21:44:34] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 6 total children [18-May-2017 21:44:35] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 7 total children [18-May-2017 21:44:36] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 8 total children [18-May-2017 21:44:37] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 9 total children Raised min/max_spare_servers. Lets see what now... EDIT: Now i don't get that php-fpm error, but download still disconnects after 1,01 GB exactly every time. EDIT2: Only error now what stays is at letsencrypt nginx log. Some reason nextcloud php/nginx closes the connection upstream prematurely closed connection while reading upstream EDIT3: Seems to be answer is here. People who download stops after 1024mb. Add that line in your proxy config (/mnt/user/appdata/letsencrypt/nginx/site-confs/default) location / { ... proxy_max_temp_file_size 0; ... }
  11. Everything is ok, but when someone downloads file thru shared link then download speed is going zero after 1gb or even completely stops. wget error Letsencrypt nginx shows in error log Using letsencrypt nginx docker proxy and nextcloud. nginx configs https://pastebin.com/RuF2BnRb
  12. I'm getting these errors lately quite much. Share is accessible from other computer(s) May 4 03:09:34 Tower kernel: CIFS VFS: Error -104 sending data on socket to server May 4 03:09:34 Tower kernel: CIFS VFS: Error -32 sending data on socket to server May 4 03:09:34 Tower kernel: CIFS VFS: Error -32 sending data on socket to server May 4 03:09:34 Tower kernel: CIFS VFS: Error -32 sending data on socket to server May 4 03:09:34 Tower kernel: CIFS VFS: Error -32 sending data on socket to server May 4 03:11:56 Tower kernel: CIFS VFS: Server WIN8 has not responded in 120 seconds. Reconnecting... May 4 03:11:56 Tower kernel: CIFS VFS: Send error in SessSetup = -11 May 4 03:11:56 Tower kernel: CIFS VFS: Error -104 sending data on socket to server May 4 03:12:37 Tower kernel: CIFS VFS: Error -104 sending data on socket to server
  13. How to move from binhex-plexpass to linuxserver.io plexpass ? Move all appdata/binhex-plexpass to /appdata/plex/ ?
  14. Hi I have mounted a windows share drive via unassigned devices. But there is a one big problem. If some reason it lost connection to that network share and i open unraid web gui then it makes web ui unresponsive. Won't open until i restart unraid server.
  15. Is anyone using that combo, CloudDrive windows share mounted on unraid unassigned devices ? Now after few unassigned devices updates im getting many errors
  16. Help needed. Dell Perc H310 SATA / SAS HBA Controller RAID 6Gbps PCIe x8 LSI 9240-8i M1015 (ebay product description) Chipset LSI SAS 2008(b2) Following these instructions http://lime-technology.com/forum/index.php?topic=12767.msg259006#msg259006 Downloaded this Getting this error http://i.imgur.com/4BMbRBK.png Second time tried got http://i.imgur.com/Py6LC7V.png Brick ? Can i throw it away ? EDIT: Done another usb bootable stick and it worked.
  17. Hmm, seems to be working. Thank you
  18. If i try to search vmdk file here http://i.imgur.com/dan4ehH.png It does not even show that in list, only .img format EDIT: If i even type manualy vmdk location then still nothing http://i.imgur.com/Z9Fjb6g.png First it stays about 30 sec http://i.imgur.com/i0WExhy.png And then, http://i.imgur.com/sG80wbi.png