Your tar command below doesn't include any commands for uncompressing your images. Is it possible that they are not compressed? On some systems you can do a "file ssh.lrp" to tell you what it thinks it is. Where did you get these packages?
tar xvf vs tar xvzf Bill Suetholz ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 2:15 PM Subject: [leaf-user] lrpkg -i sshd.lrp failing with following error: "Installing ssh ... tar: Invalid gzip magic" > Hi All, > > I am getting the following error when I try to install any of the ssh > components: > > > "Installing ssh ... tar: Invalid gzip magic" > > ---<snip>-------------- > > # lrpkg -i libz > Installing ssh ... tar: Invalid gzip magic > Done. > > > #lrpkg -i sshd > Installing ssh ... tar: Invalid gzip magic > Done. > > #lrpkg -i sshkey > Installing ssh ... tar: Invalid gzip magic > Done. > > > This seems to be an issue with the tar executible with the installation. > It is BusyBox v0.60.3 (2002.09.22-16:57+0000) multi-call binary > > I have researched the files: libz.lrp, sshd.lrp, sshkey.lrp on another > linux box running 7.2 and > am able to untar them with no issue: > > -----<snip>------------- > [EMAIL PROTECTED] tmp]# tar -xvf sshd.lrp > ./ > ./usr/ > ./usr/sbin/ > ./usr/sbin/sshd > ./usr/bin/ > ./usr/bin/scp > ./etc/ > ./etc/ssh/ > ./etc/ssh/sshd_config > ./etc/ssh/ssh_config > ./etc/ssh/moduli > ./etc/init.d/ > ./etc/init.d/sshd > ./var/ > ./var/lib/ > ./var/lib/lrpkg/ > ./var/lib/lrpkg/sshd.conf > ./var/lib/lrpkg/sshd.help > ./var/lib/lrpkg/sshd.list > ./var/lib/lrpkg/sshd.version > [EMAIL PROTECTED] tmp]# tar -xvf libz.lrp > lib/libz.so > lib/libz.so.1 > lib/libz.so.1.1.4 > var/lib/lrpkg/libz.help > var/lib/lrpkg/libz.list > var/lib/lrpkg/libz.version > [EMAIL PROTECTED] tmp]# tar -xvf sshkey.lrp > ./ > ./usr/ > ./usr/bin/ > ./usr/bin/ssh-keygen > ./usr/bin/makekey > ./var/ > ./var/lib/ > ./var/lib/lrpkg/ > ./var/lib/lrpkg/sshkey.help > ./var/lib/lrpkg/sshkey.list > ./var/lib/lrpkg/sshkey.version > [EMAIL PROTECTED] tmp]# > > > Has anyone seen this before? > Does anyone have a suggestion? > > What should I do next? > > Please advise. > > Any help is greatly appreciated. > > > Thanks! > > -paul > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > ------------------------------------------------------------------------ > leaf-user mailing list: [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/leaf-user > SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html > ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
