eroz

Members
  • Posts

    763
  • Joined

  • Last visited

Everything posted by eroz

  1. It's been a while since I have updated my server (or visited the forums for that matter) besides swapping out hard drives. My current server consists of: Case - Antec Nine Hundred with 4 Norco SS-500 hot swap drive cages Motherboard - ASRock Z170 Extreme7+ Version CPU - i7-6700K with Corsair H60 cooler Ram - 16 GiB DDR4 Old SAS card (forgot the name but has Marvell) I'm looking at the following parts: CPU - i7-12700K - Core i7 12th Gen Alder Lake Motherboard - MSI PRO Z690-P Ram - CORSAIR Vengeance LPX 64GB (2 x 32GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) Cooler - Thermaltake TH120 SAS card - looking into getting LSI SAS 9207-8i (1 right now but thinking about getting 2) Power Supply - CORSAIR RM850 I'm planning on re-using the case and the hot swap drive cages and hard drives (replacing those as I need). My main use is as a plex server and various *darr, homebridge, pihole dockers. I've dabbled with VM's so I still would like to have the option to do so. Honestly I don't have a budget but would like to keep total costs under $2k. Does it look ok or are there some changes I should make?
  2. Hi. It's been awhile for me on the unraid forums. I use to manually find a book, download it and then update Calibre. I use to have a calibre server I ran from my windows machine but it has been years so no problem with starting fresh. I want to automate this and it seems I need to run the following; lazylibrarian-calibre, Calibre server, and calibreweb or cops. Is that correct? Is there a certain order I should run/install the dockers? Thanks!
  3. my movies and tv shows get updated by the docker. Sent from my LG-H830 using Tapatalk
  4. CD, what are you using to try to update your plex library?
  5. I just let sonarr and couchpotato update the library after adding a movie or show.
  6. Thanks for this. Took a while to transfer from my old setup. But got it working.
  7. I got it working by setting network type to host and checking bind time.
  8. Yes. Run the check disk on the flash drive. That should fix it.
  9. Do you have any trouble when you reboot? I have two ssd in cache pool but every time I reboot my array only starts with one ssd and I have to stop it and assign the cache pool again.
  10. When I first read the title I thought it was a spam bot. Then I saw it was not a new member, do i I was confused. Love the story. :D
  11. Do you use Sonarr? If so are you using Drone Factory or Completed Download Handling for the file renaming? I was having the same issue and for a long time I also thought it was NzbGet. I switched from using the Drone Factory to Completed Download Handling and I have not had this issue anymore.
  12. A little backstory.....since who doesn't enjoy a story. My server turned off suddenly one day as I was sitting nearby. It wasn't a gradual shutdown, it just stopped. I tried turning it back on but it wouldn't power on. I checked the usb drive in case that was corrupted and was not allowing it to start, but it was fine. I then thought it might have overheated so I waited a few hours and tried powering it up and it did not start. I swapped the PSU thinking it was dead but again it will not start. So I've decided to buy a new motherboard, CPU and RAM. This is what I currently had MB - AsRock z87 Extreme6; CPU - Intel i5-4570; 16GB of RAM. Not sure what to get this time around that will place nicely. I use the usual dockers; Kodi, Apache, Nzbget, Sonarr, Couchpotato, Mylarr and Plex. I don't have any VM's anymore but might think about doing another in the future. For Plex I might have 3/4 transcodes/streams at the same time. Any ideas? I have no budget but don't want to spend much either. My case is an Antec 1200 so no worries on the motherboard needing to be micro/mini-ATX. I normally run it headless and only occasionally connect a monitor if needed so motherboard should have onboard graphics or a cpu that supports video. Thanks!
  13. You need to update one of your plug-ins. Once you do that, it should work fine.
  14. Did you not see where I said more pictures? but why create a new thread for the additional pictures instead of just making a post in your original sell thread.
  15. There is a difference between the two. Needo's uses 5.x and the linuxserver is using 10.x. Somewhere in between some query was changed. I also recently switched, within a week or two. All my watched tv shows were showing up as unwatched but no next episode was showing up. Switching to another view within kodi was showing that I had 2x-1 episodes for each show. For example a show which had two seasons and 22 episodes in each season was showing that I had 87 episodes. So that was why it was still showing up in my unwatched list but with no unwatched episodes. I had to fix by opening the database and making a change in the tvepisodecount (I think, not home to check). I changed the two "nullif" to "ifnull". Saved and then opened kodi and did an update library and possibly a clean library. It's worked fine after that.
  16. Are you able to able any other dockers? Is your server connected to the internet? have you tried pinging google to make sure?
  17. It looks like that runs every hour and when it finds a movie or show then I get the following. Then it repeats hourly until it finds a new movie or show. Also I'm hoping you guys can add the dateutil module that trakt.tv needs per this post. Thanks! mariadb 10.1 branch with a lower version than 10.1.12 ? It might be.......Mariadb is the only dockers that I use that is not linuxserver. So the issue is with mariadb. Will it be as simple as switching to linuxserver docker to get rid of that error?
  18. I've been noticing this on the kodi log from the Unraid Docker container page. It looks like that runs every hour and when it finds a movie or show then I get the following. Then it repeats hourly until it finds a new movie or show. Also I'm hoping you guys can add the dateutil module that trakt.tv needs per this post. Thanks!
  19. Is your appdata share a cache only share? These are my settings. Everything is saved on the cache appdata share and not in the docker.img.
  20. Did you update unRaid to 6.1.9? There is an update to dynamix webgui that fixes it. http://lime-technology.com/forum/index.php?topic=47185.0
  21. It uses the following version, AirVideoserverLinux 2.4.6-beta3. what you might need for the appletv is AirVideoHD. http://lime-technology.com/forum/index.php?topic=38548.0
  22. I had the same problem. I think its an NZBGet 16 issue. I disabled the .htaccess on NZBGet in my apache proxy and used the built in one in NZBGet How exactly did you do that? In my proxy-config I changed it from <Location /nzbget> ProxyPass http://10.10.10.12:6789 ProxyPassReverse http://10.10.10.12:6789 AuthUserFile /config/.htpasswd AuthType Basic AuthName "NZBGet - Proxy" Require user admin </Location> to <Location /nzbget> ProxyPass http://10.10.10.12:6789 ProxyPassReverse http://10.10.10.12:6789 </Location> In NZBGet. Settings - Security and add a "Control Username and Control password" Awesome! That was an easy fix. Thanks Sean!
  23. I had the same problem. I think its an NZBGet 16 issue. I disabled the .htaccess on NZBGet in my apache proxy and used the built in one in NZBGet How exactly did you do that?
  24. Latest update is working fine when I navigate to the internal ip website, eg, 192.168.1.5:6789 But if I navigate to external website using apache proxy, it does not allow me to log in.
  25. Yes. take a look at smdion's guides. http://www.seandion.info/unraid/