Carpesimia

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Carpesimia

  1. Hey guys, So i needed to move the location of my my tv library FROM the external location that it has lived in for some time on to the unraid "array" where it originally lived. I shut down sonarr, radarr, and plex. I then copied the contents of the tv (and movie) folders from the external device to the internal array, updated the correct folders in the docker configs, and then restarted everything. Plex and Radarr came back online with no worries. But Sonarr wont start. Here's the latest when I apply a change to the docker config: docker run -d --name='binhex-sonarr' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-sonarr" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8989]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sonarr-icon.png' -p '8989:8989/tcp' -p '9897:9897/tcp' -v '/mnt/user/downloads/':'/data':'rw' -v '/mnt/user/media/tv':'/media':'rw,slave' -v '/mnt/user/media/tv':'/oldmedia':'rw' -v '/mnt/user/appdata/binhex-sonarr':'/config':'rw' 'binhex/arch-sonarr' 9cece2b7c7c86df398146b77bbef19cb90d0f530d97078c25519cf42023eff89 docker: Error response from daemon: driver failed programming external connectivity on endpoint binhex-sonarr (78c77ef2024d75a30b1ffaf63d80764a59b67f3a6dcb894939b0b6968dd1b249): fork/exec /usr/bin/docker-proxy: resource temporarily unavailable. Has anyone ever seen this before? Wow. So, I tried changing it back to the external location that was working a few days ago, and I get this very different error: docker run -d --name='binhex-sonarr' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-sonarr" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8989]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sonarr-icon.png' -p '8989:8989/tcp' -p '9897:9897/tcp' -v '/mnt/user/downloads/':'/data':'rw' -v '/mnt/remotes/playeronetv':'/media':'rw,slave' -v '/mnt/user/media/tv':'/oldmedia':'rw' -v '/mnt/user/appdata/binhex-sonarr':'/config':'rw' 'binhex/arch-sonarr' c4006b5493e024d9ef7ec09168b85f91cc6d9695582ba8fec385384db52e97d0 docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 2, stdout: , stderr: runtime/cgo: pthread_create failed: Resource temporarily unavailable *** Update *** Seems to be a docker resource issue in general. I stopped some other containers, and was able to start sonarr no problems. So while it's not a Sonarr issue, anyone know where I may need to make adjustments? This server has 192gb of ram so its good on resources..
  2. Ok, so disregard. I did MORE searching and found a thread that pointed out that (device loop2) was most probably pointing to my docker.img having issues. So i stopped docker support, deleted the image, and re-enabled docker support so it would re-create the img. And that did the trick! No more btrfs errors. Hope this post helps someone else.
  3. I just got done upgrading all of the drives in my system with bigger disks. After replacing them all one at a time (and adding a second parity drive), I upgraded my old 137gb with a 1tb ssd. I followed the directions to do so (shut down/disable vms and docker, change share settings, run mover, etc). When all was said and done, the new drive in, and everything moved back everything was working. My vms and docker containers loaded correctly, all was good in the world. Or so I thought. As I was just doing my due diligenct and checking everything, I found something in my logs. This is CONSTANT, happening twice every 2-4 seconds. Im wondering if it has any effect on the speed of my system. Here's a snap of the logs: Mar 26 22:15:08 Tower kernel: BTRFS warning (device loop2): csum failed root 2458 ino 9812 off 159744 csum 0x9ed483a8 expected csum 0x656104ef mirror 1 Mar 26 22:15:08 Tower kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 305211, gen 0 Mar 26 22:15:08 Tower kernel: BTRFS warning (device loop2): csum failed root 2458 ino 9812 off 159744 csum 0x9ed483a8 expected csum 0x656104ef mirror 1 Mar 26 22:15:08 Tower kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 305212, gen 0 Mar 26 22:15:12 Tower kernel: BTRFS warning (device loop2): csum failed root 2458 ino 9812 off 159744 csum 0x9ed483a8 expected csum 0x656104ef mirror 1 Mar 26 22:15:12 Tower kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 305213, gen 0 Mar 26 22:15:12 Tower kernel: BTRFS warning (device loop2): csum failed root 2458 ino 9812 off 159744 csum 0x9ed483a8 expected csum 0x656104ef mirror 1 Mar 26 22:15:12 Tower kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 305214, gen 0 Mar 26 22:15:15 Tower kernel: BTRFS warning (device loop2): csum failed root 2458 ino 9812 off 159744 csum 0x9ed483a8 expected csum 0x656104ef mirror 1 Mar 26 22:15:15 Tower kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 305215, gen 0 Mar 26 22:15:15 Tower kernel: BTRFS warning (device loop2): csum failed root 2458 ino 9812 off 159744 csum 0x9ed483a8 expected csum 0x656104ef mirror 1 Mar 26 22:15:15 Tower kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 305216, gen 0 Mar 26 22:15:19 Tower kernel: BTRFS warning (device loop2): csum failed root 2458 ino 9812 off 159744 csum 0x9ed483a8 expected csum 0x656104ef mirror 1 Mar 26 22:15:19 Tower kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 305217, gen 0 In the meantime, I'm only using about 41gb on the cache drive (the only drive that is btrfs) and it shows 0 errors on the "main" screen. My ram is NOT overclocked. I saw that posted as I was searching for an answer. While I did just upgrade my ram, it was the SAME clock speed as the old RAM just higher capacity and I did not change it. My system has been up for years. Over the past 2 weeks I upgraded the ram to max capacity of my host, and then upgraded each of my drives. But, the issue only seems to be with the btrfs cache drive, at least thats what I see in the logs. Ideas? I could sure use some! Thanks!
  4. Thanks, followed this process and everything came back up fine. Now to address the constant btrfs errors.
  5. Havent tried this as of yet. Ran into some issues with other things that I'll be posting a new thread about momentarily.
  6. Hi, I just went through a process to replace all of the drives in my unraid machine, one at a time. Everything went great until i switched out my cache drive for an SSD. Yeah, I was yet familiar with the appdata stuff on the cache drive and after a little bit of messing with it, I replaced my old drive and got all of my data back. So first of all, I am on the latest version of unraid. My machine has no open slots so I cannot add to the pool, then remove the old one. I have the CA Backup / Restore appdata plugin, with a current backup (did not back up libvirt with it). The new drive was already formatted with btrfs and had an appdata, but it is new and has all of my plugins default configs. Nothing of my actual config. So, my question, and yes I have been reading the forums a BUNCH: What is the most straight forward way to replace this drive? Do I just stop the array, replace the cache drive, and then after starting the array run the CA Backup / Restore to restore the appdata? Should I do another backup first to include the libvirt? I didnt find any explicit way to do this cache drive replacement using this plugin. But its very existence is for cache disks failing. Do I change the all of the cache settings run the mover, stop the array, replace the drive, and restart the array? I'll admit this one confuses me a bit I dont yet understand the cache settings on the shares and such. Or something else? I've read several ways, and just want to make sure I do it the right way this time.
  7. I just added my second parity drive and it's syncing. When its done, ill stop the array and move a few things around and see if it'll start back up.
  8. Hi guys, I admit to being total noob when I first set up my unraid server. Its in an older proliant with 8 hot swap drive trays. I just went through the process of upgrading all of my drive to larger ones, and when doing so I notices that the drives are WAY out of order. What I mean by this, is this: Bay 1: Array Disk 2 Bay 2: Array Disk 1 Bay 3: Parity Disk 1 Bay 4: Array Disk 5 Bay 5: Array Disk 3 Bay 6: Array Disk 3 Bay 7: Parity Disk 2 Bay 8: Cache Disk (SSD) Since the drives are mapped logically inside unraid, would i be able to stop the array and then sort these into a better order? Like: Bay 1 - 5: Array Disks 1-5 in order Bay 6 - 7: Parity 1 and 2 Bay 8: Cache Disk (SSD) I dont think Id need to change anything in unraid, but I am worried that the drive designations (sdb, sdc, etc) could change if I moved them. Anyone know more about this than me? Anyone done something like this before? All input would be appreciated. Rich
  9. And I write this message, and BOOM. Continue watching shows up 20 mins later with the 6 things that were valid all up there. WTH?!?
  10. So I've a weird one. I just upgraded to the latest image, and now my "Up next" is gone from the home page. So unfinished movies and next tv shows are no longer showing up at the top of the screen. Was this changed in the latest version? Or moved into a config object somewhere (i didnt find one, i did look)? Or did something get corrupted on my end?
  11. RE: My post above, I got it figured out. Basically, my VPN host (Privado) just stopped working. I got a year free with one of my usenet feeds, and it just stopped working. My login wont even work anymore. So I turned OFF vpn, and not only did the container start again, but the interface came up. So I signed up with PIA and called it a day. Uploaded the zip file, entered my credentials, turned back on VPN and BOOM. All set. --- So, I do have one question... I have now about 30-50 .ovpn files in my openvpn folder. How do I get it to use the best one near me (for example, if the NYC is the best one for me, how do i make sure it uses that server for my VPN connection? Do I just remove all of the other config files and leave .ovpn file that I want?
  12. Ok, so this is interesting. My Unraid machine went down, and before i booted back up, I checked each and every drive to create a map of all of the drives and which bays they were in (Im going to be upgrading all of the drives soon, and wanted to have my ducks in a row. So, booted it back up, and seems that my POOL drive was not seated correctly. Shut down, re-seated it, and booted back up. All is good. Or it seemed good. Since then, my sabnsbdvpn does not work. It starts, but doesnt do anything. All ports are connection refused. So I logged into the running container and looked around. The /var/lib/sabnzbd/logs folder does not exist. Netstat shows no open ports. The /appdata/binhex-sabnzbdvpn folder still exists and has its onw set up logs and such. Before this, my system has been up and running for QUITE some time. How do I troubleshoot the issue?
  13. I asked this question once, but I guess I wasnt logged in when I did so. I've been using this for quite some time now. However, my indexer (whom I use their VPN service) has decided to outsource their VPN service to a different company. This means that I need to change from one VPN service to another. I went to their site, downloaded the openvpn zip file, but all it has in it are .ovpn files. No certs, no other files. So my question, is how do I take a working config of this (not anymore, the time has expired so my vpn is no longer working) and switch it to a new service? I'll admit, the openvpn files confuse me the most. Any help?
  14. I had to stop the container. I had it set up the same as radarr and sonarr (which both work), but it would not import any successful music. So, I went ahead and added a path to the docker config for /downloads (even though sonarr, radarr, and sabnz all only have /data specified) and no dice. So I explored a little and found out that I'm getting these errors repeatedly: For every track, and they keep occuring once every 5 mins or so. So my log file went from 70k to about 800k in the last 20 mins. And nothing is importing. So my config is fine, because lidarr can see the files. It just can't import them. Any ideas?
  15. Sorry for the slow response, but I figured it out about 20 seconds after I asked the question Been running now a couple weeks. Back today to buy my key.
  16. So yeah, it finished so everything is in sync. I now have to add some cache disks. The machine came with a couple of 140g that should do the trick. Im not looking for SSD at the moment. How does one upgrade from one version to another? Ive got the 6.4 pre release now..
  17. Ok, so here's the latest. Got the H200 on ebay for $30 with free shipping. Tonight I opened up the proliant and installed the hba into the riser, and connected the backplane. I booted and in the CMOS disabled the p410. I'm now booted into unraid (only 17 days left on eval) and can see all 3 drives. So I selected sdb as my parity, and sdc and sdd as my two usable disks. I formatted them, but now the parity disk says it's invalid. But, its also 1% done doing a parity restore (on all brand new drives). I'm assuming whenever its done restoring nothing, parity will become valid and ill be able to start using unraid. So thats where I am Will know more probably in the morning. The restore is going slow as heck, and Im getting tired..
  18. Thanks so much for being both patient and helpful, it is truly appreciated. Just made an offer on a H220 on ebay, which I accidentally posted on a different thread. The good news is someone clued me in that the seller is accepting offers of $30 with free shipping. So, if he accepts it'll be on its way.
  19. Sorry for so many questions, I know nothing about HBAs. I'm looking at this for about $50: HP 660088-001 H220 2-Port SAS 6G PCI-E HBA SAS9205-8i I'll be able to just plug and play with something like that? Or do I need one that has enough "ports" on it as I have total drive bays, if I want to expand later?
  20. So of I purchase an h220, can I just unplug the drive backplane from the p410i and plug it into the h220 instead? Is it that simple?
  21. Ok, so I upgraded to 6.4.0_rc19b. And I still get the error: Jan 4 18:35:22 Tower kernel: NMI: PCI system error (SERR) for reason b1 on CPU 0. Jan 4 18:35:22 Tower kernel: Dazed and confused, but trying to continue But now, instead of ignoring all 3 of my drives, it only ignores the last one: Jan 4 18:36:35 Tower kernel: md: unRAID driver 2.9.3 installed Jan 4 18:36:35 Tower emhttpd: error: get_device_size, 1422: No such device or address (6): open: /dev/sdd Jan 4 18:36:35 Tower emhttpd: Device inventory: Jan 4 18:36:35 Tower emhttpd: 3600508b1001037383941424344450800 (sdb) 512 1953459632 Jan 4 18:36:35 Tower emhttpd: 3600508b1001037383941424344450900 (sdc) 512 1953459632 Jan 4 18:36:35 Tower emhttpd: SanDisk_Cruzer_Fit_4C530001201031112561-0:0 (sda) 512 30595072 So... progress... but not fixed. Am I just SOL? Maybe I should find a different USB bootable image (maybe ubuntu) and see if I still get these errors or if it only happens with unraid. If it happens in other OS's as well, then its hardware. Make sense?
  22. The secret to getting into the p410i bios, is during the graphic screen it will at one point say press any key to see messages. Pressing space will show boot of other devices, including the p410i, and pressing f8 while the raid controller is initializing gets you into the config for it.
  23. According to the BIOS, I am running HP BIOS P62 07/02/2013. I rolled back to the 6.2.4 at your previous request, and get the same errors a few minutes after unraid comes up. It starts well, but then dies after a few mins.