Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 1999 15:31:13 -0700
From:      Zheng Bokui <bokui@sin.photronics.com>
To:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Samba Problem
Message-ID:  <373B60C1.8A580AE4@sin.photronics.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?373B60C1.8A580AE4>