Fedora KDE 29 random directories in home directory
I have fresh Fedora 29 KDE spin installed. Firefox added, up to date.
After each reboot and login an empty folder with random name appears in home directory. Each time name is new and does not look like anything meaningful, more like some garbage. To give you an example, here are a few names exactly as reported by "ls -l -a"
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:23 ' '$'326'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:21 ''$'240335'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:19 ''$'240355346''3tU'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:18 ''$'260323'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:12 ''p'$'351'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:08 '0'$'304'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:05 '0'$'305'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:57 '0'$'327'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:53 '@'$'327'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:50 'p'$'351'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:47 'p'$'351'
These directories cannot be deleted from Dolphin, only from command line.
HDD is not damaged, checked. Also, at the moment I write this, it already happens on three distinct computers. Just logout and login is not enough, restart is required, but directories are created at login moment.
Also, I have tried to use auditd/auditctl to find out which process created these folders with the following rule
-a exit,always -F dir=/home/"
then tried to find anything useful from audit log with
grep -P -o 'name="[^"]+"' /var/log/audit/audit.log
but I have found no related records.
What else can be done?
linux fedora kde-plasma-5
add a comment |
I have fresh Fedora 29 KDE spin installed. Firefox added, up to date.
After each reboot and login an empty folder with random name appears in home directory. Each time name is new and does not look like anything meaningful, more like some garbage. To give you an example, here are a few names exactly as reported by "ls -l -a"
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:23 ' '$'326'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:21 ''$'240335'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:19 ''$'240355346''3tU'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:18 ''$'260323'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:12 ''p'$'351'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:08 '0'$'304'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:05 '0'$'305'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:57 '0'$'327'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:53 '@'$'327'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:50 'p'$'351'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:47 'p'$'351'
These directories cannot be deleted from Dolphin, only from command line.
HDD is not damaged, checked. Also, at the moment I write this, it already happens on three distinct computers. Just logout and login is not enough, restart is required, but directories are created at login moment.
Also, I have tried to use auditd/auditctl to find out which process created these folders with the following rule
-a exit,always -F dir=/home/"
then tried to find anything useful from audit log with
grep -P -o 'name="[^"]+"' /var/log/audit/audit.log
but I have found no related records.
What else can be done?
linux fedora kde-plasma-5
Reproduces on GNOME, so at least now I know it is not related to desktop environment which I initially suspected. Still no clue what is it though.
– Yuri Nudelman
Jan 14 at 18:15
add a comment |
I have fresh Fedora 29 KDE spin installed. Firefox added, up to date.
After each reboot and login an empty folder with random name appears in home directory. Each time name is new and does not look like anything meaningful, more like some garbage. To give you an example, here are a few names exactly as reported by "ls -l -a"
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:23 ' '$'326'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:21 ''$'240335'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:19 ''$'240355346''3tU'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:18 ''$'260323'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:12 ''p'$'351'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:08 '0'$'304'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:05 '0'$'305'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:57 '0'$'327'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:53 '@'$'327'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:50 'p'$'351'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:47 'p'$'351'
These directories cannot be deleted from Dolphin, only from command line.
HDD is not damaged, checked. Also, at the moment I write this, it already happens on three distinct computers. Just logout and login is not enough, restart is required, but directories are created at login moment.
Also, I have tried to use auditd/auditctl to find out which process created these folders with the following rule
-a exit,always -F dir=/home/"
then tried to find anything useful from audit log with
grep -P -o 'name="[^"]+"' /var/log/audit/audit.log
but I have found no related records.
What else can be done?
linux fedora kde-plasma-5
I have fresh Fedora 29 KDE spin installed. Firefox added, up to date.
After each reboot and login an empty folder with random name appears in home directory. Each time name is new and does not look like anything meaningful, more like some garbage. To give you an example, here are a few names exactly as reported by "ls -l -a"
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:23 ' '$'326'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:21 ''$'240335'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:19 ''$'240355346''3tU'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:18 ''$'260323'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:12 ''p'$'351'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:08 '0'$'304'
drwxrwxr-x 2 adontz adontz 6 Jan 14 12:05 '0'$'305'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:57 '0'$'327'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:53 '@'$'327'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:50 'p'$'351'
drwxrwxr-x 2 adontz adontz 6 Jan 14 11:47 'p'$'351'
These directories cannot be deleted from Dolphin, only from command line.
HDD is not damaged, checked. Also, at the moment I write this, it already happens on three distinct computers. Just logout and login is not enough, restart is required, but directories are created at login moment.
Also, I have tried to use auditd/auditctl to find out which process created these folders with the following rule
-a exit,always -F dir=/home/"
then tried to find anything useful from audit log with
grep -P -o 'name="[^"]+"' /var/log/audit/audit.log
but I have found no related records.
What else can be done?
linux fedora kde-plasma-5
linux fedora kde-plasma-5
asked Jan 14 at 9:57
adontzadontz
1154
1154
Reproduces on GNOME, so at least now I know it is not related to desktop environment which I initially suspected. Still no clue what is it though.
– Yuri Nudelman
Jan 14 at 18:15
add a comment |
Reproduces on GNOME, so at least now I know it is not related to desktop environment which I initially suspected. Still no clue what is it though.
– Yuri Nudelman
Jan 14 at 18:15
Reproduces on GNOME, so at least now I know it is not related to desktop environment which I initially suspected. Still no clue what is it though.
– Yuri Nudelman
Jan 14 at 18:15
Reproduces on GNOME, so at least now I know it is not related to desktop environment which I initially suspected. Still no clue what is it though.
– Yuri Nudelman
Jan 14 at 18:15
add a comment |
1 Answer
1
active
oldest
votes
Found on a different post that this seems to be the solution for now until the abrt app gets pushed through updates:
https://ask.fedoraproject.org/en/question/131926/files-and-folders-with-name-invalid-encoding-what-does-it-mean-and-how-to-fix-it/
This is a bug that should be fixed in the next version of abrt packages.
Upgrading abrt packages to version 2.11.1-2.fc29 is the root cause.
Bug : GLib-CRITICAL: g_child_watch_add_full: assertion 'pid > 0' failed
Background information and the temporary - proven to work - solution :
There's a file being located in /etc/xdg/autostart, that seems to be responsible for the problem.
This is the symbolic link file : /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
The file is a symlink to /usr/share/applications/org.freedesktop.problems.applet.desktop.
Delete the weird folder either by using the command line, or in the nautilus application.
Then execute
sudo rm /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
Next time after restart of the system, you won't see newly created weird folders anymore.
Bugfix Update 2019-01-14 : abrt-2.11.1-3.fc29 has been pushed to fedora updates system.
Current status : pending -> https://bodhi.fedoraproject.org/updates/FEDORA-2019-b5c308118f
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394044%2ffedora-kde-29-random-directories-in-home-directory%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Found on a different post that this seems to be the solution for now until the abrt app gets pushed through updates:
https://ask.fedoraproject.org/en/question/131926/files-and-folders-with-name-invalid-encoding-what-does-it-mean-and-how-to-fix-it/
This is a bug that should be fixed in the next version of abrt packages.
Upgrading abrt packages to version 2.11.1-2.fc29 is the root cause.
Bug : GLib-CRITICAL: g_child_watch_add_full: assertion 'pid > 0' failed
Background information and the temporary - proven to work - solution :
There's a file being located in /etc/xdg/autostart, that seems to be responsible for the problem.
This is the symbolic link file : /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
The file is a symlink to /usr/share/applications/org.freedesktop.problems.applet.desktop.
Delete the weird folder either by using the command line, or in the nautilus application.
Then execute
sudo rm /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
Next time after restart of the system, you won't see newly created weird folders anymore.
Bugfix Update 2019-01-14 : abrt-2.11.1-3.fc29 has been pushed to fedora updates system.
Current status : pending -> https://bodhi.fedoraproject.org/updates/FEDORA-2019-b5c308118f
add a comment |
Found on a different post that this seems to be the solution for now until the abrt app gets pushed through updates:
https://ask.fedoraproject.org/en/question/131926/files-and-folders-with-name-invalid-encoding-what-does-it-mean-and-how-to-fix-it/
This is a bug that should be fixed in the next version of abrt packages.
Upgrading abrt packages to version 2.11.1-2.fc29 is the root cause.
Bug : GLib-CRITICAL: g_child_watch_add_full: assertion 'pid > 0' failed
Background information and the temporary - proven to work - solution :
There's a file being located in /etc/xdg/autostart, that seems to be responsible for the problem.
This is the symbolic link file : /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
The file is a symlink to /usr/share/applications/org.freedesktop.problems.applet.desktop.
Delete the weird folder either by using the command line, or in the nautilus application.
Then execute
sudo rm /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
Next time after restart of the system, you won't see newly created weird folders anymore.
Bugfix Update 2019-01-14 : abrt-2.11.1-3.fc29 has been pushed to fedora updates system.
Current status : pending -> https://bodhi.fedoraproject.org/updates/FEDORA-2019-b5c308118f
add a comment |
Found on a different post that this seems to be the solution for now until the abrt app gets pushed through updates:
https://ask.fedoraproject.org/en/question/131926/files-and-folders-with-name-invalid-encoding-what-does-it-mean-and-how-to-fix-it/
This is a bug that should be fixed in the next version of abrt packages.
Upgrading abrt packages to version 2.11.1-2.fc29 is the root cause.
Bug : GLib-CRITICAL: g_child_watch_add_full: assertion 'pid > 0' failed
Background information and the temporary - proven to work - solution :
There's a file being located in /etc/xdg/autostart, that seems to be responsible for the problem.
This is the symbolic link file : /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
The file is a symlink to /usr/share/applications/org.freedesktop.problems.applet.desktop.
Delete the weird folder either by using the command line, or in the nautilus application.
Then execute
sudo rm /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
Next time after restart of the system, you won't see newly created weird folders anymore.
Bugfix Update 2019-01-14 : abrt-2.11.1-3.fc29 has been pushed to fedora updates system.
Current status : pending -> https://bodhi.fedoraproject.org/updates/FEDORA-2019-b5c308118f
Found on a different post that this seems to be the solution for now until the abrt app gets pushed through updates:
https://ask.fedoraproject.org/en/question/131926/files-and-folders-with-name-invalid-encoding-what-does-it-mean-and-how-to-fix-it/
This is a bug that should be fixed in the next version of abrt packages.
Upgrading abrt packages to version 2.11.1-2.fc29 is the root cause.
Bug : GLib-CRITICAL: g_child_watch_add_full: assertion 'pid > 0' failed
Background information and the temporary - proven to work - solution :
There's a file being located in /etc/xdg/autostart, that seems to be responsible for the problem.
This is the symbolic link file : /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
The file is a symlink to /usr/share/applications/org.freedesktop.problems.applet.desktop.
Delete the weird folder either by using the command line, or in the nautilus application.
Then execute
sudo rm /etc/xdg/autostart/org.freedesktop.problems.applet.desktop
Next time after restart of the system, you won't see newly created weird folders anymore.
Bugfix Update 2019-01-14 : abrt-2.11.1-3.fc29 has been pushed to fedora updates system.
Current status : pending -> https://bodhi.fedoraproject.org/updates/FEDORA-2019-b5c308118f
answered Jan 15 at 4:08
CigamCigam
461
461
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394044%2ffedora-kde-29-random-directories-in-home-directory%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Reproduces on GNOME, so at least now I know it is not related to desktop environment which I initially suspected. Still no clue what is it though.
– Yuri Nudelman
Jan 14 at 18:15