search for: ccarter

Displaying 20 results from an estimated 52 matches for "ccarter".

Did you mean: carter
2018 Jun 07
2
Why am I getting login failures for domain members?
...e occurs much more frequently than 30 days, from 6 to 9 times a month, sometimes twice in the same day. I checked the syslog as you suggested and there is an interesting correlation. At the same time the Samba AD/DC logs the message shown in my post, I get the following in syslog: Jun 4 18:47:02 ccarter winbindd[1359]: [2018/06/04 18:47:02.059311, 0] ../source3/libads/kerberos_util.c:74(ads_kinit_password) Jun 4 18:47:02 ccarter winbindd[1359]: kerberos_kinit_password CCARTER$@HPRS.LOCAL failed: Preauthentication failed Interestingly, ahead of these two message are the following: Jun 4 18...
2018 Jun 06
2
Why am I getting login failures for domain members?
No ideas on this? Anybody? --Mark -----Original Message----- Date: Tue, 29 May 2018 09:27:36 -0400 Organization: Ohio Highway Patrol Retirement System To: samba at lists.samba.org Subject: [Samba] Why am I getting login failures for domain members? Every so often I get a message in /var/log/samba/log.samba as follows: 2018/05/26 13:44:25.172415, 2] authentication for user [HPRS/LABRAT$] FAILED
2002 Sep 11
2
[LLVMdev] Porting to x86 Linux
So, I had to make a few changes to the llvm sources to allow compilation on x86 redhat 7.3 (gcc-2.96, glibc 2.2.4). Is there any general interest in maintaining a port? I will happily submit patches. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69
2002 Sep 13
2
[LLVMdev] Linux-x86 Compatability
...eturn ""; #endif. If this functionality is actually desired, it would be more portable to hack up main() to join getcwd() with basename(argv[0]) to find the desired pathname. PATCH: Apply from llvm top-level directory with "patch -p0." -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/31df4406/attachment.ksh>
2002 Sep 13
2
[LLVMdev] Linux-x86 Compatability
...e with __STDC_LIMIT_MACROS not defined. I think the best solution to this problem is to change DataTypes.h to simply: #define __STDC_LIMIT_MACROS #include <inttypes.h> Which will work on both Linux and Solaris without requiring platform detection. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69
2002 Sep 17
1
[LLVMdev] Bug in InstructionCombining.cpp
...ted. The result is a dereference of an invalid iterator, and an attempt to replace %pbobel with "getelementptr %bob* %pbob1, ubyte 0". ACTION: When combining constant index expressions in InstCombiner, treat the source index as 0 if not present. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020917/9f72978f/attachment.ksh>
2002 Oct 27
2
[LLVMdev] Compile error in include/Support/GraphWriter.h
Issue: GraphWriter includes <ostream>, which my gcc2 apparently thinks is <ostream.h>. Fix: Make a new <Support/ostream> that handles this discrepancy, ala <Support/hash_set>. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20021027/e3876b5d/attachment.ksh>
2002 Sep 13
2
[LLVMdev] Linux-x86 Compatability
...ure that inttypes.h is #included and that __STD_LIMIT_MACROS is #defined before _any_ #include (you never know which header includes what header on whatever system, so paranoia is good). PATCH: Apply from llvm top level directory with "patch -p0." -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/c34eb6e2/attachment.ksh>
2019 Mar 04
3
getent not working after installing firewall
...; > Yeah! But, just 'getent passwd' returns only DC:/etc/passwd > > > > entries, no domain users. Also, I cannot 'getent passwd' for any > > > > other domain user on labrat, just 'mark'. If I log onto another > > > > Linux workstation, ccarter, I can: > > > > > > > > > > > > but I cannot 'getent passwd mark' on this computer. > > > > > > > > So, it seems that if a domain user was previously logged on to a > > > > Linux domain member, he/she can do a geten...
2002 Sep 13
3
[LLVMdev] Linux-x86 Compatability
...her the system has a valid <stdint.h>? > > Nope. Autoconf is definitely the way to go here (even though converting is a pain). >Thanks, > >-Chris > >http://llvm.cs.uiuc.edu/ >http://www.nondot.org/~sabre/Projects/ > > -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69
2019 Mar 05
2
getent not working after installing firewall
Am 05.03.19 um 00:22 schrieb Mark Foley via samba: > /etc/resolv.conf: > nameserver 192.168.0.2 > nameserver 209.18.47.62 > > /etc/hosts: > 127.0.0.1 localhost > 192.168.0.60 ccarter > > So, the gateway is the Sonicwall firewall, 192.168.0.1. Nameservers are the DC (192.168.0.2) > and one of the ISP name servers. The IP is static and is set in /etc/hosts. At this point, > there should be no issues or questions with respect to which gateway or DHCP usage (DHCP is no...
2002 Oct 18
2
[LLVMdev] PassManager and dependencies
...Type>::markPassUsed (const PassInfo *, Pass *) [with UnitType = Module]: Assertion `Parent != 0 && "Pass available but not found!"' failed. I don't grok this error message. Of course, -opt-a and -opt-b both work fine in isolation. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: duh.cpp URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20021018/5f76155b/attachment.ksh>
2019 Mar 05
5
getent not working after installing firewall
...et> wrote: >> Am 05.03.19 um 00:22 schrieb Mark Foley via samba: >>> /etc/resolv.conf: >>> nameserver 192.168.0.2 >>> nameserver 209.18.47.62 >>> >>> /etc/hosts: >>> 127.0.0.1 localhost >>> 192.168.0.60 ccarter >>> >>> So, the gateway is the Sonicwall firewall, 192.168.0.1. Nameservers are the DC (192.168.0.2) >>> and one of the ISP name servers. The IP is static and is set in /etc/hosts. At this point, >>> there should be no issues or questions with respect to which ga...
2019 Mar 05
0
getent not working after installing firewall
...indl at thelounge.net> wrote: > > Am 05.03.19 um 00:22 schrieb Mark Foley via samba: > > /etc/resolv.conf: > > nameserver 192.168.0.2 > > nameserver 209.18.47.62 > > > > /etc/hosts: > > 127.0.0.1 localhost > > 192.168.0.60 ccarter > > > > So, the gateway is the Sonicwall firewall, 192.168.0.1. Nameservers are the DC (192.168.0.2) > > and one of the ISP name servers. The IP is static and is set in /etc/hosts. At this point, > > there should be no issues or questions with respect to which gateway or DH...
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
...) instead of applicator<char[n]>("Some text string", x). ACTION: Duplicate the template specialization for applicator<char[n]> as applicator<const char[n]>. PATCH: Apply from llvm top level directory with "patch -p0": -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/8024e6f6/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
ISSUE: In Interpreter::executeInstruction(), _sys_siglistp is a Solarisism. ACTION: Replace _sys_siglistp[signo] with strsignal(signo) which is more portable, maybe POSIX? PATCH: Apply from llvm top-level directory with "patch -p0." -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/7fe9dc4b/attachment.ksh>
2002 Sep 13
0
[LLVMdev] Linux-x86 Compatibility
ISSUE: getTimeRecord in lib/VMCore/Pass.cpp uses timeval and gettimeofday() without including sys/time.h. ACTION: Include sys/time.h. PATCH: Apply from llvm top-level directory with "patch -p0." -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/5f3de995/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
...software pigs at sun, the FSF is trying not to pollute the C namespace. ;) ACTION: Hack the Makefile to #define _GNU_SOURCE while compiling in tools/lli. Yes, I know that this is ugly. PATCH: Apply from llvm top-level directory with "patch -p0". -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/d8071f18/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in lib/Support/Signals.cpp. ACTION: Wrap the use with a #ifdef SIGEMT / #endif. PATCH: Apply from llvm top-level directory with "patch -p0". -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/c2a65b95/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatibility
...ot; instead of "g++ -G". ACTION: Compile with "g++ -shared" instead of "g++ -G", i.e., use the alternate definition of "MakeSO" in Makefile.common. PATCH: Apply from llvm top-level directory with "patch -p0". -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/d1b1d5a9/attachment.ksh>