Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

heyelly

Members
  • Joined

  • Last visited

  1. Quick update on my issue. It was still there with a brand new Unraid 7 beta 4 install. Added a script with ip6tables -A FORWARD -i br0 -o br0 -j ACCEPT at startup and everything is fixed now. Thanks anyway for your help
  2. Just to make things 100% clear, I am NOT using the multi protocol firmware on my dongle
  3. I don’t know but from what I understand I am not the only one
  4. My ISP assign me an IPv6 and my router has DHCPv6 on, every device - including Unraid itself - has an IPv6. Everything runs fine on Unraid 6 so this issue has been introduced with the beta 7.
  5. I managed to solve my issue. That is the solution. For some reason, even after upgrading to beta4, that wasn't fixed.
  6. I cant, those interfaces need to be bridged. The VM is set to use br0, there is no reason for it to behave like that with Unraid 7 and work properly with 6.
  7. 1. HAos in its own VM with Matter installed inside 2. Disabling the bridging between eth0 and eth1 seems actually to solve the issue in Unraid 7. Btw, I can't understand why everything works (bridging eth0 and eth1) on the older Unraid versions. Actually I cannot disabling it as I need my two ethernet ports to be bridged together. Any ideas?
  8. I tried with those commands with no luck.
  9. Quick update: it seems that the matter network is unreachable from the VM and the dongle is unnecessary as I can use the network provided by my Apple TV. It looks like something weird about ipv6 is happening here.
  10. Yes I installed it yesterday but the issue was already there.
  11. Default: mDNSPlatformSendUDP got error 99 (Cannot assign requested address) sending packet to ff02::fb on interface fe80::5ce8:67ff:fedc:284e/veth239cc13/23 That is the log of Silicon Labs Multiprotocol
  12. 2024-10-13 19:49:58.409 (Dummy-2) CHIP_ERROR [chip.native.-] src/inet/UDPEndPointImplSockets.cpp:416: OS Error 0x02000065: Network is unreachable at src/app/OperationalSessionSetup.cpp:246 It seems something network related but I tried almost everything. I know that Matter requires ipv6 so it could be something related to this but I cannot understand what's going on. It seems that something between Unraid 6 and 7 has changed but I cannot figure out what.
  13. That is all the diagnostics stuff. naselly-diagnostics-20241013-1938.zip
  14. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='1'> <name>HAOS</name> <uuid>0dacb239-943b-6067-9c9a-e653567d42e1</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="default.png" os="linux" webui="https://****" storage="default"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>1048576</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-7.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/0dacb239-943b-6067-9c9a-e653567d42e1_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' clusters='1' cores='2' threads='1'/> <cache mode='passthrough'/> </cpu> <clock offset='utc'> <timer name='hpet' present='no'/> <timer name='hypervclock' present='no'/> <timer name='pit' tickpolicy='delay'/> <timer name='rtc' tickpolicy='catchup'/> </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' discard='ignore'/> <source file='/mnt/user/domains/haos_ova-11.5.qcow2' index='1'/> <backingStore/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:5d:dd:c3'/> <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='/run/libvirt/qemu/channel/1-HAOS/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <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='2'/> </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='it' sharePolicy='ignore'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <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='0x1e' function='0x0'/> </video> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1a86'/> <product id='0x55d4'/> <address bus='1' device='2'/> </source> <alias name='hostdev0'/> <address type='usb' bus='0' port='1'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> That is the VM xml, what logs are you asking for? The 6 is 6.12 but it worked even with the old versions.
  15. I use a Sonoff dongle with a flashed firmware passed through the VM. They are connected to that dongle. I am running beta 7, everything works with Unraid 6.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.