Bug 435316
Summary: | copy to/from samba share fails with "The specified network name is no longer available" | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Paul Bijnens <paul.bijnens> | ||||
Component: | samba | Assignee: | Samba Maint Team <samba-bugs-list> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.1 | CC: | jplans, will | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | RHBA-2008-0372 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-05-21 17:26:57 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
Paul Bijnens
2008-02-28 17:37:44 UTC
I had a similar situation but in my case it was only copying files from the samba server to a different folder on the same server. So from a windows machine I would select a file, then copy it, go into a sub-folder then paste and I would get the error. I seem to have fixed my problem by adding the localhost subnet to hosts.allow in smb.conf and restarting samba (reloading the configuration file should to as well). hosts allow = subnet1. subnet2. 127.0.0. hosts deny = 0.0.0.0/24 Not sure if this will help you, but it is something you may want to try. arggg... cannot type right.... my hosts deny entry had a typo, it should be: hosts deny = 0.0.0.0/0 OK, I added the hosts allow and hosts deny to our smb.conf, and watched for any impact for more than 1 week. I can only conclude that it does not matter. One machine without the patch still had the problem at least twice. One machine with patched samba does not show the problem (even without the hosts deny lines in smb.conf). Created attachment 304313 [details]
simple log of the bug detail level -
If you need a more detailed log, please let me know.
I will set the log level and debug level at whatever setting you need.
Looks like this relates to https://bugzilla.samba.org/show_bug.cgi?id=4763 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2008-0372.html |