Displaying 1 result from an estimated 1 matches for "iev5iu".
2018 Jun 25
1
works with 4.7.6, fails with 4.8.2: echo > $(mktemp /mnt/XXXXXX)
...ntu 18.10 dev) is using cifs-utils 2:6.8-2 from debian
(it's a sync). Client and server are the same machine (localhost).
When the server is 2:4.8.2+dfsg-2ubuntu1 (a package I'm preparing,
based on debian's 4.8.2+dfsg-2), this fails:
root at ubuntu:~# mktemp /mnt/test.XXXXXX
/mnt/test.iev5IU
root at ubuntu:~# echo hello > /mnt/test.iev5IU
-su: /mnt/test.iev5IU: Permission denied
root at ubuntu:~# l /mnt/test.iev5IU
-rw-------+ 1 nobody nogroup 0 Jun 25 17:40 /mnt/test.iev5IU
root at ubuntu:~#
When the server is running 2:4.7.6+dfsg~ubuntu-0ubuntu2, it works:
root at ubuntu:~# mkte...