From owner-freebsd-questions Thu May 13 0:27:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from redhades.photronics.com (redhades.photronics.com [207.77.140.2]) by hub.freebsd.org (Postfix) with ESMTP id A5F5614F53 for ; Thu, 13 May 1999 00:27:36 -0700 (PDT) (envelope-from bokui@sin.photronics.com) Received: from nimitz.photronics.com (NIMITZ.PHOTRONICS.COM [192.133.56.23]) by redhades.photronics.com (8.8.8+Sun/8.8.8) with ESMTP id AAA08506 for ; Thu, 13 May 1999 00:27:36 -0700 (PDT) Received: from mailsin.sin.photronics.com (mailsin.sin.photronics.com [206.220.68.2]) by nimitz.photronics.com (8.8.8+Sun/8.8.8) with ESMTP id AAA15553 for ; Thu, 13 May 1999 00:27:32 -0700 (PDT) Received: from sin.photronics.com ([206.220.68.137]) by mailsin.sin.photronics.com (8.9.1/8.9.1) with ESMTP id PAA22283 for ; Thu, 13 May 1999 15:29:47 +0800 Message-ID: <373B60C1.8A580AE4@sin.photronics.com> Date: Thu, 13 May 1999 15:31:13 -0700 From: Zheng Bokui X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Samba Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Gurus, I'm playing with samba 2.02 in my FreeBSD 3.1-stable box. I can browze the the server and its shares from my PC. The problem is when I tried to copy files from my PC to the samba shares, I got the following errors from my PC: Can't create or replace filename: the specified network response or device is no longer available. I got this prompt almost everytime I tried to copy files to the network shares. But sometimes copy comand completed successfully without any error messages. I don't set any disk quotas in samba server and the user (which I log in from my PC to the samba server) has write privileges the samba shares. Any ideas? Following is my smb.conf: [global] workgroup = LANGROUP netbios name = FREEBSD server string = Samba Server debuglevel = 3 load printers = yes printcap name = /etc/printcap printing = bsd guest account = ftp map to guest = Bad User log file = /usr/local/samba/var/log.%m max log size = 50 security = user encrypt passwords = yes null passwords = true socket options = TCP_NODELAY interfaces = 206.220.68.13/24 local master = yes os level = 65 domain master = yes preferred master = yes domain logons = yes logon script = %U.bat wins support = yes dns proxy = no [homes] comment = Home Directories browseable = no writable = yes [netlogon] comment = Network Logon Service browseable = no path = /usr/local/samba/lib/netlogon guest ok = yes writable = no share modes = no [printers] comment = All Printers path = /usr/spool/lp browseable = no guest ok = yes writable = no printable = yes print command = /usr/bin/lpr -b -h -r -P%p %s lpq command = /usr/bin/lpq -P%p lprm command = /usr/bin/lprm -P%p %j create mode = 0700 [DOC] comment = Some Documents path = /var/doc public = no writable = yes printable = no valid users = bokui Thanks in advance! Bokui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message