[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-12-09 Thread G104cch1n0
also affect karmic koala with curlftps0.9.2-1build1

** Changed in: curlftpfs (Ubuntu)
   Status: Incomplete = New

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-05-15 Thread obluda
i have the same issue for a couple of months, what's needed to complete
it?

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-05-15 Thread obluda
nils, try downgrade to
http://ftp.us.debian.org/debian/pool/main/c/curlftpfs/curlftpfs_0.9.1-3+b2_amd64.deb.
works for me.

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-03-19 Thread nils
good ideas for testing. I just tried:

- Situation 1: create a directory (755), touch a file in it, then vi it, 
Result: E677, no backup file, no data in it.
- Situation 2: chmod the directory to 770, vi the file in the dir, E507, backup 
file exists, but no data in either file (the backup file being empty is OK 
since the orig file was empty)
- Situation 3,4: chmod the dir to 777 and try vi-ing the file and chmodding the 
file to 666 and trying the vi is the same as situation 2

a cp in that dir with 777 privs also gives the IO error, but the file is
created with the right content.

Anyone in the mood to write a perl or C test script that tries several
write-close-fsync combinations out to narrow down the problem? Funnily
enough kate writes the file but complains,and vi does not write and
complain... maybe a different order of when the backup is
created/written, or a bug in kate that writes the main file even if the
backup fails?

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-03-19 Thread nils
I've created a Kate bug:
https://bugs.launchpad.net/ubuntu/+source/kdesdk/+bug/345268 Maybe the
resolution of that will shed some light on what fuse is and is not doing
right.

This bug is currently marked as INCOMPLETE, why? what's needed to
complete it?

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-03-18 Thread nils
This is still a problem under the latest intrepid, and I'm fairly sure I've 
seen the exact same behavior on my Jaunty machine as well.
curlftpfs 0.9.2 libcurl/7.18.2 fuse/2.7

vim fails with  E667: Fsync failed (and the data is NOT written to the file)
cp fails with an cp: closing 'filename.txt' input/output error, but the file IS 
created and written properly.
kate complains about not being able to save the file as well, but DOES write it

I'm willing to run test cases, let me know what's needed.

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-03-18 Thread fuhrysteve
vi is able to make a backup copy of whatever 755 file i try to edit in my 
curlftpfs mounted directory (i.e. original: somefile.php, backup: 
somefile.php~), but editing it gives me this error in vi:
test.php E507: Close error for backup file (add ! to override)

I mounted like this:
sudo curlftpfs -o allow_other ftp://user:p...@ftp.mysite.com 
/home/steve/mydirectory/

and I have tried many other variations of mounting the directory with
curlftpfs with no success. Apparently the IT guys were able to get it
working on whatever machines they were using:

Actually they created a test FTP subuser for your account and had
no problems to edit the classes.php file over curlftpfs.

hope this was helpful

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-01-11 Thread qq274980
Version(0.9.2-1) with Intrepid still has this problem. 
On aix, timestamp display in two format : if file was modifed no longer than 
one year ,displayed like this, Jan 06 14:28, if not ,will display May 22 
2008. Length of the two format not the same.

it's output of Aix home directory.  Two space before name of .esradm.
ftp ls
200 PORT command successful.
150 Opening data connection for /bin/ls.
total 2216
-rw---   1 zjkf db2iadm1   1306 Jan 06 14:28 .dbxhist
-rw-rw-r--   1 zjkf db2iadm1 80 May 22 2008  .esradm
-rwxrwxr-x   1 zjkf db2iadm1 53 Mar 11 2008  .exrc
-rw-rw-r--   1 zjkf db2iadm1 108167 Oct 21 20:25 .kkksss

linux output after 'curlftpfs  ftp://zjkf/  a', 
-rw-rw-r-- 1 root root 467528 2008-12-23 13:59 dbx
-rw-rw-r-- 1 root root 80 2008-05-22 00:00  .esradm
-rwxrwxr-x 1 root root 53 2008-03-11 00:00  .exrc
drwxrwxr-x 2 root root256 2008-12-03 19:26 hp
-rw-rw-r-- 1 root root 195524 2008-12-23 14:02 lasb_change
-rw-r- 1 root root  18904 2009-01-08 20:06 profile090108

.esradm no longer a hidden file under linux, it has name '[space].esradm'
but directory 'hp' works well.

b...@lenovo:~$ date
Mon Jan 12 10:15:39 CST 2009

b...@lenovo:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.10
DISTRIB_CODENAME=intrepid
DISTRIB_DESCRIPTION=Ubuntu 8.10

b...@lenovo:~$ uname -a
Linux lenovo 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux

b...@lenovo:~$ dpkg -s curlftpfs
Package: curlftpfs
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 112
Maintainer: Ubuntu MOTU Developers ubuntu-m...@lists.ubuntu.com
Architecture: i386
Version: 0.9.2-1

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 120018] Re: vim can't open files under curlftpfs directory

2009-01-11 Thread qq274980
I'v save output to a file , see the attachment.

** Attachment added: curloutput.txt
   http://launchpadlibrarian.net/21113953/curloutput.txt

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs