Jump to content

Ziggurat

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by Ziggurat

  1. 7 minutes ago, JorgeB said:

    If you are using Firefox reboot first then use a different brwoser

    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. 24 minutes ago, aptalca said:

    You know about "mc", right? Midnight Commander

    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)
  6. @eschultz Okay I see, yeah I am resolving the .local addresses using avahi and nss-mdns.

    For me it looked like I needed to install bounjor service on windows to get this to work, which installing almost any apple software will do. I have historically installed the apple print drivers on Windows to get the bounjor service without installing any more bload than the driver files for their usb print server. Last time I did this I needed to use the hostname.local on the raspberry pi sshing over a usb virtual ethernet gadget device.

×
×
  • Create New...