luca2

Members
  • Posts

    657
  • Joined

  • Last visited

Everything posted by luca2

  1. Hi, My plugins tab is not loading, it stays loading forever. Any other tab does load inmediatly, also the apps tab. Any docker can be updated, so I do have connectivity to WAN. I attach my diagnostics.towerpapa-diagnostics-20210925-1412.zip Hope you can suggest a solution fot this. Rgds
  2. Thx dlandon! ... that did the trick. Just curious: -what is then maximum length accepted for the password ? -where does UD store the keyfile? Rgds
  3. Hi, i am trying to add an 8TB hdd and use it to backup my critical data and store it in a separate physical location. I added it using xfs encrypted (my array is not encrypted). First time using this encryption option. After formatting it I try to mount it and I cannot. Before I did put in UD Settings> Set Encrypted Disk Password the encryption passwordI used while formatting. Any ideas?
  4. thx for support!!! I had some trouble due to some missing packages in XFCE. After I installed them the SMB shares were visible.
  5. I responf to myself: 1) yes, creating a virbr1 can be done 2) virbr1 is completely isolated from the host + shares + dockers & vms (running in br0 and any other virbr)
  6. Hi, After reading the wiki: I need to confim if it is possible to do this: -create a virbr1 that is isolated from virbr0? -setup virbr1 so that it is completely isolated from the host? What would I need for this scenario: a second nic that could be isolated from the host? How should I approach this setup? Rgds
  7. advanced view> extra parameters
  8. Hi, thx for the docker! I tri3ed -after install- to add: --max-scansize=4000N --max-filesize=4000N but as soon as I press save, the docker disappears. Anyone expiriencieng the same? Rgds
  9. Hi, I have been reading about how to setup whonix vms (gateway+ws) on kvm on top of a linux host. Since we do have kvm already in unraid, it should be possible to setup gateway+ws directly using our gui to create vm´s. How it works: https://www.whonix.org/wiki/Main_Page#design Specific KVM instructions: https://www.whonix.org/wiki/KVM Regarding the KVM setup on top of a linux machine, there is one aspect I am not sure if it can be done in our environment, I mean defining the networks that should be setup. There should be added 2 virtual networks: sudo virsh -c qemu:///system net-define Whonix_external*.xml sudo virsh -c qemu:///system net-define Whonix_internal*.xml they should be activated: sudo virsh -c qemu:///system net-autostart Whonix-External sudo virsh -c qemu:///system net-start Whonix-External sudo virsh -c qemu:///system net-autostart Whonix-Internal sudo virsh -c qemu:///system net-start Whonix-Internal and then the avtual vm´s could be imported: sudo virsh -c qemu:///system define Whonix-Gateway*.xml sudo virsh -c qemu:///system define Whonix-Workstation*.xml. Since I am not a network/linux expert, I wanted to ask if setting up the network part can be done in Unraid. I assume that the virtual network should be isolated from the rest of the unraid host/guests networks. I think it can be done but would appreciate if anyone can help me out or at least point me in the right direction. Hope to hear some answers or maybe even some experiences from someone that already have tried this before. Rgds
  10. Hi, I am running on latest stable. I am reviewing security in general of my setup(unraid). I am running a linux vm and from there I am accesing an unraid share(called ISOS). I did this to access ISOS: -within the xml: -within the vm: sudo -s nano /etc/fstab isos /home/ws1/isos 9p trans=virtio,version=9p2000.L,_netdev,rw 0 0 Now, I realised I do not need to create a user equivalent to my vm user to access this share. So I guess it means if I get ransomware infected it has direct access to my ISOS share. Can I setup the same I do have in my windows vm where my share is only accesible if I enter a user/password matching the windows user/password? In this scenario I can setup in the USER tab the following: SMB Security Settings> "export": yes + "security": private SMB User Access> "user"=read only Rgds
  11. Hi Anyone can suggest which options I can look for to buy a UPS (around 1000W) that works out of the box with unraid and NUT? I have seen there are home and soho ones,but also more professional ones.I guess the latter will employ better electronics,but I am not an expert. Anyone can suggest a professional grade one? I dont care if it is tobe mounted in a rack or not. I guess I should look forward to get one with pure sine wave out,right? It should be online too. Anything else I should look at? Rgds
  12. Hi, anyonehas tried this: https://www.amazon.de/AmazonBasics-Uninterruptible-Shutdown-Software-Protection/dp/B07P7LF5MR/ref=cm_cr_arp_d_product_top?ie=UTF8?
  13. I was playing with the motherboard and I did passthrough this IOMMU group: And then I assigned to the vm: Now it works as baremetal. You can plug in/out any devices while vm is running. Still trying to map this usb port because they cannot be easily isolated from the others.
  14. Hi, back in 2016 I got a Riello UPS working with the old version of NUT. Now I want to buy a new UPS, but I do not want to go through the trial and error way to make it work again. Could anyone confirm which Trademarks are working out of the box? Rgds
  15. Unraid is using both vendor product and bus dev, not me. This happens when I select keyboard/mouse in the tick boxes. I tried to manually add to the xml either vendor id or product id, but it is not accepted. Any other ideas how to passthrough keyboard/mouse that allows them to survive a reboot? I do not have any free accesible pci-express connectors in my MB, otherwise I would have tried to passthrough a pci-express usb card.
  16. Hi, I am running a w10 vm on the latest stable unraid. I do assign those marked in red (except "Genesys Logic, Inc Hub") using the "Hotplug USB" hostdev option. And they do work. But if I perform a reboot they need to be assigned again manually which is not optimal for running a headless vm booting at array-start. The "Genesys Logic, Inc Hub" cannot be assigned using the "Hotplug USB" option because it is not shown to be assigned. I have checked and it is a part of the amd chipset (I think) and is placed in a non "breakable" IOMMU group: Is there a way to solve this? My xml: <domain type='kvm' id='1'> <name>w10</name> <uuid>42acbf24-23f3-19ee-774d-48113c77dd6a</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='8'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='9'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/vdisks/domains/w10/vdisk1.img' index='2'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.190-1.iso' index='1'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:23:00:09:c5:00'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio-net'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-1-w10/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/isos/AsusGTX1660dump.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x2'/> </source> <alias name='hostdev2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x3'/> </source> <alias name='hostdev3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x03f0'/> <product id='0x134a'/> <address bus='3' device='16'/> </source> <alias name='hostdev10'/> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0603'/> <product id='0x00f2'/> <address bus='3' device='15'/> </source> <alias name='hostdev11'/> <address type='usb' bus='0' port='3'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> Rgds
  17. Hi, I successfully managed to passthrough several vm´s for the last years using unraid. Now it is so much more easy than before. Last week I passthroughed 2 gtx1660 in my server. No problems at all. In my dad´s server I tried to passthrough a vega 64 I had laying aroud with no use. I have spent so much time but it is impossible. Before I post any diagnostics I wanted to ask if anyone is running succesfully such a gpu -as only primay gpu- passthroughed in a windows vm in 6.9.1 ? Let´s see if I am lucky and I can find someone. Could not find any recent posts regarding unraid and vega passthrough (logical since it is an older gpu). So let´s see. Rgds
  18. I will refresh that to him. Thx for quick support!
  19. Hi, I did install dad an unraid server not long ago. He did not check for parity since he got the server. Yesterday I wanted to setup a vm and noticed it was not running fine. So I decided to run today some tests and a parity check. The parity check finished with 3895 errors. During the run there were a lot of disk1 errors. After the run I did a smart test and errors showed up again. The drive is making a strange noise so I think it is next to die. I attach the diagnostics. I never faced such a situation before in all my years using unraid. Now I don´t know how to proceed since I am not sure if replacing disk1 will help me recover the parity and the files in the array. Any help is appreciated. Rgds towerpapa-diagnostics-20210402-2220.zip
  20. Hi, I am runnig 6.9.0 and do have a doubt regarding the new cache pool functionality. I actually do have 1 cache ssd which is only used to run from it my vm´s. I actually want to add a second ssd to do the same (host vdisks). Is it possible to do that using the new added functionality in 6.9.0 (pool creation)? If yes how should I proceed? Rgds
  21. Hi Marc, in case I want to backup my data to an encrypted external disk using your script how would you proceed? Rgds
  22. Here is my diagnostics. I had to do a hard reset since webui became unresponsive. Before that my server was doing a parity check which usually takes for +-24 hours. When I did run diagnostics today, it starts at Jan 5 15:26:00, which does not reflect the time the server was already actually running before. So I don´t know if it really helps at all. You can check the attached logs. After the hard reset my usb flash was partially wiped out, so nothing (log) could be recovered! Just want to make sure now my hardware is ok. Rgds logs.7z
  23. Hi, I got this error in the system log. Just want to check if anyone can confirm if it is severe or not: Jan 5 15:26:00 shogun kernel: mce: [Hardware Error]: Machine check events logged Jan 5 15:26:00 shogun kernel: mce: [Hardware Error]: CPU 9: Machine Check: 0 Bank 5: bea0000000000108 Jan 5 15:26:00 shogun kernel: mce: [Hardware Error]: TSC 0 ADDR 1ffff8168b436 MISC d012000100000000 SYND 4d000000 IPID 500b000000000 Jan 5 15:26:00 shogun kernel: mce: [Hardware Error]: PROCESSOR 2:870f10 TIME 1609860261 SOCKET 0 APIC 9 microcode 8701021 Jan 5 15:26:00 shogun kernel: ata6.00: HPA detected: current 3907027055, native 3907029168 Jan 5 15:36:13 shogun root: Fix Common Problems: Error: Machine Check Events detected on your server Jan 5 17:09:19 shogun root: Fix Common Problems: Error: Machine Check Events detected on your server Jan 5 17:11:02 shogun root: Fix Common Problems: Error: Machine Check Events detected on your server Jan 5 17:11:02 shogun root: mcelog: ERROR: AMD Processor family 23: mcelog does not support this processor. Please use the edac_mce_amd module instead. Jan 5 17:16:31 shogun root: Fix Common Problems: Error: Machine Check Events detected on your server Jan 5 17:16:31 shogun root: mcelog: ERROR: AMD Processor family 23: mcelog does not support this processor. Please use the edac_mce_amd module instead. Rgds.