similar to: I need help from you.

Displaying 20 results from an estimated 20000 matches similar to: "I need help from you."

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
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
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 11
0
Need another workaround for FSMO transfer problem
On 10:38:21 wrote John Lewis: > 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_Operatio > >>>> ns_%28FSMO%29_roles#Transfering_a_FSMO_role >
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 Feb 06
0
4.7.4 build fails
On 05/02/2018 19:49, Rowland Penny via samba wrote: > On Thu, 1 Feb 2018 13:07:01 +0100 > Thomas Bork via samba <samba at lists.samba.org> wrote: > > Am 01.02.2018 um 11:31 schrieb NoelB via samba: > > [3667/3915] Linking default/source3/libads-samba4.so > default/source3/libads/kerberos_keytab_63.o: In function > `ads_keytab_list': >
2013 Oct 29
2
creating an ubuntu package of version 4.1.0
Hi, to build an ubuntu-package of samba4.1.0, I'm using a slightly modified debian package-configuration from a previous version. I created a quilt-patch (attached to this email) that sets the DISABLE_NTDB var again, to solve dependency problems. It's compiling nicely now, but I still get this linker-error: default/source3/lib/util_58.o: In function `str_checksum':
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
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > Cheerio! > -slow Still reviewing this - but a few things that will need changing: When adding the validate_nt_acl_blob() function in [PATCH 06/12] vfs_acl_common: move the ACL blob validation to a helper function this makes some of the existing function names in debug statements incorrect. Eg. validate_nt_acl_blob()
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
On Sat, Aug 27, 2016 at 12:46:12PM +0200, Ralph Böhme via samba wrote: > > ...and this one even has bug urls in all commit messages. Sorry for > forgetting this in the previous version. Juuuusttt *one* leetle change, sorry :-). I was following the changes to the talloc heirarchy in the code and realized that adding the following change made it much clearer (at least to me). diff --git
2013 Nov 29
1
Samba4 git pull of today (11/28/2013) link error on FreeBSD 9.2 RELEASE
./configure --bundled-libraries && make ............ [3638/3880] Linking default/source4/lib/policy/py-policy.so [3639/3880] Linking default/source4/auth/ntlm/libauth4.so [3640/3880] Linking default/source4/ntvfs/libntvfs.so default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup': inotify.c:(.text+0x503): undefined reference to `inotify_init'
2023 Oct 15
1
Compiling within Samba Source-Tree
On 10/14/23 23:43, Peter Koch via samba wrote: > It must be possible to tell the build-system that smbscardd needs -lcrypto > Please let me know how. ./source3/wscript: conf.CHECK_FUNCS_IN('DES_pcbc_encrypt', 'crypto') As we already seem to check for libcrypto and store the dependency, you should be able to just add crypto to your list of deps. > no talloc
2023 Oct 15
1
Compiling within Samba Source-Tree
Hi Ralph, Thanks very much - I will try your suggestions and let you know wether that helped or not Peter Am 15.10.2023 um 14:33 schrieb Ralph Boehme: > On 10/14/23 23:43, Peter Koch via samba wrote: >> It must be possible to tell the build-system that smbscardd needs >> -lcrypto >> Please let me know how. > > ./source3/wscript:???
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':
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
2015 Jun 11
0
Need another workaround for FSMO transfer problem
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: >>>>> https://wiki.samba.org/index.php/Flexible_Single-Master_Operations_%28FSMO%29_roles#Transfering_a_FSMO_role >>>>>
2013 Apr 25
1
Samba4 : Join as an AD domain member
Hi, I'm trying to join a samba4 (4.0.5) server as a domain member in an AD (2k8 server) environment. I used this command to compile samba4 ( https://wiki.samba.org/index.php/Samba4/Domain_Member) : ./configure --with-ads --with-shared-modules=idmap_ad But I get this error : Active Directory support not available : LDAP support ist not available. /root/samba-4.0.5/source3/wscript:733: error:
2015 Jun 11
0
Need another workaround for FSMO transfer problem
On 11/06/15 11:51, John Lewis wrote: > 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 Jun 11
1
Need another workaround for FSMO transfer problem
On 06/11/2015 07:10 AM, Rowland Penny wrote: > On 11/06/15 11:51, John Lewis wrote: >> 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: