Jump to content

JonathanM

Moderators
  • Posts

    16,684
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by JonathanM

  1. Not that I'm aware of. You can script VM startups quite easily though. My pfsense VM is the only one set to autostart, the rest are scripted based on timing and availability of internet.
  2. Formatting not only removes the signature, it writes data to the disk, so it is no longer cleared. The filesystem format is data, whether or not there are any files written. A blank formatted disk is NOT clear, so it can't be added to the array without breaking parity. Think of formatting as adding in filing cabinets to an empty room. There may not be any documents in the file cabinets yet, but they still take up space in the room.
  3. As a test, try completely uninstalling avast and any other scanner or blocker program. Disabling is not enough, uninstall them just long enough to confirm they aren't interfering.
  4. As long as there are multiple cache slots shown when the array is stopped, xfs is unavailable. Do you have a full backup of the data? I'm unclear what you are trying to do, and at what step you got hung up.
  5. Yes. Perhaps you could use a USB HDMI graphics adapter with sound, however I have no clue whether that will work or not.
  6. You need to set a valid mapped path in the transcoding temporary path field. In my example, /ramtranscode in the container is mapped to /tmp on the host in the docker configuration.
  7. No, I mean what do you have on this screen of emby?
  8. https://forums.unraid.net/topic/57916-usa-wd-easystore-8tb-external-180-best-buy-fs/page/5/?tab=comments#comment-607988
  9. Where is your transcode location?
  10. Depends. What are you expecting out of unraid? Your use case determines the suitability of a small form factor.
  11. +1 Much better than the current wording.
  12. Some video cards don't work properly without a valid output detected. You may need to use a dummy monitor plug.
  13. Unraid always boots from the licensed USB stick, so no need for nvme boot.
  14. Well, from one perspective it is already updated. It's been updated at the source, and the update is ready to apply to your server. I agree it's clumsy, but it does parse. "Newer version available" Says the same thing, but wordier. Space is at a premium on that page, so I don't know what is better. I guess the question is, did it make you aware there was an update that needed to be applied?
  15. Pretty much anything that fails was working fine at some point.
  16. So instead of automating docker updates through the GUI, use your script to do the whole task. The GUI is just sending CLI commands through docker anyway. Open a console session on unraid and type docker. There is a whole world out there waiting for you to discover it. You know how we ask people to post your docker run list when you have a problem with a docker? That docker run IS a command line that can be scripted.
  17. echo "/boot/config/plugins/user.scripts/scripts/NameofScript/script" | at now Be sure to verify the path is actually what you think it is.
  18. According to this article, they don't offer port forwarding, which means it won't work well or at all with torrents. https://support.usenetserver.com/customer/en/portal/articles/2202536-what-is-a-nat-firewall-
  19. This support thread is not the proper place for reporting a bug in the program. This thread is about implementing ombi on unraid using the docker container. The program itself is not supported or maintained here. https://ombi.io/ would be the place to go.
  20. Add what to the UI? docker compose is command line.
  21. Your mappings are inconsistent. /data must be set to the exact same mapping in every container that needs to access the download data. If you wish to use subfolders, those must be set inside the container as subfolders of /data Make sure your case in consistent as well, /Data is a different folder than /data This is all explained in the docker faq
  22. Try an experiment for me. Change the setup so daapd only has a few music files in its path, and see if those few files play ok. Then add a couple more folders, keeping track of what is in those folders, specifically if there are other files besides music files, like album graphics. My suspicion is that daapd handles files it can't parse poorly, and instead of skipping them, it crashes.
×
×
  • Create New...