I am seeing teh same issue.

Fresh Debian Lenny i386 install against an etch samba server.

A few simple tests reproduce the problem
othello:/home/leo/tempest# mount
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda9 on /home type ext3 (rw)
/dev/sda8 on /tmp type ext3 (rw)
/dev/sda5 on /usr type ext3 (rw)
/dev/sda6 on /var type ext3 (rw)
//tempest/leo on /home/leo/tempest type cifs (rw,mand)
othello:/home/leo/tempest# touch test
touch: setting times of `test': No such file or directory
othello:/home/leo/tempest# ls -l test
-rwx------ 1 leo leo 0 2009-03-25 20:10 test
othello:/home/leo/tempest# date
Wed Mar 25 20:23:36 GMT 2009
othello:/home/leo/tempest# echo hi > test
bash: test: No such file or directory
othello:/home/leo/tempest# ls -l test
-rwx------ 1 leo leo 0 2009-03-25 20:10 test
othello:/home/leo/tempest# rm test
othello:/home/leo/tempest# ls -l test
ls: cannot access test: No such file or directory
othello:/home/leo/tempest# echo "hi test" > test
othello:/home/leo/tempest# ls -l test
-rwx------ 1 leo leo 8 2009-03-25 20:24 test
othello:/home/leo/tempest#

Essentially I can create a file, remove a file but not touch it or alter it once created.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to