johnodon

Community Developer
  • Posts

    1879
  • Joined

  • Last visited

Everything posted by johnodon

  1. I don't know if this is the official icon or not but this is the one I am using for OPHT VMs (after resizing accordingly of course)...
  2. I'm eyeballing this system from a local guy that builds systems and want to know if you guys think it will run 2x WIN10 gaming VMs efficiently (or if it is even capable...I am AMD ignorant): http://reading.craigslist.org/sys/5788255201.html FYI...I have a GTX 950 that I will add as a 2nd GPU for one of the VMs. I'll also add another HD and one will be dedicated to each VM. First question is whether unRAID still requires its own dedicated GPU? Will I need to add a low end card for that purpose? Here are the specs:
  3. The Plex library agents that point to TheMovieDB, etc aren't good enough? Not even close compared to Emby.
  4. I have officially moved all of my endpoints from OE to OPHT. Now if the the Plex dev team would take a page from the Emby playbook in regards to metadata scanning, I can ditch my Emby docker. John
  5. NP. Just remember that every time you use the Edit option to change your VM, it will kill any changes you made manually using Edit XML. John
  6. I quickly created another VM to test and was able to boot directly to the OPHT Installer menu on the first shot. Here is my XML... <domain type='kvm'> <name>TESTOPHT</name> <uuid>543b2a79-5749-c34a-5199-49aa777df01c</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='9'/> <vcpupin vcpu='1' cpuset='10'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/543b2a79-5749-c34a-5199-49aa777df01c_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='1' 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/user/isos/OpenPHT-Embedded-1.6.2.123-e23a7eef-Generic.x86_64.img'/> <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/TESTOPHT/vdisk2.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </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='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:98:87:df'/> <source bridge='br0'/> <model type='e1000'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <source mode='connect'/> <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'/> <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'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </memballoon> </devices> </domain>
  7. And you changed the disk type to SATA or IDE? If you are seeing only BLK1 and BLK0, that means that UEFI is unable to load the IMG file. John
  8. Still really impressed! Now I just need to see if I can get Retroarch installed so my wife can keep her games. From what I have read this is probably not possible so I may look at a Linux+OPHT+Retroarch solution (rather than OPHT embedded). John
  9. Just use the Linux one. You don't want to use the OE or LE template...that will force a download and configuration of LT's own versions of OE/LE. Point vdisk1 to the OPHT img file. Create a 2nd vdisk (raw). This is where OPHT will install. John
  10. I'm playing with OpenPHT right now. I used the Generic image but had to play with my settings a bit to get it to boot past the OVMF boot menu (I think I landed on machine type 440fx and disk type SATA). Virtio drivers seem to be there as my NIC is working with that driver. So far I am liking this! I may consider moving away from OE/LE to this as I uses the Plex DB natively (finally ditch SQL and not have to rely on a third party plugin to connect to Plex). I also love the fact that it support Aeon Nox out of the box. John
  11. Ran a BTRFS scrub and corrected 600+ errors. Had to blow away the docker image but it also unfortunately it also corrupted two of my VMs. Oh well...all rebuildable. john
  12. Just started seeing the below messages a few minutes ago. I stopped the array since. Advice? Oct 7 13:35:38 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231476686848 wanted 1231262 found 1231051 Oct 7 13:35:43 unRAID emhttp: shcmd (120): set -o pipefail ; /usr/local/sbin/mount_image '/mnt/user/system/docker/docker.img' /var/lib/docker 40 |& logger Oct 7 13:35:43 unRAID kernel: BTRFS info (device loop0): disk space caching is enabled Oct 7 13:35:43 unRAID kernel: BTRFS: has skinny extents Oct 7 13:35:43 unRAID kernel: BTRFS error (device loop0): parent transid verify failed on 9903521792 wanted 135393 found 131733 Oct 7 13:35:43 unRAID kernel: BTRFS error (device loop0): parent transid verify failed on 9903521792 wanted 135393 found 131733 Oct 7 13:35:43 unRAID kernel: BTRFS: failed to read tree root on loop0 Oct 7 13:35:43 unRAID root: mount: wrong fs type, bad option, bad superblock on /dev/loop0, Oct 7 13:35:43 unRAID root: missing codepage or helper program, or other error Oct 7 13:35:43 unRAID root: Oct 7 13:35:43 unRAID root: In some cases useful info is found in syslog - try Oct 7 13:35:43 unRAID root: dmesg | tail or so. Oct 7 13:35:43 unRAID kernel: BTRFS: open_ctree failed Oct 7 13:35:43 unRAID root: mount error Oct 7 13:35:43 unRAID emhttp: err: shcmd: shcmd (120): exit status: 1 Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231497052160 wanted 1231273 found 1231052 Oct 7 13:35:51 unRAID kernel: repair_io_failure: 26 callbacks suppressed Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231497052160 (dev /dev/sdc1 sector 206007520) Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231497056256 (dev /dev/sdc1 sector 206007528) Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231497060352 (dev /dev/sdc1 sector 206007536) Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231497064448 (dev /dev/sdc1 sector 206007544) Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231490596864 wanted 1231272 found 1231052 Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231490596864 (dev /dev/sdc1 sector 205994912) Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231490600960 (dev /dev/sdc1 sector 205994920) Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231490605056 (dev /dev/sdc1 sector 205994928) Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231490609152 (dev /dev/sdc1 sector 205994936) Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231490711552 wanted 1231272 found 1231052 Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231490711552 (dev /dev/sdc1 sector 205995136) Oct 7 13:35:51 unRAID kernel: BTRFS info (device sdd1): read error corrected: ino 1 off 1231490715648 (dev /dev/sdc1 sector 205995144) Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231486058496 wanted 1231272 found 1231052 Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231486074880 wanted 1231272 found 1231052 Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231497314304 wanted 1231273 found 1231052 Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231497494528 wanted 1231273 found 1231052 Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231494299648 wanted 1231272 found 1231052 Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231490940928 wanted 1231272 found 1231052 Oct 7 13:35:51 unRAID kernel: BTRFS error (device sdd1): parent transid verify failed on 1231457779712 wanted 1231257 found 1231051
  13. Yeah, not convinced anyone reads them either.... Change the title? [bROKEN][support] Linuxserver.io - Kodi-Headless
  14. He has the firewall completely disabled.
  15. Maybe a not should be put at the top of the OP until this gets fixed.
  16. Did you verify that the WIN10 VM is actually getting a valid IP (not a private 169.x.x.x one)? If so, did you try RDP'ing to the IP instead of the hostname?
  17. If I am understanding you correctly, you should be able to create a custom VM using any of the templates (say Linux) and set Primary vDisk Location Manual and point it to that IMG file. John
  18. +1 Squid...are you using Kodi (addon) to scrape? I currently use Emby but wouldn't be opposed to moving this function back to Kodi. Is there one on particular you like? John
  19. I am using 50ft runs of both HDMI and USB extension. Nothing fancy...not powered...fairly cheap stuff on Amazon. No issues at all. John
  20. Did you have to assign an IP (either static or dynamic) for eth1 in the unraid NIC settings? Or does the newly create docker network take care of that?
  21. Just to clarify. I have not tried dns setting using pipework. I have pipework giving dockers their own static IP and then using my router to manage traffic priority or pushing the traffic through a vpn if necessary. Be careful of this... Even though I was telling pfsense to assign my containers the DNS servers of my VPN provider, it was being overwritten by Docker with tells the container to get them from the host.
  22. FYI..found the PHP file that needs to be modified to allow selecting the custom network: /usr/local/emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php The relevant section... <td>Network Type:</td> <td> <select name="contNetwork" class="narrow"> <option value="bridge">Bridge</option> <option value="host">Host</option> <option value="none">None</option> </select> </td> I imagine adding a line to the GO file to either inject the custom network (or overwrite the file with a modified one) can be done. I may also ask for a feature request to dynamically create the network list in the container config based on 'docker network ls' (or some other way). John
  23. I knew this could be done! How did you configure eth1 in the unraid network settings? Did you have to turn on bridging? The one thing that is nice is that after you create the new network, it survives a reboot. Now I wonder if there is a file somewhere in Dynamix (or somewhere else) that we can edit to make the new network available in the dropdown on the container editing page. I just crawled out of bed but will play with this later. My whole reason for wanting this is to be able to force my Deluge and SAB containers through my VPN. Right now I send the entinre unraid server that path. For this purpose, I will also pass --dns=xxx.xxx.xx.xx to those two containers to avoid DNS leaks since they obtain their entries from the host and anything set at the router level via DHCP is not applied. John
  24. Are DISK shares considered part of the array?