* Dennis Clarke <[EMAIL PROTECTED]> [2008-02-20 22:35]:
> It may help to know that this is a pkg.depotd running on Solaris 10 that I
> back ported.
Huh. What version of Python do you end up using with that?
> So everything looks normal and healthy. But it hangs during upload.
>
> Oh .. one other thing .. search.pag looks insane in terms of size :
>
> # ls -lap
> total 572096
> drwxr-xr-x 7 root root 512 Feb 20 00:20 ./
> drwxr-xr-x 4 root root 512 Feb 20 00:19 ../
> drwxr-xr-x 2 root root 512 Feb 20 04:28 catalog/
> drwxr-xr-x 258 root root 3584 Feb 20 04:32 file/
> drwxr-xr-x 1554 root root 34816 Feb 20 22:15 pkg/
> -rw-r--r-- 1 root root 133353472 Feb 20 20:33 search.dir
> -rw-r--r-- 1 root root 1092409779200 Feb 20 20:33 search.pag
> drwxr-xr-x 9 root root 1024 Feb 20 22:14 trans/
> drwxr-xr-x 2 root root 512 Feb 20 20:00 updatelog/
>
> I really hope that is sparse because there isn't 1TB of space.
In the NOTES sections of dbm(3UCB) and ndbm(3C):
The .pag file will contain holes so that its apparent size may be
larger than its actual content. Older versions of the UNIX
operating system may create real file blocks for these holes when
touched. These files cannot be copied by normal means ( cp(1),
cat(1), tar(1), ar(1)) without filling in the holes.
- Stephen
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss