Displaying 20 results from an estimated 340 matches for "tortur".
Did you mean:
torture
2010 Jan 31
0
error compiling on 3.5 on OS X
I've tried to compile 3.5.0 RC2 on MAc OS X 10.6.2 and I get an error towards the end---
any help/ideas would be greatly appreciated---
-----------<snip>-------------
torture/../../lib/util/tests/strlist.c:285: warning: passing argument 1 of ?str_list_equal? from incompatible pointer type
torture/../../lib/util/tests/strlist.c: In function ?test_list_remove?:
torture/../../lib/util/tests/strlist.c:302: warning: passing argument 1 of ?str_list_remove? from incompatible...
2013 Nov 05
1
samba-4.1.0 build failure -help with
...-os blfs linux-3.1.6, gcc-4.8.1, glibc-2.17
I ran configure like this:-
./configure
--prefix=/opt/samba4
( i.e I accepted all the defaults except the installation prefix)
then I ran make like this:-
make
BUT make ends like so:-
#---------------------------
[3807/3949] Linking default/source4/torture/smbtorture
04:03:13 runner /usr/bin/gcc default/source4/lib/registry/tests/generic_22.o
default/source4/lib/registry/tests/hive_22.o
default/source4/lib/registry/tests/diff_22.o
default/source4/lib/registry/tests/registry_22.o
default/source4/torture/rap/rap_10.o default/source4/torture/rap/rp...
2005 Aug 10
2
Compiling smbtorture
Is smbtorture a simple SMB client that is completely separate from Samba
server? (I.e., can I use it to test, e.g., a regular Windows SMB
server?) Or is it something that only tests Samba server?
Anyway, I haven't had any luck compiling it. Any hints? Here is a
transcript (this is on SUSE Linux Enterpri...
2006 Aug 13
1
Building 23b
Building 3.0.23b I get these errors:
[...]
torture/rpctorture.c:377: error: (Each undeclared identifier is reported only once
torture/rpctorture.c:377: error: for each function it appears in.)
torture/rpctorture.c:535: warning: passing argument 5 of 'create_procs' from incompatible pointer type
torture/rpctorture.c:539: warning: passing ar...
2010 Nov 09
1
make quicktest failed
...it's an easy "oops you forgot to do this"
I'm on ubuntu 10.10 amd64 server completely uptodate today.
I followed the http://wiki.samba.org/index.php/Samba4/HOWTO
My git is also today.
== samba4.rpc.echo on ncacn_ip_tcp with validate and
--option=socket:testnonblock=True --option=torture:quick=yes -k yes(dc) ==
command: bin/smbtorture --configfile=$SMB_CONF_PATH
--maximum-runtime=$SELFTEST_MAXTIME --target=$SELFTEST_TARGET
--basedir=$SELFTEST_TMPDIR --option=torture:progress=no --format=subunit
--option=torture:quick=yes ncacn_ip_tcp:$SERVER[validate]
--option=socket:testnonblock=...
2011 Jul 11
2
Error when execute make quicktest
Hi Everyone. Im installing Samba4 and when i make the "make quicktest" y
recibe the following error: (sorry about my english).
= Failed tests =
== samba3.posix_s3.raw.open (s3dc) ==
command: /home/debian/samba-master/bin/smbtorture
--configfile=$SMB_CONF_PATH --maximum-runtime=$SELFTEST_MAXTIME
--target=samba3 --basedir=$SELFTEST_TMPDIR
--option="torture:winbindd_netbios_name=$SERVER"
--option="torture:winbindd_netbios_domain=$DOMAIN"
--option=torture:sharedelay=100000 --option=torture:progress=no
--forma...
2004 May 24
1
Build Errors, torture tests 3.0.x/HP-UX 11i
I get the following errors when building the torture suite under HP-UX 11i
with HP AnsiC. They are actually somewhat similar to the errors that I get
trying to build the whole package with gcc:
Compiling torture/torture.c
In file included from include/includes.h:109,
from torture/torture.c:23:
/usr/include/sys/socket.h:484: error:...
2019 Aug 30
2
RFC: Adding GCC C Torture Suite to External Test Suites
TL;DR: I am proposing to add the GCC C Torture suite [1], as an additional external source of tests for the “nightly” test suite. If you are willing to review the patch, it is here: https://reviews.llvm.org/D66887
Background:
While working on the RISC-V backend, we have found it useful to use additional test suites beyond the in-tree Clang a...
2020 Nov 01
0
4.13.1 make test failed
...ba-4.13.1/bin/default/lib/util/test_util_paths
2>&1 | python3 /usr/src/samba-4.13.1/selftest/filter-subunit
--fail-on-empty --prefix="samba.unittests.util_paths." --suffix="(none)"
ERROR: Testsuite[samba.unittests.util_paths]
REASON: Exit code was 1
== samba3.smbtorture_s3.plain.OWNER-RIGHTS(fileserver_smb1) ==
command: /usr/src/samba-4.13.1/source3/script/tests/test_smbtorture_s3.sh
OWNER-RIGHTS //$SERVER_IP/tmp $USERNAME $PASSWORD
/usr/src/samba-4.13.1/bin/smbtorture3 -l $LOCAL_PATH 2>&1 | python3
/usr/src/samba-4.13.1/selftest/filter-subunit --fail-o...
1999 Jul 18
0
2.0.5-pre3: torture.c doesn't compile on rh60
rh60/2.2.10-ac10
Compiling utils/torture.c
utils/torture.c: In function `run_browsetest':
utils/torture.c:929: invalid type argument of `->'
utils/torture.c:934: invalid type argument of `->'
utils/torture.c: In function `create_procs':
utils/torture.c:1118: warning: initialization discards `volatile' from point...
2019 Aug 30
2
RFC: Adding GCC C Torture Suite to External Test Suites
On Fri, 30 Aug 2019 at 17:34, Finkel, Hal J. via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
>
> On 8/30/19 10:18 AM, Sam Elliott via llvm-dev wrote:
> > TL;DR: I am proposing to add the GCC C Torture suite [1], as an additional external source of tests for the “nightly” test suite. If you are willing to review the patch, it is here: https://reviews.llvm.org/D66887
> >
> > Background:
> >
> > While working on the RISC-V backend, we have found it useful to use additional...
2015 Oct 22
2
how to build smbtorture using static linked libraries
Hello all:
I am trying to build smbtorture using static linked libraries.
The samba source code I have is samba-4.1.13
for configure, I did:
waf configure --builtin-libraries=ALL
for build, I did:
waf build --targets=smbtorture (so that it only build target smbtorture)
But, the waf build fails immediately.
Then, I tried to only link...
2007 May 05
3
asterisk telemarketer torture sound files
Hi,
I have some annoying telemarketer calling me on a recurring basis,
but I'd like to discourage them a bit and have some fun.
I found this:
http://www.voip-info.org/wiki/view/Asterisk+AEL+Telemarketer+Torture
but the link to download the sound files is dead (wyoming.e-tools.com
is NXDOMAIN).
Anyone have a copy of these?
-Adam
2019 Sep 03
2
RFC: Adding GCC C Torture Suite to External Test Suites
...> On 8/30/19 2:21 PM, Alex Bradbury wrote:
>> On Fri, 30 Aug 2019 at 17:34, Finkel, Hal J. via llvm-dev
>> <llvm-dev at lists.llvm.org> wrote:
>>>
>>> On 8/30/19 10:18 AM, Sam Elliott via llvm-dev wrote:
>>>> TL;DR: I am proposing to add the GCC C Torture suite [1], as an additional external source of tests for the “nightly” test suite. If you are willing to review the patch, it is here: https://reviews.llvm.org/D66887
>>>>
>>>> Background:
>>>>
>>>> While working on the RISC-V backend, we have foun...
2016 Apr 15
0
RAW.WRITE - selftests fail, smbtorture passes
...a4.raw.write(ad_dc_ntvfs).
All off the raw.write selftests fail at "Trying 2^32 offset". Below is
output when running "make test TESTS=samba3.raw.write"
=== samba3.raw.write(nt4_dc) and samba3.raw.write(ad_dc) fail like this:
[32(151)/356 at 3m32s] samba3.raw.write(nt4_dc)
smbtorture 4.4.2
Using seed 1460584651
Testing RAW_WRITE_WRITE
Trying zero write
Trying small write
Trying large write
Trying bad fnum
Setting file as sparse
Trying 2^32 offset
UNEXPECTED(failure): samba3.raw.write.write(nt4_dc)
REASON: Exception: Exception: ../source4/torture/raw/write.c:197:
(../source4/to...
2012 May 07
7
How to build Samba4 using static linked libraries
Hi All:
I am building the torture/smbtorture for samba-4.0.0alpha17. After build, I am running the test in another environment.
I not only need to copy the binary smbtorture, I also need to copy the shared libraries. This is HUGE inconvenient for us.
Could somebody tell me how to build the binary using static linked libra...
2011 Aug 03
1
Samba4 on CentOS6 make quicktest failed
...0.0alpha16
--exclude=./st/skip --testlist="/usr/bin/python
/root/download/samba-4.0.0alpha16/source3/selftest/tests.py|"
--testlist="/usr/bin/python
/root/download/samba-4.0.0alpha16/source4/selftest/tests.py|"
--binary-mapping=nmblookup3:nmblookup3,smbclient3:smbclient3,smbtorture4:smbtorture,ntlm_auth3:ntlm_auth3
--exclude=./st/slow --quick --include=./st/quick --socket-wrapper &&
touch ./st/st_done) | /usr/bin/python -u
/root/download/samba-4.0.0alpha16/selftest/filter-subunit
--expected-failures=./st/knownfail | tee ./st/subunit | /usr/bin/python
-u /root/do...
2003 Dec 09
2
Telemarketer Torture
Hello--
I submitted of extensions.conf that contains my "telemarketer torture"
menus, last week sometime to the mailing list.
I got back a note from the mailing list machinery, stating that it was
too big, and would be subject to approval. No such approval came, I
guess. Either I missed it, or it didn't rate, or the moderator just
plain hasn't gotten around t...
2010 May 02
2
samba4 make error - drsblobs.so
...ng config.mk
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating lib/registry/registry.pc
config.status: creating librpc/dcerpc.pc
config.status: creating ../librpc/ndr.pc
config.status: creating ../librpc/ndr_standard.pc
config.status: creating ../lib/torture/torture.pc
config.status: creating auth/gensec/gensec.pc
config.status: creating param/samba-hostconfig.pc
config.status: creating librpc/dcerpc_samr.pc
config.status: creating librpc/dcerpc_atsvc.pc
config.status: creating lib/ldb/ldb.pc
config.status: creating Makefile
config.status: creating in...
2009 Jun 11
2
[LLVMdev] ARM backend failures from (gcc) c torture suite
I wrote a few scripts to run llvm/arm against the gnu c torture test suite
which consists of over 900 smallish tests.
There were quite a few failures with llvm/arm which I hereby want to
report (see attached
tarball for the actual failing testsc).
Most of the failures are related to vararg/stdarg.
I think I saw a bug files for this but cannot find it anymor...