JohnnyT

Members
  • Posts

    53
  • Joined

Everything posted by JohnnyT

  1. I ended up just blowing away the cache and starting over. My array seems to be all good, Thanks for the help
  2. Thanks, I have been planning on redoing it anyways so now it's likely a good time.
  3. Here are the current diagnostics. diagnostics-20190209-0925.zip
  4. After some more digging it looks like the cache pool is set to read only. I am looking how to fix that. It is a raid 10 setup.
  5. I got the cables swapped and it is going much faster now 95 MB/sec but I am having another issue. My docker service won't start "Docker Service failed to start." This is what I am seeing in the log "root: truncate: cannot open '/mnt/cache/system/docker/docker.img' for writing: Read-only file system" Any ideas?
  6. I will order it and then go from there. Thanks
  7. I was looking to get this "LSI 9201-16e External SAS HBA" and put most of my drives on that. Would that be a lot better than what I have now? I know there is a firmware update to do what I need.
  8. I will try that when I get home. I had tried moving the new drive to the board itself instead of a card with a new sata cable and that did not change anything. Thanks
  9. I had a drive go bad "disk 5" and swapped it with a new one. The drive I swapped was working fine in a windows box before I put it in and all the drives show passed for smart test. The issue is that when I do a parity rebuild it is very very slow 162.8 KB/sec. I unplugged all the cables and plugged them back in. I also did a reboot. I am not sure what the issue is. Any help would be awesome. diagnostics-20190207-2223.zip
  10. Instead of waiting until I got home since I had to hard boot it anyways I issued the command below at the cmd prompt and it forced an unclean reboot. The machine is back up and doing a parity check. echo b > /proc/sysrq-trigger http://www.linuxjournal.com/content/rebooting-magic-way
  11. Ok, I will hard boot when I get home. :'( I will keep you posted.
  12. How did it get to OOM hmm..... I just logged in, said yeah update, then it downloaded the update so I started array shutdown and BOOM broken. Is this going to require a parity rebuild?
  13. Still just hanging out. I tried a reboot command and nothing.
  14. It should not be doing any heavy IO. I don't have anything special running. No preclears file moves etc. My cache is btrfs raid 10 with 4 drives, not sure it that matters. I issued the restart command and it just ignored it.
  15. I issued powerdown -r and am waiting to see what it does. Hoping I do not have to do another parity check, it takes 36 hours with 8tb drives :-( root@davidFlix:~# powerdown -r Broadcast message from root@davidFlix (pts/1) (Thu Feb 9 10:29:59 2017): The system is going down for reboot NOW!
  16. I do have that program but I can't use it as I am in a array shut down limbo and can't click on my plugins. Thanks for taking a look.
  17. As far as I know I do not have any active remote sessions. Is there a way to check this? I attached my diagnostics. davidflix-diagnostics-20170209-1005.zip
  18. I was shutting my array down so I could reboot for the update and it is stuck at "Sync filesystems". Any ideas? I looked around the forum and did not find any definitive answers.
  19. I had posted there before and they seem to be non-responsive. I can try again. Is there something about a docker that could cause this issue? Like some sort of timeout?
  20. I am running the filebot docker by coppit. This seems to work well for the most part. The main issue I have is that it will randomly fail to fully copy a file after it begins to move it to my Movies folder. There are two things I have noticed. It will sometimes fail to unrar the full file and just stops before complete but acts like it unrar'd all the way. So then it will copy the incomplete file and it will just be garbage but named properly. The other scenario is that it will see a new file and start the rename/copy process but only copy part of the file and then say it is complete. For example, I have a 13gb movie file and filebot found it and started the copy/rename process. It copied 8.3gb of the file and then stopped and acted like it was done but obviosuly it did not copy the whole file. This is really confusing me as a file copy is a pretty simple process, is it timing out? Does the docker need more room? The strange thing is that if it fails and I retry it then it works no problem. This is very frustrating as I can't seem to trust any of the automation of these larger files.
  21. I was able to set my username and pass but I am still getting unauthorized. I even logged into the docker and manually logged into it using "filebot -script dev:configure" and was able to login sucessfully but the docker still will fail to login and get subtitles in the logs. Any ideas? I tried using " around my user and pass and not using " in the config. Neither worked. [Dec 04 22:12:14] Configuring for OpenSubtitles user "usernameHERE" [Dec 04 22:12:14] User "user_99_100" already exists. Skipping creation of user and group... [Dec 04 22:12:14] Running command as user "user_99_100"... 401 Unauthorized redstone.xmlrpc.XmlRpcFault: 401 Unauthorized at net.filebot.web.OpenSubtitlesXmlRpc.checkResponse(OpenSubtitlesXmlRpc.java:402) at net.filebot.web.OpenSubtitlesXmlRpc.invoke(OpenSubtitlesXmlRpc.java:346) at net.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWithRetryAndFloodLimit.invoke(OpenSubtitlesClient.java:552) at net.filebot.web.OpenSubtitlesXmlRpc.login(OpenSubtitlesXmlRpc.java:65) at net.filebot.web.OpenSubtitlesClient.login(OpenSubtitlesClient.java:403) at net.filebot.web.OpenSubtitlesClient$login.call(Unknown Source) at Script1.run(Script1.groovy:12) at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62) at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72) at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:113) at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:28) at net.filebot.Main.main(Main.java:124) Enter OpenSubtitles username: Enter OpenSubtitles password: Testing OpenSubtitles... Failure (?_?)
  22. Thanks for the great docker been working well. I have one issue where subtitles won't download. I can login to open subtitles no problem and I have double and triple checked the config, my username and password are correct. Any ideas? Get [English] subtitles for 1 files Looking up subtitles by hash via OpenSubtitles Lookup by hash failed: 401 Unauthorized
  23. I figured it out. One of my ram chips is going bad. :-( Glad it is not a harder issue to track down though.
  24. Thanks for moving it, I noticed after I posted and was going to revise but work needed me.