Solutions
-
Mainfrezzer's post in "Cache pool BTRFS missing device" notification but everything looks ok was marked as the answerIts 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
-
Mainfrezzer's post in cryptsetup luksHeaderBackup /dev/sdq1 >>> Device /dev/sdq1 does not exist or access denied. was marked as the answerwrong devices, you backup the md*p1 devices
-
Mainfrezzer's post in How to reset Unraid Dashboard (7.1.4) was marked as the answerdelete the dashboard_setting.json on your flashdrive. its in /boot/config/
-
Mainfrezzer's post in Persistent Docker Container Configuration was marked as the answer
-
Mainfrezzer's post in Weird Display Issues in Unraid GUI was marked as the answerThat 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
-
Mainfrezzer's post in Unraid Nginx can’t access Docker container on br0 was marked as the answerset that to enabled
-
Mainfrezzer's post in Mainfrezzer's CopyParty docker question was marked as the answerYou 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
-
Mainfrezzer's post in Probleme nach Update auf 7.1.2 - nur Safemode, kein Netzwerk was marked as the answerDer 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
-
Mainfrezzer's post in Docker containers not updating / can't install. was marked as the answeryou probably logged into ghcr.io with docker at some point and the token ran out/permissions arent right.
docker logout ghcr.io
-
Mainfrezzer's post in Laufende-Container stürzen ab und wollen sich selbst löschen was marked as the answerDer 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.
-
Mainfrezzer's post in Wifi support was marked as the answerWifi support will come soon based on the work done
-
Mainfrezzer's post in Edited /etc/profile and now can't access terminal was marked as the answerI 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
-
Mainfrezzer's post in Parity-Check very slow ( 49.3 MB/sec) for 500GB (Diagnostics Attached) was marked as the answerIts 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)
-
Mainfrezzer's post in VM LVT CPU error was marked as the answerIch 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
-
Mainfrezzer's post in SSH tunneling port 443 was marked as the answeryes, (for the gui mode mainly)
-
Mainfrezzer's post in /var/log at 89% after 34 days uptime was marked as the answerupgrade to 7.0.1, that should resolve your issue
-
Mainfrezzer's post in Docker in bridge move as custom network br0 changing unraid static IP in router was marked as the answertry macvlan instead of ipvlan in the docker settings. seems like your router doesnt like mac addresses with multiple ips.
-
Mainfrezzer's post in Changing SSH Port? was marked as the answerHave you ever tried to open the "Settings" page and going to "Management Access"?
-
Mainfrezzer's post in Missing br0 network with UNRAID 7.0.1 was marked as the answerThis 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.
-
Mainfrezzer's post in Eigenen Docker Container erstellen mit Unraid was marked as the answerSchritt 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
-
Mainfrezzer's post in No Pre-Clear status in Unraid 7? was marked as the answerReading the changelog sometimes does wonders
Go on Tools and then on Preclear Disk (url would be serverip/Tools/Preclear)
-
Mainfrezzer's post in Umstellung auf macvlan was marked as the answerDocker Service stoppen und dann einfach auf macvlan umstellen.
-
Mainfrezzer's post in Problems with installing new docker container was marked as the answerRemove 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'
-
Mainfrezzer's post in Setup NGINX Proxy Host to Access UnRaid Now Some GUI Elements are Missing was marked as the answeryou 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;
-
Mainfrezzer's post in unraid usb creator - use custom not bootable was marked as the answer1: ive no clue
2: yes, you can also just copy paste the hole zip by hand and then subsequently run the "make_bootable.bat"