search for: tstream

Displaying 17 results from an estimated 17 matches for "tstream".

Did you mean: stream
2010 Jan 15
1
samba4 compilation error
Not sure if this is a known error during samba4 source code compilation and how to fix it (which file has struct iovec defined and where to include it) Compiling ../libcli/util/tstream.c ../libcli/util/tstream.c:39: error: field ?tmp_vector? has incomplete type The following command failed: DATA_BLOB pdu_blob; struct iovec tmp_vector; }; pwd = /usr/src/gitsamba/samba/source4 Compiling ../libcli/util/tstream.c ../libcli/util/tstream.c:39: error: field ?t...
2007 Apr 12
1
Seek problem 2 - reinitialization of the decoder
...reinitialize the decoder so the viewing can continue. Again, I have code that works most of the time, but, well... Just after the last file position seek, this code is run: while ((result = ogg_sync_pageout(&sync, &page)) == 0) bufferData(); while (ogg_page_serialno(&page) != tstream.serialno) if (ogg_sync_pageout(&sync, &page) <= 0) // Find a Theora page, not Vorbis. bufferData(); (Same code as pasted in the the seek problem 1 mail) Now, I need to get back into the decoding loop. I do this exactly the same way as when the decoder starts up just after t...
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
2009 Feb 21
4
One Dovecot serving 2 domains - possible?
I'm talking about Dovecot 1.0.x, since 1.1.x showed some problems on some of my servers. -- Is it possible to have Dovecot on one machine serving two different domains? How can I set the mailboxes root to one domain to /dir1/ and to the other domain to /dir2/ ? I want all mailboxes from one domain to reside on a different mailbox root. I use Dovecot LDA. Is is possible to set a LDAP
2007 Apr 12
0
Seek problem 1 - can't find frame number
...ers again int result; ogg_sync_reset(&sync); while ((result = ogg_sync_pageseek(&sync, &page)) <= 0) if (result == 0) bufferData(); // Find the next theora page while ((result = ogg_sync_pageout(&sync, &page)) == 0) bufferData(); while (ogg_page_serialno(&page) != tstream.serialno) if (ogg_sync_pageout(&sync, &page) <= 0) bufferData(); const ogg_int64_t actualFrame = theora_granule_frame(&decoder, ogg_page_granulepos(&page)); With some files, this code works fine. But with others, the framenumbers I get at the end have absolutely no resem...
2011 Oct 05
7
OLE error 80004002
...en i start my program by Wine 1.2.1 on linux i get error 80004002 "No such interface supported". I debug programm and found error code --- function TXMLDocument.SaveToStream(TMemoryStream); // Error --- stuff of the function unit XMLDoc; procedure TXMLDocument.SaveToStream(const Stream: TStream); begin CheckActive; DomPersist.saveToStream(Stream); SetModified(False); end; I found interfaces, may be it's help IDOMImplementation IDOMPersist IDOMDocument Can you fix this error in next versions? thank you Best Regards P.S. use wine 1.2.1
2023 Oct 14
3
Compiling within Samba Source-Tree
...-lsamba-cluster-support-samba4', '-lutil-tdb-samba4', '-ldcerpc-binding', '-llibsmb-samba4', '-lsamba-credentials', '-lgse-samba4', '-lndr-samba-samba4', '-lwbclient', '-lcliauth-samba4', '-lsamba-hostconfig', '-lnpa-tstream-samba4', '-lndr-nbt', '-lndr-standard', '-lndr-samba4', '-lgensec-samba4', '-lutil-reg-samba4', '-lsmbd-shim-samba4', '-lsmbldaphelper-samba4', '-lsamba-modules-samba4', '-lldbsamba-samba4', '-ltdb-samba4', '...
2019 Nov 18
1
logging of ldap queries
Hi everyone, I am looking at a way to easily trace ldap queries to easily single out computers that have buggy software that download the whole AD (like a getent passwd with winbind enum users = yes for example). Increasing the debug level to 5 gives me the result I am looking for, however it is very very talkative and it fills up the log partition way too fast. I wanted to try to single out one
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 11:58 AM, Rowland penny via samba wrote: > On 05/10/2020 16:30, Jason Keltz via samba wrote: >> Hi. >> >> Using MIT5 backend with Samba.. > I hope you mean on the clients, the use of MIT as the kdc on a Samba > DC is experimental and shouldn't be used in production Hi Roland, our environment uses CentOS 7.? I don't have much choice but to use this
2020 Oct 05
2
logging lines in krb5.conf
...-util.so.0 (0x00007ff858a1e000) > ??????? libndr-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libndr-samba4.so (0x00007ff8585ec000) > ??????? libgssapi-samba4.so.2 => > /xsys/pkg/samba-4.11.13/lib/private/libgssapi-samba4.so.2 > (0x00007ff8583af000) > ??????? libnpa-tstream-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libnpa-tstream-samba4.so > (0x00007ff8581a5000) > ??????? libserver-role-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libserver-role-samba4.so > (0x00007ff857fa2000) > ??????? libsamba-debug-samba4.so => > /...
2015 Jul 14
0
[Announce] Samba 4.2.3 Available for Download
...first.com> * BUG 10924: s4.2/fsmo.py: Fixed fsmo transfer exception. o Amitay Isaacs <amitay at gmail.com> * BUG 11293: Fix invalid write in ctdb_lock_context_destructor. o Volker Lendecke <vl at samba.org> * BUG 11218: smbd: Fix a use-after-free. * BUG 11312: tstream: Make socketpair nonblocking. * BUG 11330: tevent: Fix CID 1035381 Unchecked return value. * BUG 11331: tdb: Fix CID 1034842 and 1034841 Resource leaks. o Stefan Metzmacher <metze at samba.org> * BUG 11061: Logon via MS Remote Desktop hangs. * BUG 11141: tevent: Add a note...
2015 Jul 14
0
[Announce] Samba 4.2.3 Available for Download
...first.com> * BUG 10924: s4.2/fsmo.py: Fixed fsmo transfer exception. o Amitay Isaacs <amitay at gmail.com> * BUG 11293: Fix invalid write in ctdb_lock_context_destructor. o Volker Lendecke <vl at samba.org> * BUG 11218: smbd: Fix a use-after-free. * BUG 11312: tstream: Make socketpair nonblocking. * BUG 11330: tevent: Fix CID 1035381 Unchecked return value. * BUG 11331: tdb: Fix CID 1034842 and 1034841 Resource leaks. o Stefan Metzmacher <metze at samba.org> * BUG 11061: Logon via MS Remote Desktop hangs. * BUG 11141: tevent: Add a note...
2010 Mar 29
3
2.0.beta4, Panic: stream doesn't support seeking backwards
Hi, got the following with beta4 while uploading messages from a local mbox to the dovecot server in my LAN, tested with mutt and sylpheed, the same action works with 1.2.11: Mar 29 13:42:46 [dovecot] imap(juergen): Panic: stream doesn't support seeking backwards Mar 29 13:42:46 [dovecot] imap(juergen): Raw backtrace: /usr/lib/dovecot/libdovecot.so.0 [0xb76b7ec4] ->
2017 Aug 02
2
how to reduce binary size of SAMBA 4 for embeded device
...rivate/libsamba-security-samba4.so (0xf6450000) libnetapi.so.0 => /tmp/samba4/lib/libnetapi.so.0 (0xf63f2000) libsmbd-conn-samba4.so => /tmp/samba4/lib/private/libsmbd-conn-samba4.so (0xf63e0000) libutil-tdb-samba4.so => /tmp/samba4/lib/private/libutil-tdb-samba4.so (0xf63ce000) libnpa-tstream-samba4.so => /tmp/samba4/lib/private/libnpa-tstream-samba4.so (0xf63b7000) libtdb.so.1 => /tmp/samba4/lib/private/libtdb.so.1 (0xf6396000) liblibsmb-samba4.so => /tmp/samba4/lib/private/liblibsmb-samba4.so (0xf6333000) libmsrpc3-samba4.so => /tmp/samba4/lib/private/libmsrpc3-samba4.s...
2022 Dec 16
1
dnf-makecache.service failing every few days and dnf-automatic.service samba sssd issues (again).
...led - package samba-4.17.2-2.el8.x86_64 requires libndr.so.3(NDR_0.0.7)(64bit), but none of the providers can be installed - package samba-4.17.2-2.el8.x86_64 requires libndr.so.3(NDR_1.0.2)(64bit), but none of the providers can be installed - package samba-4.17.2-2.el8.x86_64 requires libnpa-tstream-samba4.so(SAMBA_4.17.2_SAMBA4)(64bit), but none of the providers can be installed - package samba-4.17.2-2.el8.x86_64 requires libprinting-migrate-samba4.so(SAMBA_4.17.2_SAMBA4)(64bit), but none of the providers can be installed - package samba-4.17.2-2.el8.x86_64 requires libsamba-cluster-supp...
2018 Jan 22
1
Samba 4.7 don't start on F27
...77000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fdee6577000 mmap(0x7fdee6578000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fdee6578000 close(3) = 0 openat(AT_FDCWD, "/usr/lib64/samba/libnpa-tstream-samba4.so", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\37\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=35848, ...}) = 0 mmap(NULL, 2129928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fdee616c000 mprot...
2010 May 02
2
samba4 make error - drsblobs.so
...iling wrepl_server/wrepl_out_helpers.c Partially linking bin/mergedobj/wrepl_srv.o Compiling nbt_server/wins/winsdb.c Compiling nbt_server/wins/wins_hook.c Partially linking bin/mergedobj/winsdb.o Compiling libcli/wrepl/winsrepl.c Partially linking bin/mergedobj/cli_wrepl.o Compiling ../libcli/util/tstream.c Partially linking bin/mergedobj/samba_tsocket.o Compiling librpc/gen_ndr/ndr_winsrepl.c librpc/gen_ndr/ndr_winsrepl.c: In function ?ndr_pull_wrepl_wins_name?: librpc/gen_ndr/ndr_winsrepl.c:293: warning: passing argument 3 of ?ndr_pull_wrepl_nbt_name? from incompatible pointer type ./../libcli/nbt...