joelle wrote:
> Hello,
>
> I am downloaded the SXDE appliance for Parallels running on a MAC. For some
> reason tar does not work. I am getting the following error messages:
>
> bash: tar -x --bzip2 -f xulrunner-18.1.4-source.tar.bz2
> tar: /dev/rmt/0: No such file or directory
>
Tar's command line syntax is weird. And, I'm not sure --bzip2 is
supported by Sun tar (I don't think it is... looks like a GNU tar
extension to me.) Its probably a parse error. I'd try this command
instead:
bzip2 -dc xulrunner-18.1.4-source.tar.bz2 | tar xvf -
That will probably work better.
-- Garrett
> When I list what is in /dev/rmt their is nothing. Any suggestions?
>
> Regards,
> joelle
>
>
> This message posted from opensolaris.org
> _______________________________________________
> desktop-discuss mailing list
> desktop-discuss at opensolaris.org
>