search for: usesrs

Displaying 5 results from an estimated 5 matches for "usesrs".

Did you mean: users
2017 Jul 31
1
[RFC] Profile guided section layout
Michael Spencer via llvm-dev <llvm-dev at lists.llvm.org> writes: > I've recently implemented profile guided section layout in llvm + lld using > the Call-Chain Clustering (C³) heuristic from > https://research.fb.com/wp-content/uploads/2017/01/cgo2017-hfsort-final1.pdf > . In the programs I've tested it on I've gotten from 0% to 5% performance > improvement over
2011 Jan 08
1
One shared folder to be HA over CIFS to windows clients
Hi, i'm Emiliano this is my first mail to samba mailing list. I have to solve this issue for a company. They need to had a folder, shared over CIFS for windows/mac clients, that is always available, also if the server who host it hang up or burn. I've looked for a lot of solution but i cannot find the right for me. Actually the company has two server, all running debian lenny as linux
2007 Mar 09
0
Groups turn to SIDS?
...ber server (security = ADS). wbinfo -g works wbinfo -u works getent passwd works getent group works There is a directory name /dir/shared with the following permissions. drwxrwxrwx 2 root users The information shows up fine in Windows on the security tab root (Unix User\root) usesrs (Unix Group\uses) Now, I go into the Linux file system and change the directory permissions as follows: chown -R "DOMAIN\administrator" shared/ && chgrp -R "DOMAIN\Domain Users" shared/ ls -ltr drwxrwxrwx+ 2 DOMAIN\administror DOMAIN\domain users 4.0K Note: If I misty...
2017 Jun 15
7
[RFC] Profile guided section layout
I've recently implemented profile guided section layout in llvm + lld using the Call-Chain Clustering (C³) heuristic from https://research.fb.com/wp-content/uploads/2017/01/cgo2017-hfsort-final1.pdf . In the programs I've tested it on I've gotten from 0% to 5% performance improvement over standard PGO with zero cases of slowdowns and up to 15% reduction in ITLB misses. There are
2023 Feb 20
2
[PATCH 1/2] python: Avoid crash if callback parameters cannot be built
On Mon, Feb 20, 2023 at 10:45 AM Laszlo Ersek <lersek at redhat.com> wrote: > > On 2/17/23 17:52, Eric Blake wrote: > > On Thu, Feb 16, 2023 at 03:09:02PM +0100, Laszlo Ersek wrote: > > >> - Py_BuildValue with the "O" format specifier transfers the new list's > >> *sole* reference (= ownership) to the just-built higher-level object