[Bug 367091] [NEW] curlftpfs on Jaunty does not work with 'tee -a'
steven_shiau
steven at nchc.org.tw
Sun Apr 26 02:15:52 UTC 2009
Public bug reported:
Binary package hint: curlftpfs
1. curlftpfs version:
curlftpfs --version
curlftpfs 0.9.2 libcurl/7.18.2 fuse/2.7
2. How to reproduce:
a. Mount the ftp server by:
curlftpfs -o direct_io,kernel_cache,nonempty,user=steven ftp://192.168.120.254 /mnt
b. The mounting status:
root at jaunty:~# mount | grep mnt
curlftpfs#ftp://192.168.120.254/ on /mnt type fuse (rw,nosuid,nodev)
c. When run this, it's working:
root at jaunty:~# echo "text" | tee /mnt/test.txt
text
d. But if I run "tee -a", it fails:
root at jaunty:~# echo "text" | tee -a /mnt/test2.txt
tee: /mnt/test2.txt: Operation not supported
text
root at jaunty:~# ls -alFh /mnt/test2.txt
ls: cannot access /mnt/test2.txt: No such file or directory
An updated libcurl (7.19.4) does not fix the problem.
Any idea ?
** Affects: curlftpfs (Ubuntu)
Importance: Undecided
Status: New
--
curlftpfs on Jaunty does not work with 'tee -a'
https://bugs.launchpad.net/bugs/367091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list