Activity log for bug #328874

Date Who What changed Old value New value Message
2009-02-13 00:41:02 Adrien Cunin bug added bug
2009-02-13 00:41:02 Adrien Cunin bug added attachment 'winbindd-crash.log' (winbindd-crash.log)
2009-02-13 00:41:46 Adrien Cunin bug assigned to samba
2009-02-13 00:46:55 Bug Watch Updater samba: status Unknown Fix Released
2009-02-13 11:35:07 Adrien Cunin samba: status New Confirmed
2009-02-13 11:35:07 Adrien Cunin samba: importance Undecided Medium
2009-02-13 11:35:07 Adrien Cunin samba: statusexplanation
2009-02-13 11:35:24 Adrien Cunin samba: status New Confirmed
2009-02-13 11:35:24 Adrien Cunin samba: assignee adri2000
2009-02-13 11:35:24 Adrien Cunin samba: importance Undecided Medium
2009-02-13 11:35:24 Adrien Cunin samba: statusexplanation
2009-02-14 15:46:05 Adrien Cunin description Binary package hint: samba I encountered this bug on a hardy domain controller using winbind to fetch user/group informations from another NT domain (the Samba domain trusts the NT domain). Calling getent group just crashes winbindd, as seen in the log attached. This is a bug known and fixed upstream [0] (in 3.2.6 and 3.3.0). Fixing jaunty is a matter of uploading the latest 3.2 version. Fixing hardy requires backporting the patch (I successfully tested it already). Actually the bug is not fixed in any maintenance release of 3.0, and I'm not sure it will ever be (as it seems to be EOL), but I got upstream to confirm the fix is appropriate for this branch as well [1] and commit it [2]. If someone is interested, we could also fix intrepid. I don't know about other releases. [0] https://bugzilla.samba.org/show_bug.cgi?id=5906 [1] http://lists.samba.org/archive/samba-technical/2009-February/063155.html [2] http://gitweb.samba.org/?p=samba.git;a=commit;h=db4a435d235bedf48d668a0f4418dd46f38044ed Binary package hint: samba I encountered this bug on a hardy domain controller using winbind to fetch user/group informations from another NT domain (the Samba domain trusts the NT domain). Calling getent group just crashes winbindd, as seen in the log attached. This is a bug known and fixed upstream [0] (in 3.2.6 and 3.3.0). Fixing jaunty is a matter of uploading the latest 3.2 version or 3.3. Fixing hardy requires backporting the patch (I successfully tested it already). Actually the bug is not fixed in any maintenance release of 3.0, and I'm not sure it will ever be (as it seems to be EOL), but I got upstream to confirm the fix is appropriate for this branch as well [1] and commit it [2]. If someone is interested, we could also fix intrepid. I don't know about other releases. [0] https://bugzilla.samba.org/show_bug.cgi?id=5906 [1] http://lists.samba.org/archive/samba-technical/2009-February/063155.html [2] http://gitweb.samba.org/?p=samba.git;a=commit;h=db4a435d235bedf48d668a0f4418dd46f38044ed
2009-02-16 22:12:57 Adrien Cunin samba: assignee vorlon
2009-02-16 22:12:57 Adrien Cunin samba: statusexplanation Steve, can you merge the latest version from unstable into jaunty before Thursday?
2009-02-16 22:13:19 Adrien Cunin samba: status Confirmed In Progress
2009-02-16 22:22:13 Adrien Cunin bug added attachment 'samba_3.0.28a-1ubuntu4.8.debdiff' (hardy debdiff)
2009-02-16 22:22:58 Adrien Cunin bug added subscriber Ubuntu Sponsors for main
2009-02-16 22:23:12 Adrien Cunin bug added subscriber Ubuntu Stable Release Updates Team
2009-02-17 07:20:06 Launchpad Janitor samba: status Confirmed Fix Released
2009-02-26 18:54:44 Mathias Gug samba: status In Progress Fix Committed
2009-02-26 18:54:44 Mathias Gug samba: assignee adri2000 mathiaz
2009-02-26 18:54:44 Mathias Gug samba: statusexplanation Uploaded to hardy-proposed
2009-07-09 00:57:32 Steve Langasek description Binary package hint: samba I encountered this bug on a hardy domain controller using winbind to fetch user/group informations from another NT domain (the Samba domain trusts the NT domain). Calling getent group just crashes winbindd, as seen in the log attached. This is a bug known and fixed upstream [0] (in 3.2.6 and 3.3.0). Fixing jaunty is a matter of uploading the latest 3.2 version or 3.3. Fixing hardy requires backporting the patch (I successfully tested it already). Actually the bug is not fixed in any maintenance release of 3.0, and I'm not sure it will ever be (as it seems to be EOL), but I got upstream to confirm the fix is appropriate for this branch as well [1] and commit it [2]. If someone is interested, we could also fix intrepid. I don't know about other releases. [0] https://bugzilla.samba.org/show_bug.cgi?id=5906 [1] http://lists.samba.org/archive/samba-technical/2009-February/063155.html [2] http://gitweb.samba.org/?p=samba.git;a=commit;h=db4a435d235bedf48d668a0f4418dd46f38044ed Binary package hint: samba I encountered this bug on a hardy domain controller using winbind to fetch user/group informations from another NT domain (the Samba domain trusts the NT domain). Calling getent group just crashes winbindd, as seen in the log attached. TEST CASE: 1. Install samba and winbind 3.0.28a-1ubuntu4.7 from hardy-updates. 2. Configure samba as an NT4 domain controller by setting 'domain logons = yes' in /etc/samba/smb.conf, and also set 'winbind enum users = yes' and 'winbind enum groups = yes' 3. Restart samba and winbind with sudo /etc/init.d/winbind restart; sudo /etc/init.d/samba restart 4. Set up a domain trust to another NT4 domain (Windows NT, or a second Samba instance) using the instructions at http://man.chinaunix.net/newsoft/samba/docs/man/Samba-HOWTO-Collection/InterdomainTrusts.html#id2577358 5. edit /etc/nsswitch.conf to list 'group: compat winbind' 6. run 'getent group' and verify that the winbind service has stopped. 7. upgrade samba and winbind to version 3.0.28a-1ubuntu4.8 in hardy-proposed. 8. run 'getent group' again to verify that the winbind service no longer crashes.
2009-07-15 22:02:24 Launchpad Janitor samba (Ubuntu Hardy): status Fix Committed Fix Released
2009-07-16 18:52:20 Nicola Ferralis bug task added dell-mini
2010-02-19 22:05:21 Launchpad Janitor branch linked lp:ubuntu/samba
2010-03-23 18:49:04 Colin Watson removed subscriber Ubuntu Sponsors for main
2010-03-27 15:51:54 Benjamin Drung removed subscriber Ubuntu Sponsors Team
2011-02-04 09:13:18 Bug Watch Updater samba: importance Unknown Medium