[Samba] Strange behaviour

Davide Parise d.parise at agora.it
Sat Mar 9 02:05:03 GMT 2002


	I have a samba PDC. and I am using the version 2.2.3a. The clients are
windows 2000 Advanced Server.

My samba is compilet with these options:

./configure --prefix=/usr --with-configdir=/etc/samba --with-logfilebase=/va
r/log/samba --with-ssl --with-quotas --with-privatedir=/etc/samba/private --
with-lockdir=/var/locks --with-swatdir=/usr/swat

I copied a file named radicali05.jpg on a share, and three files appeared in
the directory, with these names.

What is going on?


-rwx------    1 davide   users      107243 Dec 22 01:40 radicali05.jpg*
-rwx------    1 davide   users        5068 Dec 22 01:40
radicali05.jpg:\005Q30lsldxJoudresxAaaqpcawXc:$DATA*
-rwx------    1 davide   users           0 Dec 22 01:40
radicali05.jpg:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}:$DATA*

This is my smb.conf


[global]

;       Who I am

	netbios name = LINUX
	workgroup = PIPPO
	server string = Main Storage

;	What will I do to Windows Machines

	os level = 99
	preferred master = yes
	domain master = yes
	local master = yes
	domain logons = yes
	socket options = TCP_NODELAY

;	Where Should I write what I am doing

        log file = /var/log/samba/samba.%m
	max log size = 5000
	debug level = 2

;	How should user behave

	security = user
	encrypt passwords = yes
	domain admin group = @adm
	domain guest group = @guest
	printer admin = @adm

	name  resolve order = wins dns

	write cache size = 262144

	logon path = \\%N\profiles\%u

	logon drive = Z:
	logon home = \\LINUX\%u
	logon script = logon.cmd

	add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u

	wins proxy = yes
	wins support = yes
	dns proxy = yes
	load printers = no
	ssl = no
	time server = yes

#============================ Share Definitions
==============================

; The first two directories MUST exist to let SAMBA work as PDC

[netlogon]
; Put here any script that sholud be exexute at logon

	comment = Netlogon
	path = /mnt/fs2/netlogon
	writeable = no
	write list = root
	allow hosts = 172.30.30.0/255.255.255.0

[profiles]
; Here will be stored all personal things, also windows shit

	comment = profiles
	path = /mnt/fs2/ntprofile
	writeable = yes
	create mask = 0600
	directory mask = 0700
	allow hosts = 172.30.30.0/255.255.255.0




[homes]
; This dir will be mount as Z: in your windows system

	comment = Home Directories
	path = /mnt/fs2/homes/%S
	browseable = no
	writable = yes
	allow hosts = 172.30.30.0/255.255.255.0
[public]

	comment = Public Stuff
	path = /mnt/fs2/public
	public = yes
	writable = yes
	allow hosts = 172.30.30.0/255.255.255.0

[napster]

	comment=Mega Archivio MP3
	path=/mnt/media/mp3
	public= yes
	writeable= yes
	allow hosts = 172.30.30.0/255.255.255.0

[image]

	comment=Archivio Immagini
	path=/mnt/fs2/picture
	public= no
	writeable= yes
	allow hosts = 172.30.30.0/255.255.255.0

[burn]

	comment=Directory per Masterizzare
	path=/mnt/burn
	public= yes
	writeable= yes
	allow hosts = 172.30.30.0/255.255.255.0


[video]

	comment=Archivio Video
	path=/mnt/fs2/video
	public= no
	writeable= yes
	allow hosts = 172.30.30.0/255.255.255.0

[backup]

	comment=Backup Storico
	path=/mnt/fs2/backup
	public= no
	writeable= yes
	allow hosts = 172.30.30.0/255.255.255.0
[oldocs]

	comment=Documenti OLD
	path=/mnt/fs2/oldocs
	public= no
	writeable= yes
	allow hosts = 172.30.30.0/255.255.255.0
Davide Parise
E-Mail: d.parise at agora.it





More information about the samba mailing list