November 25, 20223 yr 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, 20223 yr by Sally-san Extra infomation
November 25, 20223 yr Community Expert Please post the diagnostics, you can get them from the console.
November 25, 20223 yr Author Yeah sorry i just figured out how to get the diagnostics, without the web gui tower-diagnostics-20221125-1159.zip
November 25, 20223 yr Community Expert Solution Your go file is incomplete, add to the beginning: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & And reboot
November 25, 20223 yr Author 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
November 25, 20223 yr Community Expert 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.
November 25, 20223 yr Author I misspelt "usr" as "user" in the go file. Its fixed, I'm so happy I could kiss you thank you for the help
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.