similar to: how to build smbtorture using static linked libraries

Displaying 20 results from an estimated 600 matches similar to: "how to build smbtorture using static linked libraries"

2018 Jun 18
2
Building rpcclient statically linked?
On Mon, 2018-06-18 at 10:35 -0400, pisymbol via samba wrote: > Small addendum, I did try: > > ./configure --nonshared-binary=ALL > > ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of > target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist'] > > This is CentOS 7.5. > > -aps Building more than smbd and
2016 Jul 19
2
Samba 4.4.5 exists with segmention fault on FreeBSD 10.3 during domain provision
Hi folks, I am trying to set up a domain/forest in VirtualBox server. My setup: * # uname -a FreeBSD bsd1dc.ad001.osipov.eu 10.3-RELEASE-p4 FreeBSD 10.3-RELEASE-p4 64 bit * Samba 4.4.5 from Ports tree # samba-tool -V 4.4.5 * Python 2 from Ports tree # python2 --version Python 2.7.12 Installation went smoothly but during domain provisioning Python fails with a segmentation fault
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
2019 Nov 12
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
As I understood it is 2nd case: > Or are there specified binaries where the libraries are builtin to, for examle: > --nonshared-binary=testparm, smbtorture, smbd and so on ? But in the case of binaries list, all binaries mentioned at the list will be linked statically with ALL libraries, not only 3 (in my case) . Am I right ? ??, 12 ????. 2019 ?. ? 20:19, Andrew Bartlett <abartlet at
2019 Nov 12
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
Should I specify _libraries_ what I want to build directly to binaries, for example: --nonshared-binary=replace,winbind-client,wbclient ? Or are there specified binaries where the libraries are builtin to, for examle: --nonshared-binary=testparm, smbtorture, smbd and so on ? ??, 12 ????. 2019 ?. ? 02:25, Andrew Bartlett <abartlet at samba.org>: > On Tue, 2019-11-12 at 02:05 +0300,
2016 Mar 15
2
Building smbclient 4.3.3 as one executable without shared libraries
When we build smbclient 4.3.3 we now have 76 shared libraries to deliver with the smbclient binary. Is there any way to specify it statically linking the libraries so we only have to deliver an executable ? With 3.6.5 and 4.0.7, we only had 3 libraries, which was more more manageable. Thank you, Mike Tompkins
2018 Jun 18
2
Building rpcclient statically linked?
I have Googled around looking for the magic configure to waf incantation to get this accomplished but nothing seems to work. Does anyone know how to build rpcclient statically linked? Or all binaries statically linked? Thanks! -aps
2019 Nov 11
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
I need that replace, winbind-client and wbclient libraries would be built as shared ones, for what I specify --bundled-libraries=NONE,pytevent,roken,replace,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile,winbind-client,wbclient as ./configure option. But I need at the same time that these libraries replace, winbind-client and wbclient would be
2017 Sep 25
1
How to build samba-4.6.7 with static linked option?
Hi! everyone! I am a student from China,my name is Aloha Jack! This is the first time I send a message to the mail lists ! Haha! When I get the sources from the website,I configure with this options below: ./configure \ --builtin-libraries=replace,smbtorture,smbpasswd,pdbedit,smbd/smbd,nmbd/nmbd \ --without-ldap \ --without-ads \ --disable-cups \ --disable-iprint \ --bundled-libraries=ALL \
2015 Oct 26
1
build my own server-side-copy client code using samba4 source code
Hello all: I am working on implementing server-side-copy client code. When I checked samba4 source code, I saw that smbtorture has some sort of function that does server-side-copy client function. So, I followed the way that smbtorture does, and implemented my own server-side-copy client code (let's call it cifs_cp). Basically, my cifs_cp code, calls the functions in the files of:
2018 Jun 18
2
Building rpcclient statically linked?
On Mon, Jun 18, 2018 at 3:53 PM, pisymbol <pisymbol at gmail.com> wrote: > > > On Mon, Jun 18, 2018 at 2:39 PM, Andrew Bartlett <abartlet at samba.org> > wrote: > >> On Mon, 2018-06-18 at 10:35 -0400, pisymbol via samba wrote: >> > Small addendum, I did try: >> > >> > ./configure --nonshared-binary=ALL >> > >> > ERROR:
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
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:
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 Dec 04
1
smbtorture config issue?
Hello, I'm trying to run smbtorture against another system. I have installed version 4.0.0alpha9 locally. The remote system is registered with ADS as: distinguishedName: CN=bl-uits-cictest,CN=Computers,DC=ads,DC=iu,DC=edu name: bl-uits-cictest dNSHostName: bl-uits-cictest.ads.iu.edu servicePrincipalName: HOST/bl-uits-cictest.ads.iu.edu servicePrincipalName: HOST/BL-UITS-CICTEST 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
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
2004 Jun 10
1
smbtorture utility
Forgive my ignorance, but I keep reading about this smbtorture utility and I can't find it anywhere! It doesn't *seem* to come with Samba. Where can I find this binary? Thanks! Matthew
2007 Jan 30
1
smbtorture NEGNOWAIT makes 3.023d dump core
smbtorture NEGNOWAIT causes a core dump with a message "Abnormal server exit: multiple negprot's are not permitted". Is that truely by design?? I am running Samba 3.0.23d as AD member server and have smbtorture running on the same machine. Kind regards, Jens Appended: The final second of the smbd... [2007/01/30 16:48:38, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(260)