Bug 30947

Summary: Unable to access Samba Server: Network is Busy from windows Clients.
Product: [Retired] Red Hat Linux Reporter: Need Real Name <pboucher>
Component: sambaAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-30 13:42:00 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:

Description Need Real Name 2001-03-07 14:49:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (Win95; U)


Samba Server is setup without Firewall rules. 
it is working fine but with one problem. 
When client want to acces the Samba Client from Win98, WinME They get the error msgs.
Network is Busy

the weird thing is that when i manage to acces the server once, It will "always" work.
As if it is an Identification problem.  In the Newsgroup i have read it may be a DNS error?

Reproducible: Sometimes
Steps to Reproduce:
1.Reboot the client. 
2. Try to connect to Samba Server, May have difficulties to connect (see files or map Drive)
3.After Couple of try, it will finanaly manage to get thrue and it will work for rest of the day
	

Here is a Log from a client.log in /var/log/samba

[2001/03/05 17:47:13, 0] lib/util_sock.c:write_socket_data(540)
  write_socket_data: write failure. Error = Broken pipe
[2001/03/05 17:47:13, 0] lib/util_sock.c:write_socket(566)
  write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
[2001/03/05 17:47:13, 0] lib/util_sock.c:send_smb(754)
  Error writing 4 bytes to client. -1. Exiting
[2001/03/05 17:47:26, 0] lib/util_sock.c:write_socket_data(540)
  write_socket_data: write failure. Error = Broken pipe
[2001/03/05 17:47:26, 0] lib/util_sock.c:write_socket(566)
  write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
[2001/03/05 17:47:26, 0] lib/util_sock.c:send_smb(754)
  Error writing 4 bytes to client. -1. Exiting

Comment 1 Helge Deller 2001-05-25 11:41:14 UTC
Which samba version ?
Have you tried the newest errata ?
It often helps to log out as user in windows and re-login again.



Comment 2 Tarragon Allen 2001-05-30 01:42:47 UTC
I have had similar behaviour on a system that was upgraded to the newest 2.0.8 
RPM.  It had previously been working perfectly with the 2.0.7 release.  
Downgrading to 2.0.7 fixed the problem.

Comment 3 Need Real Name 2001-05-30 13:41:55 UTC
Problem is SOLVED.

Basically, SAMBA -IGNORES- the WINS server for login authentication
no matter how you specify it in the config file. Therefore you have to have EVERY IP listed in /etc/hosts.
If you're using DHCP like I am then you don't know what hostname an IP will be - but you can either leave it blank
or use any name,SAMBA doesn't care.  Nice huh?  I forces the verification but then
doesn't care if it verifies to anything or not.  

I would like to Thanks : David L. Jarvis   DJarvis 


Comment 4 Trond Eivind Glomsrxd 2001-06-18 21:06:34 UTC
Closing as requested.