[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2010-09-16 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Invalid = Expired

** Changed in: nautilus
   Importance: Unknown = Low

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2010-04-16 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Invalid

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2008-04-10 Thread seanh
I just repeated the test case I gave when I reported the bug, and it
works now, no error.

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2008-04-08 Thread davie
gnome-vfs is being replaced with gvfs in ubuntu hardy (8.04).
Any chance you could test this to check to see if it still occurs in the latest 
hardy beta (http://www.ubuntu.com/testing/hardy/beta)?

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2008-04-08 Thread Chris Wagner
I can't really perform a controlled test, but doing a simple copy-and-
paste -- across SSH, within a single directory, in Hardy -- seems to
work okay.  I'll go ahead and close this...

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2007-05-03 Thread Chris Moore
This patch does what's right, checking whether the file really does
exist before using the GNOME_VFS_ERROR_FILE_EXISTS return value.

** Attachment added: a better patch
   http://librarian.launchpad.net/7532273/ssh-vfs-patch.txt

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2007-05-02 Thread Chris Moore
The cause of this bug is that:

In package libgnomevfs2-0,
file modules/sftp-method.c,
function do_create
returns GNOME_VFS_ERROR_GENERIC instead of GNOME_VFS_ERROR_FILE_EXISTS
when the file to create already exists, and argument exclusive is true.

If it returned GNOME_VFS_ERROR_FILE_EXISTS, then nautilus would try
other file names like file (copy).txt, file (another copy).txt and
such like.

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2007-05-02 Thread Chris Moore
This patch fixes the problem, but isn't the correct solution.  It does
demonstrate where the problem lies, however.

** Attachment added: rough-and-ready patch
   http://librarian.launchpad.net/7521280/ssh-patch.txt

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2007-05-02 Thread Chris Moore
This should be filed against the gnome-vfs2 package, not nautilus.

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://bugs.launchpad.net/bugs/45382
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2007-01-04 Thread Bug Watch Updater
** Changed in: nautilus (upstream)
   Status: Unknown = Unconfirmed

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://launchpad.net/bugs/45382

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2006-12-26 Thread Sebastien Bacher
I've forwarded that upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=389724

** Bug watch added: GNOME Bug Tracker #389724
   http://bugzilla.gnome.org/show_bug.cgi?id=389724

** Also affects: nautilus (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=389724
   Importance: Unknown
   Status: Unknown

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://launchpad.net/bugs/45382

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2006-12-20 Thread Chris Wagner
** Changed in: nautilus (Ubuntu)
   Status: Needs Info = Confirmed

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://launchpad.net/bugs/45382

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2006-12-14 Thread Sebastien Bacher
Does gnomevfs-mv works fine for that?

** Changed in: nautilus (Ubuntu)
   Importance: Medium = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://launchpad.net/bugs/45382

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


Re: [Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2006-12-14 Thread Chris Wagner
On Thu, 2006-12-14 at 10:14 +, Sebastien Bacher wrote:
 Does gnomevfs-mv works fine for that?

Okay, I just tried several things.  These all work okay:
 - gnomevfs-copy /
 ssh://[EMAIL PROTECTED]/path/to/dir/briefcase.tmpl /
 ssh://[EMAIL PROTECTED]/path/to/dir/survey.tmpl
 - gnomevfs-copy /
 ssh://[EMAIL PROTECTED]/path/to/dir/survey.tmpl /
 ssh://[EMAIL PROTECTED]/path/to/dir/survey.tmpl.bak
 - via Nautilus, moving *or* copying the file to *another directory*.
For example, if I am sitting in ssh://[EMAIL PROTECTED]/path/to/dir/ and
select file.tmpl and hit Ctrl+C, then move up a directory to
ssh://[EMAIL PROTECTED]/path/to/ and paste by hitting Ctrl+V, all works
okay.  I can even *re-paste* over the file and I get a reasonable dialog
warning me: A file named groups.tmpl already exists.  Do you want to
replace it?

So, in my case, the problem seems to only occur when trying to copy a
file and paste a copy back into the same directory in which the original
exists.  What do I expect to happen?  I expect to get a copy of the file
with a new name (e.g., my-file.txt (Copy)) as happens when copying a
file, using the same technique, within a local directory.

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://launchpad.net/bugs/45382

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


Re: [Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2006-12-14 Thread Chris Wagner
On Thu, 2006-12-14 at 20:56 +, Chris Wagner wrote:
  - gnomevfs-copy /
  ssh://[EMAIL PROTECTED]/path/to/dir/briefcase.tmpl /
  ssh://[EMAIL PROTECTED]/path/to/dir/survey.tmpl
  - gnomevfs-copy /
  ssh://[EMAIL PROTECTED]/path/to/dir/survey.tmpl /
  ssh://[EMAIL PROTECTED]/path/to/dir/survey.tmpl.bak

Oops - sorry, the second of those should be:
 - gnomevfs-mv /
 ssh://[EMAIL PROTECTED]/path/to/dir/survey.tmpl /
 ssh://[EMAIL PROTECTED]/path/to/dir/survey.tmpl.bak

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://launchpad.net/bugs/45382

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


[Bug 45382] Re: Nautilus, SSH: Generic Error while moving/copying file

2006-12-12 Thread Kees Cook
** Changed in: Ubuntu
Sourcepackagename: None = nautilus

-- 
Nautilus, SSH: Generic Error while moving/copying file
https://launchpad.net/bugs/45382

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