Siwat2545

Members
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Siwat2545

  1. Here are some questions I need to ask 1.what is your unraid server internal ip 2.are you accessing it from the internal Network or the external Network 3.what are the configuration for the onlyoffice community edition server bridge (the page in the picture) 4.are you using reverse proxy?
  2. I just created the homebridge docker, you can download it using community application now.
  3. Set the power option of the windows vm to "High Performance" and that should fix it
  4. I have 2x E5-2690v4 and raid 0 nvme SSD and it run 10 windows server vm with quite high disk usage so you might need to get a higher performance one My spec: Intel Serverboard S2600CW2SR 2x e5-2690v4 1024GB ram 2x Intel xeon phi for databases and a Quadro P4000
  5. Go to Main then click on"Flash" then in SMB security settings set export to "no" and Security to "private"
  6. [Application List - Stable] 1. Facebox - Facebox detects and identifies faces in photos. You can teach facebox with as little as one sample image. Project Page : https://machinebox.io/docs/facebox Dockerhub Page : https://hub.docker.com/r/machinebox/facebox/ GitHub Page : https://github.com/SiwatINC/unraid-ca-repository/tree/master/docker-template Latest Version : Release 1.0 - 13/11/2018 Known Issue : Faces will disappear after an update. 2. OnlyOffice Document Server - ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. Project Page : https://www.onlyoffice.com/ Dockerhub Page : https://hub.docker.com/r/onlyoffice/documentserver/ GitHub Page : https://github.com/SiwatINC/unraid-ca-repository/tree/master/docker-template Latest Version : Release 1.0 - 15/11/2018 Support: https://forum.onlyoffice.com/c/documents/32 3. OnlyOffice Community Server -ONLYOFFICE Community Server is a free open source collaborative system developed to manage documents, projects, customer relationship and email correspondence, all in one place. Project Page : https://www.onlyoffice.com/ Dockerhub Page : https://hub.docker.com/r/onlyoffice/communityserver/ GitHub Page : https://github.com/SiwatINC/unraid-ca-repository/tree/master/docker-template Latest Version : Release 1.0 - 15/11/2018 4. Homebridge - Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices. Project Page : https://homebridge.io/ Dockerhub Page : https://hub.docker.com/r/siwatinc/homebridge_unraid/ GitHub Page : https://github.com/SiwatINC/unraid-ca-repository/tree/master/docker-template Latest Version : Release 1.0 - 17/11/2018 5. Homebridge with GUI - Homebridge with GUI (default user:pass=admin:admin) is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices. Project Page : https://homebridge.io/ Dockerhub Page : https://hub.docker.com/r/siwatinc/homebridge_gui_unraid/ GitHub Page : https://github.com/SiwatINC/unraid-ca-repository/tree/master/docker-template Latest Version : Release 1.0 - 17/11/2018 5. Phlex Phlex(Flex TV) is a web application that interfaces between google Assistant and Plex to allow you to control playback of media using Actions for Google or IFTTT. Additionally, it interfaces with the API’s for Sonarr, Radarr, Couchpotato, Sickbeard, and Sickrage. It also has customizeable webhooks, so you can basically control anything that has an open API with your voice. If you can send data to a URL to do a thing, you can program it in Flex TV. It is recomended to use reverse proxy to enable https Project Page : https://github.com/d8ahazard/Phlex Dockerhub Page : https://hub.docker.com/r/siwatinc/phlex_unraid/ GitHub Page : https://github.com/SiwatINC/unraid-ca-repository/tree/master/docker-template Latest Version : Release 1.0 - 20/11/2018 Disclaimer: I am not the developer of these application, I only port the application in to the docker format and write it's XML File!
  7. So I have a docker template for a couple of docker application and I wonder where I can. Upload them Template I have: ONLYOFFICE DS,CS,MS Facebox
  8. Can i know the model of your motherboard and cpu?
  9. It give out “ERROR: Your Configuration (Raid Level 0) Required 2 drive to mount” The recovery command work but the file are half the size of the actually file and all file I got seem to be corrupted
  10. I also have a quadro 4000 the problem is that it doesn’t support pci power reset so basically you need a new gpu that support reset control Reference: https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Passing_through_a_device_that_does_not_support_resetting
  11. I don’t quite get it what command should I try? if my ssd is on /dev/sda and /dev/sdb should I execute “cd / && mkdir /recovery && mount -o recovery,ro /dev/sda1 /dev/sdb1 /recovery” ?
  12. My cache drive is unmountable after rebooting The filesystem is brtfs running in raid 0 It occurs because one of the drive in the raid 0 array was disconnect and unraid auto start the array without it and the cache say “Cache Unmountable: No filesystem” I stop the array then connect the disconnected disk and it show up but the cache is still unmountable
  13. In libvirt KVM xml, we have lots of ethernet adapter model (e1000 virtio and other) I would like to be able to change the model in gui editor not in xml view because it will get replace in gui editor
  14. Turn on Advance mode and retake a screenshot Also I suggest making a bridge between physical and pfsense vm, That's how I do it
  15. Please Take a snapshot of the gui vm editor
  16. TLDR: this is a guide I made to tweak unraid kvm libvirt xml so you might like it more So I have been using unraid for a really long time now and I have lots to share about tweaking xml NOTE: When your edit your vm using the gui tweak need to be reapply ! 1. Adding your own pc brand and model so that It will show in msinfo Steps: In Edit XML section we will add a smbios to it, First add <smbios mode='sysinfo'/> in os section For example From <os> <type arch='x86_64' machine='pc-i440fx-2.9'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/3cb86e67-5e75-1fd1-e866-b0c58d28c865_VARS-pure-efi.fd</nvram> </os> To <os> <type arch='x86_64' machine='pc-i440fx-2.9'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/3cb86e67-5e75-1fd1-e866-b0c58d28c865_VARS-pure-efi.fd</nvram> <smbios mode='sysinfo'/> </os> Then add the info you want after cpu tune section add the following text (Replace [xxxx] with your own text) Not all is required <sysinfo type='smbios'> <bios> <entry name='vendor'>[Bios Brand]</entry> </bios> <system> <entry name='manufacturer'>[System Manufacturer]</entry> <entry name='product'>[System Name]r</entry> <entry name='version'>[System version]</entry> </system> <baseBoard> <entry name='manufacturer'>[Mainboard Manufacturer]</entry> <entry name='product'>[Mainboard Name]</entry> <entry name='version'>[System Version]</entry> <entry name='serial'>[Mainboard Serial]</entry> </baseBoard> <chassis> <entry name='manufacturer'>[Case Manufacturer]</entry> <entry name='version'>[Case Versiom]</entry> <entry name='serial'>[Case Serial]</entry> <entry name='asset'>[Case assest code]</entry> <entry name='sku'>[Case sku]</entry> </chassis> </sysinfo> 2. Change Number of core cpus or thread (No performance improvement) <cpu mode='host-passthrough' check='none'> <topology sockets='[Number of CPUs]' cores='[Number of Cores]' threads='[Number of Threads]'/> </cpu> NOTE: Number of CPUs * Number of Cores * Number of Threads must be equal to the number of core you assigned to the VM 3. Change the CPU model Change <cpu mode='host-passthrough' check='none'> to <cpu match='exact'> After that add <model fallback='allow'>core2duo</model> For example <cpu match='exact'> <model fallback='allow'>[Insert the model you want here]</model> <topology sockets='1' cores='2' threads='1'/> </cpu> List of avaliable model - n270 - athlon - pentium3 - pentium2 - pentium - 486 - coreduo - core2duo - kvm32 - qemu32 - kvm64 - qemu64 - phenom - Nehalem - Penryn - Conroe - Opteron_G1 - Opteron_G2 - Opteron_G3 4. Change the Ethernet Model (Fix Linux or Windows not detecting the ethernet adapter) change model in network adapter hostdev xml <interface type='bridge'> <mac address='xx:xx:xx:xx:xx:xx'/> <source bridge='br(x)'/> <model type='[The Model you want]'/> <address type='pci' domain='yxyyyy' bus='yxyy' slot='yxyy' function='yxy'/> </interface> List of avaliable model - e1000 (1000Base) - ne2k_pci (10 Base-T) - pcnet (100 Base-T) - rtl8139 (100 Base-T) - virtio (10G Base-T)
  17. Oh post your xml , I can fix that - pfsense doesn't have an driver for virtio
  18. Can i have a look at your XML File ? (Paste your xml here)
  19. Can you define "doesn't work" ?
  20. There is some optimization on workstation uses but cuda IS NOT a quadro driver
  21. In this guide I will be tell you how to run Hardware accerated virturalization in Unraid VM Requirement Intel CPU that support vm-x NOTE : This won't work with Hyper-v on some case , I wouldn't try if I were you because if it fail It might corupt the vm ! First Go to Main Tab Click on The "Flash" text and an option to your sys linux Like the following BEFORE: AFTER: Reboot Then go to VM Tab and click on the vm you want to enable nested virturalization and click edit XML add <feature policy='require' name='vmx'/> and change model to custom like the following BEFORE: AFTER: click Apply Then Start, Done