-
Unraid 7 Beta 2 Crashes
-
Unraid 7 Beta 2 Crashes
Nice catch Kasm was the culprit. I found it was using 443/tcp even though that is not specified in compose. Maybe it is colliding with nginx or something.
-
Unraid 7 Beta 2 Crashes
Need some help determining what is crashing my server. Before beta 2 I haven't had a crash in a really long time. Today there has been two, the server is still online and accessible but docker is not accessible but service is running. trying to shutdown/reboot freezes on unmounting storage and have to hard power down. When it comes back up parity check kicks off. adm-diagnostics-20240718-2220.zip
-
Wazuh agent install on Unraid
Thanks Anna! Just some useful notes for those of you going to do this. Guide to install Slackware 15 in VM (It's sketchy lol) https://linuxiac.com/install-slackware-linux/ On VM: curl -Ls https://github.com/wazuh/wazuh/archive/v4.8.0.tar.gz | tar zx cd wazuh-4.8.0 ./install.sh tar will preserve ownership/permissions zip will not so use tar. Delete client.keys it will create a new one. Works like a charm
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Nerd Tools doesnt work either, I am guessing openssl11 is missing from Unraid 7. Other applications are broken as well that require older openssl. Troubleshooting this lead me to this thread and un-get which is perfect for what I need. Thanks for creating it!
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
anyone having python, pip issues after installing Unraid 7 grab this install: https://slackware.uk/slackware/slackware64-current/slackware64/n/openssl11-1.1.1w-x86_64-1.txz and drop it in /boot/extra and reboot.
-
[PLUG-IN] NerdTools
anyone having ssl, pip, mktorrent etc issues after installing Unraid 7 grab this install: https://slackware.uk/slackware/slackware64-current/slackware64/n/openssl11-1.1.1w-x86_64-1.txz and drop it in /boot/extra and reboot.
-
Passwordless SSH login
I know this is an old thread but in case this helps anyone else. I didn't want to overwrite /etc/ssh/sshd_config in case there are any changes etc. So I just sed the two settings that turn off passwords and only allow keys. sed -i -e 's/#PasswordAuthentication yes/PasswordAuthentication no/g ; s/#KbdInteractiveAuthentication yes/KbdInteractiveAuthentication no/g' /etc/ssh/sshd_config /etc/rc.d/rc.sshd restart
-
Firefox Sync Server
chown -R 1001:1001 /mnt/user/appdata/ff-syncserver
-
How to update ALLOWED_ORIGINS
yeah this feature available yet?
-
[Support] Linuxserver.io - Radarr
Was looking for a way to bulk delete exclusions in Radarr and did not find anything. I was able to figure it out going right into the database without having to stop the container. List Exclusions sqlite3 /mnt/user/appdata/radarr/radarr.db 'select * from ImportExclusions' Delete Exclusions sqlite3 /mnt/user/appdata/radarr/radarr.db 'delete from ImportExclusions' Just refresh Radarr once you delete.
meunraid
Members
-
Joined
-
Last visited