Jump to content

rmp5s

Members
  • Posts

    348
  • Joined

  • Last visited

Everything posted by rmp5s

  1. Alright. I changed it. We'll see what it does! Thanks!
  2. I noticed a VM I was working on paused itself and refused to unpause. I think it's because my cache drive is full. So I say, "No problem" and click "move now". Nothing happens. Click again. Still nothing. Looking at the log, it doesn't look like anything is happening. I also set the min-free settings as described in this thread (set to 1024kb) and still no luck. I really don't want to reboot as the VM that is paused is right in the middle of a W10 install and I just put the license key in. Don't want to waste the key. (Though, it really doesn't matter...just would rather not.) Anyone have any ideas as to why the mover isn't working? Log: tower-diagnostics-20190801-1527.zip
  3. I found out why nothing is working...it's because the boot drive is dying. It's in "read only mode" so it's getting replaced very soon. Thanks, everyone.
  4. Ah. Got ya. Guess that's why the VM Manager won't start, too. Not sure what I'm going to do about that stupid flash drive. I'm just going to have to replace it, I guess. Thanks, Mr. Walker. I love your Scotch. Accordion is ok, too. 😄
  5. Once again, thank you! tower-diagnostics-20190726-1844.zip
  6. You got it! Thank you! tower-diagnostics-20190726-1844.zip
  7. I'm getting the "USB drive failed. Drive is not read-write" error message and I followed the directions found in other posts...shut down, take the drive out, shove it in a Windoze machine and run chkdsk on it. I did this and the error remains. How can I fix it, if possible, and if not, how can I migrate to a new USB? I know the license is tied to the USB drive and all that so that might complicate things... Also, how do I back it up in the meantime? Thank you, all!!
  8. On my server, my Docker manager is set to "Enable Docker: No" and, whenever I switch it to yes and click apply, nothing happens. The page just refreshes and it still says "status: stopped" and "Enable Docker: No". The same thing happens with VMs. Anyone else had this happen?
  9. On my server, my VM Manager is set to "Enable VMs: No" and, whenever I switch it to yes and click apply, nothing happens. The page just refreshes and it still says "status: stopped" and "Enable VMs: No". The same thing happens with Docker. Anyone else had this happen?
  10. I figured it out. Here's what I did. Make a bootable Linux Mint USB. https://linuxmint.com/download.php Boot it up and go download hpssacli-2.10-14.0_amd64.deb from here. https://downloads.linux.hpe.com/SDR/repo/mcp/pool/non-free/ Install it and navigate to /opt/hp/hpssacli/bld and run this command: controller slot=0 modify hbamode=on You're done. This is exactly what I did and it worked for me. All my drives show up now except my cache SSD, even though it was before, but I don't know if this is related or not. I don't think it is.
  11. I bought a new server, an HP ProLiant DL380p G8, since my last ProLiant, a DL360e G8, was such a RAGING success. I got the new one because it's 2U, so I can try to shoe-horn a GPU into it, and because the CPUs are MUCH more powerful. Well, I didn't realize when buying that it's got a friggin p420i RAID card...like...built into the thing. I know unRAID doesn't like this. I think I have a few major options...correct me if I'm wrong: 1 - Put it in HBA mode. Well...to do this, you need some magical "SPP" service pack disk thing from HP which requires a service contract. My attempts at finding copies online have been fruitless. 2 - Boot into some form of Linux...or something...and use some command line thing to enable HBA...or something. I don't even really know. hpssacli? I'm looking into this now but really don't know anything about it, let alone how to do it. 3 - Set all the drives up in the RAID controller as individual RAID0 arrays. Doable, but far from ideal. Would I be able to add drives like this? I know moving the setup to a new system would be basically impossible if I did this... So...yea...anyone familiar with this hardware? Anyone know any tips or tricks? I'm all ears! Thanks!
  12. I have a few Docker containers that I can get into, no problem. Sonarr and Radarr, with "bridge networks"...some 172 IP -> server IP...punch in the IP and port, log in no problem. Even Plex..."host network" with no port mappings. IP and port, log in no problem. But the NZBGet Docker keeps giving me a "refused to connect" error. It's got the same type of setup as Sonarr and Radarr (they're all Binhex containers) with its own unique IP and port. Not sure why I can't get to the webUI. Anyone else have this happen before?
  13. For anyone else having trouble with this, when it's asking for a trusted domain, it's the domain you GO TO to access NextCloud...not where you're trying to access FROM. So, just go to /config/www/nextcloud/config and add your domain to the config.php as described here. Much easier than I originally thought.
  14. I set up NextCloud and the requisite reverse proxy following SpaceInvader One's guide (he is a saint among men) and I've run into a problem with remote access that I do not think I can fix. Hopefully someone here can prove me wrong. I can not set up the SSL cert/reverse proxy. My ISP blocks port 80 inbound. From what I understand, that is how you prevent the whole "access through untrusted domain" thing. Is there a method of generating the SSL cert that doesn't rely on port 80? Am I doing something else wrong? (At 15:14, that's similar to the error I get.) Is there a way to bypass the whole "untrusted domain" thing entirely? I'm just looking for a way to get this to work as, without remote access, NextCloud is pretty useless. I'm open to any ideas. Thank you all. Best tech forum ever!
  15. Got it working! I'm not reeeeeeeeeeeeeal sure what I changed that made it start working, but everything is working as it should now. Thank you!
  16. I don't convert them or anything. I'll see if I can get it to work without the scripts. I still really think I just have the mapping all jacked up. I can see the MKV file in the destination folder and all that, but it's the destination folder IN the container. How do I map it OUT of the container? It's a relatively simple concept that baffles me as there are 14 different paths involved in this case...there are paths when you installed, paths in the container, paths all over the place, and I have no idea where I screwed it up.
  17. According to this, the scripts aren't necessary. "So, in a way, these scripts seem to be unnecessary with Sonarr."
  18. Oh, really? I can see the MKV files in the output directory, though. I'm sure converting them to another format would be beneficial, but I still really think I have some path issues going on...no? I'll definitely look into that, though. Thanks!
  19. Tried this. Didn't work. I can console into the NZBGet Docker and go to "/config/downloads/completed/Series/" and see the files there. How do make "/config/downloads/completed/Series/" == my unRAID share? I'm kind of thinking I have to do that as I install the container, but I don't know. This is the current setup:
  20. Thanks, everyone. I'll mess with it some and see if I can get it working.
  21. Yup...it's saving to "/usr/local/bin/nzbget/downloads/completed/Series/" INSIDE the Docker. Can anyone shed some light on how to set up the paths in NZBGet?
  22. Hmm...yea...looks like these need changed, indeed. Any recommendations? Change the "DestDir" to "/media"? I'm going to check the SpaceInvader One video and see if he sheds any light on it, but he uses a different NZB thing than I do. I'm all ears!!
  23. Got it downloading! Yay! Still not seeing anything in my Media/TV Shows folder, though. Boo... If I go into NZBGet and click on the completed file, it has a path of "/usr/local/bin/nzbget/downloads/completed/Series/showname". Is it saving IN the Docker container?
  24. Got that put in and queued up a download and I'm getting no download speed...getting 0KB/s. Some downloads say "download client is unavailable". *sigh*...lol
×
×
  • Create New...