Winbind crashing every minute

Status
Not open for further replies.

KernelMatt

Cadet
Joined
Mar 15, 2012
Messages
1
I've just setup a FreeNas box on our network and joined it to our AD.
However every minute the winbindd service crashed out with a signal 6.

We're running an AD with 2003 and 2008R2 DCs and I've followed the steps described in this post:
http://forums.freenas.org/showthread.php?1931-2008R2-2003-mixed-domain
but it's had no effect.

I've tried setting the domain controler in Services->Active Dorectory Setttings to a 2003 dc and a 2008r2 dc but again it's had no effect.

I've setup other samba servers (running on Ubuntu) on the domain and haven't had a problem.

Straingly, despite these errors every minute, AD authentication seems to work so I've no idea why it's happening.

This is what's displayed in /var/log/messages

------------------------
Mar 15 10:49:01 datasan kernel: pid 35792 (winbindd), uid 0: exited on signal 6
Mar 15 10:50:01 datasan kernel: pid 35804 (winbindd), uid 0: exited on signal 6
Mar 15 10:50:01 datasan kernel: pid 35821 (winbindd), uid 0: exited on signal 6
Mar 15 10:50:01 datasan kernel: pid 35822 (winbindd), uid 0: exited on signal 6
Mar 15 10:50:01 datasan kernel: pid 35823 (winbindd), uid 0: exited on signal 6
Mar 15 10:51:01 datasan kernel: pid 35830 (winbindd), uid 0: exited on signal 6
------------------------

In the /var/log/samba/log.wb-<domain> file I've noticed this:

-----------------------------
[2012/03/15 10:58:00.977974, 0] ../lib/util/debug.c:413(talloc_log_fn)
Bad talloc magic value - unknown value
[2012/03/15 10:58:00.978011, 0] lib/util.c:1117(smb_panic)
PANIC (pid 35891): Bad talloc magic value - unknown value
[2012/03/15 10:58:00.978042, 0] lib/util.c:1221(log_stack_trace)
BACKTRACE: 0 stack frames:
[2012/03/15 10:58:00.978079, 0] lib/fault.c:416(dump_core)
dumping core in /var/log/samba/cores/winbindd
------------------------------

Does anyone have any ideas?

Matt
 

neosk

Cadet
Joined
Jun 18, 2012
Messages
2
I have exactly the same issue,
more to that:

Code:

  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/06/18 13:58:33.606239,  0] lib/fault.c:55(fault_report)
  ===============================================================
[2012/06/18 13:58:33.606268,  0] lib/util.c:1117(smb_panic)
  PANIC (pid 57095): internal error
[2012/06/18 13:58:33.606427,  0] lib/util.c:1221(log_stack_trace)
  BACKTRACE: 0 stack frames:
[2012/06/18 13:58:33.606511,  0] lib/fault.c:416(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/06/18 13:58:54.634432,  1] smbd/server.c:272(cleanup_timeout_fn)
  Cleaning up brl and lock database after unclean shutdown
[2012/06/18 13:59:42.245686,  2] smbd/process.c:2455(deadtime_fn)
  Closing idle connection
[2012/06/18 13:59:42.245900,  1] smbd/service.c:1345(close_cnum)
  srvfonda (192.168.0.6) closed connection to service IT
[2012/06/18 13:59:42.255104,  1] smbd/server.c:300(remove_child_pid)
  Scheduled cleanup of brl and lock database after unclean shutdown
[2012/06/18 14:00:02.282852,  1] smbd/server.c:272(cleanup_timeout_fn)
  Cleaning up brl and lock database after unclean shutdown


What is going on ?
 
Status
Not open for further replies.
Top