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.

[SOLVED] OpenSSH Not Auto Installing

Featured Replies

I have OpenSSH set to auto_install, but every time I boot my server (since upgrading to 5.0b6a), it does not start up.  I checked the System Log through WebGUI, and do not see anything related to SSH.  Anywhere else to check, or any suggestions?

 

Thanks

  • Author

Seems when I explicitly put 'sh /boot/packages/openssh....auto_install' in my go script, it starts up.  I wonder why the 'auto_install' find and execute command isn't picking it up? Strange..

  • Author

It appears when running the "auto_install" command in the go script, it sorts the libraries, and installs in that order.  OpenSSH depends on OpenSSL to be installed, but the OpenSSH library proceeds OpenSSL alphabetically.  I modified the first if condition to be:

 

if [ ! -f /usr/lib/libssl.so.0 ]
then
#install openssl dependency
installpkg openssl-solibs-0.9.8i-i486-1.tgz
#exit
fi 

 

Must comment out/remove 'exit', or else it'll exit the script before installing OpenSSH!

  • 2 weeks later...

Thanks for sharing this. I'm having the same issue. Not sure whether I understand your guidance on fixing this. I have included the following in my go script, but still no luck.

 

# Start openssh
if [ ! -f /usr/lib/libssl.so.0 ]
then
# Install openssl dependency
installpkg openssl-solibs-0.9.8i-i486-1.tgz
fi 
sh /boot/packages/openssh-5.1p1-i486-1.tgz.auto_install

 

I'm probably missing something obvious here, all pointers on how to get openssh working on a reboot are greatly appreciated!

 

  • Author

Hmm, that looks ok.  I modified the openssh auto_install script, but I don't think it should matter.  Is that before or after the 'go' script runs the "auto_install" line?  Try modifying your openssh auto_install script like I did, and just let the go script run that one line installing all 'auto_install' packages.

Thank you, thank you! Changing the auto_install script did the trick.

  • 3 years later...

I had this exact same issue and got lucky to find this thread which helped solve my problem!

 

Thanks you guys!

Archived

This topic is now archived and is closed to further replies.

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.