search for: automaton

Displaying 20 results from an estimated 31 matches for "automaton".

Did you mean: automation
2014 Nov 26
2
Working with Active Directory on Windows Server 2012 R2
I?ve attempted the user Mail with the same password with the same result (binding as my own user was a last-ditch attempt). aaron at aaron-Parallels-Virtual-Platform:/etc/sssd$ ldapsearch -x -H ldap://dc1.ad.automaton.uk -D CN=aaron.jenkins,CN=users,DC=ad,DC=automaton,DC=uk -W - -b CN=aaron.jenkins,CN=users,DC=ad,DC=automaton,DC=uk Enter LDAP Password: # extended LDIF # # LDAPv3 # base <CN=aaron.jenkins,CN=users,DC=ad,DC=automaton,DC=uk> with scope subtree # filter: (objectclass=*) # requesting: - # # aa...
2014 Nov 27
1
Working with Active Directory on Windows Server 2012 R2
...IIZwAK0zcd> Nov 27 00:09:29 imap-login: Info: Internal login failure (pid=5559 id=1) (internal failure, 1 successful auths): user=<test.user>, method=PLAIN, rip=10.211.55.29, lip=10.211.55.33, mpid=5560, TLS, session=<A/TdqdIIaAAK0zcd> Nov 27 00:09:29 auth: Info: ldap(test.user at ad.automaton.uk,10.211.55.29,<mFneqdIIaQAK0zcd>): invalid credentials (given password: ThisIsAPass123) Nov 27 00:09:35 auth: Info: ldap(test.user at ad.automaton.uk,10.211.55.29,<mFneqdIIaQAK0zcd>): invalid credentials (given password: ThisIsAPass123) Nov 27 00:09:37 imap-login: Info: Disconnected (...
2014 Nov 25
2
Working with Active Directory on Windows Server 2012 R2
Hi all, I?m having issues getting Dovecot to work with AD on 2012 R2 in a test environment. Background: AD is running on dc1.ad.automaton.uk<http://dc1.ad.automaton.uk>, the domain is ad.automaton.uk<http://ad.automaton.uk>. The DNS server is running on ad.automaton.uk<http://ad.automaton.uk> and the automaton.uk<http://automaton.uk> DNS is set up correctly in the test environment in that everything resolves t...
2014 Nov 26
0
Working with Active Directory on Windows Server 2012 R2
...s the error from this setting or from the user's > login attempt. Could you try another user? If you login with another user (not aaron.jenkins) to IMAP, which username is listed in the logs then. > > aaron at aaron-Parallels-Virtual-Platform:/etc/sssd$ ldapsearch -x -H ldap://dc1.ad.automaton.uk -D CN=aaron.jenkins,CN=users,DC=ad,DC=automaton,DC=uk -W - -b CN=aaron.jenkins,CN=users,DC=ad,DC=automaton,DC=uk > Enter LDAP Password: > # extended LDIF > # > # LDAPv3 > # base <CN=aaron.jenkins,CN=users,DC=ad,DC=automaton,DC=uk> with scope subtree > # filter: (objectcl...
2007 Mar 12
1
[LLVMdev] llvm-gcc compile failure on darwin8.8
hello, upgrading llvm-gcc4 from 1.9 release to trunk caused the following build failure for me on darwin: build/genattrtab /Users/ebner/dev/opt/llvm-gcc-svn/gcc/config/i386/ i386.md > tmp-attrtab.c genattrtab: Automaton `ppro_load': Insn `ppro_fmov_XF_load' will never be issued genattrtab: Automaton `ppro_load': Insn `ppro_sse_icvt_SF' will never be issued genattrtab: Automaton `ppro_load': Insn `ppro_sse_add_V4SF_load' will never be issued [...] make[1]: *** [s-attrtab] Error 1 make:...
2014 Nov 25
0
Working with Active Directory on Windows Server 2012 R2
...: Debug: client in: CONT 1 (previous base64 data may contain sensitive data) > Nov 19 09:22:29 auth: Debug: client passdb out: FAIL 1 user=aaron.jenkins temp Your conf: auth_bind = yes dn = aaron.jenkins dnpass = dummypass1 auth_bind_userdn = CN=%u,CN=users,DC=ad,DC=automaton,DC=uk Can you really succeed a simple auth with the dn aaron.jenkins ? This ought to be a full DN. As I understand auth_bind_userdn, you do not need dn/dnpass anyway, because auth_bind_userdn prevents searching for the user's DN, in which case Dovecot requires a connection before any user...
2015 Jan 07
3
Design changes are done in Fedora
On Tue, 2015-01-06 at 18:51 -0700, Warren Young wrote: > I think we?ll figure out something new to do with computers tomorrow. Certainly by Friday at latest. You seem to forget. Computers were invented to perform repetitive tasks. Computer usage should be serving mankind - not making it more difficult for mankind. -- Regards, Paul. England, EU.
2020 Aug 29
3
TableGen enhancements
...ance the lexer to allow an apostrophe as a digit group separator in integers, a la C++). Perhaps there are some syntactic enhancements that would make .td files easier to read and write. Perhaps there are common portions of .td files that can be factored out to reduce future duplications, as with Automaton.td and SearchableTable.td. Perhaps there are common portions of TableGen backends that can be factored out to reduce future efforts, resulting in some general-purpose library methods. Perhaps there are new features in TableGen that, coupled with enhanced or new C++ files, would open up possibilit...
2009 Sep 21
1
State machines and parsing texts
...ot know any alternatives for this. Do you have any tips which one could be an interesting alternative? I used the mentioned state machine for parsing of text, which although has structure, but nothing nice like yml or xml... simple cut and paste from old application. State machines or finite state automatons are perhaps quite good choice for that. Do you have any ideas also for that what can be handy for parsing such more rough things in the future? Thanks, bw, Georg
2017 Sep 09
3
InstCombine, graph rewriting, Equality saturation
...ewrite system, so we'd know it would reach a fixed point for all inputs. > 3. We, as a result, reduced the number of lines of code we need to > maintain for these peephole optimizations. > 4. We, as a result, could generate efficient code for matching the > patterns using some automaton technique for minimizing unnecessary > visiting of instructions. YES to all of this (except TableGen :). It should also be possible to find chains of transformations that fire in sequence and make them happen all at once, avoiding intermediate results and associated allocations/deallocation...
2008 Mar 17
9
Roxygen
Is this the appropriate place for GSoC conversations? If I understand the proposal correctly, there should be a lexer (written in R) that exposes an API; that API would be used by segregated mini-parsers (Roclets) which do the dirty work of Roxygen -> {html, LaTeX, DocBook, ...} translation. The lexer should ship with a proof-of-concept Roclet. Have I missed anything?
2017 Jul 14
2
failing to optimize boolean ops on cmps
...ns nearly matching those patterns might be created, and then suboptimally consumed (i.e. further transformed), before being subject to the canonicalizing transformation(s) that would make the better pattern actually match. Except for TableGen'ing the whole thing, and making an actual graph automaton to match the patterns, it's not clear to me how to efficiently fix this. In the mean time, what we've been doing in practice, is that we have InstCombine patterns depend on canonical forms, until we hit some phase-ordering problem, and then we extend the pattern in question to match som...
2011 Mar 19
2
[LLVMdev] Apparent optimizer bug on X86_64
Compiling a simple automaton created by GNU bison with -O1 or -O2 resulted in the following machine code: 1300 /*-----------------------------. 1301 | yyreduce -- Do a reduction. | 1302 `-----------------------------*/ 1303 yyreduce: 1304 /* yyn is the number of a rule to reduce with. */ 1305 yylen = y...
2015 Jan 07
0
Design changes are done in Fedora
On 07 January 2015 @01:37 zulu, Always Learning wrote: > You seem to forget. Computers were invented to perform repetitive tasks. Or maybe, some of us just seem to remember it differently. In my opinion, robots/automatons were invented to perform repetitive tasks; computers were invented to perform logic operations faster and more-reliably than humans.
2001 Sep 18
3
OpenSSH linkable library
Has anyone considered making a linkable library of the OpenSSH code so that one could programatically interact with ssh? Or is there some other method to accomplish this? Thanks, -Eric
2017 Sep 05
5
InstCombine, graph rewriting, Equality saturation
Hello all, I've seen some discussion that InstCombine is "too general" and that llvm should implement a proper graph rewrite mechanism: Link to llvm-dev discussion about this: http://lists.llvm.org/pipermail/llvm-dev/2017-May/113219.html, Link to review where this came up (and I first heard about it): https://reviews.llvm.org/D37195. I wanted to understand what the current issues
2011 Mar 19
0
[LLVMdev] Apparent optimizer bug on X86_64
On Sat, Mar 19, 2011 at 1:44 AM, Csaba Raduly <rcsaba at gmail.com> wrote: > Compiling a simple automaton created by GNU bison with -O1 or -O2 > resulted in the following machine code: > > 1300    /*-----------------------------. > 1301    | yyreduce -- Do a reduction.  | > 1302    `-----------------------------*/ > 1303    yyreduce: > 1304      /* yyn is the number of a rule to re...
2008 Jul 24
4
v1.1.2 released
http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz.sig Development of new features in this release and the upcoming multi-master replication are sponsored by Directi (www.directi.com). Lucene indexing is currently deprecated in favor of the new Solr indexing. I'm even considering removing the Lucene C++ library support, so if you're
2008 Jul 24
4
v1.1.2 released
http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz.sig Development of new features in this release and the upcoming multi-master replication are sponsored by Directi (www.directi.com). Lucene indexing is currently deprecated in favor of the new Solr indexing. I'm even considering removing the Lucene C++ library support, so if you're
2015 Jan 07
3
Design changes are done in Fedora
...AM, Darr247 <darr247 at gmail.com> wrote: > On 07 January 2015 @01:37 zulu, Always Learning wrote: >> >> You seem to forget. Computers were invented to perform repetitive tasks. > > > Or maybe, some of us just seem to remember it differently. > In my opinion, robots/automatons were invented to perform repetitive tasks; > computers were invented to perform logic operations faster and more-reliably > than humans. There's still a very odd mix of art and science involved. This is part of the fun, but still it seems like when everyone has the same problem from th...