Everything posted by Fredrick
-
[Support] binhex - Lidarr
I've installed this docker, and it started succesfully. However, I cant seem to search for any artist at all. UI says "Failed to load search results, please try again.", log file shows a 502 error. 18-1-8 12:47:08.9|Warn|HttpClient|HTTP Error - Res: [GET] https://api.lidarr.audio/api/v0/search/?type=artist&query=pink floyd: 502.BadGateway
-
[Support] binhex - Plex Pass
Well, in conclusion I fucked my previous Plex container good, so I made the switch without moving any config/database Was a bit of a pain, worst thing is loosing watched status I guess. A rescan takes time, but not too bad.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
#ORGANIZR UPSTREAM upstream organizr-upstream { #This is the local ip and port to Organizr server 192.168.1.7:9512; keepalive 32; } And in the main server block: #Custom Organizr error pages error_page 400 401 402 403 404 500 502 /error.php?error=$status; #Authentication location /auth-admin { internal; proxy_pass http://192.168.1.7:9512/auth.php?admin; proxy_set_header Content-Length ""; } location /auth-user { internal; proxy_pass http://192.168.1.7:9512/auth.php?user; proxy_set_header Content-Length ""; } #ORGANIZR CONTAINER location / { proxy_pass http://organizr-upstream; include /config/nginx/proxy.conf; }
-
[Plugin] CA Appdata Backup / Restore - Deprecated
Gonna answer myself here. I booted in safe-mode and removed the previous backup using midnight commander. It gives you actual progress information, so its easier to see if things are stuck. Each Plex-backup was between 250.000-320.000 files/directories (with 15.000 items in my library..), so deleting each one took a lot of time. This seems very inefficient of Plex, but is also outside the scope of this discussion I guess. Also note this has nothing to do with this plugin, but is a result of how Plex stores cache/metadata/media for its library.
-
[Plugin] CA Appdata Backup / Restore - Deprecated
Did you find a solution to this? I've got the same symptoms, load going through the roof, unresponsive http UI, poor performance on IO. How did you get iostat installed? I've since tried to delete the original backups, but that resulted in a full freeze like @Harro and @cowboytronic. Is the only way to format the affected drives?
-
[Support] binhex - Plex Pass
Anyone got a quick rundown of how to swith from LinuxIO to Binhex?
-
Process shfs at 100% with high io use
Sorry bout this second bump, but I'm still stuck, and cant find much about this at all. There are about 1 million reads and writes to my cache drive per 24h that I cant "account" for. Some is obviously just normal docker traffic, but this is extremely excessive. The load seems to have calmed down after a reboot, but I still suspect this will go to 100% after some uptime.. As it seems the shfs process is associated with user shares, I tried to "move" (just changed the docker settings) docker.img from /mnt/user/system to /mnt/cache/system, and likewise change all container paths to /mnt/cache/appdata instead of the usual /mnt/user/appdata. This did not work, and I saw the same shfs activity. I also tried copying (through ssh with docker stopped) docker.img to an unassigned drive, but the process was unable to complete. I also tried the following fuser command to see the various accesses, and shfs is not the only thing accessing my drives, I've got a lot of nginx for some reason. My /mnt/disks/HP_LOGICAL_VOLUME is my unassigned drive, but why every PID possible is accessing /mnt/disks I dont know..
-
Process shfs at 100% with high io use
Anyone have ideas here? I tested some more with shutting down containers, and the load/activity seems to correspond with how many files are accessed by Docker containers. It doesnt stop until all containers are shut down, but it does get (slightly) better for each container stopped. I've tried with/without cache dir plugin enabled (also tried removing it). The past 12 hours I've had about 1.5million writes to my cache drive, without actually doing much of it intentionally.. Most of my searching on the issue points to some older Unraid versions, so not sure how applicable it is. I was on 6.4 rc9 when I posted the diagnostics, went back to 6.3.5, but still have the same issue.
-
Process shfs at 100% with high io use
Hi, I've run into a problem with a process shfs that has a lot of files open, and it wont calm down. There are currently 146 files open, most of them are in /cache/appdata. I had this yesterday aswell, and was unable to kill the process or to shut down the system in any reasonable way. Had to hold the button unfortunately, and the parity check just finished OK. I'm seeing i/o-wait times for my drives skyrocketing and this creates for very poor performance of my server overall. I dont have any Reiser formatted drives. The process goes away if I disable Docker, but comes right back again. No container has access to all the files that the process has open, so I dont know what can cause this. Diagnostics attached. tower-diagnostics-20171017-1538.zip EDIT: The problem got worse until everything stalled, had to pull the plug again. I've stopped containers one by one now, and it continues until all containers are stopped. Plex is the worst (has the biggest appdata folder/most items in appdata). I tried uninstalling Open Files plugin, but still stuck with the same error.
-
[Support] Linuxserver.io - Deluge
I'm trying to clean up in my torrents and delete older stuff using "Remove torrent -> Remove with data", however whenever I do this I loose connection with the webui, and when it reloads I have deleted just 3-4 torrents out of the hundred i selected. Even if I select just a single torrent the webui crashes. Any ideas?
-
[Support] binhex - Plex Pass
Hey guys, I'm currently on v. 1.9.0.4252 with Linuxio's image, but I've read several people recommending this image instead. As I'm running into a couple of issues with my PMS right now, I thought I'd make the switch. Are there any guides on how to best make this switch? Or is it pretty pointless? Thanks!
-
[Support] Linuxserver.io - SABnzbd
I'm having the same issue here, netstat shows I/Owait off the charts, and unpacking is very very slow. I have pinned CPUs for my SAB-docker, but I guess that doesn't help when its hogging the array. I've got it set up to download and extract to the SSD-cache, but when Radarr moves the files they are shipped directly to array. Might have been better to also move to cache, and have the mover do its job during the night, but my SSD is too small to handle days with heavy downloading unfortunately. Anyone have ideas?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hey guys, I've set this up, and I feel like I am really close to the finish line, but can't seem to get there. I've tried with sonarr, and when entering the adresse (/sonarr) I'm sent to a page that simply says "Sonarr Ver." I've also tried with plex, and can see that I'm being forwarded from /web to /web/index.html, but the page is blank. Any ideas? This is the same using local IP and external domain adress. EDIT: Got Sonarr working by setting a url-base in general-settings. Now I guess I just have to google the rest of the services aswell
-
[Support] Linuxserver.io - SABnzbd
Thanks, thats it! Im running a Docker with Unifi (network admin tool for my router/APs), and it has to be run in host-mode to work properly. Any tips for getting around this? ATM im just stopping the Unifi docker to test. PS. Removed my diagnostics from the previous post to be on the safe side.
-
[Support] Linuxserver.io - SABnzbd
-
[Support] Linuxserver.io - SABnzbd
In the GUI almost immediately when pressing Start Any way to get more logs? Cant see anything happening in either the docker log or the system log.
-
[Support] Linuxserver.io - SABnzbd
Just got notified that there was an update available, when I updated I'm no longer able to start the docker. Getting a "Execution error - Server error", but cant find anything in the logs. Anyone experiencing the same thing?
-
[Support] brettm357 - UniFi
I'm coming from a Windows installation going over to Docker now. Which version of the Controller is this running, and can I restore my backup from v. 5.4.16? EDIT: I just did what I said, but I used Unifi from Linuxserver's repo. Worked great. I assume it will work with this version aswell