LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   File Sharing Linux SBM server -> Windows XP Clients (https://www.linuxquestions.org/questions/linux-networking-3/file-sharing-linux-sbm-server-windows-xp-clients-84297/)

xannix 08-21-2003 03:24 PM

File Sharing Linux SBM server -> Windows XP Clients
 
Hello All,

I am having alot of problems with getting my network back up and running. I have a Sun Cobalt Qube3 and am using it as a File server and VPN/Firewall for our network. This was working great for 2 years. Then we upgraded to Xp and still every thing was fine until we started redoing the Windows clients.
Now there are problems. I can browse the files fine enough and edit other's with out problems (Doc's Xls's) One problem I can recreate every time is when we go to browser the folders in photoshop 7 when we get to a directory with psd's the file browser freezes every time.

I have read things on qubes / SMB servers having problems with windows XP, and have checked and changed everything i can find but still no luck.

If any one can help me out or can point me in the right direction that would be great Attached is my smb.conf.


<snip smb.conf>

; Samba Configuration
;
; DO NOT USE THE \ CONTINUATION! THE QUBE PARSING CODE WILL CHOKE ON IT!
;
[global]
workgroup = WORK
domain logons = no
domain master = no
wins support = no
max connections = 25
guest account = guest-share
client code page = 850
printer admin = @winshare
log file = /var/log/samba/log
time server = yes
logon home = \\%L\%U
logon path = \\%L\profiles\%U\profile
add user script = /sbin/addWindowsMachine.pl
domain admin group = @winshare
username map = /etc/samba/smbusers
nt acl support = yes
map to guest = bad user
server string = Cobalt Qube 3
os level = 1
short preserve case = yes
preserve case = yes
local master = yes
lock directory = /var/lock/samba
locking = yes
strict locking = yes
security = user
socket options = TCP_NODELAY
max log size = 5000
/ veto files = /Network Trash Folder/.AppleDouble/.AppleDesktop/Icon
encrypt passwords = yes
dead time = 5
debug level = 0
dns proxy = no
local master = yes
preferred master = yes
alternate permissions = no
browseable = yes
case sensitive = no
default case = upper
delete readonly = yes
follow symlinks = yes
locking = yes
mangle case = no
map hidden = yes
map system = yes
oplocks = yes
preserve case = yes
short preserve case = yes
strict locking = yes
delete veto files = yes
wide links = yes
security mask = 777
directory security mask = 777
;
[homes]
comment = Home Directories
browseable = no
read only = no
create mask = 0755
;
;;home begin -- do not edit this line
[home]
available = 1
comment = share for home
valid users = admin @home
create mask = 664
directory mask = 775
path = /home/groups/home
writeable = yes
;;guest ok = true
;
;;home end -- do not edit this line
;;guest-share begin -- do not edit this line
[guest-share]
available = 1
comment = share for guest-share
valid users = admin @guest-share
create mask = 664
directory mask = 775
path = /home/groups/guest-share
writeable = yes
;;guest ok = true
;
;;guest-share end -- do not edit this line
;;restore begin -- do not edit this line
[restore]
available = 1
comment = share for restore
valid users = admin @restore
create mask = 664
directory mask = 775
path = /home/groups/restore
writeable = yes
;;guest ok = true
;
;;restore end -- do not edit this line

[netlogon]
browseable = yes
comment = Network Logon Service
guest ok = yes
writeable = no
share modes = no
path = /home/netlogon

[profiles]
guest ok = no
writeable = yes
path = /home/profiles

;;start printers section. DO NOT EDIT THIS LINE
[printers]
available = 0
path = /var/spool/samba
print ok = yes
printing = lprng
load printers = yes
guest ok = no
printcap file = /etc/printcap
print command = /usr/bin/lpr -P%p -r %s
lpq command = /usr/bin/lpq -P%p
lprm command = /usr/bin/lprm -P%p %j
lppause command = /usr/sbin/lpc hold %p %j
lpresume command = /usr/sbin/lpc release %p %j
queuepause command = /usr/sbin/lpc -P%p stop
queueresume command = /usr/sbin/lpc -P%p start
;;end printers section. DO NOT EDIT THIS LINE

;;start print section. DO NOT EDIT THIS LINE
[print$]
path = /usr/local/samba/printers
guest ok = yes
browseable = yes
read only = yes
write list = @winshare,root
;;end print section. DO NOT EDIT THIS LINE

;;production begin -- do not edit this line
[production]
available = 1
comment = share for production
valid users = admin @production
create mask = 664
directory mask = 775
path = /home/groups/production
writeable = yes
;;guest ok = true
;
;;production end -- do not edit this line


</snip smb.conf>

david_ross 08-21-2003 03:28 PM

Have you disabled "sign or seal" on XP?

xannix 08-21-2003 04:44 PM

I have set Signsecurechannel to 0 aswell as requiresignorseal to 0


All times are GMT -5. The time now is 12:35 PM.