Displaying 6 results from an estimated 6 matches for "tdb_mutex_init".
2020 Feb 21
0
Patches for Samba 4.12.0rc3 for OmniOS
...samba/4.12/s_addr.patch>
3. The ?wscript? build tool generates invalid compiler/linker options (when compiling with Gcc8) - build/link failures:
https://www.grebo.net/~peter/omnios/samba/4.12/wscript.patch <https://www.grebo.net/~peter/omnios/samba/4.12/wscript.patch>
4. Errors about tdb_mutex_init failing with Device Busy (when using robust mutex:es) at runtime (?net ads info?):
tdb(/var/samba/lock/gencache.tdb): tdb_open_ex: tdb_mutex_init failed for /var/samba/lock/gencache.tdb: Device busy
tdb(/var/samba/lock/gencache.tdb): tdb_open_ex: tdb_mutex_init failed for /var/samba/lock/gencache....
2020 Feb 19
2
[Announce] Samba 4.12.0rc3 Available for Download
Release Announcements
=====================
This is the third release candidate of Samba 4.12. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.12 will be the next version of the Samba suite.
UPGRADING
=========
NEW FEATURES/CHANGES
2020 Feb 19
2
[Announce] Samba 4.12.0rc3 Available for Download
Release Announcements
=====================
This is the third release candidate of Samba 4.12. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.12 will be the next version of the Samba suite.
UPGRADING
=========
NEW FEATURES/CHANGES
2019 Apr 01
1
gencache.tdb: device busy
On a fresh installed Illumos/Solaris in a VirtualBox Guest I get the following error after starting up samba 4.10:
[2019/04/01 09:51:41.112485, 0] ../../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log)
tdb(/var/samba/lock/gencache.tdb): tdb_open_ex: tdb_mutex_init failed for /var/samba/lock/gencache.tdb: Device busy
[2019/04/01 09:51:41.141396, 0] ../../lib/util/become_daemon.c:136(daemon_ready)
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
I compiled samba-4.10.0 on my own, because I want to update respective packa...
2019 Apr 12
1
gencache.tdb: device busy
Hi Jeremy,
I got some info on that topic from the illumos devs:
> It's a sporadic issue, you're lucky enough to not encounter it on 4.9.5.
>
> I confirmed in 4.10.2, it happens:
>
> winbindd.log: tdb(/tmw-nas-3p/samba/var/lock/gencache.tdb): tdb_open_ex: tdb_mutex_init failed for /tmw-nas-3p/samba/var/lock/gencache.tdb: Device busy
>
> So either apply OS fix, or apply a software fix (zeroing pthread_mutex_t before pthread_mutex_init()).
This all should be based on the following issue:
https://www.illumos.org/issues/9959
As far as I understand the issu...
2019 Apr 02
2
gencache.tdb: device busy
...64, PROT_READ|PROT_WRITE, MAP_SHARED, 21, 0) = 0xFFFFFD7FED194000
> 2116: lwp_mutex_register(0xFFFFFD7FED1940C8, 0xFFFFFD7FED2A30D0) = 0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is probably what the pthread_XXX calls map to on Solaris.
You'll need to dig closer (maybe add debug statements)
to tdb_mutex_init() to see exactly which call fails.