Hi folks,
When I'm creating a pkg repo locally with using a filebased (on nfs server)
repo i'm getting a 'file protocol error: code: 71' from pkg
I'm doing:
# pkg image-create -f -F -p
opensolaris.org=file:///net/$nfs_server/path/to/repo /$mntpnt
on b146.
The $nfs_server has the repo shared read-only and the pkg image-create fails
when it tries to open a package's manifest read/write (O_RDWR):
pkg image-create: file protocol error: code: 71 reason: [Errno 13] Permission
denied: '/net/$nfs_server/path/to/repo/trans/$path_to_manifest/manfiest'
Truss shows:
open64("/net/$nfs_server/path/to/repo/trans/$path_to_manifest/manifest",
O_RDWR) Err#13 EACCES
(I've replaced the actual paths for readability)
This can be considered a bug ?
Regards,
--
Sean.
.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss