dps

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by dps

  1. Hi. I have managed to set up the standard OSX Catalina VM without passthru and am able to connect to it using VNC. Now I am trying to passthrough a graphics card which works perfectly in Windows 10 VMs. It is however going into a bootloop whenever I passthrough the graphics card. My specs: Unraid 6.8.3 Gigabyte B450 Aorus Pro Wifi-CF AMD Ryzen 5 3600 Sapphire RX580 Pulse 8GB (got this as I assumed it is very likely to be OSX compatible) Below is my XML: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacinaboxCatalina</name> <uuid>8e7f9acd-7900-4502-9384-01cc9ed1fc03</uuid> <description>MacOS Catalina</description> <metadata> <vmtemplate xmlns="unraid" name="MacOS" icon="/mnt/user/domains/MacinaboxCatalina/icon/catalina.png" os="Catalina"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='8'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='9'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_VARS.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' threads='1'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <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/user/domains/MacinaboxCatalina/Catalina-install.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/macos_disk.img'/> <target dev='hde' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <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'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:c6:ad:ad'/> <source bridge='br0'/> <model type='vmxnet3'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/domains/vbios/Sapphire.RX580.8192.180719.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x1'/> </hostdev> <memballoon model='none'/> </devices> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=XXX'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> </qemu:commandline> </domain> I have run the clover boot in verbose mode and attached is where the boot process reaches, hang for a while and then reboots. Also attached the debug log of the boot. It does seem like the GPU is being recognized but the VM is not booting fully. Any thoughts on where I may be going wrong? debug.log
  2. There are 2 ip addresses published to plex.tv for my server and that's causing a problem to the tv client that expects to see just one ip address.
  3. Hi. I have a Hisense TV that uses the Plex client from Opera TV. This client has an issue with multiple IP addresses for Plex Media Server. Link for the issue: https://forums.plex.tv/discussion/208119/have-a-problem-with-multiple-ips-on-different-subnets The solution is to have just one network interface on PMS. But the docker installation seems to internally use 172.17.42.1 virtual interface and presents this in addition to the 192.168.x.x ip of the server. Is there some way to prevent this so that only the 192.168.x.x ip is presented?
  4. Just an update on what I found. It seems that this is a known issue with Docker. Different volumes mounted will seem to have different file systems even if the underlying filesystem is actually the same. https://github.com/docker/docker/issues/7457 I dealt with this by mounting a single volume mapped to disk1 and then sickbeard is able to create hardlinks between all files in disk1. Inelegant, but it works.
  5. Hello. I'm using sickrage with Deluge and am trying to set up hard links in the post processing so that I can continue seeding. I read on the forums that for hard links to work in unraid I need to reference the folders using disk shares. I have therefore set up the docker like this: But I'm still getting an error in the sickrage logs that hard links could not be created: What am I missing?
  6. Beautiful. Everything is working perfectly now. Followed the procedure to upgrade to to 4.7. Root started showing files in it and unMenu is working great. Thanks a ton!
  7. Nope. No go. After reboot. root@Grail:~# ls -l /root total 0 My server is acting a bit weird. The reboot script doesn't work, the unRaid webserver shows rebooting but doesn't actually go offline and reboot. I need to power cycle. I have downloaded 4.7 AiO and unzipped it but there is no root directory in it. When does root get created? At first login? What are my options? Can I just rewrite my flash drive with the contents of the 4.7 zip file and restart. Will I lose all my shares and data if I do that?
  8. There are no files in root. I don't think the directory exists. That command ls -l /root gives total 0 as the output. What should I expect it to be and how do i get them? I'm starting the unMenu server through putty with the command /boot/unmenu/uu. I have installed nothing else to unRaid. Only moved to a pro license and implemented user security. About the fatal errors I think it's because unMenu is behaving comparatively unresponsive on system compared to the unRaid webserver so I lose patience and try to open another page while one is trying to load.
  9. What are you using for your browser? are you on a MAC or a PC? What version of unMENU did you install? Where did you install it? If the package manager has no effect, you might need to properly set a DNS Nameserver (to the IP address of your router) and a network gateway (also to the IP address of your router) For the package manager to work your flash drive must be writable. If it is read-only, nothing will work. The clues might be in your syslog. Please attach one to your next post. For now, I'm going to guess you have corrupted the unmenu.conf file by editing it. It normally needs no editing at all. You can get it back to its original form by typing: /boot/unmenu/unmenu_install -u -d /boot/unmenu Then, you'll need to kill it and re-start it. killall awk /boot/unmenu/uu Thank you for taking an interest in my issue Joe L. I'm on windows 7 32 bit and have tried using IE and Firefox with the same result. I have installed the latest version of unMenu downloaded this morning from google code. unRaid is version 4.6 I have followed install instructions absolutely so the install script was placed in \\MY_SERVER\flash\unmenu and when it was run at /boot/unmenu with the recommend switches, files were downloaded to the same folder. I run from /boot/unmenu/uu My flash drive is not write protected, as the install files got written to it. I have attached my syslog. Gateway and DNS in Unraid are properly configured to my router gateway. I'm pretty sure unraid is seeing the internet considering unmenu install script downloaded unmenu from the internet (i guess) Running /boot/unmenu/unmenu_install -u -d /boot/unmenu gave me this output. Downloading 75-unmenu_user_script_dmidecode rev != 7b689990dc86890482ee7e7f0766f169 or fabae4725e210dc5905e8c317f0dcdda, /tmp/unmenu_tmp/75-unmenu_user_script_dmidecode not installed Is this normal? Subsequently restarting the unMenu shows my problem to have stayed. syslog-2011-01-26.zip
  10. Hi all. This is my first post here so I'm a complete noob. Started using unRaid a week back and I'm finding it really easy to use and fast. I've finally finished transferring all my data so now trying to rebuild the other functionality I had on WHS. I started with unMenu so that I can install transmission. However after installing unMenu by following directions, I am able to to log into unMenu but none of the functions are working. unMenu shows my array status as not started with no disks in the array. Trying to install a package on the package manager page has no effect, the page simply reloads without doing anything. Meanwhile the unRaid Main page works fine showing my array to be running properly. I reinstalled a couple of times, changed the name of my server in the config file, changed the port (that worked fine) but unMenu is still not working as I hoped. Another thing is that I can log into the unMenu main page instantly. But unMenu takes a good 30 secs to load. please let me know what other information is required to diagnose this. thanks