Everything posted by sgibbers17
-
***GUIDE*** Passing Through Network Controllers to unRAID 6 Virtual Machines
I am trying to edit my xml file by adding <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/> </source> </hostdev> and I get. error creating vm: can not creat file '/ect/libvirt/qemu/ windows.xml.new': Read-only File system I am trying to add a pcie TV tuner to my Windows 8.1 VM
-
How to remote desktop into VM
ther is a setting in the RDP settings along the lines of "allow other versions of RDP" you may need to enable that since you are using windows 7. I am going off of memory so it may be called something different or in a different settings tab. I remember that I needed to enable this when I would RDP into my windows 7 from my Windows Vista machine.
-
How to remote desktop into VM
I take it that you are not trying to access it from another windows machine, because I use the one built into windows.
-
VideoSlimmer - remove unwanted audio/subs from mkv's
When I create my MKVs using makemkv I leave out all the extra audio and subs but keep the forced subs. My only problem is on some movies the forced sub in the MKV does not have the default flag after ripping. What I have done to fix this is to use mkvmerge to change the flag to default. Can this script be used to take the subs and add the default flag.
-
VirtualBox Plugin for unRAID v5 and v6
Go to your Virtual Machnie settings -> Display -> Remote Display tab -> Enable Server Choose appropriate port, authentication method etc. (chapter 7 "Remote virtual machines" from VirtualBox manual will clarify everything), then e.g. on Windows 7 look for Remote Desktop Connection programme and type [your.unRAID.IP.address]:[VMPortNumber] (look at the attached screenshot) and press Connect. This did not work at first. I am using Windows 8 and trying to install kubuntu onto my unraid virtualbox. had to increase video memory.
-
VirtualBox Plugin for unRAID v5 and v6
Ok, I got phpvirtualbox up and running. Now I am trying to get my first OS installed. How do I get the Remote Display working? This is what it reads under Display Remote Desktop Server Port: (null):9000 When I try to remote desktop into the VM I get computer (null) cannot be found. I assume that (null) should be a IP address.
-
VirtualBox Plugin for unRAID v5 and v6
I have the simple features webserver plugin installed.
-
VirtualBox Plugin for unRAID v5 and v6
Ok I got phpVirtualBox on my unRAID server but I get this message when I log in. PHP does not have the SOAP extension enabled. Exception Object ( [message:protected] => PHP does not have the SOAP extension enabled. [string:Exception:private] => [code:protected] => 32 [file:protected] => /boot/webserver/web/lib/ajax.php [line:protected] => 128 [trace:Exception:private] => Array ( ) [previous:Exception:private] => ) I am primarily a windows user and know next to nil about linux. I have done a google search and from what I under stand is that I need to install php-soap. The google.code forum had a post showing me how to install it but that was for another distro of linux. Will anybody here be able to help me out?
-
VirtualBox Plugin for unRAID v5 and v6
How exactly do I get pphpVirtualBox on to unraid?