search for: 3000073

Displaying 6 results from an estimated 6 matches for "3000073".

Did you mean: 3000003
2018 Jul 02
6
wbinfo not resolving SID to username
...resolve Windows SID to usernames: # wbinfo -S S-1-5-21-299502267-616249376-1417001333-14107 3000103 I should see "SAMDOM\username" instead of "3000103", right? getfacls has the same behavior: # getfacl /var/lib/samba/sysvol # file: var/lib/samba/sysvol # owner: root # group: 3000073 user::rwx user:root:rwx user:3000000:rwx user:3000013:r-x user:3000014:r-x user:3000073:rwx group::rwx group:3000000:rwx group:3000013:r-x group:3000014:r-x group:3000073:rwx mask::rwx other::--- default:user::rwx default:user:root:rwx default:user:3000000:rwx default:user:3000013:r-x default:user:...
2016 Oct 10
2
Problem with one User after upgrade to 4.5.0
...BUILTIN\Network Configuration Operators 4 3000071 S-1-5-32-557 BUILTIN\Incoming Forest Trust Builders 4 3000072 S-1-5-32-558 BUILTIN\Performance Monitor Users 4 3000073 S-1-5-32-559 BUILTIN\Performance Log Users 4 3000074 S-1-5-32-561 BUILTIN\Terminal Server License Servers 4 3000075 S-1-5-32-562 BUILTIN\Distributed COM Users 4...
2016 Oct 09
4
Problem with one User after upgrade to 4.5.0
On 10/09/2016 02:51 AM, Rowland Penny via samba wrote: > Have you by any chance got another 3001108 'xidNumber' in idmap.ldb ? > If you give a user a 'uidNumber' attribute, the contents of this will be > used instead of the 'xidNumber' in idmap.ldb, hence you do not need to > (and probably shouldn't) use numbers in the '3000000' range. I managed to
2020 Jun 06
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
Hi Lang, Please see below is the trace. -- Thanks, Igor *2020-06-06 12:05:21.016705-0400 CppDevProCompiler[6613:3000073] Running...* *jitLink_MachO: magic = 0xfeedfacf, identifier = "llvm-link.submodule-jitted-objectbuffer"* *jitLink_MachO: cputype = 0x0100000c, cpusubtype = 0x00000000* *Creating normalized sections...* * __text: 0x0000000000000000 -- 0x0000000000000064, align: 4, index: 0* * __comp...
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...M Igor Gomon <igomonv at gmail.com> wrote: > >> > >> Hi Lang, > >> > >> Please see below is the trace. > >> > >> -- > >> Thanks, > >> Igor > >> > >> 2020-06-06 12:05:21.016705-0400 CppDevProCompiler[6613:3000073] > Running... > >> > >> jitLink_MachO: magic = 0xfeedfacf, identifier = > "llvm-link.submodule-jitted-objectbuffer" > >> > >> jitLink_MachO: cputype = 0x0100000c, cpusubtype = 0x00000000 > >> > >> Creating normalized sections......
2020 May 23
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
Hello, I am trying to run this basic C++ hello-world code in my iOS app that has LLVM libraries linked in (the app runs on the actual device - iPad Pro, iOS 13.4.1). #include <iostream> int main (int argh, char *argv[]) { std::cout << "Hello World!" << std::endl; return 0; } So below is the break down of the steps that I do: First I compile this code to an