search for: gral

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

Did you mean: goal
2015 Apr 02
4
sssd-ad cannot be installed with sernet samba
On 19:54:24 wrote Andrey Repin: > Greetings, Rowland Penny! > > >>> nss/winbind does work, yes, there is 1 missing file, just created > >>> it. ( and this is not needed on a DC ! ) > >> > >> So you are telling us that something that returns: > >> /bin/false > >> > >> when: > >> /bin/bash > >> is
2008 Oct 16
0
[LLVMdev] LLVM 2.4 problem? (resend)
On Oct 15, 2008, at 6:29 PM, Mike Stump wrote: > On Oct 15, 2008, at 1:09 PM, David Vandevoorde wrote: >> On Oct 15, 2008, at 3:53 PM, Mike Stump wrote: >> [...] >>> Objects are defined like so: >>> >>> Two pointers of >>> the same type compare equal if and only if they are both null, >>> both >>> point to the same object or
2008 Oct 15
3
[LLVMdev] LLVM 2.4 problem? (resend)
On Oct 15, 2008, at 1:09 PM, David Vandevoorde wrote: > On Oct 15, 2008, at 3:53 PM, Mike Stump wrote: > [...] >> Objects are defined like so: >> >> Two pointers of >> the same type compare equal if and only if they are both null, >> both >> point to the same object or function, or both point one past the >> end >> of the same array.