in reply to Re: Re: Another Strange Win32::Perms Issue
in thread Another Strange Win32::Perms Issue

Another thought crosses my mind. Is it possible that the files in that directory were created (and therefore owned) by people accessing the machine across the LAN or WAN? It strikes me that if they are, then obtaining ownership information could require consultation with the domain controllers where the owners 'live'. If that meant that the local machine was having to send queries to WAN remote PDC's, then that could intrduce quite long delays.

Note: This is pure speculation.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Hooray!

  • Comment on Re: Re: Re: Another Strange Win32::Perms Issue

Replies are listed 'Best First'.
Re: Re: Re: Re: Another Strange Win32::Perms Issue
by ChrisR (Hermit) on Oct 28, 2003 at 22:19 UTC
    I thought about that too so I took ownership of all files in that directory. That is the local administrator's account took ownership. Also we have other files that are owned by members of the other domains but I've not noticed any slowness there. Good idea though.

    After copying the files to a FAT volume, the script runs fine. I copied the files back to the NTFS volume and the script ran fine. I recreated the share reset the permissions and the script runs gets slow again. At least now I know the problem lies in the sharing or permissions and I can work with that. Thanks very much.