Reply To: Stream to a remote iTunes

#12955
Iris
Participant

Well, of course nothing goes smoothly.

As far as I could tell I had neither Dropbear or OpenSSH installed on the NAS. No problem, however, it seems that trying to install add’l packages never goes smoothly. For instance, ipkg install OpenSSH yields:

# ipkg install openssh
Installing openssh (4.7p1-1) to root...
Downloading http://ftp.osuosl.org/pub/nslu2/feeds/optware/mss/cross/unstable/ope nssh_4.7p1-1_mipsel.ipk
Configuring openssh

Generating RSA Key...
/opt/bin/ssh-keygen: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
Generating RSA Key...
/opt/bin/ssh-keygen: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
Generating DSA Key...
/opt/bin/ssh-keygen: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
mkdir: Cannot create directory `/root': Operation not permitted
Fixing permissions on the /tmp directory...
killall: sshd: no process killed
/opt/sbin/sshd: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
postinst script returned status 127
ERROR: openssh.postinst returned 127

That’s the problem sometimes with following a “How To” verbatim. One may get whatever their working on to run without fully understanding what’s happening then one get these errors and your hooped!

I guess I’ll be reading… reading…

Iris 🙄