Solutions
-
SimonF's post in Time zone in Scheduler was marked as the answerWill be based on your system time.
-
SimonF's post in More Icons. was marked as the answerYou could just copy from a share into the /usr/local/emhttp/plugins/dynamix.vm.manager/templates/images/
File type is png
You would need to keep them in peristant storage and cp in the go file for a work around.
How many are you looking to add?
-
SimonF's post in USB Manager Serial Addon for uR-7b2 failed. was marked as the answerNo longer required as module is in base os. Do you use GSM modems?
-
SimonF's post in Where is the DOC/Guide for the Custom VM template? was marked as the answerAny will be suitable, but I would just use linux
-
SimonF's post in Intel A770 Arc installed and not recognized was marked as the answerAre you using a Plex docker? What do you have defined in the docker template. Maybe in extras etc.
-
SimonF's post in Disk setting "Enable NVME power monitoring"? was marked as the answerPower shows on dash board and main pave for nvmes
-
SimonF's post in apcupsd uninstall? was marked as the answerYou can disable logrotation, or add entry into go file to rm /etc/logrotate.d/apcupsd
Will look into a fix.
-
SimonF's post in passthrough integrated GPU 12th Gen Intel® 6Core™ i5-1200K @ 3663 MHz --> Code 43 in VM was marked as the answerI have not been able to pass thru igpu to a vm. If you just need for encoding etc it may work with sriov plugkn? this will allow a virtual gpu but no output via the hdmi etc.
-
SimonF's post in VM works sometimes! Unable to write to file /var/log/libvirt/qemu/Windows 11.log: No space left on device was marked as the answerWhat does tne log space show on dash board it is in ram a limited in size.
-
SimonF's post in chattr not working, trying to somewhat protect from ransomware. was marked as the answerMay not work via fuse fs, have you tired on real disk location?
-
SimonF's post in VM creation error: Cannot fix was marked as the answerThe gui does not support two devices of the same type for usb. just select one.
You will need to add manual options or use my usb manager plug to attach two devices of the same type
-
SimonF's post in Creating VMs without VNC was marked as the answerhttps://github.com/unraid/webgui/pull/1752
-
SimonF's post in Customise Menu in VMS tab was marked as the answerI have created a PR to allow a WebUI to be defined on a VM.
https://github.com/unraid/webgui/pull/1750
-
SimonF's post in Vm barely usable after changing from amd to intel was marked as the answerInstall tips and tweeks and make sure Governor is Performance.
-
SimonF's post in am i stupid was marked as the answerYou would need a monitor connected to igpu. Also a keyboard and mouse passed to vm.
-
SimonF's post in how to add M.2 NVMe passthrough manually to VM's XML configuration was marked as the answerThe pci devices will in hostdev sections the source will match the pci id i.e. bus=43 slot=00 feature=0
Do you specify a boot order for the boot device in the form view?
post xml.
-
SimonF's post in VM's is not showing in dashboard was marked as the answerCheck it is not hidden. Click on green padlock top right.
Then blue spanner on system part and check not hidden in list that appears.
-
SimonF's post in Won't boot from USB automatically was marked as the answerDo you have fastboot enabled if so disable.
-
SimonF's post in VPN mistake... oops! was marked as the answerConfigs are here
root@computenode:~# ls /boot/config/wireguard/
peers/ wg0.cfg wg0.conf wg1.conf
root@computenode:~#
-
SimonF's post in [SOLVED] VM XML View - Expand Editor was marked as the answerNot currently but have made a PR for the next release to fit window.
https://github.com/unraid/webgui/pull/1704
-
SimonF's post in Can't see virtiofs share in linux VM was marked as the answerYou have to create a mount point in the vm and then mount it.
i.e.
mkdir /mnt/vmShare
mount -t virtiofs vmShare /mnt/vmShare
-
SimonF's post in Connecting UNRAID VM serial ports to 2 VMs on the same UNRAID server was marked as the answerI have been able to get this to work.
To get socat for 6.12 do, if extra does not exist mkdir /boot/extra
cd /boot/extra wget https://slackware.uk/slackware/slackware64-15.0/slackware64/n/socat-1.7.4.3-x86_64-1.txz installpkg socat-1.7.4.3-x86_64-1.txz
For next release will need to be 1.8 this version is not compatible with 6.12.
wget https://mirrors.slackware.com/slackware/slackware64-current/slackware64/n/socat-1.8.0.0-x86_64-1.txz
You only need to install once downloaded. Packages in extra get loaded at boot.
This is the XML added to each VM.
Debian
<serial type='unix'>
<source mode='bind' path='/tmp/foo'/>
<target type='isa-serial' port='1'>
<model name='isa-serial'/>
</target>
<alias name='serial1'/>
</serial>
Unraid-VM
<serial type='unix'>
<source mode='bind' path='/tmp/foo2'/>
<target type='isa-serial' port='1'>
<model name='isa-serial'/>
</target>
<alias name='serial1'/>
</serial>
Then run -dd is only to give debug data.
root@computenode:/usr# socat -dd UNIX-CLIENT:/tmp/foo UNIX-CLIENT:/tmp/foo2
2024/04/13 08:22:30 socat[17649] N successfully connected from local address AF=1 "\0\0\xEE\0\0\xEE\0\0"
2024/04/13 08:22:30 socat[17649] N successfully connected from local address AF=1 "\0\0\xEE\0\0\xEE\0\0\xEE"
2024/04/13 08:22:30 socat[17649] N starting data transfer loop with FDs [5,5] and [6,6]
-
SimonF's post in Enabling VM Service causing USB Flash Drive to go offline was marked as the answerIs this your flash drive?
Bus 001 Device 005: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
You have it defined in the JasonVM.
mv /usr/local/sbin/qemu /usr/local/sbin/qemu.old
This will allow you VM manager and the VMs will not autostart.
edit the VM to remove this section.
<hostdev mode="subsystem" type="usb" managed="no">
<source startupPolicy="optional">
<vendor id="0x0951"/>
<product id="0x1666"/>
</source>
<address type="usb" bus="0" port="1"/>
</hostdev>
mv /usr/local/sbin/qemu.old /usr/local/sbin/qemu
Now you should be able to start your VMs.
-
SimonF's post in Activate - De-Activate Product Key was marked as the answerLicense is tied to the usb flash boot drive. So you can clear config and move to a different machine.
-
SimonF's post in Linux VM crashing server was marked as the answerrename /usr/local/sbin/qemu and the VM will not be able to start. You will be able to remove from the gui. But remember to rename back.