search for: verifiy

Displaying 20 results from an estimated 20 matches for "verifiy".

Did you mean: verifie
2014 Jan 31
2
[LLVMdev] [cfe-dev] Sanitizers libs in Compiler-RT
...g tests *required* the Asan libraries in > lib/clang/3.5/linux, which is why I added it in the first place. I think > this is wrong and should be fixed (though I have no idea how) in the Clang > CMake files. > Huh? What tests are you talking about? I thought that tests for Clang driver verifiy that the command "clang++ -fsanitize=address ...." produce a correct linker invocation (with path to /lib/clang/3.5/linux/libclang_rt.asan-arm.a), but don't actually require the libraries to be built there. If it's not the case, we should fix that. > > With that fixed, I co...
2007 Jul 31
1
g729 setup help
Hi I am trying to make this setup work phone1---g729---asterisk1---sip---asterisk2---g729---phone2 I have tried several configurations but none worked I keep getting transcoding errors I have installed one g729 licence on each asterisk, but I can't verifiy because the show g729 command is not available, I use 1.2.17 Do I need 2 g729 licences per asterisk ? Do I need to register asterisk1 on asterisk2 and asterisk2 on asterisk1 ? Thanks Patrick
2009 Sep 16
1
[LLVMdev] FunctionPass Analysis is not saved after ModulePasses run?
Hi, I have a problem with the following scenario: I use the ProfileEstimatorPass to get ProfileInfo and verifiy this info with the ProfileVerifierPass. (Please bear with me, its not about the profiling but about the Pass interaction.) Then the LowerSetJumpPass is executed and I want to verify that the esimtated ProfileInfo survives this pass by calling again the ProfileVerifierPass. This is what it looks lik...
2004 Sep 29
1
ARM w/ assembly & fixed point crash
I've targeted Speex to run under eCos with Thumb interworking using arm-elf-gcc 3.3.3 I'd written a small test case to verifiy the operation: #include <speex/speex.h> void speex_test(void) { SpeexBits bits; unsigned int frame_size; void *enc_state; float *speex_frame; cyg_uint64 t1, t2; int i; speex_frame = (float *)0x00030000; /* Address of Speex data */ speex_bits_init(&bits)...
2012 Apr 16
2
Samba Standalone Server LDAP Issue
...master = yes domain master = yes domain logons = no wins support = yes i ask on this list, because customer statement is, that with the "old" samba this behaviour was different / better, no performance problem whatsoever. due to different reasons i cannot easily verifiy this statement by reactivatin / tracing the "old version" for same issue version new: samba-3.5.10-114.el6.x86_64 version old: samba-3.0.20b-3.3 thx for tips Micha
2018 May 30
0
Using Google Benchmark Library
...ime. Also, google benchmark library gives the result for each run along with the mean, stddev and median of all runs. This can be usefull if there is some tool which can parse the stdout and write some summary in a sheet. One thing that I would like to have is some tool/API that can automatically verifiy the output like lit does using reference output. Regards, Pankaj Kukreja Computer Science Department IIT Hyderabad -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180531/1f69c1aa/attachment.html>
2009 Sep 16
0
[LLVMdev] FunctionPass Analysis is not saved after ModulePasses run?
Hi, I have a problem with the following scenario: I use the ProfileEstimatorPass to get ProfileInfo and verifiy this info with the ProfileVerifierPass. (Please bear with me, its not about the profiling but about the Pass interaction.) Then the LowerSetJumpPass is executed and I want to verify that the esimtated ProfileInfo survives this pass by calling again the ProfileVerifierPass. This is what it looks lik...
2017 Aug 14
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
...is 20970 Server version: 5.5.57-MariaDB Source distribution Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> .... If not, look into mysql db and verifiy vmail user and perms (especially for localhost), ensure you have reloaded privs as well. Set mysql debugging on if need be. -- Kind Regards, Noel Butler This Email, including any attachments, may contain legally privileged information, therefore remains confidential and subject to copyr...
2007 Nov 05
1
GDM problems whe using LDAP for user id information
Hi all, I have a CentOS-5 workstation configured to retrieve user id information from LDAP server and password from another kerberos server. If I setup a user entry on /etc/passwd file all works ok, user can logon on GDM and password is verifiyed via kerberos. But If I use LDAP to retrieve user information, GDM doesn't works. On the other side, I can login on console using ldap for user information. GDM returns this error on /var/log/secure: Nov 5 13:45:40 deagol gdm[2484]: pam_unix(gdm:auth): check pass; user unknown Nov...
2012 Jun 29
2
GPLPV msi installer does nothing during setup
Hi all I''m trying to install drivers GPLPV. The installation process stops and does nothing. (Here is a screenshot http://www.picshare.ru/view/171508/). I tried to install versions 0.11.0.308 and 0.11.0.357. For 32-bit and 64-bit systems Windows XP, Windovs Vista and Windows 7. Everywhere the same effect. Can anybody help me? -- Best regards Valery V.Smirnov
2011 May 23
2
chan_zap
Hi All; Suddenly the zaptel channel look like stop working and it is giving me this error when I do zap restart: [May 24 19:30:21] ERROR[2772]: chan_zap.c:7219 mkintf: Unable to open channel 1: Device or resource busy here = 0, tmp->channel = 1, channel = 1 [May 24 19:30:21] ERROR[2772]: chan_zap.c:10582 build_channels: Unable to register channel '1,2' To what it could be related?
2005 Jan 19
1
Sudden domain login problems from XP-pro sp2 clients, Please help!
...have been seraching the net all morning. Here are some things I have tried: 1. Edited the local security policy and setting Security settings -> Local Policies -> Security options -> "Domain member: Digitally encrypt or sign secure channel data (always)" to "Disabled 2. Verifiying signorseal reg patch is installed 3. Tried leaving and rejoining the domain. When I do this, I am able to rejoin fine, it says "Welcome to the <domain> domain." Upon reboot, the message becomes "The system cannot log you on because the domain <DOMAIN> is not availa...
2020 May 17
2
GSSAPI authentication issue with samba as AD DC.
...in the above mail, but the samba DC (KDC?) does not respond to TGS request. I created a user and an SPN as in the mail above, # samba-tool user create --random-password imap-nowhere # samba-tool spn add imap/nowhere.oikumene.ukehi.net at OIKUMENE.UKEHI.NET imap-nowhere using samba-tool, I could verifiy the SPN exists. # samba-tool spn list imap-nowhere I generated keytab on the domain member machine (which I want to make as an imap server) as below: # KRB5_KTNAME=/var/imap/krb5.keytab net ads keytab add imap -U administrator This is from Samba Wikihttps://wiki.samba.org/index.php/Generating_K...
2018 May 29
2
Using Google Benchmark Library
Not going into all the detail, but from my side the big question is whether the benchmarks inner loop is small/fine grained enough that stabilization with google benchmark doesn't lead to dozens of seconds benchmark runtimes. Given that you typically see thousandsd or millions of invocations for small functions... > On May 29, 2018, at 2:06 PM, Michael Kruse via llvm-dev <llvm-dev at
2020 Jul 23
5
Issue with Keytab memory
Hello, I am using Samba as file server as member of a windows domain. Kerberos is configured with kerberos method = secrets and keytab Currently some (not all) users get issues when connecting to samba shares from windows. In the corresponding samba logs I found entries: .... [2020/07/23 12:08:06.697678, 1] ../../source3/librpc/crypto/gse.c:660(gse_get_server_auth_token)
2004 Apr 22
2
Urgent:again question about nmath/standalone
Hello, all, I have the same question as the last mail I sent. I have installed libRmath in my system. But I still can not link Rmath through -lRmath. The whole process is as follow.Is there anybody who is so kind to help me find out the problem? I will appreciate very much. [credsim at confsys ~]$ cd /usr/lib [credsim at confsys lib]$ ls -l libR* -rw------- 1 bcdesai bcdesai 237828 Apr
2006 Jan 05
13
Date Validation
Hi, How can I validate date in model class Thanks. Sainaba. -- Posted via http://www.ruby-forum.com/.
2017 Aug 14
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
I'm trying to migrate from Centos 6/dovecot 2.1.17/mysql to new server on Centos 7/dovecot 2.2.31 (65cde28)/mariadb I've dumped on oldserver 'dovecot.conf' and used it on newserver doveconf -n > dovecot.conf also, transferred /etc/doveconf/*.conf I've also dumped MySQL 'vmail' and imported database, created user vmail, vmailadmin dumb question: should the password
2004 Dec 22
15
OpenVPN and DNAT
Hello Tom and all, Quick question: Is it possible to operate an OpenVPN server from behind a firewall? Is it as simple as setting it up and placing: DNAT net loc:192.168.10.20 udp 5000 - ipaddress -- Paul Slinski -o) Network Administrator /\ Global IQX, Inc. _\_v Global IQX is the leader in integrated e-business automation solutions for the group life and health insurance
2014 Jan 31
6
[LLVMdev] [cfe-dev] Sanitizers libs in Compiler-RT
Chandler, Thanks for the great overview. On Fri, Jan 31, 2014 at 12:12 PM, Chandler Carruth <chandlerc at google.com>wrote: > > On Thu, Jan 30, 2014 at 1:54 PM, Renato Golin <renato.golin at linaro.org>wrote: > >> On 30 January 2014 21:50, Reid Kleckner <rnk at google.com> wrote: >>> >>> I don't see any compelling reason to split the