Bug 622333
Summary: | samba3x winbind won't stop opening connections to windows 2000 PDC | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Will <william.hausler> | ||||||
Component: | samba3x | Assignee: | Guenther Deschner <gdeschner> | ||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | qe-baseos-daemons | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 5.5 | CC: | andy.mek, dpal, theo_nra | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | i686 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-12-15 19:35:26 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Will
2010-08-09 01:03:39 UTC
Created attachment 437500 [details]
Basic smb.conf used on server
I have sanitised the information in this file, but it is what is being used on the server for both samba 3.0.33 and samba3x.
Created attachment 437509 [details]
TarGz of samba logs from reproducing this issue
Logs were produced from the following commands:
service smb start ; service nmb start
sleep 1 ; echo -e "`date ; netstat -an` \n\n" >/tmp/winbind-issue/netstat.out
service winbind start
sleep 2 ; echo -e "`date ; netstat -an` \n\n" >>/tmp/winbind-issue/netstat.out
wbinfo -u
sleep 1 ; echo -e "`date ; netstat -an` \n\n" >>/tmp/winbind-issue/netstat.out
service winbind stop
echo -e "`date ; netstat -an` \n\n" >>/tmp/winbind-issue/netstat.out
service smb stop ; service nmb stop
All logs in samba directory at log level 5 (no max log size) have been included in the file. Logs have been sanitised, but no other information changed.
Please let me know if more details are needed.
I have installed samba 3.3.13 as provided by SerNet ( http://ftp.sernet.de/pub/samba/3.3/rhel/5/i386/ ). Doing the same upgrade procedure as outlined above when installing Samba3x, winbind now works correctly in all tests and it looks like one connection to the PDC is all it needs. So the issue seems to be either with the samba3x-winbind package build, or the samba 3.3.8 branch. *** Bug 831167 has been marked as a duplicate of this bug. *** |