Comment 9 for bug 336761

Revision history for this message
In , Norko (norko-solko) wrote :

User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

0. I have a Samba share on QNAP NAS.
1. I mount it from Nautilus, and go to it in Gnome terminal (cd
/run/user/linux/gvfs/smb<tab> on OpenSuSe 12.2 LiveCD Gnome).
2.1. I copy /etc/issue file to it with
"cp -pr /etc/issue ."
I get an error
"cp: clearing permissions for ‘./issue’: Operation not supported"
2.2. I copy /etc/issue file to it with
"cp /etc/issue . --preserve=timestamp"
file is copied and has todays date.

This bug exists in Fedora (gvfs-1.14.2-2.fc18,
https://bugzilla.redhat.com/show_bug.cgi?id=461505), Gentoo
(gnome-base/gvfs-1.12.3) and Ubuntu (gvfs-libs 1.12.1-0ubuntu1.1,
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/336761) and has long time
history.

If I mount share with mount -t cifs (old-style) timestamps are OK.
Please fix this bug.

Reproducible: Always