Hi Glenn, I tried what you suggested and it nearly worked:
~$ pfexec pkg install pkg:/sunstudio12u1 at 12.1,5.11-0.101 DOWNLOAD PKGS FILES XFER (MB) Completed 17/17 9614/9614 319.36/319.36 PHASE ACTIONS Install Phase 15697/15697 pkg: installation failed: Subprocess (('/usr/bin/svcprop', '-c', 'svc:/application/desktop-cache/gconf-cache:default')) non-zero exit code: ["svcprop: Pattern 'svc:/application/desktop-cache/gconf-cache:default' doesn't match any entities\n"] Do you know what the last message is all about? We could establish that there seems to be an installation issue on our server (I am no expert, I am no system administrator). Apparently, it is ran as a zone and the version returned by uname -a (111b) does not match the installed packages (101). I am starting to think that we may need someone to re-install that system properly. Thanks, JVerstry Glenn Lagasse wrote: > * J?r?me Verstrynge (jverstry at gmail.com) wrote: > >> Here it is, I just tried again: >> >> pfexec pkg install pkg:/sunstudio12u1 at 12.1-0.101 >> > > That doesn't look right to me. If I go to pkg.opensolaris.org/release > and search for sunstudio12u1 (all versions) I see: > > sunstudio12u1 at 12.1,5.11-0.101:20090619T160708Z > sunstudio12u1 at 12.1,5.11-0.111:20090617T225413Z > > http://pkg.opensolaris.org/release/en/advanced_search.shtml?token=sunstudio12u1&show=p&sav=1&rpp=50&v=&action=Advanced+Search > > I think what you want to specify is: > > pfexec pkg install pkg:/sunstudio12u1 at 12.1,5.11-0.101 > > Cheers, > >