Ziggurat

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by Ziggurat

  1. Yes I am using Firefox, after this issue starts it did also happen in Qutebrowser (webkit) and Chromium also. So your suggestion is to only start the Array in webkit type browsers? Is this issue being looked at? Dynamix also is very slow in Firefox, it has been for several versions of Unraid, like about a year. Is this on the radar for Unraid devs?
  2. I did reboot again now hours after this problem started, but just after I posted this post. Just to be sure, I did turn off Docker and Virtualization, and then unmounted all drives mounted in /mnt manually But I am uncertain this actually did anything to help the situation. Anyway, this is alarming since it has happened during 3 separate boots, two today, and one last time I booted (I don't know when that was)
  3. I have an issue where the WebUI thinks the array is stopped, but it's online, shares are there and working, docker is running, plugins are running, virtual machines work. But the WebUI is very cumbersome to use. In the main page, most of the tabs show like the array is off, the Array Operation tab only shows reboot and shutdown. On Array and Pool devices, everything looks ready to start the array. Nothing showing anything wrong, except that the array actually started. The Dashboard looks almost normal, except the widgets for Array and Cache are named Array (stopped) and Cache (stopped), but they show the normal info as if it is not stopped. Docker works, shows the docker containers, except the banner "Array must be Started to view Docker containers." is on top, and in the way for the first docker container. So its hard to interact with the first one. If I go into a sub menu, like editing a docker container, that doesn't show that message obviously it was never programmed to do so. Same with VMs as dockers I had this issue once before, and reboot solved the issue. Now I have rebooted but it still continues to be like this Any suggestions? zig-ut-01-diagnostics-20230214-2117.zip
  4. Hello, I have a reasonable little request. I'd love it if the form view for the VM's added the ability to select boot number for disks images and passthrough nvme controllers. I don't know any way to change it without editing the XML file, because the current setting in unraid VM's is to not save the BIOS setting changes. Right now I have to edit the xml and change the boot order to not be 1 in the disk, and then add boot order 1 to the NVMe drive I passed through. Thankfully its a simple xml tag <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/name/vdisk2.img' index='1'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='2'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </source> <boot order='1'/> <alias name='hostdev2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev>
  5. Would it be possible to add * ia (the internet archive command line interface) https://archive.org/services/docs/api/internetarchive/installation.html * progress (this one is included in regular linux distro repositories as well) https://github.com/Xfennec/progress thank you either way
  6. Yes, but neither is in Nerdpack, and I prefer ranger. Having both in Nerdpack would be great. Reason I use ranger (as my only filebrowser actually) vim based movement keys picture previews (picture in terminal! can even preview 3d files which I made a pull request for in ranger) mass rename works like, opening the list of files in your editor (example vim, which can edit multiple lines at one time)
  7. Can I request ranger to be added as a package? https://github.com/ranger/ranger/ I see many requests for a filebrowser on unraid. This would be one. Just open the terminal and type ranger and you got a terminal
  8. Is there a way to enable NoVNC for machines with GPU Passthrough. Then I will install a VNC server in Windows, I already have a headless hdmi dongle, works wonders. I am so sick of teamviewer
  9. I tried AB and I lost all the docker containers except 2. Thankfully the user templates function worked to restore the containers.
  10. Yes, you can have a virtual x11 in a cpu framebuffer. You can look into some different ways of doing it by looking for GUI docker applications made for headless servers. You can find some in the community application app.
  11. 1. Go to your docker tab and click new docker. 2. Enter starbix/plextogether as the repository 3. read the documentation on docker hub for this docker, take note of the "docker run" command which is spread across multiple lines using "\" 4. -p is for ports, -e is for variables, -v is for volumes (paths) 5. This was a bad docker container because it doesnt store settings in a volume, you are going to get clean wipe of the app every time you update. 6. Tell us if you get stuck
  12. 1. Find a docker container you want help with 2. Click Add Container in the Docker tap in unRAID 3. Tell us where you get stuck
  13. Try editing your XML and turn on the feature that hides HyperV https://libvirt.org/formatdomain.html#elementsFeatures You see <kvm> <hidden state='on'/> </kvm> after </hyperv> Then install the drivers
  14. Start by giving us all your specs. What are the settings in your VM? And are you passing through your only GPU? Or is unRAID using another GPU? If my VM crashes I can launch it again just fine, but I have dumped the GPU VBIOS and pass it to the GPU using a directive in the XML file.
  15. I haven't tried this with your exact hardware setup but, You need to sideload the vBIOS (firmware that runs on the GPU). I have only been able to dump this with another GPU in the main slot (found out how here on the forums). You can find the bios online, but all of those I've tried has not been clean dumps and they didn't work. When you have the vBIOS dump and everything set up correctly you can add <rom file='/boot/vbios.rom'/> to your xml. You can find more instructions here on the forums.
  16. Just wanted to say that I also made this work using @fcaico instructions. I wish that there was a GUI option in the web interface to pick a ROM file for the GPU. If that happened, and there was a more userfriendly way to dump the BIOS then this could become a fully supported feature down the line. What is the proper way to send this as a feature request?