LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-12-2005, 07:31 PM   #1
dominator666
LQ Newbie
 
Registered: Oct 2005
Posts: 1

Rep: Reputation: 0
Samaba Issue with copying


I have recently set up samba to act as a domain controller. At first glance the setup seems to work fine however when I try to move or copy large files (800 meg +)from my desktop to the server I receive the following error after about one minute: "the specified network name is no longer available". I have ensured that the Suse firewall2 and WindowsXP firewall are turned off. Does anyone have any idea?

Router Specs:
Netgear WiFi /w 4Wired Cat5 ports
Firewall Status: On (Tried off as well)
Server Specs:
Suse 9.1 Linux
RAID 5 Controller
Samba 3.0.20a
Domain Controller
Firewall status: off
Desktop Specs:
Windows XP Pro
Connecting to Domain is Successful
Can copy/read and write files smaller than 800 mb

Samba conf file:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 09-25-2005
[global]
netbios name = borg-queen
workgroup = THE_BORG
server string = Borg Server
domain logons = yes
logon path = \\borg-queen\%U

# Browsing options
os level = 34
local master = yes
preferred master = yes
domain master = yes
winssupport = yes
name resolve order = wins lmhosts hosts bcast

# Security configuration options
encrypt passwords = Yes
passdb backend = smbpasswd
hosts allow = 192.168.0.
guest ok = no
security = user

# Debug logging information
log level = 2
log file = /var/log/samba.log.%m
max log size = 50
debug timestamp = yes

[borgfiles]
valid users = dominator, belladonna, mobile-dom, phone-dom, borg-queen
comment = All Files
path = /home/borg-queen/borg-files/
writeable = yes
follow symlinks = yes
wide links = yes
map archive = yes
map system = yes
map hidden = yes
delete readonly = yes

[dominator]
valid users = dominator, borg-queen
path = /home/dominator/
writeable = yes
follow symlinks = yes
wide links = yes
map archive = yes
map system = yes
map hidden = yes
delete readonly = yes

[belladonna]
valid users = belladonna, borg-queen
path = /home/belladonna/
writeable = yes
follow symlinks = yes
wide links = yes
map archive = yes
map system = yes
map hidden = yes
delete readonly = yes

[mobile-dom]
valid users = mobile-dom, borg-queen
comment = All Files
path = /home/mobile-dom/
writeable = yes
follow symlinks = yes
wide links = yes
map archive = yes
map system = yes
map hidden = yes
delete readonly = yes

[netlogon]
comment = The domain logon service
path = /home/logon/
public = no
writeable = no
browsable = no

[profile]
comment = User profiles
path = /home/profile
create mode = 0600
directory mode = 0700
writeable = yes
browsable = no
 
Old 10-14-2005, 12:11 AM   #2
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
FYI my samba no domain but look at ur smb.conf , take a look if samba understand this word

" winssupport = yes" there could be space
 
Old 10-14-2005, 02:44 AM   #3
jayakrishnan
Member
 
Registered: Feb 2002
Location: India
Distribution: Slacky 12.1, XP
Posts: 992

Rep: Reputation: 30
seems to be some hardware issue, faulty hardware, mayb network card
 
Old 10-14-2005, 09:00 AM   #4
Imanerd
Member
 
Registered: Dec 2004
Location: Bay Area, California
Distribution: Fedora Core 3
Posts: 65

Rep: Reputation: 15
Quote:
Originally posted by jayakrishnan
seems to be some hardware issue, faulty hardware, mayb network card
I had the same problem and it turned out to be a conflict between my two network cards, but I don't remember exactly. It was a long time ago. Sorry if that isn't much help.
 
Old 10-14-2005, 07:18 PM   #5
poochdog
Member
 
Registered: Jul 2004
Location: United Kingdom
Distribution: Fedora Core 9
Posts: 141

Rep: Reputation: 15
From my own experiences it is probably hardware related. It could be a bad cable, port or NIC. I would try and rule these factors out....
 
Old 10-14-2005, 07:19 PM   #6
poochdog
Member
 
Registered: Jul 2004
Location: United Kingdom
Distribution: Fedora Core 9
Posts: 141

Rep: Reputation: 15
(didnt mean to post this)

Last edited by poochdog; 10-14-2005 at 07:22 PM.
 
Old 10-14-2005, 07:19 PM   #7
poochdog
Member
 
Registered: Jul 2004
Location: United Kingdom
Distribution: Fedora Core 9
Posts: 141

Rep: Reputation: 15
(or post this)

Last edited by poochdog; 10-14-2005 at 07:22 PM.
 
Old 10-15-2005, 12:34 PM   #8
minrich
Member
 
Registered: Aug 2003
Location: Isles of Man & Wight
Distribution: See signature
Posts: 548

Rep: Reputation: 40
Just a thought: but you may want to up you 'OS level' on your Samba server to '=65' since if I have read my manuals correctly Windows XP has a permanent and unadjustable setting of '60' and it is just possible that during a large file copy (which doubtless is taking some time) there is a LAN message coming on from the XP machine that wants to believe that it is the master server - and it probably throws a hissy-fit when it gets no response or acknowledgement.

I have one XP (Tablet PC) and two W2k (one desktop, one laptop) and a laptop 64-bit SuSe 9.3 or (dualboot) OpenSuSe 10 beta4 (64-bit) running as a Samba Server and I don't have the problems you are encountering.

HTH
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samaba problem Mr.Bone Linux - Networking 5 08-29-2004 05:32 PM
Issue copying data files from CD fryak Fedora 3 05-28-2004 11:49 AM
Samaba Robush Linux - Newbie 3 01-29-2004 08:45 PM
Samaba Problems biggiefatts Linux - Networking 6 06-02-2003 05:42 PM
Samaba setup help ogden2k Linux - Networking 9 02-05-2003 12:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration