similar to: Building WMIC

Displaying 20 results from an estimated 700 matches similar to: "Building WMIC"

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
2013 May 11
1
Samba git: build error when upgrading
Seeing a build problem after updating my git tree: $ git remote -v origin git://git.samba.org/samba.git (fetch) origin git://git.samba.org/samba.git (push) $ git pull $ ./configure ... $ make clean WAF_MAKE=1 python ./buildtools/bin/waf build ./buildtools/wafsamba/samba_utils.py:397: DeprecationWarning: the md5 module is deprecated; use hashlib instead
2013 Oct 08
1
git folder moved : waf : The top source directory has moved. Please run distclean and reconfigure
Hi all, As samba4 git source took a looong time to download, I've moved the folder away from original directory. Trying to compile 4.0.10, make shows : > 'configure' finished successfully (52.943s) > WAF_MAKE=1 python ./buildtools/bin/waf build > cannot find include/config.h > Waf: Entering directory `/home/serveur/git/samba4/bin' > bld.curdir >
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
2002 Jul 19
1
Re RGui and object browser
Hallo Dan I used your code for ls.objects and it is very usefull. I corrected some typo and it worked well untill now. I observed Error due to class evaluation in lists created by aov fit as the fitted object from aov has two classes (aov and lm) So I made a little change which seems to work. Here it is: # Posted by Dan Putler At 2002-07-15 16:13 # As part of the obveRsive GUI project,
2018 Jun 18
0
Building rpcclient statically linked?
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: source source3/smbd/notify_msg.c is in more than one subsystem of > > target 'smbstatus':
2005 Feb 19
1
Samba with ADS
Hello All, I am a newbie.. I want to compile Samba with ADS support for Solaris UltraSparcIII I have downloaded the source for 1> Samba 3.0.10 2> MIT Kerberos 5 1.4 3> OpenSSL 0.9.7e 4> OpenLDAP I started by trying to make MIT Kerberos. CC=gcc CPPFLAGS='-D__EXTENSIONS__' CFLAGS='-m64' ./configure configured it but when I try make I get ..
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:
2020 Aug 03
1
Statically build smbd and smbstatus
Hi Team, While building smbd and smbstatus statically I am getting below error (using make). *ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist']* *Environment Details:* Machine: Ubuntu 18.04 Samba Version: 4.11.6 *My Makefile excerpt:* ./configure --with-logfilebase=/var/log \
2014 Mar 02
0
3/2/2014 Samba4 git pull make clean error
Hi, I did a git pull and gmake clean give me error: root at www:/usr/local/samba-master # gmake clean WAF_MAKE=1 python ./buildtools/bin/waf clean Selected embedded Heimdal build /usr/local/samba-master/wscript: error: Traceback (most recent call last): File "/usr/local/samba-master/buildtools/wafadmin/Utils.py", line 647, in recurse exec(compile(txt, file_path,
2015 Jun 10
4
Need another workaround for FSMO transfer problem
On 05/28/2015 04:18 AM, Rowland Penny wrote: > On 28/05/15 01:33, John Lewis wrote: >> On 05/26/2015 07:34 AM, Rowland Penny wrote: >>> On 26/05/15 03:05, John Lewis wrote: >>>> https://wiki.samba.org/index.php/Flexible_Single-Master_Operations_%28FSMO%29_roles#Transfering_a_FSMO_role >>>> >>>> >>>> >>>> I ran into that
2015 Jun 11
2
Need another workaround for FSMO transfer problem
On 06/11/2015 04:33 AM, Rowland Penny wrote: > On 11/06/15 00:20, John Lewis wrote: >> On 05/28/2015 04:18 AM, Rowland Penny wrote: >>> On 28/05/15 01:33, John Lewis wrote: >>>> On 05/26/2015 07:34 AM, Rowland Penny wrote: >>>>> On 26/05/15 03:05, John Lewis wrote: >>>>>>
2015 Jan 26
1
how to add new vfs module to build...
On 1/24/2015 3:03 PM, Volker Lendecke wrote: > On Sat, Jan 24, 2015 at 01:35:40PM -0500, Ed Sutter wrote: >> Hi, >> I'm working with version 4.1.6 to create a new VFS module. >> I've been experimenting by just modifying one of the existing >> module source files (vfs_full_audit.c) and that rebuilds as expected. >> >> I want to step back now and create
2015 Jan 24
2
how to add new vfs module to build...
Hi, I'm working with version 4.1.6 to create a new VFS module. I've been experimenting by just modifying one of the existing module source files (vfs_full_audit.c) and that rebuilds as expected. I want to step back now and create a unique module name, but I'm having trouble getting it to be included in the build. Using vfs_full_audit.c as my example, I've added entries into
2017 Feb 21
1
Samba compile
Dear all I'm just reentering the samba world after long time working by nfs only Now, I'm setting up current samba with keberos/ldap backend from source. configure --prefix=/usr/samba --sysconfdir=/etc/samba --localstatedir=/var --with-system-mitkrb5 works out fine but make isn't getting far and stops right away with WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering
2020 Jun 25
2
Compiling WMIC/Accessing WMI
Background: As of Windows 10 version 2004, the wmic client no longer works. It gets the following error - [wmi/wmic.c:196:main()] ERROR: Login to remote object. NTSTATUS: NT code 0x80010111 - NT code 0x80010111 This seems to be an RPC header error. Presumably Microsoft changed something that broke wmic. Since I found wmic.c in the samba source I thought that it might be able to be compiled as
2013 Jul 07
1
UTF-8 output for wmic
Hi, I have a question on wmic, the linux wmi client, which uses samba. Is this mailing list the right place to ask? or there is a better forum or mailing list to ask? Basically, I want to ask if wmic supports UTF-8 for its output or not. If yes, how to turn it on? By default, it doesn't return UTF-8 for extended ascii characters. I tried to put "unix charset?=?UTF8" in a config
2018 Feb 21
2
how to build wmic
I see that the Samba sources include the WMI client (wmic), but I have not succeeded in getting the configure/make to build it. Does anyone know if this feature is supported in current (4.7.4) Samba, and, if so, how to build it? Steve Koehler
2018 Feb 21
1
how to build wmic
Thanks for the pointer. I will take a look. Steve Koehler On Wed, Feb 21, 2018 at 2:44 PM, Andrew Bartlett <abartlet at samba.org> wrote: > On Wed, 2018-02-21 at 14:05 -0600, Stephen Koehler wrote: > > Andrew, > > > > Thanks very much. After sending my question, I discovered that the DCOM > area was disabled in the build as of 8 years ago, so it became clear
2020 Jun 25
0
Compiling WMIC/Accessing WMI
On Thu, 2020-06-25 at 11:29 +1000, Matthew Jurgens via samba wrote: > Background: > As of Windows 10 version 2004, the wmic client no longer works. It > gets > the following error - > [wmi/wmic.c:196:main()] ERROR: Login to remote object. > NTSTATUS: NT code 0x80010111 - NT code 0x80010111 > > This seems to be an RPC header error. Presumably Microsoft changed >