Unable to copy paste files/folder from local fs to a remote sshfs mounted using afuse. Using the following. Afuse : https://github.com/pcarrier/afuse Systemd unitfile : https://gist.github.com/xavier83/5a536805f9b65d62cdc9 Reproducible: Always Steps to Reproduce: 1. mount afuse /usr/bin/afuse -f -o big_writes -o auto_unmount -o flushwrites -o mount_template=sshfs -o ServerAliveInterval=10 -o reconnect %r:/ %m -o unmount_template=fusermount -u -z %m /home/user/.mnt/ssh 2. Navigate to /home/user/.mnt/ssh/<remote> using dolphin (automounts) 3. Navigate to <local fs> on another tab. 4. copy a file/folder from local fs tab and try to paste it on afuse tab. Actual Results: files/folder not getting copied Expected Results: files/folder to be copied tested using cp and it copies the files. not working only on dolphin. strangely creating new directory or file using context menu works.
Thanks for the bug report. Might be a KIO issue.
@Frank(In reply to Frank Reininghaus from comment #1) > Thanks for the bug report. Might be a KIO issue. You are right, when I run dolphin connected to a terminal. I receive the following log message when I try to reproduce the bug. kf5.kio.core: KLocalSocket(0xbdb240) Jumbo packet of 35296 bytes
(In reply to Infanta Xavier from comment #2) > @Frank(In reply to Frank Reininghaus from comment #1) > > Thanks for the bug report. Might be a KIO issue. > > You are right, when I run dolphin connected to a terminal. I receive the > following log message when I try to reproduce the bug. > > kf5.kio.core: KLocalSocket(0xbdb240) Jumbo packet of 35296 bytes i was trying to debug, and noticed that job->errorString() was "Could not write file .\nDisk full." in void DolphinView::slotPasteJobResult(KJob *job) in dolphinview.cpp:1100 also noticed that the statusbar free space widget when on /home/user/.mnt/ssh/<remote> reported "Unknown Size". the corresponding mounts: afuse on /home/user/.mnt/ssh type fuse.afuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000) fedold:/ on /tmp/afuse-fqPWBG/fedold type fuse.sshfs (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000) but df -h returned fedold:/ 50G 21G 26G 45% /tmp/afuse-fqPWBG/fedold
this could be the cause of the bug but not sure. https://github.com/pcarrier/afuse/issues/4 the issue could be this, in KDiskFreeSpaceInfo::freeSpaceInfo method KMountPoint::currentMountPoints().findByPath(path) returns "/home/user/.mnt/ssh" had it returned the actual proxy path which is "/tmp/afuse-fqPWBG/fedold" the subsequent statvfs call on the mount point path would've returned the correct freespace info
Similar problem to Bug 344146, where KIO incorrectly sees the mount has hazing zero free space.
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!