Jump to content

dja

Members
  • Posts

    198
  • Joined

  • Last visited

Posts posted by dja

  1. I'm having a similar issue to this-

     

    I'm not sure what (if any) docker app might be causing it, but I noticed my PLEX docker was down. I checked the UNRAID GUI and it won't load. Other dockers and VMs are working fine. SSH into server not working, but the server shares are up???

     

    I went to the server and can't get the GUI or terminal. (My server boots to GUI, I'm talking the GUI interface) Midnight Commander loads @ the server, but diagnostics seem to fail when capturing logging, it's all blank! I did get a .zip file with what it did capture along with another diagnostic after reboot. Powerdown -r hung and I had to hard boot.

     

    This server is very well spec'd and running fine until now. This is the third time in about 2 weeks it has just stopped like this. The only significant thing I have changed recently is the digital cert for 'My Servers' and adjusting VM settings to run Spice. (vs VNC) 

     

    Ideas?

    zeus-diagnostics-20221227-1515.zip PRE-REBOOT.zip

  2. Is it possible to get 4k resolution using Spice? (3840x2160)

     

    Edit- yes!!

    Edit the XML of your VM and change the video section for your virtual display device. Change vgamem from 16384 to:


    vgamem='65536'

    Example:

        <video>
          <model type='qxl' ram='131072' vram='65536' vgamem='65536' heads='1' primary='yes'/>
          <alias name='video0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
        </video>

     

    image.thumb.png.5acf5ac9cc5a31dd68724f84b3916b93.png

    • Like 1
  3. 6 hours ago, SimonF said:

    bug has been around for 5 years

     

    https://bugzilla.redhat.com/show_bug.cgi?id=1481957

    Yeah I saw that..5 years!!?? A bit surprising it has persisted that long.  It's pretty clumsy having to type that out every time. I guess I could make a batch file, but I couldn't get that to start right. , example

    C:\Program Files\VirtViewer v11.0-256\bin>start remote-viewer.exe spice://192.168.1.10:5901

     App starts, but holds open the window with status updates.  I guess it doesn't matter until I can get the clipboard to work, but something to look at if anyone cares. It is definitely better than VNC from my experience.  Is there another viewer option for Spice?

     

    Edit- its working now! Yea!!!!!

     

    image.thumb.png.6a8ff7b60a56118d692ca7a1637be284.png

  4. 40 minutes ago, SimonF said:

    @dja lets revert back here.

     

    Also, off topic but related, have you figured out how to save the remote viewer recent connections? That seems to be broken. I saw some off site posts that seem to indicate it may be a known issue. 

    I know you can call the .exe from CLI and pass the URL to start, but that's a bit clunky when the app has a recent list available.  (maybe)

     

    Not tried to save connections will have a look.

     

    I have 2 Virt serials because I have two channels defined one for QEMU guest agent and one for the Spice VDAgent

     

     

     

    Sounds good.  Thanks for working with me on this. I would normally just use RDP, but I am using work VPNs that disable split-tunnel and require this type of remote access. I've been having to use HyperV on my local workstation, but my sever is much better equipped hardware wise. I've been hoping for a good solution that has decent integration and copy/paste....Spice def. seems to be the way to go.  Is the integration for copy/paste text only?

  5. On 12/2/2022 at 2:10 AM, SimonF said:

    This is my machine.

     

        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <channel type='spicevmc'>
          <target type='virtio' name='com.redhat.spice.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='2'/>
        </channel>

     

    The only difference I can spot is that you seem to have two VirtIO Serial drivers? I only have one.

     

    At a loss here, not sure what else it could be. Does it matter exactly where the above snippet is added to the XML?

     

    Also, off topic but related, have you figured out how to save the remote viewer recent connections? That seems to be broken. I saw some off site posts that seem to indicate it may be a known issue. 

    I know you can call the .exe from CLI and pass the URL to start, but that's a bit clunky when the app has a recent list available.  (maybe)

     

    image.png

     

    Sorry for going off topic!  Continued over here-->

     

  6. On 11/30/2022 at 2:17 PM, SimonF said:

    You need to use the following if using spice.

     

        <channel type='spicevmc'>
          <target type='virtio' name='com.redhat.spice.0' state='connected'/>
        </channel>

    Sadly...that isn't working.  I attached my VM XML.

     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='24'>
      <name>Windows 11A</name>
      <uuid>3ebaa220-2d1d-78d2-d0af-240ed585a969</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/>
      </metadata>
      <memory unit='KiB'>33554432</memory>
      <currentMemory unit='KiB'>33554432</currentMemory>
      <memoryBacking>
        <nosharepages/>
        <source type='memfd'/>
        <access mode='shared'/>
      </memoryBacking>
      <vcpu placement='static'>4</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='8'/>
        <vcpupin vcpu='1' cpuset='24'/>
        <vcpupin vcpu='2' cpuset='9'/>
        <vcpupin vcpu='3' cpuset='25'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-i440fx-6.2'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/3ebaa220-2d1d-78d2-d0af-240ed585a969_VARS-pure-efi-tpm.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv mode='custom'>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='none'/>
        </hyperv>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='2' threads='2'/>
        <cache mode='passthrough'/>
        <feature policy='require' name='topoext'/>
      </cpu>
      <clock offset='localtime'>
        <timer name='hypervclock' present='yes'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/cache/isos/HBCD_PE_x64_UR2.iso' index='4'/>
          <backingStore/>
          <target dev='hda' bus='sata'/>
          <readonly/>
          <alias name='sata0-0-0'/>
          <address type='drive' controller='0' bus='0' target='0' unit='0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/cache/isos/virtio-win-0.1.221-1.iso' index='3'/>
          <backingStore/>
          <target dev='hdb' bus='sata'/>
          <readonly/>
          <alias name='sata0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/cache/domains/Windows 11A/vdisk1.img' index='2'/>
          <backingStore/>
          <target dev='hdc' bus='sata'/>
          <boot order='1'/>
          <alias name='sata0-0-2'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/cache/domains/Windows 11A/vdisk2.img' index='1'/>
          <backingStore/>
          <target dev='hdd' bus='sata'/>
          <alias name='sata0-0-3'/>
          <address type='drive' controller='0' bus='0' target='0' unit='3'/>
        </disk>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <alias name='usb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <alias name='usb'/>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <alias name='usb'/>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <alias name='usb'/>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <controller type='pci' index='0' model='pci-root'>
          <alias name='pci.0'/>
        </controller>
        <controller type='sata' index='0'>
          <alias name='sata0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
        </controller>
        <filesystem type='mount' accessmode='passthrough'>
          <driver type='virtiofs' queue='1024'/>
          <binary path='/usr/libexec/virtiofsd' xattr='on'>
            <cache mode='always'/>
            <sandbox mode='chroot'/>
            <lock posix='on' flock='on'/>
          </binary>
          <source dir='/mnt/'/>
          <target dir='UNRAID'/>
          <alias name='fs0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </filesystem>
        <interface type='bridge'>
          <mac address='52:54:00:f8:06:27'/>
          <source bridge='br0'/>
          <target dev='vnet23'/>
          <model type='virtio-net'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/1'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/1'>
          <source path='/dev/pts/1'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='spicevmc'>
          <target type='virtio' name='com.redhat.spice.0' state='connected'/>
          <alias name='channel0'/>
          <address type='virtio-serial' controller='0' bus='0' port='2'/>
        </channel>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-24-Windows 11A/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>
          <alias name='channel1'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <alias name='input0'/>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'>
          <alias name='input1'/>
        </input>
        <input type='keyboard' bus='ps2'>
          <alias name='input2'/>
        </input>
        <tpm model='tpm-tis'>
          <backend type='emulator' version='2.0' persistent_state='yes'/>
          <alias name='tpm0'/>
        </tpm>
        <graphics type='spice' port='5901' autoport='yes' listen='0.0.0.0' keymap='en-us'>
          <listen type='address' address='0.0.0.0'/>
        </graphics>
        <audio id='1' type='none'/>
        <video>
          <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
          <alias name='video0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
        </video>
        <memballoon model='virtio'>
          <alias name='balloon0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
        </memballoon>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
    </domain>

     

  7. 4 minutes ago, SimonF said:

    no vdaagent is installed on the VM like the qemu guest agent.

     

    XML should be this

     

        <channel type='qemu-vdagent'>
          <source>
            <clipboard copypaste='yes'/>
            <mouse mode='client'/>
          </source>
          <target type='virtio' name='com.redhat.spice.0'/>
        </channel>

     

    Sorry I'm not getting this. How do you install vdaagent  in Windows? I'm not seeing an installer for that.

  8. On 11/26/2022 at 12:50 PM, SimonF said:

    I have been looking at copy paste and it does work on 6.11.5, but may work on other 6.11.x versions.

     

    You need to install spice vdagent from here and add lines to the XML.

     

    https://www.spice-space.org/download.html

     

     

    Sorry if I am being thick headed here, but you are saying vdagent needs to be installed on Unraid, right? I have the tools package installed on the client already and added XML and it doesn't seem to work.

     

    If it DOES need to be installed on Unraid, how do you do that without apt install?

  9. On 1/13/2022 at 10:46 AM, Econaut said:

    Would be great if UNRAID would include SPICE support natively for VMs. The VNC remote viewer is super buggy and copy-paste doesn't even really work.

    So it looks like it Spice IS an option now. I can't seem to get copy paste working with a Windows 11 VM. Are there add-ons that need to be installed for Unraid as you would on the client itself?  (See Windows installers here--> https://www.spice-space.org/download.html)

  10. On 8/6/2022 at 12:26 PM, dboonthego said:

     

     

    I pulled down version 1.24.2 by editing the docker repository value.

     

    from:

    jlesage/handbrake

    to:

    jlesage/handbrake:v1.24.2

     

    The automatic conversion immediately kicked off without permission issue.

    Thanks for this. I just ran into the same issue. Is there any word on this being corrected? 


    Edited edit- 

    The issue for me was making sure to select the output folder and THEN navigating to the location you want to save. This Reddit post helped. (near bottom)

     

  11. On 9/24/2022 at 12:21 PM, ich777 said:

    Unraid 6.11.0 stable was released yesterday and the LibreELEC drivers should work fine now for your card.

     

    Have you yet upgraded and tried if it‘s working?

    Just upgraded, working great. Thanks for all your work on this!! 

    • Like 1
  12. 3 minutes ago, knex666 said:

    Hi folks,

     

    so I updated to 6.11 today and I got a problem installing that plugin again.

    After installing it manually and restart I would like to choose tbsos-DVB Driver but it failed.

    Any idea why and how I can fix that?

     

    Cheers

     

     

    Try uninstalling the driver, rebooting and then installing again. That got it sorted installing it for me, although RC6 is needed if you have a Hauppauge WinTV-quad HD PCI Express TV Tuner Card 1609. (See my numerous posts above...) 

  13. 11 hours ago, ich777 said:

    Can you send me your Diagnostics?

     

    This should be also fixed with newer build from Unraid.

    Stick to 6.10.3 until a new release is published.

    Thanks for the work on this. Would the next version be RC6?

     

    Any way to manually update the newest build in order to get things working? I don't mind replacing .bz files again! :) 

  14. 4 hours ago, ich777 said:

    Oh sorry, forgot how to do that:

    1. Go to https://unraid.net/download
    2. On the bottom download the archive for 6.10.3
    3. Replace all bz* files and the changes.txt from the archive with the ones on your USB Boot Device (but don't replace anything else!!!)
    4. Reboot

     

    I will get back to you if I know more and have a new build to test if that's okay for you.

    I'm happy to help, let me know what I can do. 

     

    Backing it down to 6.10.3 did the trick- it is now showing up again. I included another diagnostics in case that helps at all. 

    zeus-diagnostics-20220914-2240.zip

  15. 3 minutes ago, ich777 said:

    Sorry, had to be more clear I think... :D

     

    What was the last Unraid version where it was working?

    I think it was 3? I'm sorry, it wasn't something I noticed right away. It's definitely been working in mid August. 

  16. 40 minutes ago, ich777 said:

    Are you really sure that everything was working on rc4 since the module where missing there too...

     

    Currently looking into it, I will report back when I have a solution to this.

    No, sorry- earlier I mentioned RC4 wasn't working either.  RC4 and 5 I had hoped it might fix the issue. 

  17. 4 minutes ago, ich777 said:

    Give me a bit please, have to look into this... Something seems wrong...

     

    On what version where you previously before you upgraded to 6.11.0-rc5?

    I was on rc5 today. I think I updated this morning. I downgraded to rc4 earlier when you advised to. 

×
×
  • Create New...