Displaying 20 results from an estimated 452 matches for "tevent".
Did you mean:
event
2013 Mar 07
1
Samba 4 classicupgrade: Error converting string to value for line:"CurrentVersion"
...find ldb
Setting up secrets.ldb
lpcfg_servicenumber: couldn't find ldb
lpcfg_servicenumber: couldn't find ldb
Setting up the registry
ldb: ldb_trace_request: SEARCH
dn: @MODULES
scope: base
expr: (@LIST=*)
attr: @LIST
control: <NONE>
ldb: ldb_trace_request: (tdb)->search
tevent: Added timed event "ltdb_callback": 0x1d0ccb0
tevent: Added timed event "ltdb_timeout": 0x1d0cd60
tevent: Destroying timer event 0x1d0cd60 "ltdb_timeout"
tevent: Ending timer event 0x1d0ccb0 "ltdb_callback"
ldb: no modules required by the db
ldb: No modules s...
2016 Sep 06
2
samba crashing on start up INTERNAL ERROR: Signal 11
On Tue, Sep 6, 2016 at 1:24 PM, Volker Lendecke <vl at samba.org> wrote:
> Samba is one such user. Eventually this tight link will be removed,
> but for the moment this is the case. With tevent-0.9.30 we have broken
> the assumptions in tevent_internal.h by adding fields. Samba uses that
> structure directly, so it needs to be compiled against the
> tevent_internal.h of the tevent version that is later installed.
Again - I compiled Samba against tevent-0.9.30.
Did a "make u...
2016 Sep 06
1
samba crashing on start up INTERNAL ERROR: Signal 11
On Tue, Sep 6, 2016 at 2:05 PM, Volker Lendecke <vl at samba.org> wrote:
> Does gentoo give any hints about what "tevent-0.9.30" exactly
> contains? It should contain a tevent_internal.h file. This file should
> contain something like "pthread_mutex_t scheduled_mutex". Can you
> check that this exists when you compile Samba?
It's certainly in the tevent-0.9.30 tarball, however I don't...
2016 Sep 06
2
samba crashing on start up INTERNAL ERROR: Signal 11
...a.org> wrote:
>> When you build, please have the correct header and -dev libs around
>> that you will later use.
>
> In most cases there are no separate dev packages in Gentoo, being a
> source based distro.
> When I run Samba (standalone server - smbd and nmbd) with
> tevent-0.9.30 installed it coredumps (both nmbd and smbd) even if I
> build Samba against tevent-0.9.30 (that's a make uninstall, make
> clean, make distclean, configure, make, make install after updating
> tevent and other packages that depend on it).
>
> Chris
2018 Dec 03
2
Samba 4.9.3 and the "10 hour problem"
Hmm…
I see that there is a patch in the bugzilla page for that bug. I guess I could try that one… :-)
I notice in the patch that there is a lot of talk about SMB2 - we use SMB3 mostly now. But perhaps there is some code sharing? Or perhaps SMB2 is used when talking to the AD servers? Or the few SMB2-talking clients causes the problem for all of the other users? When testing the “timeout” issue I
2016 Sep 06
0
samba crashing on start up INTERNAL ERROR: Signal 11
On Tue, Sep 06, 2016 at 01:46:11PM -0400, Sonic wrote:
> On Tue, Sep 6, 2016 at 1:24 PM, Volker Lendecke <vl at samba.org> wrote:
> > Samba is one such user. Eventually this tight link will be removed,
> > but for the moment this is the case. With tevent-0.9.30 we have broken
> > the assumptions in tevent_internal.h by adding fields. Samba uses that
> > structure directly, so it needs to be compiled against the
> > tevent_internal.h of the tevent version that is later installed.
>
> Again - I compiled Samba against tevent-0...
2016 Sep 06
2
samba crashing on start up INTERNAL ERROR: Signal 11
On Mon, Sep 05, 2016 at 08:58:38PM -0400, Sonic wrote:
> Looks like tevent-0.9.30 is somehow the problem. After dropping back
> to tevent-0.9.29 samba no longer crashes.
When you build, please have the correct header and -dev libs around
that you will later use.
Volker
2016 Sep 06
0
samba crashing on start up INTERNAL ERROR: Signal 11
...you build, please have the correct header and -dev libs around
> >> that you will later use.
> >
> > In most cases there are no separate dev packages in Gentoo, being a
> > source based distro.
> > When I run Samba (standalone server - smbd and nmbd) with
> > tevent-0.9.30 installed it coredumps (both nmbd and smbd) even if I
> > build Samba against tevent-0.9.30 (that's a make uninstall, make
> > clean, make distclean, configure, make, make install after updating
> > tevent and other packages that depend on it).
Just dropping tevent-0.9...
2015 Apr 21
0
samba-4.2.0 join samba3 PDC
...n_events_poll (ev=0x7f48048a5a50, pollrtn=1,
pfds=0x7f48048b92c0, num_pfds=4) at ../source3/lib/events.c:257
#36 0x00007f4800c00c4a in s3_event_loop_once (ev=0x7f48048a5a50,
location=0x7f4802ca3bb0 "../source3/smbd/process.c:3992") at
../source3/lib/events.c:326
#37 0x00007f4802191942 in _tevent_loop_once (ev=0x7f48048a5a50,
location=0x7f4802ca3bb0 "../source3/smbd/process.c:3992") at
../lib/tevent/tevent.c:533
#38 0x00007f4802191b96 in tevent_common_loop_wait (ev=0x7f48048a5a50,
location=0x7f4802ca3bb0 "../source3/smbd/process.c:3992") at
../lib/tevent/tevent.c:637
#39...
2015 Mar 20
4
Samba4 4.2 building options and error during Samba4 4.2. building breaks it.
...il.c:152: undefined reference to
`uid_wrapper_enabled'
default/lib/util/util_11.o: In function `directory_create_or_exist_strict':
home/samba/bin/../lib/util/util.c:277: undefined reference to
`uid_wrapper_enabled'
collect2: error: ld returned 1 exit status
Firstly I built talloc, tdb, tevent and ldb, all are with
--enable-developer --bundled-libraries=NONE switches.
Then Samba4 in its self with:
--enable-developer --enable-gnutls --enable-cups --enable-iprint
--with-regedit --builtin-libraries=replace
--bundled-libraries=talloc,tdb,tevent,ldb
And there are not --enable-socket-wrapper...
2017 Jun 05
3
Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...ource4/librpc/idl/irpc.idl:159:
error: smbsrv_information: [out] argument 'info' is not a pointer or
array, skip client functions
(...)
[2569/3390] Compiling source3/rpc_server/rpc_service_setup.c
In file included from ../source4/heimdal_build/config.h:9:0,
from ../lib/tevent/../replace/replace.h:32,
from ../source3/include/includes.h:23,
from ../source3/rpc_server/rpc_service_setup.c:22:
default/include/config.h:962:41: error: conflicting types for
'rpc_lsarpc_init'
#define static_decl_rpc extern NTSTATUS rpc_lsarpc_init(v...
2013 Apr 14
10
[samba4] crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol"
Hi,
I used Samba 4.0.5 in Wheezy. Here is that I have done:
---------------------------------------------------------------
samba-tool domain provision --realm=CHEZMOI.PRIV --domain=CHEZMOI \
--server-role=dc --dns-backend=SAMBA_INTERNAL --adminpass='+toto123'
echo "nameserver 192.168.0.21" > /etc/resolv.conf
samba
ln -s /usr/local/samba/lib/libnss_winbind.so
2020 Aug 24
1
Samba rpms now available from CentOS Storage SIG
...ub.com/nkadel/samba4repo/
>
> I may be a bit fussy about this, but I've gotten a bit tired of
> having
> to keep updating these.
Nico,
One innovation (compared with how most Samba for RPM-based-systems) in
the CentOS storage packages are that they do not use the system
tdb,talloc,tevent,ldb etc.
Samba is tested with the version that is included in the release, and
updates to the system version can break other things (sssd is the most
likely, but in theory almost any of the other dependencies).
It seems to me both safer and (the reason I mention it to you) I hope a
little les...
2011 Aug 10
0
3.6.0 cross-compile error (reg_format.c)
...ry_G++_Lite/bin/mips-linux-gnu-gcc -O2 -I../lib/zlib -EL
-O2 -I. -I/home/martin/EM7075/work/samba-3.6.0/source3
-I/home/martin/EM7075/work/samba-3.6.0/source3/../lib/popt
-I/home/martin/EM7075/work/samba-3.6.0/source3/../lib/iniparser/src
-Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent
-I./librpc -I./.. -I./../lib/talloc -I../lib/tdb/include
-DHAVE_CONFIG_H -Iinclude -I./include -I. -I. -I./../lib/replace
-I./../lib/tevent -I./librpc -I./.. -I./../lib/popt
-I/home/martin/EM7075/work/samba-3.6.0/source3/lib -I..
-D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3 -fPIC -c registry/reg_format.c -...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...error: smbsrv_information: [out] argument 'info' is not a pointer or
> array, skip client functions
>
> (...)
>
> [2569/3390] Compiling source3/rpc_server/rpc_service_setup.c
> In file included from ../source4/heimdal_build/config.h:9:0,
> from ../lib/tevent/../replace/replace.h:32,
> from ../source3/include/includes.h:23,
> from ../source3/rpc_server/rpc_service_setup.c:22:
> default/include/config.h:962:41: error: conflicting types for
> 'rpc_lsarpc_init'
> #define static_decl_rpc extern NTST...
2015 Mar 20
1
Samba4 4.2 building options and error during Samba4 4.2. building breaks it.
May I don' t understand you, may be you don' t understand me.
I built Samba4 4.1.14 by the following way:
- built each libs: talloc, tdb, tevent, ldb by
configure -C --prefix=/usr/local/samba --enable-developer
--bundled-libraries=NONE
make
make install
built Samba4 in itself
configure -C --enable-developer --enable-gnutls --enable-cups
--enable-iprint --with-regedit --builtin-libraries=replace
--prefix=/usr/local/samba \...
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
.../etc/apt/sources.list.d/sid.list with
deb http://ftp.de.debian.org/debian/ sid main non-free contrib
deb-src http://ftp.de.debian.org/debian/ sid main non-free contrib
Run
aptitude update
3. Grab sources
mkdir samba
cd samba
apt-get -t sid source talloc tevent tdb ldb cmocka nss-wrapper
socket-wrapper uid-wrapper resolv-wrapper samba
4. Apply patches (added inline at the bottom of the mail, put them in an
folder called patches), I use the ~bpo7+1 suffix for wheezy-sloppy-backports
for i in patches/*; do patch -p0 < $i; done
5. Build packages
cd...
2014 Mar 13
0
Help with Possible Bug in Samba 4.1.5 on Connection Close
....212.29:60447) closed connection to service
rtp
stack 1:
gettimeofday(??, ??) at 0xd0223d00
GetTimeOfDay(tval = 0x2ff20d80), line 54 in "time.c"
timeval_current(), line 542 in "time.c"
smbXsrv_session_close_loop(subreq = 0x2000cde8), line 243 in
"smbXsrv_session.c"
_tevent_req_notify_callback(req = 0x2000cde8, location =
"../source3/lib/msg_channel.c:234"), line 101 in "tevent_req.c"
tevent_req_finish(req = 0x2000cde8, state = TEVENT_REQ_USER_ERROR,
location = "../source3/lib/msg_channel.c:234"), line 110 in "tevent_req.c"
te...
2015 Oct 22
1
how to build smbtorture using static linked libraries
...d 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 configure --builtin-libraries=talloc,tevent
and then do:
waf build --targets=smbtorture
But then build fails in the link step with an ld error of undefined reference to some function.
How can I resolve this issue, and build smbtorture with static linked libraries?
Th...
2010 Dec 15
1
Problem compiling Samba from source
...lations the samba3 make fails with the following
errors:
~/samba-3.5.5/source3> make
Using CFLAGS = -I../lib/zlib -I/app/utils//include -O -I.
-I/app/builduser/samba-3.5.5/source3
-I/app/builduser/samba-3.5.5/source3/iniparser/src -Iinclude
-I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns
-I./librpc -I./.. -I./../lib/talloc -I../lib/tdb/include
-DHAVE_CONFIG_H -I/app/utils//include -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/app/utils/include
-I/app/builduser/e2fsprogs-1.41.12/lib/ -Iinclude -I./include -I. -I.
-I./../lib/replace -I./../lib/tevent -I....