June 29, 201214 yr Dear all, I am using Unraid 5.0rc3 and Unmenu. I successfully installed openssh from the pkgmanager but upon restart the openssh appear as not installed. I need to follow the procedure from the pkgmanager in order to have SSh again. Please advice me what to do. BR.
June 29, 201214 yr If I recall correctly this is because openssh depends on openssl, but as the files are processed alphabetically the openssh install fails, because it installs before openssl. One way to get around this is to add a line to your go script that installs openssl prior to the automatic installation part of the go script. I don't currently have access to my unraid server so I can't give the exact commands for this unfortunately. Hope it helps
June 29, 201214 yr Author Thank you very much sharing this info. I would appreciate if you or someone else copy here the needed rows for solving this issue out. BR.
June 29, 201214 yr To install a package from the go file, use this: upgradepkg --install-new /boot/packages/nameofpackage Enter that before this line cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c
Archived
This topic is now archived and is closed to further replies.