BAZOOKAPANDA

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by BAZOOKAPANDA

  1. Not sure if this has been requested yet, if it has, apologies. I don't mean to be pushy😂 Anyway as the title says, I would love to be able to configure ZFS pools I know there is a ZFS plugin my it just makes me nervous, and there is a lot of fiddling. On TrueNAS Core/Scale it is so easy just a few clicks. Additionally, I have been running TrueNAS Scale as a work around but the network configuration gets a little complicated (For example), I have a Windows PC with two network ports (1GBe + 2.5GBe), My Unraid server has the same (2 10GBe ports) I have the 2.5 and a 10 connected together but taking advantage of this for my TrueNAS VM is not so straight forward and considering especially because ZFS can use ram as a write cache it feels like a missed opportunity I really think this would be a useful feature for many people, it seems like it would just complete Unraid as a server operating system and I would greatly appreciate it. Thank you
  2. Hey not sure if this is the right place for this but hey. I am having trouble connecting to plex reliably. Every now and again (every few days or so) I am just no longer able to connect to plex form other devices or through the web UI, it just says problem loading page. It is set to host and my understanding is that in this configuration it is normal for there to not be a port (in docker allocations there is "???", this is what I saw on a thread). I have tried setting to bridge and than a web UI tab won't even open and using either one of my network adapters (one is DHCP one is static) it will just say config failed and I have to install from previous versions. This usually happens after my server is turned off (in my country we have something called load shedding so everything in my house getting turned off is unavoidable). The only fix for this is a complete reinstall of plex which means I have to reconnect all my libraies and rebuild all of my playlists. In the logs all I get is "Failed to load preferences at /config/Plex Media Server/Preferences.xml". I have searched this multiple times and I am decent at getting the results that are useful but nothing has helped me. My other containers seem to work including Emby witch I would honestly swap to if I liked the UI as much as Plex's but I don't. Does anyone have any ideas as to what I can do? Thank you
  3. Cool I will read that info. Oh and some extra info the server I am backing up to is a TrueNAS scale server.
  4. So I can backup my "plugins" directory by backing up my flash drive. I think I remember seeing a guide for that, some button build into the web GUI Can you elaborate on the plugin for backing up my appdata directory? Thank you
  5. Could I get some help please?....Hope this is the right place. I would like to make two scrips 1) copy my appdata "share" 2) copy my "plugins folder" I am doing the following respectively 1) "cp -r /mnt/user/appdata /mnt/user/Documents/8.Server/Unriad appdata" 2) "cp -r /usr/local/emhttp/plugins /mnt/user/Documents/8.Server/Unriad plugins" In both cases the scrip says the the folder "appdata" and "plugins" does not exist This must be a permissions issue correct? I don't want to mess around with commands like chmod 777 for instance and break things I know there are other methods to back up but I just feel more comfortable doing this as apposed to messing around with random applications. (a bit of background, I have a script that copies my "Documents" folder to another server) (I connected to this server (smb share) using unassigned devices, did a test and it works.....yay) Hope that gives some insight as to what I am trying to achieve. I would appreciate and ideas to get this working, thank you
  6. I am running Unraid on bare metal, AsRock ROMED8-2T, AMD EPYC 7302P 16-Core @ 3000 MHz, 64 GiB DDR4 Multi-bit ECC I tried to create a TrueNAS VM in order to have access to ZFS and easier iSCSi It is well known that it is better to pass through a host controller as apposed to devices (be it USB, SATA, etc.) I tried TrueNAS core and TrueNAS scale (FreeBSD and Debian respectively) How ever I could not get the VM to start even to install the OS, this would also cause my whole server to crash requiring a hard reset. when I detached the SATA controller it would post I saw that someone running Proxmox had this same issue: https://forum.proxmox.com/threads/passthrough-of-onboard-sata-controller-locks-up-system.115569/ https://forum.proxmox.com/threads/amd-epyc-pcie-passthrough-flr-error.106070/#post-456481 I used their work around as a fix I unfortunately don't have a log, searched everywhere but found nothing that alluded to my issue (maybe I missed something) Furthermore I documented my experience in more detail in the forum thread I created (linked below) https://forums.unraid.net/topic/132560-passing-through-onboard-sata-controller-to-trunas-scale-vm-causes-unriad-host-to-crashlockup/ Please also note that I am not smart enough to understand why this is or was happening or why the fix worked (punching this into my Unriad terminal: "echo bus >'/sys/bus/pci/devices/0000:47:00.0/reset_method'") Nor do I know if this will happen with any VM or any onboard sata controller But it does with a TrueNAS VM and with the the "AMD FCH SATA" controller. I tried to follow the guidelines best I could, no logs but I can say that I deleted and recreated multiple different TrueNAS vm's and everyone failed to post without the command that I mentioned above I followed Spaceinvader One's guide: ZFS on Unraid - Setting up a TrueNAS VM - PT1: https://youtu.be/lEupiLZIgpE ZFS on Unraid - Setting up a TrueNAS VM - PT2: If I am mistaken in my discovery, this was an isolated event or the crashing was of my own doing feel free to delete this post. (just not my other thread pls, it might help someone) Thank you
  7. I have news! So I found this on the Proxmox forums. https://forum.proxmox.com/threads/passthrough-of-onboard-sata-controller-locks-up-system.115569/ https://forum.proxmox.com/threads/amd-epyc-pcie-passthrough-flr-error.106070/#post-456481 I punched this line of code into the Unriad terminal echo bus >'/sys/bus/pci/devices/0000:83:00.0/reset_method' Except I substituted their IOMMU group with my own, like so echo bus >'/sys/bus/pci/devices/0000:47:00.0/reset_method' Anyway the VM started and I seem my two 4TB drives in TrueNAS To be honest I'm not really sure what any of this means but I do know that my TrueNAS Scale VM would not start and would crash Unraid if I had the sata controller passed trough Is the command the same as the function level reset I see in the vfio menu? Because I clicked that and nothing appeared to happen, I don't think it is a interactive button Do people know about this because I saw two threads on the Proxmox forums discussing this? Will there be a patch? Must I like the GIGA-chads below write a script to do this everytime before starting my VM? Would love some insight from people who actually know what any of this means Thank you
  8. I believe that would basically be the same as ticking the little box in the vfio menu in settings > system devices
  9. I have also read about this "stub"ing which I think involves doing something with the syslinux.cfg file (where you set your default boot mode) maybe I will try that not really sure how to go about it but I'm sure I can figure it out.
  10. So I am trying to setup a TrueNAS Scale VM. I have it all setup and can remote into it but if I pass through a sata controller Unriad locks up and I need to reboot Does anyone have expereince passing through onboard controllers. (in other words not pcie cards) I have an AsRock ROMED8-2T, this baord has 2x mini sas HD connectors and came with 2X mini SAS HD to x4 sata connectors. in my iommu groups. I have group 59 this is where I see the 5TB drive that unriad uses (im owrking in getting a drive for parity so lets put that aside) At group 58 I have two 4TB drives that I want TrueNAS to use I will attatch a screen grab (I unbound the controller from vfio so you can see the devices) I believe one m.2 also falls into this IOMMU group I have tried booting the VM with the sata controller passed through both with and without the drives connected to it and no change Still crashes But as soon as I start the VM with no sata controller its fine Is it worth swapping the drives and their controllers with each other to see if the other controller behaves the same? Has anyone tried to pass a onboard sata controller to a VM? And because it is a hard freeze there is no log There is a pick of my TrueNAS VM setup attached, it depicts the sata controller I wish to pass through Any insight would be greatly appreciated.
  11. Not really. As it stands I have clean docker install from scratch but I was hoping to get to the sign in page so that I could use my old account because if i try create a new account I get an error about that email already being in use, which is a minor wrinkle. This seems to no longer be true however and I am using an email address I think I previously registered but hey gift horse and all that.
  12. I found a work around. So what I did was 1. I booted in safe mode so that the array does not auto start 2. Go to settings and disable the VM manager 3. start the array (to get access to shares) 4. Go to shares > domains (or where ever your problem VM is) 5. Rename the folder that the vdisk for your problematic vm is (the vm will no longer start on boot) 6. Re-enable VM manager restart to normal mode and disable auto start for the vm and change the name back to what it was before. Please note you might need the Dynamix File Manager plugin in order to rename the folder that houses the vdisk (the plugin can be installed by being in a state where VM manager is disable and the array is running)
  13. Can I ask, what setup process did you follow, i.e. the setting and config? I am trying to recreate this but for some reason Unraid just becomes unresponsive after clicking create (I try Q35-5.1 and Q35-7.1 but no luck (with sata as the host bus)). As it happens I have a usb drive with TruNAS already installed on it but my brain has not put together the logic to take that data and get it on a vdisk. Anyone else experience a system hang?
  14. So here is the short of it. The total contents of my array is 3.5TB (of files and media) have 2 drives in my array. An old 5TB and a new 4TB I want to get rid of all the data on that 5TB (it was the first drive I added to the array) and have it live on the 4TB That way I can free up the 5TB to use for parity (did I mention that I currently have no parity drive, I know I'm sorry and I'm ashamed) So there it is Current config: No parity Array: 1x 5TB and 1x 4TB New config: Parity 1x 5TB Array: 1x 4TB How do I empty the contents of the 5TB onto the 4TB that I just installed? I also have another 4TB that I plan to add to the array after this maybe I can but my files on there for a brief moment while reconfigure the drives in my array? Thank you
  15. Yes the one in appdata. I now want to start fresh but for some reason cant get to sign on page. Maybe something is misconfigured
  16. Its a long story but my database file is gone. I have accepted re-adding my accounts but I cant sing in. The create account button says account exists but I cant click sign in the button goes nowhere, just refreshes the page Any advice?
  17. I cant quite find a fix for some reason. I enabled msi interrupts passed through a entire USB controller I tried to change the poll rate to 48000hz or whatever it is but it was already set to that I passed my GPUs sound card through I passed my motherboards sound card through I tried disabling those sound cards after passing them through None of these fixed my issue which is weird because passing an entire controller worked for my Ubuntu VM straight away I'm not sure what else there is to try so any ideas would be greatly appreciated. Maybe I should try different usb ports in that controller Thanks
  18. *As I progress more into the joys of Unraid and I find other use cases for iscsi I will add them here. This has probably been asked before but being able to set a share as an iscsi target on Unraid would just be wonderful. steam may be okay with installing to shares but apps like: Origin Epic Games Oculus Ubisoft connect Of which I use all of them will fight tooth and nail to prevent it😂. All the games would just be easily downloaded and easily manageable. There is a plugin for this but I couldn't quite get it to work I could see the drive in the VM but not initialize it also you have to choose an entire disk or create a file for it, I was hoping more for just being able to use a whole folder (maybe that is'nt even possible), I am a bit of a newbie I suppose. Symbolic links just couldn't cut it If this does not happen and you are trying to setup a windows gaming VM. There may be better ways of achieving this, that I am not privy to but my solution was to: Create a virtual hard disk (VDHX) so it only consumes as much as you put on it Set it to its max capacity (around 64 TB Have its location be in a shared folder Set install location to the virtual hard disk Note* When I was fiddling with getting it to auto mount on boot I would get an error that it is in use by another device (even if unmounted) this is because a game launcher with the drive as it's default it's default install location for games was running.
  19. I am having this same error when I try to pass my GPU through. What could be causing this? Edit: I discovered that I needed to: 1. Go to: Tools / System Devices 2. Find the PCIE device in question 3. Select the tick box next to the item 4. Scroll down 5. Press the button that says "BIND SELECTED TO VFIO BOOT" 6. Restart Unraid