L0rdRaiden

Members
  • Posts

    568
  • Joined

  • Last visited

Everything posted by L0rdRaiden

  1. I have started a new dorcker from scratch, same config than always and It doesn't work, I can't reach the web interface Have been considered the latest changes? https://hub.docker.com/r/pihole/pihole/
  2. @Jcloud Any plans to create a new docker for the new version of storj? https://github.com/storj/storj/wiki/Explorer-Release-Setup-Instructions
  3. Can someone please compare the overhead with any VM to see if it's normal or not?
  4. Why I have this issue? all the tutorials tell to leave it empty but when I press enter it comes again root@Unraid:~# rclone config No remotes found - make a new one n) New remote s) Set configuration password q) Quit config n/s/q> n name> Amazon Type of storage to configure. Enter a string value. Press Enter for the default (""). Choose a number from below, or type in your own value 1 / A stackable unification remote, which can appear to merge the contents of several remotes \ "union" 2 / Alias for a existing remote \ "alias" 3 / Amazon Drive \ "amazon cloud drive" 4 / Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, etc) \ "s3" 5 / Backblaze B2 \ "b2" 6 / Box \ "box" 7 / Cache a remote \ "cache" 8 / Dropbox \ "dropbox" 9 / Encrypt/Decrypt a remote \ "crypt" 10 / FTP Connection \ "ftp" 11 / Google Cloud Storage (this is not Google Drive) \ "google cloud storage" 12 / Google Drive \ "drive" 13 / Hubic \ "hubic" 14 / JottaCloud \ "jottacloud" 15 / Koofr \ "koofr" 16 / Local Disk \ "local" 17 / Mega \ "mega" 18 / Microsoft Azure Blob Storage \ "azureblob" 19 / Microsoft OneDrive \ "onedrive" 20 / OpenDrive \ "opendrive" 21 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH) \ "swift" 22 / Pcloud \ "pcloud" 23 / QingCloud Object Storage \ "qingstor" 24 / SSH/SFTP Connection \ "sftp" 25 / Webdav \ "webdav" 26 / Yandex Disk \ "yandex" 27 / http Connection \ "http" Storage> 3 ** See help for amazon cloud drive backend at: https://rclone.org/amazonclouddrive/ ** Amazon Application Client ID. Enter a string value. Press Enter for the default (""). client_id> This value is required and it has no default. Enter a string value. Press Enter for the default (""). client_id> This value is required and it has no default. Enter a string value. Press Enter for the default (""). client_id> This value is required and it has no default. Enter a string value. Press Enter for the default (""). client_id> This value is required and it has no default. Enter a string value. Press Enter for the default (""). client_id>
  5. With the new release, Unraid 6.7 There is a new method to passthrough devices Right now most of us I guess have something like this in the Syslinux configuration since is the dicussed method in forum and some youtube videos And with this options enable So considering the new method and my current configuration to passthourgh a pci network card, what should I add, remove, keep of my current settings @limetech since is a new feature maybe someone from the team could explain it in detail for the KVM noobs.
  6. I am getting this error in the unraid log This is suppose to be the PCI device affected Just in case it matters I have this options enable in VM Manager What is it? how can I fix it?
  7. Does this require integration with Radarr and Sonarr configured to work (API) or it can simply can my movie folder and add all the missing subtitles?
  8. It could be related with this <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> I have read about performance improvements but mostly related to windows, not linux or freebsd https://askubuntu.com/questions/1033985/kvm-high-host-cpu-load-after-upgrading-vm-to-windows-10-1803 https://forum.proxmox.com/threads/high-cpu-load-for-windows-10-guests-when-idle.44531/ Any help please?
  9. Could you include qemu 4? https://www.qemu.org/2019/04/24/qemu-4-0-0/
  10. More info here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236922
  11. qemu when the host is idle (i have tried with sophos XG, pfsense and opnsense) consumes 10% of CPU, while it should be much lower. Left Sophos XG // Right Unraid. There is no other VM running while testing I know this is not normal because with proxmox the overhead is much lower and it uses qemu as well. Is there a way to fix this? any help is welcome On load is hard to compare because load is not stable and both screens doesn't update at the same time, but as far as I can tell the behaviour is even worst, the overhead is higher. xml config <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='2'> <name>Sophos XG</name> <uuid>391cfce2-0982-7eaf-3c71-d860bff009a8</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='6'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-3.0'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='6' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='qcow2' cache='writeback'/> <source file='/mnt/user/VMDisks/SophosXG/PRIMARY-DISK.qcow2'/> <backingStore/> <target dev='hdc' bus='sata'/> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/user/VMDisks HDD/SophosXG/AUXILIARY-DISK.qcow2'/> <backingStore/> <target dev='hdd' bus='sata'/> <alias name='sata0-0-3'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <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> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <alias name='pci.3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x15'/> <alias name='pci.6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <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-2-Sophos XG/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> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='es'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>
  12. Do you know what are the best settings for ubuntu and freebsd?
  13. Are you still having the same problem? I can replicate the problem with pfsense, opnsense, and sophos XG, virtio does not work after q35 2.6 In proxmox it works and It has always work with the new versions of q35. So it must be a bug of the KVM implementation in Unraid.
  14. This bug still happens, virtio only works for old qemu. In proxmox it works with any of them so it has to be something related to Unraid
  15. Is there a way to fix this error? it appears in the container log nginx: [warn] "ssl_stapling" ignored, host not found in OCSP responder "ocsp.int-x3.letsencrypt.org" in the certificate "/config/keys/letsencrypt/fullchain.pem" I think is related with the ssl_trusted_certificate nginx parameter, but I don't know to which pem file do I have to point. I am using duckdns On the other hand anyone is able to get a 100% in this test? https://www.ssllabs.com/ssltest/index.html
  16. Awesome, I hope you get direct help from the dev team I hope as well you release the app for the whole community.
  17. Proyect: https://github.com/stamparm/maltrail Sample docker: https://github.com/ston3o/docker-maltrail
  18. Could you please post an example? do you mean here? how should I enter the information?
  19. How can I make this the default setting after reboot? instead of permit all origins? Do I have to change something here?
  20. It is possible already in any way to use pihole as dns resolver for unraid in network settings? if I use it Unraid lost internet access, for example community apps won't work. It wasn't possible in the past but I don't know if there is any workaround currently This is my config
  21. Create 02-lan.conf add this addn-hosts=/etc/pihole/lan.list go to /Pihole create lan.list add you local server example 192.168.1.220 abc.duckdns.org reboot
  22. This would be useful and easy to implement
  23. @limetech Could you please consider this for a future release?