On Thu, Feb 12, 2009 at 06:46:00PM +0100, Jan Hlodan wrote:

> Hi Danek,
>
> thanks for reply.
> I am afraid that I don't know how to find corrupted manifest.
>
> ggrep -R "ris.org$" /var/pkg/pkg
>
> gives me pretty long output. It seems to be ok.

Yeah.  I don't see anything there.  I forgot about all the noise you'd see
there even in good manifests; sorry about that.

> I don't understand how you mean  this second (faster) option.
> Can you explain it little bit more?

The command that's failing is "pkg rebuild-index".  So run

    truss pkg rebuild-index

and, close to the end of the output, you should see it trying to open a
manifest file.  You might run

    truss -t open pkg rebuild-index

to see just the open calls; that ought to be enough to figure out what file
is the problematic one.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to