×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Jack Kingsley wrote:
no AUTL's involved.
None that I'm aware of, and I have some unexpected results:
Stepping through the program that creates these objects, first it executes:
docDescriptor = open(canonicalPath,
O_CODEPAGE|O_CREAT|O_WRONLY|O_TRUNC, S_IRWXU|S_IRWXO,
819);
if (docDescriptor != -1) {
/* First, try to give the object to the group! */
if (memcmp(usri0300.Group_Profile, "*NONE", 5) != 0)
At this point, I've got a breakpoint. I looked at the IFS object, and I
find that its authorities are ALREADY:
*PUBLIC *RWX X X X X
JAMESL *RWX
So I step it through:
i = fchown(docDescriptor, usri0300g.UID, 0);
j = errno;
and I get (at this point, not unexpectedly) i=-1, and j=3027 (EPERM --
Operation Not Permitted).
So it's not screwing up the authorities when I attempt to change the
owner; it's screwing them up the moment the file is created!
Anybody have any idea why THAT would happen?
--
JHHL
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.