gadreel Posted Wednesday at 07:22 PM Share Posted Wednesday at 07:22 PM Hi, After a successful boot at the end you are prompt to login. For a year or so this has disappeared for me. The server boots just fine but why I do not see the login prompt. Anyone knows why? Quote Link to comment
ljm42 Posted Wednesday at 07:48 PM Share Posted Wednesday at 07:48 PM There may be some clues in your diagnostics, upload the full zip file (from Tools -> Diagnostics) Quote Link to comment
gadreel Posted Wednesday at 09:34 PM Author Share Posted Wednesday at 09:34 PM 1 hour ago, ljm42 said: There may be some clues in your diagnostics, upload the full zip file (from Tools -> Diagnostics) Attached. unraid-diagnostics-20230125-2333.zip Quote Link to comment
ljm42 Posted yesterday at 12:11 AM Share Posted yesterday at 12:11 AM Your config/go script has some old code for handling ssh, you should remove all of this: mkdir /root/.ssh cp /boot/config/ssh/* /root/.ssh/ cd /root/.ssh chmod 600 * #Copies all files needed for authorized ssh connections mkdir /root/.ssh cp /boot/config/ssh/* /root/.ssh/ cd /root/.ssh chmod 600 * /root/.ssh/ is a symlink to /boot/config/ssh/root/ so any files that you want to persist should be placed in /boot/config/ssh/root/ Nothing else stands out to me, I'd suggest installing the Fix Common Problems plugin and see if it highlights any issues. Quote Link to comment
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.