ShortbreadUK

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by ShortbreadUK

  1. On 10/31/2023 at 11:41 PM, comet424 said:

    @SpaceInvaderOne how do you install your version of shinobi... so far for a year..  it will no longer install from your video...  i get the database error issue  from a new install  and the logs from a new install...  doesnt matter how much i delete the appdata folder and reinstall your version and then login  i can not get this installed...  the maria db  error  and then telling you to run these commands doesnt help...  can you try on a clean system...  whats going on

    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

    image.png.580c93a646ea84eedc0441f44525b0cc.png

     

    Now goto the docker tab and select the shinobipro container and click console.

    image.png.5de215618e9c5a3edc356969cbb3fe60.png

    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!

    • Like 1
  3. 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

  4. 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

     

     

     

     

  5. 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

  6. 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

  7. 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