> I'm not specifying the retrieval protocol. Perhaps > try taking that > out? Also, I'm using the package datastream format > (see pkgtrans(1)) > rather than a directory. Maybe something to try.
There are two documented ways to specify the remote location: package package_name add nfs server_name:/path [retry n] package package_name add nfs://server_name:/path [retry n] the same applies for http: package package_name add http://server_name[:port] path optional_keywords package package_name add http server_name[:port] path optional_keywords so, it looks like it's working for you, but not working for me. That really stomps me. This message posted from opensolaris.org