search for: of2310

Displaying 3 results from an estimated 3 matches for "of2310".

Did you mean: 2310
2016 Nov 16
3
Clients can't write to group-writable files - plea for help
...: ", effective(%u, %u), real(%u, %u)", (unsigned int)geteuid(), (unsigned int)getegid(), (unsigned int)getuid(), (unsigned int)getgid()); Thay line tells you that pid 28398 is currently running with an effective uid of2310, and an effective gid of 2049. They are the values that will be used to check file access.
2016 Nov 16
0
Clients can't write to group-writable files - plea for help
...", effective(%u, %u), real(%u, %u)", > (unsigned int)geteuid(), (unsigned int)getegid(), > (unsigned int)getuid(), (unsigned int)getgid()); > > Thay line tells you that pid 28398 is currently running with > an effective uid of2310, and an effective gid of 2049. > > They are the values that will be used to check file access. Okay - so it's getting the right values for my user, but coming up with the wrong permissions on the file I'm trying to access. Any idea why? I've been trying to debug this for days n...
2016 Nov 14
2
Clients can't write to group-writable files - plea for help
On Mon, Nov 14, 2016 at 11:38:52AM -0500, Josh Malone via samba wrote: > All, > > Apologies for basically bumping my own thread, but I'm absolutely at > my wits' end trying to figure out this access problem. I've > replicated the issue with and without NFS being involved. On our old > 4.0.25 server, users can write to files that they have group-based > write