Froger

Members
  • Posts

    14
  • Joined

  • Last visited

Froger's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks for help! I am stuck one more time unfortunately. I got next cloud to work properly on my local network and i'm pretty sure that domain, subdomain and dns settings are set correctly. After tinkering in conf files nexcloud docker is no longer showing webUI. I mean that I can click on webIU icon but all I get is simple " Welcome to our server. The website is currently being setup up." I am getting the same message trying to connect via subdomain ( https://nexctoud.domain.com) and via local ip address. Any clues ? solved
  2. I got stuck at creating custom network proxynet. It looks like everything went well with creating it in terminal but somehow letsenctrypt is not seeing that network. Any hints ?
  3. I am having issues with gpu passthrough to Mac ElCapitan VM. In the past I managed to so on 6.3.5. Unfortunately on 6.4 it no longer works.
  4. I kind of fixed that problem It's rather a hardware fix. Using hot air gun I managed to unglue the touch panel from LCD screen, than I just flipped it 180 degrees and glue it back. Fixed And the screen came from China - Aliexpress
  5. I see 3 bz files in freshly downloaded 6.3.5 unraid. Do I just overwrite the existing 6.4 bz files with those ? Or I somehow "extract" 6.3.5 bz files to 6.4 flash drive overwriting existing ones ? My Mac tells me that bz files are Unix executable. I am not sure how i could extract them ...
  6. Hi ! I would like to downgrade my unRAID server to 6.3.5 stable. I am currently running 6.4 stable but in the meantime went through several beta builds. Is there some easy way to do it ? Thanks in advance.
  7. Did that. I can hear my GPU starting ( fan spinning ) with gpu passthrough, but I can't see a thing ( no signal ). On nvidia card I could see clover but VM would hang on apple logo and then crash. On AMD i can't see anything. Monitor says " No signal ". I am pretty confident that xml is edited correctly for gpu passthrough. What about clover settings ? P.S. Tried all the outputs from GPU - no difference. P.S.2 Do I have to uninstall nvidia web drivers ?
  8. Hi everyone ! It's once again me I am still having troubles with enabling gpu passthrough to my Mac El Capitam VM. I will start with a little history. It all started with unraid 6.3.5 and nvidia gpu (Quadro K2000). I did set up the mac vm and could pass the gpu. System was working perfectly about 3 - 5 hours and than usually crashed with gpu artifacts. Same thing (graphical glitches) were happening with Win 10. I took out the nvidia card and went with classical torture test on normal computer. It passed with flying colors. After inserting it back to server problem was still occurring ( glitches resulting in crash ). Then I started with 6.4 betas. In unRaid 6.4b15 situation was improving but still wasn't perfect ( problems with VM restarts ). Then I decided to switch graphic card to AMD Radeon 6670. Simultaneously unRaid was upgraded to 6.4b20 and windows 10 VM with GPU passthrough became rock solid. In both betas I couldn't get my mac to boot with gpu. What is interesting, I can still run VM with VNC. When editing xml and switching GPU's I often get duplicate PCI adress warning. Usually I just delete this line of code and let unRaid fill them itself but it turns out not to be working. How to add GPU to xml without PCI address duplication error? What might be causing problems is that I got Clover installed and configured to boot nvidia card. What settings do I need to change in clover to boot AMD GPU ? Here is my xml: <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>ElCapitan</name> <uuid>f6e0a0d1-e5d8-b311-2c07-91f6d1780347</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="arch.png" os="linux"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.10'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/f6e0a0d1-e5d8-b311-2c07-91f6d1780347_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='2'/> </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='raw' cache='writeback'/> <source file='/mnt/cache/shares/elcapitan/ElCapitan.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </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'/> </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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' 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='pci' index='5' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='6' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='6'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:51:66:48'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x06' slot='0x01' function='0x0'/> </interface> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' 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> <memballoon model='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=GOT THE RIGHT KEY'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel'/> </qemu:commandline> </domain>
  9. I got it to boot !!! Looks like the Clover is the problem. After removing video card from the VM and injecting VNC to the xml it booted ! I checked Clover settings inside Mac VM and it seems like everything is fine there. Same as in Advanced OSX VM techniques for KVM in unRAID Any idea how to make it work ? Should I update Clover ? My version: 3974
  10. Did all the changes and no improvements. I also tried to delete cpu topology but still no luck. Same behavior: TianoCore -> Clover -> Apple logo ( without progress bar ) -> HDMI signal lost. Also checked VM log and saw: Domain id=6 is tainted: custom-argv
  11. Looks like I got a similar problem. I had a working OS X El Capitan VM with gpu passthrough on unRAID 6.3.5. I did this build based on Youtube tutorial - new way to create OS X VM by spaceinvader one. It wasn't stable because every ~ 4h gnu passthrough would fail. What is interesting the same was happening with Win 10 VM with gpu. After checking everything 3x I came to conclusion that something is wrong with unRAID. After updating to 6.4rc15e Windows 10 VM with GPU became rock solid, but my OS X El Capitan won't boot any more Already tried some suggestions from this topic but I couldn't make it boot. VM starts, I can see Clover, than apple logo pops up and than HDMI signal is lost. It was working 2 days ago ( on older unRAID ) so it's probably xml problem. Please help. ( P.S. osx key is 100% good ) <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>ElCapitan</name> <uuid>f6e0a0d1-e5d8-b311-2c07-91f6d1780347</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="arch.png" os="linux"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.7'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/f6e0a0d1-e5d8-b311-2c07-91f6d1780347_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='2'/> </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='raw' cache='writeback'/> <source file='/mnt/cache/shares/elcapitan/ElCapitan.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </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'/> </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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='pci' index='3' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='3'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:51:66:48'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x03' function='0x0'/> </interface> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x05ac'/> <product id='0x0256'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=I GOT THE RIGHT KEY'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel'/> </qemu:commandline> </domain> Any ideas ?
  12. Hi to all unraid fans here ! I got a little problem with my unraid server. I got a supermicro x10sdv-tln4f motherboard with Xeon, 16gb ram and unraid 6.3.5. I am booting unraid in GUI mode which sends video signal through motherboard VGA connector. I bought an 8 inch LCD with USB touchscreen that connects to VGA. It's a eGalax touchscreen and it is correctly recognized by unraid, but unfortunately touch input is flipped in x and y axis. When touching in lower right corner, touch is recognized in upper left ;( After googling a bit I came across similar problems in other Linux distros ( Mint, Ubuntu, raspberry pi ). All of them seems to be connected to xinput and I can't find xinput in unraid Any help would be appreciated ! ( please help the noob )