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 "Cache pool BTRFS missing device" notification but everything looks ok was marked as the answer   
    Its a weird and very rare quirk of one of the gui check scripts that can ocasionally happen when the array/pool start and it takes a tat too long while the drives are being decrypted.

    Nothing to worry about.

    Havent seen that in a couple versions, as it was spoken about in the past so interesting to know its still happening.


    Edit:

    I found it!

    https://forums.unraid.net/topic/195209-unraid-os-version-721-available/#findComment-1591570
  2. Mainfrezzer's post in cryptsetup luksHeaderBackup /dev/sdq1 >>> Device /dev/sdq1 does not exist or access denied. was marked as the answer   
    wrong devices, you backup the md*p1 devices
  3. Mainfrezzer's post in How to reset Unraid Dashboard (7.1.4) was marked as the answer   
    delete the dashboard_setting.json on your flashdrive. its in /boot/config/
  4. Mainfrezzer's post in Persistent Docker Container Configuration was marked as the answer   
  5. Mainfrezzer's post in Weird Display Issues in Unraid GUI was marked as the answer   
    That issue is caused by using listing height fixed with unraid connect (or just having beta.3, which also gives you the perk of having a wonky Pluging page and a broken VM page).

    Will hopefully be fixed soon.


    Edit:

    Heres a screenshot where to find it


  6. Mainfrezzer's post in Unraid Nginx can’t access Docker container on br0 was marked as the answer   
    set that to enabled
  7. Mainfrezzer's post in Mainfrezzer's CopyParty docker question was marked as the answer   
    You have to place the .conf file in /mnt/user/appdata/copyparty like this


    The whole program is extensive and i only dabbled with it a tiny bit



    [global]
    p: 3923 # listen on ports 8086 and 3939
    e2dsa # enable file indexing and filesystem scanning
    e2ts # and enable multimedia indexing
    z, qr # and zeroconf and qrcode (you can comma-separate arguments)
    # create users:
    [accounts]
    test: 123 # username: password
    # create volumes:
    [/w] # create a volume at "/" (the webroot), which will
    . # share the contents of "." (the current directory)
    accs:
    r: * # everyone gets read-access, but
    rw: test # the user "ed" gets read-write
    Thats a very basic config as example
  8. Mainfrezzer's post in Probleme nach Update auf 7.1.2 - nur Safemode, kein Netzwerk was marked as the answer   
    Der NIC verliert andauernd die Verbindung so wies aussieht.

    Es ist definitiv ein Versuch wert das EEE Zeugs in der go file zu deaktivieren und dann zu gucken wie es sich verhält. Das EEE hatte zumindest bei mir schon seit der Beta Probleme verursacht mit dem neuen Kernel.


    Edit: Der Intel GPU Call Trace ist schon etwas wilder
  9. Mainfrezzer's post in Docker containers not updating / can't install. was marked as the answer   
    you probably logged into ghcr.io with docker at some point and the token ran out/permissions arent right.

     
    docker logout ghcr.io  
  10. Mainfrezzer's post in Laufende-Container stürzen ab und wollen sich selbst löschen was marked as the answer   
    Der ZFS Treiber für Docker wird nicht empfohlen weil das Probleme verursachen kann. Overlay2 sollte das zumindest verhindern. https://docs.unraid.net/unraid-os/release-notes/7.0.0/#add-support-for-overlay2-storage-driver
    (besonders wenn diese shares auf xfs schreiben dürfen)
    Davon abgesehen, wurde die Konfiguration von dem System Share vermurkst und existiert 2x, einmal als system.cfg und System.cfg. Löschen und neu speichern um das zu beheben. 

  11. Mainfrezzer's post in Wifi support was marked as the answer   
    Wifi support will come soon based on the work done 
  12. Mainfrezzer's post in Edited /etc/profile and now can't access terminal was marked as the answer   
    I would say, you fucked around and found out.

    Reboot will fix that, unless you actually put that in your go file, then remove that line via the webgui or worst case by pluggin the usb into another pc to edit it out
  13. Mainfrezzer's post in Parity-Check very slow ( 49.3 MB/sec) for 500GB (Diagnostics Attached) was marked as the answer   
    Its as fast as the slowest disk is, if my memory serves me well, the 1 TB you use should absolutely fall in that speed that you observe, especially once you reach the end of the platter. If im not mistaken now, you should be about to reach the 1TB threshold, once that it is cleared, it should get faster since that drive does not contain any data to be tracked (if nothing is using the array at the same time)
  14. Mainfrezzer's post in VM LVT CPU error was marked as the answer   
    Ich glaub es heißt da abwarten und Tee trinken, obwohl nen Downgrade auch möglich wäre um zu gucken ob es genau der selbe Bug ist
    https://gitlab.com/qemu-project/qemu/-/issues/2571

     
  15. Mainfrezzer's post in SSH tunneling port 443 was marked as the answer   
    yes, (for the gui mode mainly)
  16. Mainfrezzer's post in /var/log at 89% after 34 days uptime was marked as the answer   
    upgrade to 7.0.1, that should resolve your issue
     
     
  17. Mainfrezzer's post in Docker in bridge move as custom network br0 changing unraid static IP in router was marked as the answer   
    try macvlan instead of ipvlan in the docker settings. seems like your router doesnt like mac addresses with multiple ips.
  18. Mainfrezzer's post in Changing SSH Port? was marked as the answer   
    Have you ever tried to open the "Settings" page and going to "Management Access"?
  19. Mainfrezzer's post in Missing br0 network with UNRAID 7.0.1 was marked as the answer   
    This is getting really strange. At this point it might be easier to recreate the docker image

    If you stop docker and start it again. Grab the output from the syslog after 
    rc.docker: Docker daemon...  Started.
    rc.docker: Starting network...


    and if there is a message with "is already using parent interface br0" again

    take the name, thats displayed, in the syslog message. As it was "network di-b3c2cf3baf6e" before and then type "docker network rm b3c2cf3baf6e"

    obviously, you need to change it for whatever its gonna display in the syslog.
  20. Mainfrezzer's post in Eigenen Docker Container erstellen mit Unraid was marked as the answer   
    Schritt 1. Bau den Container
    (Folgende Bilder sind nur exemplarisch)


    Wenn der Vorgang erfolgreich war


    gehts zu

    Schritt 2.
    (Das Template muss schon angepasst werden mit den Variablen die man selbst braucht, hier gehts nur ims Image)



    Speichern und dann sollte das Ergebnis ungefähr so aussehen

  21. Mainfrezzer's post in No Pre-Clear status in Unraid 7? was marked as the answer   
    Reading the changelog sometimes does wonders

     
    Go on Tools and then on Preclear Disk (url would be serverip/Tools/Preclear)
  22. Mainfrezzer's post in Umstellung auf macvlan was marked as the answer   
    Docker Service stoppen und dann einfach auf macvlan umstellen.
  23. Mainfrezzer's post in Problems with installing new docker container was marked as the answer   
    Remove the mapping that is pointing to /etc. thats fucking it up

    this one

     
    -v '/mnt/user/appdata/lms/config/':'/etc/':'ro'

    I have no clue for what its needed BUT if its important, change the read-only to read-write

     
    -v '/mnt/user/appdata/lms/config/':'/etc/':'rw'  
  24. Mainfrezzer's post in Setup NGINX Proxy Host to Access UnRaid Now Some GUI Elements are Missing was marked as the answer   
    you have to enable websocket support


    Edit: In case you have no clue how to do that in nginx, this needs to be in there
     
    proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1;  
  25. Mainfrezzer's post in unraid usb creator - use custom not bootable was marked as the answer   
    1: ive no clue
    2: yes, you can also just copy paste the hole zip by hand and then subsequently run the "make_bootable.bat"

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.