Sally-san Posted November 25, 2022 Posted November 25, 2022 (edited) So my unraid server lost power due to a power cut. I can connect to the SMB shares so I think that means the array is atleast starting. But the web ui isnt connecting as well as the docker containers and plex can't connect either. I've also connected a keyboard mouse and screen to the unraid server, launched in gui mode. And Linux launched but it says unable to connect to localhost in the browser Edited November 25, 2022 by Sally-san Extra infomation Quote
JorgeB Posted November 25, 2022 Posted November 25, 2022 Please post the diagnostics, you can get them from the console. Quote
Sally-san Posted November 25, 2022 Author Posted November 25, 2022 Yeah sorry i just figured out how to get the diagnostics, without the web gui tower-diagnostics-20221125-1159.zip Quote
Solution JorgeB Posted November 25, 2022 Solution Posted November 25, 2022 Your go file is incomplete, add to the beginning: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & And reboot Quote
Sally-san Posted November 25, 2022 Author Posted November 25, 2022 So that didnt work. I'm not sure if I edited the right file. I edited /boot/config/go The file now looks like this #!/bin/bash # Start the Management Utility /user/local/sbin/emhttp & #Adjusting ARC memory usage (limit 1GB) echo 8589934592 >> /sys/module/zfs/parameters/zfs_arc_max I've attached updated logs tower-diagnostics-20221125-1242.zip Quote
JorgeB Posted November 25, 2022 Posted November 25, 2022 Look like it's not correct since it's removing that line from the diags and emttp is still not starting, extract the default go file from a download zip and use that one. Quote
Sally-san Posted November 25, 2022 Author Posted November 25, 2022 I misspelt "usr" as "user" in the go file. Its fixed, I'm so happy I could kiss you thank you for the help 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.