[Pkg-samba-maint] Bug#440451: Bug#440451: Bug#440451: dfs_redirect causes NT_STATUS_OBJECT_NAME_NOT_FOUND
Christian Perrier
bubulle at debian.org
Sun Sep 16 14:57:18 UTC 2007
Quoting Christian Perrier (bubulle at debian.org):
> > > Have you tried rebooting the clients?
> >
> > No, but I was able to reproduce this using smbclient, on which rebooting
> > wouldn't have any effect as far as I can tell.
>
>
> Yep, you're entirely correct, of course.
>
> Well, seems that we now really have to find a way to reproduce the bug
> with 3.0.25c from unstable before we report to upstream.
I just tried to reproduced that bug today with no luck, either on an
etch system (3.0.24-6etch4) or on an up-to-date unstable system
(3.0.26-1).
Share definition:
[pub]
writable = yes
locking = no
path=/var/tmp/samba-test
public = yes
follow symlinks = yes
wide links = yes
directory mask = 02775
force directory mode = 02775
create mask = 0664
force create mode = 0664
force user = nobody
force group = nogroup
and if I create data/pub/file and data/foo/file, I can delete both
while connected anonymously to the share with smbclient.
On the etch machine:
root at kheops:/var/tmp/samba-test# ls -lR data
data:
total 12
drwxr-xr-x 2 nobody nogroup 4096 2007-09-16 16:48 foo
drwxr-xr-x 2 nobody nogroup 4096 2007-09-16 16:48 pub
drwxr-xr-x 2 nobody nogroup 4096 2007-09-16 16:48 public
data/foo:
total 0
-rw-r--r-- 1 root root 0 2007-09-16 16:48 another_file
data/pub:
total 0
-rw-r--r-- 1 root root 0 2007-09-16 16:48 another_file
data/public:
total 0
-rw-r--r-- 1 root root 0 2007-09-16 16:48 another_file
From a client:
bubulle at mykerinos:~/src/debian/samba/samba-3.0.26a/source> smbclient //192.168.1.1/pub
Password:
Anonymous login successful
Domain=[MAISON] OS=[Unix] Server=[Samba 3.0.24]
smb: \> dir
. D 0 Sun Sep 16 16:36:58 2007
.. D 0 Sun Sep 16 16:36:58 2007
data D 0 Sun Sep 16 16:38:12 2007
60071 blocks of size 65536. 35429 blocks available
smb: \> cd data/pub
smb: \data\pub\> rm another_file
smb: \data\pub\> cd ../public
smb: \data\public\> rm another_file
smb: \data\public\> cd ../foo
smb: \data\foo\> rm another_file
smb: \data\foo\>
Really puzzling.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-samba-maint/attachments/20070916/6ea5e820/attachment.pgp
More information about the Pkg-samba-maint
mailing list