1832688 Members
2807 Online
110043 Solutions
New Discussion

Failure swinstall

 
Ralf Buchhold
Regular Advisor

Failure swinstall

Hello
I can´t install:
swinstall -f /tmp/DP_A0500_UX11x.sd_depot
because of the following error:
ERROR: Could not read input file
"/cdrom/DP-DEPOT/DP_A0500_UX11x.sd_depot".
ERROR: Command line parsing failed.
But I can copy the file. no i/o error !
Thanks
Ra
3 REPLIES 3
Denver Osborn
Honored Contributor

Re: Failure swinstall

You need to use an "-s" and not "-f" to specify the source...

swinstall -s /tmp/DP_A0500_UX11x.sd_depot

Hope this helps,
-denver
Pete Randall
Outstanding Contributor

Re: Failure swinstall

Ralph,

Did you really use "-f"? I think what you meant to do was "-s".


Pete

Pete
Daniel Galante
Occasional Advisor

Re: Failure swinstall

It's a sintax error. Change "-f" by "-s" like this:

swinstall -s /tmp/DP_A0500_UX11x.sd_depot

Att.


Daniel Galante