foster182

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by foster182

  1. Any update on this? Dying to get xpeonolgy up and running on unraid. Regards,
  2. if you have shell access run this command. ''docker run --privileged -v /mnt/user/appdata/Xpenology/instance:/image -p 5000:5000 -p 22:5022 segator/xpenology:6.1.3-15152'' Note, you must make the folders match mine. Within Xpenology, unzip the files from segators repo, And put the synoboot.img in the Xpenology folder also. This will get you up and running but you cannot edit the docker and make mods, i'm working my way back to try get this running by setting up manually. Hopefully now you can work out how to set up manually and show me now Thanks,
  3. Anyone make any progress on this? I'm getting nowhere.
  4. Would also like some update on this. I'm getting nowhere, i've no idea how to add that new Data tab. Only able to direct to the folder set up previously with synoboot.img and docker files, plus port number. Before i was running baremetal xpenology and i'm trying unraid for first time. Complete noob!
  5. Your dealing with a novice mate, can you explain a little further. Or explain how to set this up as i'm sure I've overlooked this if it doesn't sound familiar. Thank you
  6. Hi i wonder could you help me, I'm attempting to pass through a DVBSky T9580 PCIe card with no joy. So when setting up VM, you can see PCI is not available. I do as suggested, find the bus vendor id etc, then modify the XML So original xml will be changed from this; <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> </hostdev> and will be edited to; <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x07' slot='0x00' function='0x0'/> </source> </hostdev> ---------------------------------------------------------- Modify my XML now, And when i go back to edit, you can see the pci card available. Now when i select Update then run VM, i get this prompt And if i got back to the edit XML, the code has changed;