Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280565 - net-fs/samba-3.[0-3].x auth thread signal 11
Summary: net-fs/samba-3.[0-3].x auth thread signal 11
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's SAMBA Team
URL: https://bugzilla.samba.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 14:17 UTC by Eric Ireland
Modified: 2010-12-21 21:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Ireland 2009-08-06 14:17:18 UTC
Undercertian conditions that will be detailed below, samba's auth thread will die, causing the machine to refuse new connections but continue to serve authenticated users.

Reproducible: Always

Steps to Reproduce:
1. Install samba
2. Have a second interface configured with dhcpcd emerged with +zeroconf and get a bonjour/avahi ip.
3.have some users connect and watch samba crash in log.smbd

Actual Results:  
Crash

Expected Results:  
no crash

I have a working fix. In the src_compile function of the ebuild in the econf section add "--enable-dnssd=no \".  From my conversation with the samba devs this affects the 3.0 series up to 3.3.x so you may need to push this change across more ebuilds.  This is the samba bug that pertains to this.  https://bugzilla.samba.org/show_bug.cgi?id=6612

I found this because of a series of different events that just lead to my system being in the right state.  I don't think many other people will hit this, but if I can save some trouble, why not.
Comment 1 Patrick Lauer gentoo-dev 2009-08-17 17:08:28 UTC
+  17 Aug 2009; Patrick Lauer <patrick@gentoo.org> +samba-3.2.13-r3.ebuild:
+  Small fixes for #276457 #280565 #276943, unconditionally disables zeroconf
+  support for now as it is crashy
Comment 2 Patrick Lauer gentoo-dev 2009-08-17 17:08:54 UTC
Hmm, best to keep open for 3.0 as that could still be affected
Comment 3 John Huttley 2009-09-02 23:20:46 UTC
still an issue with 3.3.7
Comment 4 Víctor Ostorga (RETIRED) gentoo-dev 2009-09-22 16:29:55 UTC
With 3.3.7 try disabling zeroconf use flag
Comment 5 Víctor Ostorga (RETIRED) gentoo-dev 2010-10-18 16:02:48 UTC
Is this an issue with samba-3.4.9 or 3.5.6 ?

Keep in mind those ebuilds use configure with --disable-dnssd
Comment 6 Víctor Ostorga (RETIRED) gentoo-dev 2010-12-21 21:21:24 UTC
(In reply to comment #5)
> Is this an issue with samba-3.4.9 or 3.5.6 ?
> 
> Keep in mind those ebuilds use configure with --disable-dnssd
> 

Feedback wasn't provided, closing as NEEDINFO