-
Posts
1720 -
Joined
-
Days Won
29
Content Type
Profiles
Forums
Downloads
Store
Gallery
Bug Reports
Documentation
Landing
Everything posted by SpaceInvaderOne
-
[Support] SpaceinvaderOne - Macinabox
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
Hey @jpowell8672 I am still here -- Yeah sorry the last month has been really busy for me with work so I haven't spent a great deal of time on the forums recently. Yeah its a shame that Nvidia cards, since High Sierra, are no longer supported by Apple and especially too that support in High Sierra stops at Pascal - GTX 10 series. -
[Support] SpaceinvaderOne - Macinabox
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
opps yes i will fix that -
Windows 10 VM only plays videos for 10 minutes!
SpaceInvaderOne replied to MothyTim's topic in VM Engine (KVM)
Hi @MothyTim Please download the file in this post and run it as administrator on your windows 10 vm. MSI_util.exe Select any references to gpu or sound and click apply, this will enable msi interrupts which may help you. Also maybe try changing how you gpu is presented to the vm in this video here https://www.youtube.com/watch?v=QlTVANDndpM -
[Support] cheesemarathons repo
SpaceInvaderOne replied to cheesemarathon's topic in Docker Containers
I have made a video guide about Bitwardenrs that maybe helpful for people new to setting this up. -
Make sure in your bios settings that iommu is set to yes and not auto. Auto will only partially enable iommu (was done like this due to a bug in some version of win 10 i beleive that stopped the win 10 booting) Setting to enabled in bios will prob solve all your issues
-
I use a Sapphire rx470 4gb pulse for my macos vms. I choose the Sapphire because I had heard they dont seem to have the reset problem that some other vendors cards do ( and I found that i dont have reset problems with this card). I choose the rx470 4gb cause it was cheaper than the 8gb version lol
-
Here a video guide for some GPU passthrough tips. If you have issues with error 43 this can be helpful.
-
Help with Pass-through, tried everything I can find on google
SpaceInvaderOne replied to cgi2099's topic in VM Engine (KVM)
Ah that's great glad you have it working now -
Help with Pass-through, tried everything I can find on google
SpaceInvaderOne replied to cgi2099's topic in VM Engine (KVM)
Hi @cgi2099 thanks for the PM that you sent me. I thought that i would reply here in the thread so people with similar probs may be able to be helped by this?? So you have a Ryzen 2700x cpu in an ASUS X470 ROG CROSSHAIR VII motherboard. You say you are on the latest bios yes? So is that version 2901 released on the 2019/11/04 ? So passthrough isn't working I am guessing that you are getting no error messages and just a black screen when the vm starts with the GPU passed through. I have been in the exact same position as you are now using a 2700 and an Asrock board. It is basically because you are on the latest bios. Looking through the bios releases on the Asus page i think the best version for your board for the 2700x would be Version 1201 from early 2019. When the support for Ryzen gen 3 was added it seemed to break passthrough. Check my video here. https://www.youtube.com/watch?v=l-WHCCwgyDg I had to downgrade my bios to get it working again. Now this can be risky downgrading and I haven't tried on a Asus motherboard before. But if you want to try I have a video here https://www.youtube.com/watch?v=ZzqwjVDKAnU Now I have changed my cpu in the server since to 3900x and upgraded the bios onto the version that I had the problem with the 2700 on the Asrock x470 Tiachi. So it seems that the 3rd gen doesn't have the problem with the newer bios with passthrough, well it didn't have for me with the Asrock board. There is one thing that you can try which may help you. Do you have any old GPU lying around or one that you could borrow from a friend to test with. If so put that GPU in as the primary GPU. (Unraid console should display out of that) then passthrough the 1060 as a second GPU. Also you shouldn't need vbios passed through when it is the second GPU so try without first. (Although i personally prefer to always passthrough the vbios for any GPU ) If that still doesn't work swap the GPUs over. So the 1060 is primary and displays the Unraid console then passthrough 1060 as primary. (this time you must have the vbios passed through. And if vbios is downloaded from techpower up it also must be correctly edited - removing header) Hopefully this might work. A friend upgraded the bios on his motherboard to the latest and also had second gen Ryzen and wasn't affected by passthough breaking. He had 2 GPUs in his server and I only had one. So its worth a try. Now if you do decide to attempt to downgrade your bios on your motherboard please, please be careful. There is a risk of bricking the board should anything go wrong. Whilst this maybe ok if you still have warranty on the motherboard it will mean your server wont work at all -
[Support] spaceinvaderone - Shinobi Pro
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
Just tried installing container again and don't get the same error. Please can you try removing the container and try and install again and see if you still have the same problem. -
[Support] spaceinvaderone - Shinobi Pro
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
Yeah a mobile app would be nice. But it works well from the webui. I just add it to the homepage of my phone (android) -
[Support] spaceinvaderone - Shinobi Pro
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
Ha that will serve me right for being lazy and copy and pasting from another support thread !! -
[Support] spaceinvaderone - Shinobi Pro
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
July 29 2020 On new installs it is now necessary to manually install the database files on first run. Going to http://xxx.xxx.xxx.xxx/8080/super and logging in you will see this Now goto the docker tab and select the shinobipro container and click console. This will open a terminal inside of the container. Now run these commands below mysql source sql/framework.sql; source sql/user.sql; exit Now close terminal window and restart the container. ---------------------------------------------------------------------------------------------------------------------------------------------- NVIDIA UNRAID USERS ONLY You can use your gpu to do the encoding when you are using Linuxserver's Nvidia Unraid build. To do this you will need to make some changes to the template when you install the container. You will need to change the view to advanced view then 1. Change the tag on the repository from :latest to :nvidia as below spaceinvaderone/shinobi_pro_unraid:nvidia 2. Under Extra parameters add --runtime=nvidia Lastly you will see 2 parts in the template relating to Nvidia Driver capabilities set to all GPU is set to the ID of your nvidia gpu as shown in the Unraid nvidia plugin -
Overview: Support for Docker image Shinobi Pro Documentation: https://shinobi.video/docs/ Video Guide: Showing how to setup and configure Shinobi Pro. If you want to run Shinobi Pro through a reverse proxy then below is a config file that you can edit. Save it as shinobi.subdomain.conf # make sure that your dns has a cname set for Shinobi server { listen 443 ssl; listen [::]:443 ssl; server_name shinobi.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; proxy_pass http://IP-OF-CONTAINER:8080; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; } } If you appreciate my work, then please consider buying me a beer
-
[Support] SpaceinvaderOne - Macinabox
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
Using a hackintosh its always possible that an update can break things. But for us using a vm hackintosh we dont use any strange kexts etc so is not as likely I dont think. The Catalina product code changing only effects the container as it tries to download that id. So when it changes it cant find what it needs to download. No doubt the id will change again. (it has now 3 times since release i think). Anyone who has already installed Catalina it will not effect that at all. I will have a look on photos next time im on that machine -
[Support] SpaceinvaderOne - Macinabox
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
So you are able to boot and get output through your 1060 as you can get to about this mac. Then gpu is passed through. Otherwise you would see nothing when the vm boots. That means MacOS doesnt have the nvidia webdrivers loaded. Have you enabled nvidiaweb in clover configurator? Then installed the correct nvidia web drivers and rebooted ? -
[Support] SpaceinvaderOne - Macinabox
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
Container updated with new Catalina product code -
Hi @maxse I am glad that you got it all working with mulvad If you want to backup the vm. Manually backup the vdisk for it that you will find in the domains share /mnt/user/domains The libvirt image just contains the xml for the vm not its 'contents' I will be making a new video for a virtual router that will be much easier to configure very soon.
-
[Support] SpaceinvaderOne - Macinabox
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
Backup the clover vdisk before you start. Boot up then use clover configurator and make the change there. If for any reason afterwards, you cant boot then just replace the clover image with the backup. -
[Support] SpaceinvaderOne - Macinabox
SpaceInvaderOne replied to SpaceInvaderOne's topic in Docker Containers
I use the saphire rx570 4gb pulse mini. Works fine without a hitch. I have to passthrough the vbios though. Also for sound to work the gpu and sound counterpart must be put on the same bus. Here is my xml below for reference. <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0f' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/domains/vbios/Sapphire.RX570.4096.180105.rom'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0f' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x1'/> </hostdev> -
Interview with Spaceinvader One
SpaceInvaderOne replied to SpencerJ's topic in Unraid Blog and Uncast Show Discussion
thanks glad you like the vids -
Interview with Spaceinvader One
SpaceInvaderOne replied to SpencerJ's topic in Unraid Blog and Uncast Show Discussion
Ha glad you like it 😃