ShortbreadUK

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by ShortbreadUK

  1. Hi @comet424 SpaceInvaderOne has answered this question in post number 2 of this thread. I have just done the whole video from scratch, encountered your error, then fixed it with this: On new installs it is now necessary to manually install the database files on first run. Going to http://xxx.xxx.xxx.xxx/8080/super and logging in you will see this Now goto the docker tab and select the shinobipro container and click console. This will open a terminal inside of the container. Now run these commands below: mysql source sql/framework.sql; source sql/user.sql; exit Now close terminal window and restart the container.
  2. Just an update. The 'Wrong or no file system' issue came back every time I shut down my Win10 VM. Time for a cache reformat! I decided to Move everything off the cache using the Cache:Yes and initiate Mover to get it on to the array. Some stuff got a bit stuck but I used Dynamix File Manager to shift it across on to the array manually. I changed the file system to xfs on the cache drive, formatted it, then changed back to btrfs and reformatted. I set the Shares I had on the cache back to Prefer and moved everything back on to the cache. Whilst it seems like that should just work, I had all sorts of issues with my docker containers and VMs that didn't appear in the tabs as they couldn't read the appdata properly. I had to restore my original appdata from backup, then go in to Apps and Previous Apps to download my containers again from the saved templates and set to read from the restored appdata. Once I did that, the dockers came back with their previous settings. Also after that, the VMs appeared and were able to boot with no issues. Another issue that I had with the docker container was that the Plex database was corrupt. I tried SpaceInvaderOne's solution on his very helpful YouTube video, but that didn't work either. I did have 2 or 3 database backups in the same folder and replaced the database with the last backup. That's now working. A bit of a learning curve for me, but I hope that I have everything fixed now and a more stable cache drive!
  3. Ah! That's brought it back online for me, thank you so much! Do you think I should move everything (3 shares and VM) back on to my array, reformat my cache drive, then move them back on to the cache?
  4. Hello everyone, I have one 2TB nvme drive that is running all my cache (appdata, domains and system) and also have my daily driver Win10 VM (with gfx passthrough) on that nvme. Just recently the VM went a bit haywire so I rebooted it. That didn't have any effect, so I rebooted the server. After that, the nvme drive on the Main screen is showing 'Unmountable - Wrong or no file system'. I have rebooted and tried reseating the drive, but no improvement. It gives me the option to Format the unmountable disks, but I don't want to go ahead with that until I have found out any possible issue (I do have backups of the three shares mentioned above and the VM). I did also stop the array, removing it as a cache drive and try mounting the drive as an unassigned device, but didn't like that either. Thanks in advance! shortraid-diagnostics-20230313-1456.zip
  5. Hi UnRaiders, I'm getting to the end of my tether with stability of UnRAID, please help or I go back to Windows. I'm having a real issue with GPU passthrough to a Win10 VM. The IOMMU groups and split up quite nicely with my mobo, I dumped my own vbios and I'm referencing that in the VM settings. But when I start the VM up it doesn't show anything and I see a whole lot of this is the VM log: 2018-05-24T13:17:35.701483Z qemu-system-x86_64: vfio_region_write(0000:01:00.0:region0+0xf9788d8, 0x0,8) failed: Device or resource busy Seems like there is another driver in the host claiming resources or something, but can't manage to fix it. Someone please help? Thanks in advance serverbread-diagnostics-20180524-1424.zip
  6. I'm looking to get the Coffee lake working (i7-8700). Anyone managed it yet? Edit: @salora you have the same i7-8700? Please fill me in!
  7. Hi all, Newbie here! I have just performed a P2V on my desktop to import it as a virtual machine in UnRAID. I have followed the Wiki page, but it seems to be missing info about the .xml file to edit http://lime-technology.com/wiki/UnRAID_6/VM_Management#Step_4:_Edit_the_XML_for_your_virtual_machine_.28Windows_Guests_Only.29 I realise I need to change the bus to IDE, but I don't know which line I can delete under vdisk1.img and vdisk2.img. <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/03-OldWin7/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/03-OldWin7/vdisk2.img'/> <target dev='hdd' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/windows/virtio-win-0.1.141-1.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> Thanks
  8. I've just rebooted, now I'm getting 504 Gateway Time-out nginx
  9. Hello clever UnRAID people, I'm running v6.4.1 and I'm getting an issue trying to change things like the time and date, changing any plugins etc. It comes up with a popup that is off the screen but I managed to select all and paste into a txt file. It says: 502 Bad Gateway nginx My trial has currently expired, but I can't request an extension because the Time and Date are wrong and I can't change it. I'm trialling this until I get my new build up and running because my Mobo doesn't support IOMMU passthrough. Any ideas? Unfortunately I'm rubbish with linux. Alex serverbread-diagnostics-20180315-1026.zip
  10. Excellent, I got that working thanks to your suggestion. I appreciate your help, cheers! I did notice (once started the install with Win7 template) that it's based on Ubuntu - but seems to work fine with the one you mentioned.
  11. Hi VM folks! I'm new to Unraid and also linux, so newbie here - bear with me! I'm looking to create a VM from a .iso image of a network simulation program called EVE-NG, you can have a look at it LINKED HERE So as this is bespoke and won't have a VM template, how would I go about creating this VM in Unraid? There is a .ova and a .iso available on the website, can we import .ova files? I've already done Windows through a .iso. Thanks in advance, Alex