similar to: RAW.WRITE - selftests fail, smbtorture passes

Displaying 20 results from an estimated 1100 matches similar to: "RAW.WRITE - selftests fail, smbtorture passes"

2020 Nov 01
0
4.13.1 make test failed
Hello I try today to install samba 4.13.1 ? ./configure run without error Make run without error Make Check Failed Debian 10.6 Also all required Packages are installed -- # cat summary = Failed tests = == samba4.blackbox.demote-saveddb == command: PYTHON=python3 /usr/src/samba-4.13.1/testprogs/blackbox/demote-saveddb.sh $PREFIX_ABS/demote
2019 Apr 06
2
selftest, help with a single test
In the hope for some help, I would like some hint on how to diagnose the following single subunit: samba3.blackbox.smbclient_machine_auth.plain In particular the single test samba3.blackbox.smbclient_machine_auth.plain (s4member:local)(s4member:local) Results attached, run is from git at 'origin/v4-10-stable' Thanks in advance (This is because in my full selftest almost all failures
2016 Oct 22
0
samba 4.5.0 on HPUX(IA-64) make quicktest fails with error Failed to add entry for user.
Hi Team, I have build samba 4.5.0.on hpux. On running make quick test is failing with below error. I am attaching the logs with log level 10. *Workaround:- *I have implemented workaround by adding all the test users(force_user, smbget_user,user1,user2.......) from useradd command. Is it an expected behavior on hpux ? Note:- I am not sure if this issue to be send to samba-technical mail list.
2014 Nov 11
0
smbtorture tests errors
Hi, I am using smbtorture test suites to run several raw tests on the samba share on my gluster volume. I see following errors : smbtorture -U user%passwd //server/torture-vol raw.sfileinfo smbtorture 4.1.13 Using seed 1415694107 time: 2014-11-11 03:21:47.380755 progress: 6 test: base time: 2014-11-11 03:21:47.381135 Failed to setup EAs create_time not setup correctly Failed to setup EAs
2011 Nov 10
0
Unable to execute raw tests using lxc-execute.
Hi, I have doubt in executing raw.write tests using lxc-execute. When I execute it without lxc-execute it works fine i.e it performs raw.write testing. command :: root at nishant:/home/nishant/Desktop/samba-4.0.0alpha15# bin/smbtorture //localhost/ubuntu -Ubase%base_system raw.write This command works fine. We can see the o/p of this also,
2017 Feb 27
0
SMBTorture tests on HP UX IA64 - Samba 4.5.3 without AD DC
Hi Samba Team, We are testing Samba 4.5.3 without AD DC on HP UX IA64 with samba SMBTorture as test clients. We are running all tests in SMBTorture. Samba server failed about 75% of RAW tests ,16% of BASE tests ,90% of DCE/RPC protocol and interface tests (rpc), 50% of Remote Administration Protocol tests (rap) 100% of DFS referrals calls (dfs) and other test with minimum failures. We used the
2008 Nov 03
1
smbtorture : Unknown operation mkdir
Hi, I got problem while using smbtorture with the NBENCH test. The error happens on the "Mkdir" operation. I'm using the file "client.txt" from dbench-3.04. There are "Mkdir" operations, but in the file "torture.c", this operation is not handled. Few other operations are not handled. I did compare operations from run_netbench and those that are present
2004 Mar 29
0
smbtorture option changed?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If I use the smbtorture available at ftp://ftp.samba.org/pub/tridge/dbench, I get the following options: tests are: FDPASS LOCK1 LOCK2 LOCK3 UNLINK BROWSE ATTR TRANS2 MAXFID TORTURE RANDOMIPC NBW95 NBWNT default test is ALL But the smbtorture compiled with Gentoo's 3.0.2a gives me tests are: FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7
2014 Nov 19
1
SMBTORTURE Documentation
Hi All, I am Running smbtorture raw tests on glusterfs samba share. I am seeing certain failures as follows: est: unlink time: 2014-11-19 15:21:03.886054 Trying non-existent file Trying a hidden file Trying a directory Trying a bad path Trying wildcards (../source4/torture/raw/unlink.c:143) Incorrect status NT_STATUS_OBJECT_NAME_INVALID - should be NT_STATUS_NO_SUCH_FILE time: 2014-11-19
2020 Jul 06
2
failed to compile samba-4.12.5
Hello Sirs, I met a problem at the last step of compiling samba. could someone help me ? Thank you in advance. samba version -- samba-4.12.5 OS info: Fedora release 32 steps to reproduce issue: 1. sudo dnf builddep libldb samba 2. wget https://download.samba.org/pub/samba/stable/samba-4.12.5.tar.gz 3. tar -xf samba-4.12.5.tar.gz 4. ./configure --enable-debug --enable-selftest --with-systemd 5.
2016 Jun 09
1
Unable to setup messaging listener
Hello people, Today I noticed that there's a lot of this messages in the /var/log/messages: Jun 9 13:23:00 bcd samba[14033]: [2016/06/09 13:23:00.772684, 0] ../source4/lib/messaging/messaging.c:644(imessaging_init) Jun 9 13:23:00 bcd samba[14033]: Unable to setup messaging listener for '/opt/samba/private/smbd.tmp/msg/msg.14033.41':NT_STATUS_DISK_FULL Jun 9 13:23:00 bcd
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 Enterprise 9): cwu@cham6:~/tmp/apps/samba-3.0.14a/source> ./configure
2019 Apr 01
5
selftest
Thanks for the reply, Besides the problem with source4/lib/messaging/messaging_handlers.c, Good to hear that selftest is actively used, then do I understand it right that 'make test' should succeed? My bigger problem is that it failed with lots of errors. This must be a problem with my build, then, but since this is a fresh tarball I am a bit puzzled. I would appreciate some hint on
2015 Oct 22
1
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 with lib talloc and tevent statically, so I did: waf
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 with lib talloc and tevent statically, so I did: waf
2016 Dec 06
3
SMBtorture Documentation
Hi, Can somebody provide a documentation for "SMBTORTURE" test suite available with Samba. I am trying to learn about the individual test options available with smbtorture. Detailed information about each test will be of great help. thanks in advance Jisha
2006 Jul 14
1
testing a 2000 queues print server with smbtorture
Hi everyone, I'm very interested in samba testing subject. Because I need to plan a samba/cups/linux 2000 queues print server migration from W2K. But before that, I wanted to generate the service load before listen users claiming the server is running under a low performance. Somebody knows a good test set to simulate printing share connections from clients in my print server using
2016 Dec 09
1
SMBtorture Documentation
Thank you Bob for the information! :) regards Jisha >>> Bob Campbell via samba <samba at lists.samba.org> 12/7/2016 2:37 AM >>> Hi Jisha, The best documentation about the test suite to my knowledge is: https://wiki.samba.org/index.php/Writing_Torture_Tests This has a lot of information about how to run tests, including different test options. If you're interested
2009 Jan 30
1
Smbtorture + Domain Environment
Hi, Does smbtorture have any issues operating in a Domain environment? I get the following error even for simple tests [root@D2950-11 samba_tests]# ./smbtorture //D1950-01/global-share -U TESTDOMAIN2+testuserc OPEN using seed 1233356434 Password: host=D1950-01 share=global-share user=TESTDOMAIN2+testuserc myname=D2950-11 Running OPEN starting open test failed to open share connection:
2002 Jul 15
0
cygwin & smbtorture
Hello, I'd like to compile and run smbtorture on a win32 box. Has anyone been able to compile smbtorture on win32? If so how? What was the environment: native win32, cygwin, sfu, or mks (or something else)? I want to run smbtorture on my win32 boxes and have it beat on samba servers on the network. Out of the box, the configure script fails with: checking configure summary... ERROR: No