SpaceInvaderOne

Community Developer
  • Posts

    1741
  • Joined

  • Days Won

    29

Everything posted by SpaceInvaderOne

  1. Check my guide http://lime-technology.com/forum/index.php?topic=44482.0
  2. many thanks. Didnt think of that, got it all working now
  3. managed to find advanced launcher files. I have uploaded to my dropbox if anyone need them https://www.dropbox.com/s/8nhtno2690wgbcg/advanced-launcher-master.zip?dl=0
  4. Im not sure what its watt usage is idle. I wanted a low wattage machine aswell. The original cpu i had in the microserver was 35 watts. I changed it to a 1240 xeon at 69 watts. So as i am using the same cpu in my new build and same hardrives i figured the wattage would be similar. Aswell I have the server automatically sleep from 12am to 8 am. As your chip is a xeon 1265l it only uses 45 watts so if you kept that i would think your power consumption would be quite low. Unraid spins down disks not in use. If you have a solid state cache and installed you vms, dockers etc on that then the main disks in the array wouldnt need to spin up often. Anything downloaded would be downloaded to the cache then mover can move it to the array once a day.
  5. your welcome. No, no need to touch post processing on sickbeard will work fine as script will move files after each download.
  6. click on tv then ok. so should say */tv in parent folder box Then click set as default then you will not need to enter again. That is your tvshow directory you mapped to earlier. Sickbeard will create a directory for this show here
  7. the part you need to edit is below that without the "#" under the [sickBeard] so yours should look like this # host=localhost # Sick Beard host (localhost or IP address) # port=8081 # Sick Beard port # username= # Credentials for logging into Sick Beard # password= # Credentials for logging into Sick Beard (don't use special characters) # web_root= # Sick Beard web_root # ssl=0 # http (ssl=0) (for https use ssl=1) [sickBeard] host=192.168.1.142 port=8080 username= password= web_root=/ ssl=0 but are you sure your sickbeard port is 8080, that is normally SABnzbd's port and 8081 is sickbeards port. If you have changed sickbeards port then 8080 is correct
  8. As I couldnt find a step by step guide I have written a guide on how to install sickbeard and SABnzbd on unraid and get them talking together with auto process scripts. Guide to install Sabnzbd with sickbeard Hope this helps some people out there.
  9. I am using the following hardware Thermaltake Core V21 micro-ATX case 1240v2 xeon cpu ASRock B75M-GL R2.0 16 gigs ram Radeon r7 370 Radeon 6450 Drives 4 x 2 tb drives (3 data, 1 parity) 500gb solid state cache 1tb unassigned drive for game data on windows vms I choose a micro atx board as it is small but still had 5 sata ports and 2 pci express slots. I choose an Asrock board as i heard they have good vt-d support. I had upgraded the gen8 microserver processor to a xeon 1240v i kept that cpu. The case is bigger than the microserver but still a reasonable size. I also did have a 750ti but changed it to a ati R370 gpu. If you are going to use your nvidea card in your next build, make sure you have built in graphics on the cpu/motherboard else the nvidea will not work in the primary pci express slot. That is why i am using the R370 now I sold the gen8 on ebay and got more than i paid for it!! I am really happy with my setup now. It runs very stable. I have an openelec vm running off my 6450 card, a windows 10 gaming machine off my r370 card, osx el capitan off the 6450. I have a few other vms such as windows xp, window 98, and windows 7 i run though vnc.
  10. Hi I have been using the sleep plug in. I have my server sleep at 1am and then I send it a magic packet at 7am to wake. Is there a way to make the server wake without having to send it a magic packet. It would be great to automate wakeup time aswell as sleep time.
  11. I tried for a long time with 4 different graphics cards. Never got gpu passthrough on Gen8 microserver. In end I sold gen 8 and bought different hardware
  12. Any probs like this i really would passthough the usb controller. I pass through my usb 3 controller on my windows vms. Its far better as you get hotswap on the usb aswell. Guide is here http://lime-technology.com/forum/index.php?topic=36768.0
  13. If you want to do this I would suggest passing through a whole usb controller then you can plug usb lan into that. http://lime-technology.com/forum/index.php?topic=36768.0
  14. trying to download the AL plugin: https://github.com/Angelscry/plugin.program.advanced.launcher/archive/master.zip but link no longer works. does anyone have a working link please?
  15. Hi, I setup my sickbeard and sabnzbd and pointed my sab to the autoprocesstv folder for scripts and git everything working fine. I am now helping a friend with his and the autoprocesstv folder isnt there. I dont remember doing anything special on mine the folder was just there. Any idea why this folder isnt present on his machine? We are both using the needo docker for both sab and sickbeard. I have installed the dockers a few times on his and still folders not there.
  16. yes i am. I was thinking of using clover as had problems with hdmi sound but peter suggested to use HDMIAudio-1.1.dmg and it worked fine. i would suggest to just start again following the guide. The first time i tried it didnt work too. Just create new vdisk and do everything again. This is how my finished xml looked after getting it working passing through a 6450 and usb 3 controller. Hope it helps you spot something! Are you sure you are passing through the correct usb controller???
  17. I had the same problem as you using a gtx 750. It doesnt work in the primary graphics slot with nvidea. I changed to radeon r7 370 and its fine. If you have a second pci express slot you can put the card in that and your old one in the primary and it will work. I changed the card, as my second slot didnt run at x16 when another card is in the primary.
  18. @nate922 why do you want to use clover. I have everything working without.
  19. strange thing i was using <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=2,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=02:00.0,bus=pcie.0,multifunction=on,x-vga=on'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=02:00.1,bus=pcie.0'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:14.0,bus=root.1,addr=00.2'/> it worked fine for a while untill i installed unassigned device plugin into unraid. Usb passthrough stopped? even after uninstalling plugin. Plugin only effected the osx vm passthrough. windows was fine. edited it to <qemu:arg value='vfio-pci,host=00:14.0,bus=pcie.0'/> now its fine again. I have no idea why?
  20. my passthough looks like this <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=2,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=02:00.0,bus=pcie.0,multifunction=on,x-vga=on'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=02:00.1,bus=pcie.0'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:14.0,bus=pcie.0'/>
  21. Ha just got winows 98 to boot! using your vm conversion method. For any one else who wants to do this you must boot 98 by step by step configuration else it wont boot.
  22. Install the community applications plugin https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg This will make docker install easier as you dont need to add repositories. Then you will find dockers for sickbeard ,sabnzbd and many others
  23. Hi thanks for the great guide. I have el capitan working with gpu passthrough and usb3 passthrough flawlessly (except sound, as i am not sure how to use the files peter linked?) I have increased cpus to 8 and now get a 32 bit geekbench score of 11900 which is better than my 15inch retina macbook pro!!! <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='5'/> <vcpupin vcpu='6' cpuset='6'/> <vcpupin vcpu='7' cpuset='7'/> </cputune> The vm mac says i have 8 core 2 solo @ 2.54 ghz . As my cpu is a xeon 1240v2 @3.40 ghz so i wanted to try and get cpu recognised as something else. I ran command virsh capabilities and got following id of cpu <arch>x86_64</arch> <model>SandyBridge</model> <vendor>Intel</vendor> <topology sockets='1' cores='4' threads='2'/> so i thought it would work if i changed my vm xml file to <cpu mode='custom' match='exact'> <model fallback='allow'>SandyBridge</model> </cpu> However when i start the vm it will not boot into osx. Can anyone tell me why this doesnt work??