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.

Mainfrezzer

Members
  • Joined

  • Last visited

Solutions

  1. Mainfrezzer's post in eth0 doesnt work until i sign in to unraid... was marked as the answer   
    Dont use powertop auto tune, youre probably putting your nic to sleep.
     
    the following in addition in the go file might solve that, if thats the nic youre using
    echo on | tee /sys/bus/pci/devices/0000:00:1f.6/power/control

     
  2. Mainfrezzer's post in [SOLVED] Can't move files from caches 7.0.0 was marked as the answer   
    All your shares are set to not use cache at all.




    Change the shares to use cache, set the mover action from cache-> pool/array and save it and invoke mover again
  3. Mainfrezzer's post in Mover "moved" nicht alles shares bzw. bei mir einen Speziellen was marked as the answer   
    Okay, dann hab ich die Vermutung dass da mal was schief gelaufen ist

    Das sieht mir nämlich nach 2x videoschnitt aus.
     
    Während man auf der Einstellungsseite für das videoschnitt-Share ist, einmal das Webterminal in Unraid öffnen, das eingeben um die beiden Dateien zu löschen und dann anschließend erneut speichern.
     
    rm /boot/config/shares/videoschnitt.cfg && rm /boot/config/shares/Videoschnitt.cfg
     
  4. Mainfrezzer's post in How do I change hostname used in notifications? was marked as the answer   
    It should usually take the whatever is set in Settings -> Management Access because its fetching the info from the "NGINX_DEFAULTURL" in /usr/local/emhttp/state/nginx.ini
  5. Mainfrezzer's post in What is "power mode" ? was marked as the answer   
    Its a default kernel feature.

    https://docs.kernel.org/admin-guide/pm/cpufreq.html

    kernel.org/doc/Documentation/cpu-freq/governors.txt
  6. Mainfrezzer's post in Changing WebGUI color ONLY was marked as the answer   
    you picked a theme with a color, not just a color.

    Azur and Grey are completely different themes to the "default" white and black
  7. Das liegt an der ausgeschalteten Brücke. Dann benutzt Unraid eth0 und vhost0. vhost0 wird die andere macadresse sein.
    Edit:
    ach ich sehe gerade das die Brücke doch benutzt wird, allerdings mit Host Zugriff angeschaltet, dann ist es shim-br0
  8. Mainfrezzer's post in Sinusbot python update ???? was marked as the answer   
    Das Ding ist seit 2 Jahren nicht einmal updated worden. Herzlichen Glückwunsch.

    Alternative suchen^^


    Das hier ist nen Fork der vor 6 Monaten das letzte Update bekommen hat, https://hub.docker.com/r/drwarpman/sinusbot-docker, könnte eventuell helfen, aber die Hoffnung nicht zu hoch setzen (i.e. im Template das Repository von "sinusbot/docker" auf "drwarpman/sinusbot-docker" ändern, wobeis für Discord nen extra tag von "drwarpman/sinusbot-docker:discord" gibt)
  9. Mainfrezzer's post in Eine Bitte um die Bereitstellung einer Datei, die ich nicht downloaden kann was marked as the answer   
    Bitteschön.
     
     
    Wäre aber auch selbst möglich gewesen via VM^^ Irgend ein Linux live ISO oder Windows ISO hätte der Firefox schon runter bekommen, obwohl ich bei Windows nicht weis ob die Webseiten noch laufen statt dem Programm.
     
     
     
     
  10. Mainfrezzer's post in Docker service failed to start | No image mounted at /var/lib/docker was marked as the answer   
    Seems like your docker image file has an issue

    Dec 29 17:31:16 STower24 kernel: BTRFS error (device loop2): parent transid verify failed on logical 7820394496 mirror 1 wanted 645367 found 645369
    Dec 29 17:31:16 STower24 kernel: BTRFS error (device loop2): parent transid verify failed on logical 7820394496 mirror 2 wanted 645367 found 645369
    Dec 29 17:31:16 STower24 kernel: BTRFS error (device loop2): failed to read block groups: -5
    Dec 29 17:31:16 STower24 root: mount: /var/lib/docker: can't read superblock on /dev/loop2.



    took a bit to find

    https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file
     
  11. Mainfrezzer's post in parity check with errors was marked as the answer   
    yeah, because they only got corrected now, the next one doesnt have them anymore.

     
    Jan 10 19:03:28 kernel: md: recovery thread: Q corrected, sector=1565565768 Jan 10 19:03:28 kernel: md: recovery thread: Q corrected, sector=1565565776 Jan 10 19:03:28 kernel: md: recovery thread: Q corrected, sector=1565565784 Jan 10 19:03:28 kernel: md: recovery thread: Q corrected, sector=1565565792 Jan 10 19:03:28 kernel: md: recovery thread: Q corrected, sector=1565565800  
  12. Mainfrezzer's post in Your server has run out of memory.... was marked as the answer   
    your torrent client (qbittorrent-nox) looks like it its having a fun time with ram usage. Limit its ram allowance so it gets killed before the server runs out of ram or have a look at another solution.
  13. Mainfrezzer's post in PCI Error in Logs was marked as the answer   
    Das wird an den ASM1166 liegen die mit powertop auf auto gestellt wurden.

    Hab deshalb extra "echo on | tee /sys/bus/pci/devices/0000:01:00.0/power/control" (Wobei die 1:00.0 halt angepasst werden muss, mit dem auf dem eigenen System passend) in die Go-Datei gesetzt, damit das Ding anbleibt.
  14. Mainfrezzer's post in Unraid, Pihole, a port already in use, and Dockers with their own MAC address was marked as the answer   
    Change your docker settings to macvlan. Settings -> Docker -> Advanced View (top right)


     
    then you can give docker container custom macs with "--mac-address 02:42:C0:B8:C5:07" for example in the "Extra Parameters" line within the docker edit page
  15. Mainfrezzer's post in 6.12.6 - Docker Issues and Unresponsive WebGUI was marked as the answer   
    You have some call traces that would let me to recommend you to run a memtest. 
  16. Mainfrezzer's post in Docker container starting even though autostart is off was marked as the answer   
    I wonder why😄
  17. Mainfrezzer's post in Device is disabled, Contents Emulated - V 6.12.13 was marked as the answer   
    Well its a usb drive and it dropped offline.
     
    Nov 18 07:58:39 unraid kernel: usb 2-1.1.2: reset SuperSpeed Plus Gen 2x1 USB device number 6 using xhci_hcd since then its spamming the log with errors

    and then it dropped again
     
    Nov 18 07:58:40 unraid kernel: usb 2-1.1.2: reset SuperSpeed Plus Gen 2x1 USB device number 6 using xhci_hcd  rinse and repeat

    Only recommendation is to not use usb drives because of the unreliability
  18. Mainfrezzer's post in Wie schiebe ich unraid einen LAN Treiber unter? (RTL 8126 5GbLan RJ45 PCIe x1) was marked as the answer   
    Für welche Unraid Version?
    Edit
    Also, 8126 sollte im Appstore drin sein, wird mir auf jeden Fall angezeigt

    https://github.com/jinlife/unraid-r8125-r8152-driver


    Treiber for 6.12.14 6.12.14.zip
     
    6.12.13 6.12.13.zip
     
    6.12.4 6.12.4.zip
    Die 6.12.4 ist ne Frankensteinversion. Kann funktionieren, muss aber nicht^^
  19. Mainfrezzer's post in VM via Wireguard mit pfsense verbinden was marked as the answer   
    Ich hab mich jetzt mal mit Homeassistant beschäftigt, was eine Folter.


    Die Unraid-Variante ist einfacher

    einmal die .xml irgendwo, am besten unter /tmp erstellen.
     
    <network> <name>virtbr10</name> <bridge name="virbr10"/> <forward mode="nat" dev="wg0"/> <ip address="10.0.20.1" netmask="255.255.255.0"> <dhcp> <range start="10.0.20.2" end="10.0.20.254"/> </dhcp> </ip> </network> (kann natürlich und eventuell muss abgeändert werden damit das Wireguard-Interface für Dockercontainer, bei mir wg0, stimmt)

    virsh net-define PFAD/ZUR/XML
    virsh net-start virtbr10
    virsh net-autostart virtbr10

    Dann hat man unter der VM die Auswahlmöglichkeit virbr10 zu nehmen, welches die VPN Verbindung ist.


    EDIT:
    Ganz vergessen.
    In der Go-Datei oder sonstwo muss dann noch
     
    ip route add default dev wg0 table 100 ip rule add prio 100 iif virbr10 table 100 Eingebracht werden, sonst hat das Interface keine Verbindung.
  20. Mainfrezzer's post in Nextcloud AIO - Increasing PHP Memory Limit was marked as the answer   
    You did a little mistake which is mentioned on the page.

     
    So =1GB is wrong. =1024M should do the trick^^
  21. Mainfrezzer's post in Plex transcoding failure - No VA display found was marked as the answer   
    I would try passing a device instead of a path 😉
  22. Mainfrezzer's post in Intel iGPU Not Detected was marked as the answer   
    You seem to be out of luck, a quick google search suggested that you cannot enable the integrated Intel GPU on that Platform.

    ‎https://www.dell.com/community/en/conversations/poweredge-hardware-general/poweredge-t340-unable-to-access-intel-integrated-uhd-p630-video-gpu-on-xeon-e-2126g/647f80d2f4ccf8a8def83eec
  23. Mainfrezzer's post in VPN Docker Plex, freigabe ins Internet was marked as the answer   
    Den MTU, vom Wireguard interface, beim 1&1-Server von 1500 auf 1420 runtersetzen und bei Unraid könnte man 1384 angeben.
  24. Mainfrezzer's post in Postgresql14 appdata directory keeps changing ownership and permissions was marked as the answer   
    You can work around it/"fix it" with https://hub.docker.com/_/postgres at the bottom of the page.
  25. Mainfrezzer's post in Frizubox doesn't recognize IPs from containers was marked as the answer   
    Youre probably using IPVLAN as Docker network, that doesnt work with Fritzbox. You need to use either the Macvlan work around  OR if youre on 6.12.11 you can just switch to macvlan in docker as the bug should be fixed

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.