On 11/10/2010 14:17, James C. McPherson wrote:
On 11/10/10 08:24 PM, Enda O'Connor wrote:
Hi
What am I doing wrong here:
r...@kilcolgan:~# pkg install --be-name=snv_150
pkg:/database/mysql-50/connector/jdbc
pkg install: illegal option -- be-name
Usage:
pkg install [-nvq] [--accept] [--licenses] [--no-index] [--no-refresh]
[--deny-new-be | --require-new-be] [--be-name name]
pkg_fmri_pattern ...
r...@kilcolgan:~#
this is build 149. Both man page and help seem to indicate above is
correct, I can install the package to live BE no problem, just addign
--be-name=snv_149 fails.
If you use
pkg install --be-name snv_150 pkg:/database/mysql-50/connector/jdbc
does that fail, also? A close reading of the manpage does not
show "--be-name=NAME", just "--be-name NAME"
yes, but surely the --be-name is the same as the one I've used close on
a 100 times and it's "--be-name=snv_150" for instance.
dropping the = gives:
r...@kilcolgan:~# pkg install --be-name snv_150
pkg:/database/mysql-50/connector/jdbc
pkg: '' is not a valid boot environment name.
r...@kilcolgan:~#
I think --be-name does require = in it's usage. Although this is not
clear to me from reading usage and manpage, manpage does not have an
example say.
But either way fails, first way with = appears to be the one though.
Enda
James
--
Oracle
http://www.jmcp.homeunix.com/blog
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss