Summary: | Copying gets stuck after first file with SELinux disabled | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Martin <komodo> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REOPENED --- | ||
Severity: | grave | CC: | kfm-devel, komodo, nate |
Priority: | NOR | ||
Version: | 20.12.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin
2021-03-08 16:19:35 UTC
*** 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. |