SUMMARY STEPS TO REPRODUCE 1. Mount USB or SD card. 2. Run dolphin or krusader. 3. Select multiple files and perform copy. OBSERVED RESULT Copying get stuck after first file. I have been waiting ten minutes but nothing happened. Tried to cpopy the same files in Midnight commander worked as expected. EXPECTED RESULT Copy all files. SOFTWARE/OS VERSIONS Operating System: Debian GNU/Linux KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 Kernel Version: 5.10.0-1-amd64 OS Type: 64-bit Processors: 12 × AMD Ryzen 5 2600X Six-Core Processor Memory: 31,4 GiB of RAM Graphics Processor: GeForce GTX 1060 3GB/PCIe/SSE2 ADDITIONAL INFORMATION Is there anything I could try to find out where the problem is?
*** This bug has been marked as a duplicate of bug 434130 ***
Please reopen this bug, since it's not a duplicate. In my case the copy operation does not finish.
(In reply to Nate Graham from comment #1) > > *** This bug has been marked as a duplicate of bug 434130 *** Hi, is there anything I could do to investigate this problem ?
I don't know, sorry.
(In reply to Nate Graham from comment #4) > I don't know, sorry. I see. I thought you were one of the developers.
I am, but I don't know everything. :)
So I've found the problem. I have discovered that even this one file is copied it doesn't have the time preserved. So in the end I've found that there is one process stuck. file.so [kdeinit5] file local:/run/user/1000/klauncherfiCBLx.1.slave-socket local:/run/user/1000/krusaderEPmkdB.2.slave-socket and when I run strace on this process there were many errors like this fgetxattr(5, "security.selinux", 0x5563bb655cf8, 18446744073709551615) = -1 EOPNOTSUPP (Operation not supported) So I have enabled SELinux and copying is working fine. But I don't want to have SELinux enabled. Please try to resolve this issue.