Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Error Msg from meld:
  2.  
  3. Error copying '/media/root/5FDA03906F33F217/SAVE/rsyncTEST-usb/allusers' to '/run/user/0/gvfs/ftp:host=192.168.0.103/var/ftp/ftpd/images/PersistenceUSBs/rsync-meld/allusers'
  4.  
  5. [Errno 95] Operation not supported: '/run/user/0/gvfs/ftp:host=192.168.0.103/var/ftp/ftpd/images/PersistenceUSBs/rsync-meld/allusers'.
  6.  
  7. I encountered the gvfs-fuser issue attempting to use meld/diff/kdiff over ftp. Seems the problem is between fuser and gvfs. The problem seems not to occur in 3.15.1 but begins being reported in 3.15.2.(the new python ver?)
  8. Solution is a workaround not a fix - files/directories will copy but error is still displayed.
  9.  
  10. THE SOLUTION:
  11. https://unix.stackexchange.com/a/77457
  12.  
  13. One possible solution is using sshfs
  14. https://bugzilla.gnome.org/show_bug.cgi?id=317875#c4
  15. https://peppermintos.net/viewtopic.php?f=35&t=5344
  16.  
  17. fyi gvfs-commands
  18. https://askubuntu.com/questions/499523/what-is-the-difference-between-gvfs-commands-and-common-commands-like-cat-ls-c
  19.  
  20. cause:
  21. https://github.com/g2p/bedup/issues/74
  22. https://www.bountysource.com/issues/39167286-cannot-save-to-gvfs-mount
  23. https://www.raditha.com/blog/archives/1749.html
  24.  
  25.  
  26. Related Bugs:
  27. https://bugzilla.gnome.org/show_bug.cgi?id=317875
  28. https://bugzilla.gnome.org/show_bug.cgi?id=768281
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement