Re: [OpenIndiana-discuss] Massive numbers of man files missing on 151a4

2012-05-06 Thread ramble1035 @dslextreme.com
I see lots of output from pkg fix, but it all seems to be
complaining about missing license files.  And there are 1216 files in
/usr/share/man/man1.

It looks like there's something else going on.

  -- C

(My system is a new install from distribution of 151a with immediate updates.)


On Sun, May 6, 2012 at 6:42 AM, Hans J. Albertsson
hans.j.alberts...@branneriet.se wrote:
 After updating to OI151a4 using updatemanager, I find most manual files in
 man1 missing!

 Is this my own faulty management practices, or has anyone else seen the
 same?

 pfexec pkg fix

 lists tons of missing man1 files

 ___
 OpenIndiana-discuss mailing list
 OpenIndiana-discuss@openindiana.org
 http://openindiana.org/mailman/listinfo/openindiana-discuss

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] pkg gets a python error?

2012-05-05 Thread ramble1035 @dslextreme.com
I did a little searching in the archives but didn't see this mentioned...

I just installed the latest distributed release of OI on an HP box (in
other words, downloaded the 151a distribution image, installed it, and
ran the upgrade manager).  All looks good.

Then I created a couple of zones and, intending to use one of them as
a web server, tried to install the AMP package in the zone.  According
to the docs, we're looking at full-root zones, and to add a package in
a zone, you login to the zone and add it.

Unfortunately, any pkg invocation gets an error with a missing library.


root@oihp-web:~# pkg list
Traceback (most recent call last):
  File /usr/bin/pkg, line 45, in module
import pkg.client.api as api
  File /usr/lib/python2.6/vendor-packages/pkg/client/api.py, line
34, in module
import pkg.client.image as image
  File /usr/lib/python2.6/vendor-packages/pkg/client/image.py, line
31, in module
import pkg.client.imageconfig   as imageconfig
  File /usr/lib/python2.6/vendor-packages/pkg/client/imageconfig.py,
line 16, in module
import pkg.client.publisher as publisher
  File /usr/lib/python2.6/vendor-packages/pkg/client/publisher.py,
line 24, in module
import pycurl
ImportError: ld.so.1: isapython2.6: fatal: libcurl.so.3: open failed:
No such file or directory


Obviously I could manually add the library, but - is this the only
thing missing?  Is this a known issue?  Is there a better workaround?

Thanks -

  -- Chris

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss