Public bug reported:
Binary package hint: samba
Notice the inconsistant use of lock_path and cache_path in the following
two code locations. The unlink test should be patched by fhs.patch, it
apparently is missing. This makes winbind unusable on Gutsy at the
moment.
source/nsswitch/winbindd_cache.c:2226
if (unlink(lock_path("winbindd_cache.tdb")) == -1) {
DEBUG(0,("initialize_winbindd_cache: unlink %s failed
%s ",
lock_path("winbindd_cache.tdb"),
strerror(errno) ));
source/nsswitch/winbindd_cache.c:2183
wcache->tdb = tdb_open_log(cache_path("winbindd_cache.tdb"),
WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE,
lp_winbind_offline_logon() ? TDB_DEFAULT :
(TDB_DEFAULT | TDB_CLEAR_IF_FIRST),
O_RDWR|O_CREAT, 0600);
** Affects: samba (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
winbindd will not start do to invalid cache path
https://bugs.launchpad.net/bugs/118977
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs