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.

ejf513

Members
  • Joined

  • Last visited

  1. For your threadfin template I think you need to update the WebGUI in the advanced tab to: http://[IP]:[PORT:34400]/web/ Without the /web/ at the end it goes to an info screen, not the GUI. Thanks for setting it up!
  2. I have the same error on 6.12.6. Did you solve it?
  3. My system log is filled with this message (every minute): crond[1489]: exit status 255 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null I can't figure out what is causing it. I had a number of dynamix plugins but I've remove all of them except for Dynamix File Manager. Currently running 6.12.4. I can't say whether this was happening on 6.11 because I never looked at the log. Any thought would be appreciated!
  4. Sorry, I thought it was included in the diagnostics. syslog-192.168.50.124.log
  5. System froze and became unreachable ~12 noon today. Syslog server was enabled and logs attached. (took me a month to figure how to properly enable syslog server!) Thanks for your help! felsunraid-syslog-20231102-2055.zip
  6. Done. Awaiting a crash. Do I need to be concerned about the errors I found? Thanks!
  7. Hello, Running Unraid 6.12.4, I am having frequent system crashes. The whole server freezes and is accessible and requires a hard reset. I just made a change to my Kopia container to limit how much memory it uses, so hoping that fixed it. I also notice the following entry in syslog every minute: crond[1457]: exit status 255 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null I also found this error on reboot: kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT4._GTF.DSSP], AE_NOT_FOUND (20220331/psargs-330) Does anyone have any insight as to what these errors mean? Thank you so much for your help! felsunraid-diagnostics-20231005-1353.zip
  8. I am getting an error since the latest update. This comes as an email alert to me every morning. Subject: cron for user root /usr/bin/run-parts /etc/cron.daily 1> /dev/null Message: error: Ignoring tailscale because the file owner is wrong (should be root or user with uid 0). Unraid 6.12.1 Tailscale Plugin: 2023.07.09b Any ideas would be appreciated! Thanks!
  9. Looks good. Not sure what happened, but thank you for the help!
  10. Not sure what changed, but now I can access the GUI from my laptop! Not sure why it boots in "headless mode" and won't give my an option for GUI mode, but I assume that is unrelated. root@Margate:~# cat /etc/nginx/conf.d/servers.conf # # Listen on local socket for nchan publishers # server { listen unix:/var/run/nginx.socket default_server; location ~ /pub/(.*)$ { nchan_publisher; nchan_channel_id "$1"; nchan_message_buffer_length $arg_buffer_length; } location ~ /nchan_stub_status$ { nchan_stub_status; } } # # Always accept http requests from localhost # ex: http://localhost # ex: http://127.0.0.1 # ex: http://[::1] # server { listen 127.0.0.1:80; # lo listen 127.0.0.1:3443; # lo listen [::1]:80; # lo listen [::1]:3443; # lo # include /etc/nginx/conf.d/locations.conf; } # # Port settings for http protocol # ex: http://tower (IP address resolved via NetBIOS) # ex: http://tower.local (IP address resolved via mDNS) # ex: http://192.168.1.100 # ex: http://[::ffff:192.168.1.100] # server { listen 192.168.12.143:80 default_server; # br0 listen 10.253.0.1:80 default_server; # wg0 listen 100.111.171.68:80 default_server; # tailscale1 listen [fd7a:115c:a1e0:ab12:4843:cd96:626f:ab44]:80 default_server; # tailscale1 # location ~ /wsproxy/80/ { return 403; } include /etc/nginx/conf.d/locations.conf; } # # Return 404 (Not Found) as default ssl action # server { listen 192.168.12.143:3443 ssl http2 default_server; # br0 listen 10.253.0.1:3443 ssl http2 default_server; # wg0 listen 100.111.171.68:3443 ssl http2 default_server; # tailscale1 listen [fd7a:115c:a1e0:ab12:4843:cd96:626f:ab44]:3443 ssl http2 default_server; # tailscale1 # Ok to use concatenated pem files; nginx will do the right thing. ssl_certificate /boot/config/ssl/certs/Margate_unraid_bundle.pem; ssl_certificate_key /boot/config/ssl/certs/Margate_unraid_bundle.pem; ssl_trusted_certificate /boot/config/ssl/certs/Margate_unraid_bundle.pem; # # OCSP stapling ssl_stapling off; ssl_stapling_verify off; return 404; } # # Port settings for https using CA-signed cert # ex: https://lan-ip.hash.myunraid.net # ex: https://hash.unraid.net # server { listen 192.168.12.143:3443 ssl http2; # br0 listen 10.253.0.1:3443 ssl http2; # wg0 listen 100.111.171.68:3443 ssl http2; # tailscale1 listen [fd7a:115c:a1e0:ab12:4843:cd96:626f:ab44]:3443 ssl http2; # tailscale1 server_name 192-168-12-143.hash.myunraid.net 10-253-0-1.hash.myunraid.net 100-111-171-68.hash.myunraid.net fd7a-115c-a1e0-ab12-4843-cd96-626f-ab44.hash.myunraid.net; # Ok to use concatenated pem files; nginx will do the right thing. ssl_certificate /boot/config/ssl/certs/certificate_bundle.pem; ssl_certificate_key /boot/config/ssl/certs/certificate_bundle.pem; ssl_trusted_certificate /boot/config/ssl/certs/certificate_bundle.pem; # # OCSP stapling ssl_stapling on; ssl_stapling_verify on; # location ~ /wsproxy/3443/ { return 403; } include /etc/nginx/conf.d/locations.conf;
  11. Is there something I type to capture it to a text file? I am accessing it from command line on an attached monitor, not from my computer.
  12. I updated from 6.11 to 6.12.1. I cannot access the GUI. I connected my server to a monitor. It boots in "headless mode" and does not let me select option for GUI. I created a diagnostic log from the command line. Thank you for your help!!! margate-diagnostics-20230626-1607.zip
  13. Thank you so much! The Windows VM is there but is not running. I previously had Nerdpack but I removed it a while back when I saw that it was going to be supported anymore. Perhaps the uninstall was not complete? I'll have to check out top. The memory use graph on the dashboard always sits ~40% - maybe that isn;t accurate?
  14. Just to add, I am currently running 6.11, but this also was occuring with 6.10 . I do see a this memory error list in the syslog , but I do not understand what it is telling me. Sep 30 09:07:53 FelsUnraid kernel: CPU: 0 PID: 22798 Comm: unraid-api Tainted: P O 5.19.9-Unraid #1 Sep 30 09:07:53 FelsUnraid kernel: Hardware name: ASUS All Series/B85M-G PLUS, BIOS 0402 05/14/2015 Sep 30 09:07:53 FelsUnraid kernel: Call Trace: Sep 30 09:07:53 FelsUnraid kernel: <TASK> Sep 30 09:07:53 FelsUnraid kernel: dump_stack_lvl+0x44/0x5c Sep 30 09:07:53 FelsUnraid kernel: dump_header+0x4a/0x1ff Sep 30 09:07:53 FelsUnraid kernel: oom_kill_process+0x80/0x111 Sep 30 09:07:53 FelsUnraid kernel: out_of_memory+0x3e8/0x41a Sep 30 09:07:53 FelsUnraid kernel: __alloc_pages_slowpath.constprop.0+0x6c8/0x8b9 Sep 30 09:07:53 FelsUnraid kernel: __alloc_pages+0x132/0x1e8 Sep 30 09:07:53 FelsUnraid kernel: __folio_alloc+0x15/0x36 Sep 30 09:07:53 FelsUnraid kernel: vma_alloc_folio+0x170/0x18e Sep 30 09:07:53 FelsUnraid kernel: alloc_page_vma+0x10/0x15 Sep 30 09:07:53 FelsUnraid kernel: __handle_mm_fault+0x7de/0xc7d Sep 30 09:07:53 FelsUnraid kernel: handle_mm_fault+0x113/0x1d7 Sep 30 09:07:53 FelsUnraid kernel: do_user_addr_fault+0x36a/0x514 Sep 30 09:07:53 FelsUnraid kernel: exc_page_fault+0xfc/0x11e Sep 30 09:07:53 FelsUnraid kernel: asm_exc_page_fault+0x22/0x30 Any tips to get my pointed in the right direction would be greatly appreciated!!!
  15. Hello, About every 1-2 weeks I get an out of memory error. I fix it by rebooting the system. Attached are my logs after the error was detected and before I rebooted. Thank you in advance for helping!felsunraid-diagnostics-20221002-0655.zip

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.