search for: backened

Displaying 20 results from an estimated 25 matches for "backened".

Did you mean: backend
2011 Nov 03
0
Kolmogorov-Smirnov-Test on binned data, I guess gumbel-distributed data
Hi R-Users, I read some texts related to KS-tests. Most of those authors stated, that KS-Tests are not suitable for binned data, but some of them refer to 'other' authors who are claiming that KS-Tests are okay for binned data. I searched for sources and can't find examples which approve that it is okay to use KS-Tests for binned data - do you have any links to articles or
2018 Jul 31
2
pdb search
Hi All, We have classic PDC with an ldap backened. We're trying to add some member servers which will act as print and file servers. We've joined the member servers to the domain using net rpc join. The problem we are having is we are seeing the following when using pdbedit -L -v -d10 from a member server smbldap_search_domain_info: Searc...
2016 Dec 31
2
Dumping compiled module as LLVM IR bitcode after certain optimization passes
Hello. Is there a possibility to instruct at command line the clang or the opt tools to emit LLVM bitcode file after a certain optimization pass such as LoopVectorize (or all optimization passes)? (This question was asked also at http://stackoverflow.com/questions/17904440/dump-ir-after-each-llvm-optimization-each-pass-both-llvm-ir-passes-and-backen .) As far as I can see giving:
2019 Jun 14
5
Spring Cleanup / Migrating Samba 4.5 to 4.10
With some slight delay, we did actually manage to get all our old wonky compatibility solutions nuked (turned out there were a few more lurking in the shadows than expected?). Mail servers are no longer domain joined, and unencrypted LDAP is finally gone, together with the terrible PHP scripts that needed it. Which allowed me to finally cleanup all the samba setups:
2016 Dec 31
0
Dumping compiled module as LLVM IR bitcode after certain optimization passes
Hi, Usually we disable the llvm optimizations (clang -mllvm disable-llvm-optzns ) and then use opt to run the passes till the point of interest. I don’t know of a shortcut in clang (the new PassManager will make it possible to pass an arbitrary pipeline with a string, but not there yet). — Mehdi > On Dec 31, 2016, at 11:43 AM, Alex Susu via llvm-dev <llvm-dev at lists.llvm.org> wrote:
2018 Aug 13
2
Error: ‘class llvm::PassManager<llvm::Module>’ has no member named ‘add’
...dont know, whether the above change is the correct one or not. But the error is changed to: >*error: ‘class llvm::PassManager<llvm::Module>’ has no member named ‘add’* * PM.add(new DataLayout(td));* Here is mine source code: ----------------------------------------------- #include "backened.h" #include <iostream> #include "llvm/Bitcode/BitcodeReader.h" #include "llvm/IR/Function.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ErrorOr.h" #i...
2020 Feb 12
4
FW: samba_kcc issue after joining the domain as a DC
I'm sorry, after double-checking the Louis's link I've found that the domain zone should be domain-wide, while the _msdcs stuff should be forest wide. I'll change it and try again. Apologies. >>>>> # samba-tool dns zonelist 172.26.1.81 >>>>> Password for [administrator at domain.com]: >>>>> 2 zone(s) found >>>>>
2019 Jun 14
0
Spring Cleanup / Migrating Samba 4.5 to 4.10
Hi Sven, I had a quick look and its much better. Few small points. For the members. This might be a choice, but on the fileservers, the loggings is a bit difference still. And krb5-locales is on one but not the other. Last i see, there is no user mapping file for the members. Which normaly have !root = DOM\Administrator ( or BUILTIN\Administrator, depending on you setup )
2018 Aug 14
2
Error: ‘class llvm::PassManager<llvm::Module>’ has no member named ‘add’
...error is changed to: >> >> >*error: ‘class llvm::PassManager<llvm::Module>’ has no member named >> ‘add’* >> * PM.add(new DataLayout(td));* >> >> Here is mine source code: >> ----------------------------------------------- >> #include "backened.h" >> #include <iostream> >> #include "llvm/Bitcode/BitcodeReader.h" >> #include "llvm/IR/Function.h" >> #include "llvm/IR/LLVMContext.h" >> #include "llvm/IR/Module.h" >> #include "llvm/Support/CommandLine....
2020 Feb 12
0
FW: samba_kcc issue after joining the domain as a DC
...update failed: REFUSED [2020/02/12 13:03:41.624259, 0] ../../source4/dsdb/dns/dns_update.c:331(dnsupdate_nameupdate_done) dnsupdate_nameupdate_done: Failed DNS update with exit code 2 Is there anything I should worry about? According to some posts, this seems to be expected for SAMBA_INTERNAL backened. Can you confirm pls? Anyway, thank you for your help very much! > I'm sorry, after double-checking the Louis's link I've found that the domain > zone should be domain-wide, while the _msdcs stuff should be forest wide. I'll > change it and try again. Apologies. &g...
2010 Aug 25
2
Problem with clusterCall, "Error in checkForRemoteErrors(lapply(cl, recvResult)) : "
Hi all, I am trying to use snow package to do a parallel MCMC. I have read a few guides and articles, the following is that I came up with. When I run it I got the error message: Error in checkForRemoteErrors(lapply(cl, recvResult)) : 4 nodes produced errors; first error: could not find function "ui.Next" The data is a longitudinal data with few repeated readings on a number of
2012 Mar 15
1
Adding to Samba domain requires super-user password
Hi, Suddenly when I add a new workstation to out Samba3 (LDAP backend) domain, I have to give the root username and password. When I set-up the samba3 domain initially, I could use domain\admin user and their password but that has started to give me "unknown user or bad password". This last error is from a Windows7 machine I am currently trying to add. I have merged the registry fix
2018 Apr 09
0
LLVM Weekly - #223, Apr 9th 2018
...aud de Grandmaison is [looking](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122456.html) for volunteer session moderators. ## On the mailing lists * Alex Susu [reports](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122357.html) that source code is now publicly available for an LLVM backened for the research Connex SIMD processor. * Chad Rosier [proposes](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122347.html) adding function attributes to represent the compile-time optimisation level. * Joel E. Denny is [looking for feedback](http://lists.llvm.org/pipermail/llvm-dev/2018-Ap...
2014 Dec 22
1
Configuring LMTP/IMAP proxy
Hi, First, my version: [root at centos1 conf.d]# dovecot --version 2.2.15 [root at centos1 conf.d]# I have already configured dovecot that way (on one single VM, so everythinh is stored on the same machine) - A post fix server sending out to LMTP - LMTP is the dovecot LMTP server, configured with "lmtp-proxy= no", - LMTP checks the users receiving
2010 Feb 10
2
LDAP backend replication?
Hi to all! I've set up Zimbra LDAP (2.4) as master, and I want to use RHEL v5 LDAP (2.3) as a slave. This is relevant part of my slapd.conf on LDAP 2.3: # syncrepl directives syncrepl rid=101 provider=ldap://192.168.1.86 bindmethod=simple binddn="uid=zimbra,cn=admins,cn=zimbra" credentials=PASSword searchbase="dc=company,dc=com" schemachecking=on
2004 Aug 10
0
adding users to smb pdc smb3 backend
hi guys, wondering if someone could point me in the right direction. im wanting to setup a smb3 PDC with an LDAP backend. both LDAP and SMB are now operating correctly (I have copied the conf file at end). I have been able to set up account containers as per 'the offical samba3 howto reference guide' and i am able to search via ldapsearch. my problem comes when i try to add users via
2007 Apr 24
2
BLOATED LDAP Traffic from Samba
Hello All, I am having an issue with a samba 3.0.21a with LDAP backened installation. My Samba PDC is sending tons of traffic my ldapserver(iplanet) and is causing the ldap server load to peak consitently over a ridiculous 91%. Logons come to a crawl because the ldap load is so high. I don't not have roaming profiles enabled. Here is an excerpt from a logfi...
2019 Nov 07
1
net ads join explication ?
Hello , I want to add my linux client in my ad . I use net ads join -U administrator passwd : xxxx and I wait and I have no reponse but if I put 8 times t he key enter,? my machine is add to my add but I have? this message error : error reading from file descriptor 0 : empty password? which come from the server I don't understand why . My server is samba 4.11 and? my client use winbind
2018 Jan 09
1
Relationship between clang, opt and llc
//mllvm Options can be dumped by clang -v -help -mllvm and clang -v --help-hidden --> //mllvm Options can be dumped by clang -v -help -mllvm and clang -v --help-hidden -mllvm On Tue, Jan 9, 2018 at 3:09 AM, toddy wang <wenwangtoddy at gmail.com> wrote: > Thanks, Craig. > > So, clang -Xclang -disable-llvm-passes actually disables all the LLVM > passed populated by clang so
2018 Jan 09
0
Relationship between clang, opt and llc
Thanks, Craig. So, clang -Xclang -disable-llvm-passes actually disables all the LLVM passed populated by clang so that there is no middle-end optimization on bc files. clang -O2 LULESH.c //clang is the driver, invoking cc1, cc1as, ld //options can be passed through to cc1 directly. //maybe have different names, e.g.