piotrasd

Members
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by piotrasd

  1. ok let me knwo when new build for test will ready, thanks if will fine, you can apply PR to upstream of DD source
  2. @CHBMB latest build for DD with latest DD driver spam dmesg ... after few min you have empty space in /var/log i dont know if in ddbridge.conf is some switch to disable this UPDATE: OK im suppose this commit are not includec into official DD github source of driver https://linuxtv.org/hg/%7Eendriss/media_build_experimental/rev/66c6e6cc0e1b please download and try apply on driver - if pass without error - that mean this missing. THX
  3. Hi @dlandon nice will be add possibility mount KVM images like now you have ISO is very easy way to mount qow2 or raw image in unRAID https://www.kumari.net/index.php/system-adminstration/49-mounting-a-qemu-image qemu-nbd --connect=/dev/nbd0 file.qcow2 Then you mount it: mount /dev/nbd0p1 /mnt/kvm you can check parition by fdisk -l /dev/nbd0 Then we can browse files without starting VM, fix somethig, get fast access etc. (in beta21 is problem with module nbd because max_part=0 and when we try mount any parition of img KVM then we get error, for now fix fe can start kernel with parametr nbd.max_part=64, from beta22 i know that will be fixed and default setup on 64 )
  4. @limetech @jnop please in kernel config enable finly megaraid sas drivers i must any release compile myself kernel ... im using mazzeine card from Intel which using megaraid sas chipset. issue in 6.2 all beta: - for me when im try edit some VM from web, for me never save disk settings, everytime when i enter to edit i must setup again - nice will be add possibility edit from web network device type (virtio, e1000 etc.) still we must this do it manual, and after any change over web - we must change manual again in XML becuase settings are overwriten - nice will be add possibility map ROM to GPU - still we must this do it manual, and after any edit over web - we must map again manual in XML becuase settings are overwriten
  5. This same was in b18 @limetech @jnop please try yourself connect and download/upload some bigger file. (thx) I haven't been able to get it to crash yet. Transferred a 3GB file in both directions to the cache folder. And then again to user0, both directions. No errors or segfaults. All I can think of is some installed plugin might have downgraded a package (e.g. openssl, libcap) that vsftpd was dependent on? Please submit diagnostics here (or via the webgui's feedback system). Ok Thanks !
  6. Hi After login over FTP im always getting This same was in b18 @limetech @jnop please try yourself connect and download/upload some bigger file. (thx)
  7. Yes i know but i have problem with rebase and squash commits, i ho?d i will resolve that fast
  8. i get fully working Openelec with your methood and virtio bus driver my xml <domain type='kvm'> <name>OpenELEC</name> <uuid>2aa5fb1e-a0c7-581d-d764-a1a56be2a929</uuid> <metadata> <vmtemplate name="Custom" icon="openelec.png" os="openelec"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.3'>hvm</type> <loader type='pflash'>/usr/share/qemu/ovmf-x64/OVMF-pure-efi.fd</loader> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='1'/> </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/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/cache/.vms/kvm/oe.img'/> <target dev='hda' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0' multifunction='on'/> </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'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <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='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:4d:8c:44'/> <source bridge='br0'/> <model type='virtio'/> <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='bind' path='/var/lib/libvirt/qemu/channel/target/OpenELEC.org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <rom file='/mnt/cache/.vms/GT730.ROM'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x0a12'/> <product id='0x0001'/> </source> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x07' function='0x0'/> </memballoon> </devices> </domain> i can send you this image if you want
  9. Not you selling the cards, but the fact that in this day and age AMD cannot make a proper driver...stupid. Thats true ;D OE using opensource driver (not Catalyst) because on catalyst even less working proper. And whats is funny - in opensource driver people must integrated VDPAU from nvidia for hardwared acceleration ;D
  10. Here kernel and system from latest OE7 (master from today) and with added KVM modules https://www.sendspace.com/file/w6vqly
  11. Oh that's good:) my card working on both, and I can say you nothing loose
  12. John check if you gt720 rom support UEFI boot maybe that why you have black picture. I know brands just not included UEfi support in ROM
  13. With gt730 im using OVMF, q35, and sound.conf - everything working perfect ! On i440 with seabios I have issue with disappear sound or long buffering video Btw. I readed in first month of 2016 nvidia should release GT920/930 for desktops With hardwared HEVEC h.265 and 4K [emoji57]
  14. i saw many changes i latest qemu 2.5 and kernel 4.4 for 9p ... leave 9p nothing change, we dont must use now, but if decision will be drop this, no problem
  15. i dont have expirence with AMD, and im not sure, but i saw alot of changes in OE 7, driver of AMD, MESA etc. But still i can't run my OE7 image, i something missed today i will resolve this
  16. I release yesterday new OE 6.0 final - eveything in default settings like from LT https://www.sendspace.com/file/srdslj Im also made OE 7 with kernel 4.4 and new mesa ... but i must test before put here (also with default settings)
  17. yes driver for AMD on linux are bad - still under develop. Always was some issue with HW acceleration or audio passthrough. here more info https://github.com/OpenELEC/OpenELEC.tv/issues/4323 more http://kodi.wiki/view/Audio_hardware_compatibility
  18. Yeah but LT made pull request for add aditional project called unRAID. And there was more changes like in scripts mkimage, image etc. (this is more job for OE dev, keeping live next project) Here we only add modules to kernel to Generic version AMD card ?? on Nvidia card i dont have any problems ....
  19. Hi i made pull request for add modules with driver of KVM in Kernel Openelec (then we dont will must emulate LAN, or SATA driver) also we dont will be must wait for LimeTech for new compilation .... please add few words under this pull request (my english is not good enough) we must convince then to merge changes (or just put "+1") https://github.com/OpenELEC/OpenELEC.tv/pull/4564 Thanks all ! and special @johnodon for make this progress btw. i made many test of speed 9p and read articles, and thats true is slow, mostly becuase many people say this solution is not finished yet .... i belive this is true.
  20. UPDATE: after upgrade to latest version now starting OK ! there is any hope add any logs to unraid-hole there is no possibility enter to container and on unraid webgui dont show any logs
  21. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="unRaid-Hole" --net="bridge" -e TZ="Europe/London" -p 53:53/tcp -p 53:53/udp --cap-add=NET_ADMIN spants/unraid-hole 3b83ade50d4ebadac05a93c8a87d82d4c64d9854d55ac9d2301cd561700b7a0d Error response from daemon: Cannot start container 3b83ade50d4ebadac05a93c8a87d82d4c64d9854d55ac9d2301cd561700b7a0d: Error starting userland proxy: listen tcp 0.0.0.0:53: bind: address already in use The command failed.
  22. i tried add patches for AirPlay but this dont will work now, they must develop little more for video support in iSO9. This what i found in source code from Kodi 17 alfa
  23. i will make today OE 6.0 for unRAID template without 9p mountpoint and with default settings - all drivers etc. UPDATE Latest Openelec 6.0 FINAL - all with default config like in LimeTech Template https://www.sendspace.com/file/srdslj
  24. Ok i understand and that was only info from me to other there is other Solutions also Im my post is second link to File with all drivers. And later I will make version without auto mount shares 9p