-
Unraid Randomly Hangs
No not done memtest... I initially thought it was a rclone One drive mount going crazy. Recently I changed the mount point to /mnt/remotes instead of /mnt/user/X But the hang issue persist.
-
Unraid Randomly Hangs
Attached are diasgnostics. tower-diagnostics-20210926-1129.zip
-
Unraid Randomly Hangs
My unraid server randomly hangs, sometimes in 3 days, sometimes after 7 days. Its very random. To make it work, I have off the mains and start power again. This will again and again trigger a parity check and it is very annoying. Just recently, I enabled syslog mirror to flash. I am attaching the syslog here for expert opinion. Please advise what shall I do to mitigate this. p/s : Pls check around 5am logs on 26th Sept, that is when the server crashed and I hard reboot it at 10.29am. syslog (1)
-
Stop and Start Array using User Scripts
- Stop and Start Array using User Scripts
I have some rclone mounts that need refreshing every day. To do this, I have to manually stop and start the array. How can I do this using userscript and cron? From the wiki, it looks complicated as stopping array requires to run multiple commands. How can I just simulate the same steps done by the webgui button when we hit Stop.- Unraid Random Hang and Parity Check after Reboot
Server ran for 3 days since I posted no issue. Today I did a reboot, and immediately after, parity check started. Reboot was done using Unraid GUI button. I have captured persistent logs on flash and uploaded to link below. Please help me check. https://we.tl/t-kOUk9pkidH tower-diagnostics-20210804-1912.ziphus2020 started following [Support] bashNinja - Dockers; Starbound, Pritunl, Demonsaw, etc. , Unraid Random Hang and Parity Check after Reboot , Wrongly Formatted unraid usb and 2 others- Unraid Random Hang and Parity Check after Reboot
Hi all, I have been having issues with my server lately, where it randomly just hangs, which cause Unraid web-gui to be non responsive, no smb share, no docker. The only way to rectify is to hit the reset button on my cpu. After reading over this forum, I had changed my C state settings in bios and also disabled VM Manager now. The issue is still persistent. Also, just 2 days back, another weird issue has started to happen - whenever I reboot the server, a parity check starts for no reason. Can anyone help to look into my diagnostic data and suggest what to do? tower-diagnostics-20210801-1150.zip- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Technically unraid takes eth0 as primary interface and creates bridge from it. In my docker setting however, I see that unraid automatically creates two bridge for the two seperate NIC. However for NIC2 unraid does not detect the gateway ip and it shows blank. That is why, whenever I swap my WAN to be on eth0 that domain name works, the wan that I tie to eth1 never works. I am not sure if this can be fixed by adding a static route between the two LAN gateways in UNRAID. Can anyone advice?- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi, first of all this is a fantastic docker and great work. Let me explain my situation. My unraid server has 2 nic and both connect to two seperate networks with 2 different isp, 2 different wan ips and seperate subnet. In unraid network setting I have eth0 for wan 1 and eth1 for wan2. I have installed 2 instance of this LE container and both are fetching certificates for two of my custom domains. These custom domains are pointing to my wan ip respectively. Both LE dockers are set to bridge mode. My issue is when I browse custom domain 1 it takes me to the right destination and reverse proxy work. Custom domain 2 does not take me to the destination and I get timed out message. When I swap wan 1 from eth0 to eth1 and wise versa in unraid network setting , my wan2 ip works and wan1 now don't work. Is it possible that the LE docker is hard-coded to only receive incoming connection on eth0 and not eth1?- [Support] Linuxserver.io - Nextcloud
Yes I was aware of the first post and the link to your guide. The issue was NC was throwing an error that it is major upgrade and it kept failing and staying in maintenance mode. I disable maintenance mode, updated from 13.0.0 to 13.0.6 (using gui update) and then followed your steps. It worked flawlessly. Thank you.- [Support] Linuxserver.io - Nextcloud
I need the update on this too. I am currently on 13.0.6 the last stable version of 13.x.x. Please advice how to upgrade to 14.0.0. If anyone has succeeded pls share the steps.- [Support] Djoss - Firefox
Hi, How do i access this through nginx reverse proxy. Using my standard reverse proxy conf I get to the main page, but stuck with the loading animation. Below is my nginx conf file: server { listen 443 ssl; server_name firefox.mydomain.com; #root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.1.100:7814/; proxy_max_temp_file_size 2048m; include /config/nginx/proxy.conf; } location ~ /.well-known { allow all; } }- [Support] bashNinja - Dockers; Starbound, Pritunl, Demonsaw, etc.
Hi, I pulled your pritunl docker image and manually installed it on Unraid. When I start the docker, the initialization process gets stuck. See the docker log as below: As for now, I cannot access the pritunl web gui. My /config is mapped to unraid appdata folder, and when I checked all the necessary files are created. I am on unraid 6.4 and running pritunl docker on br0 mode and setting a static ip for the docker to prevent port clashes with my openvpn-as docker. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 911 User gid: 911 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 10-config: executing... [cont-init.d] 10-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. No handlers could be found for logger "pyroute2.netlink.rtnl.tcmsg.common"- [Support] Linuxserver.io - Syncthing
Ok noted. I am updating to unraid 6.4 stable. Will delete and reinstall the linuxserver docker again and try it out. Hopefully it works this time.- [Support] Linuxserver.io - Syncthing
Hmm...Thats just surprising. As with any other docker, 99/100 permission allows me to browser through its appdata and the mounted shares. I did some further check, where I did a manual install of https://hub.docker.com/r/syncthing/syncthing/ docker, which is the official one I suppose. With this docker, the mounted share and the new file and folders created by syncthing are accessible and editable via windows SMB. I am testing all through the same array path and accessing on the same windows pc. What other issue can it be? Btw, is there any modification/optimization to linuxserver docker of syncthing compared to the official one? I just don't want to miss any features. Thank you. - Stop and Start Array using User Scripts
hus2020
Members
-
Joined
-
Last visited