Bug 1665862

Summary: Directories with random names created in home directory after login
Product: [Fedora] Fedora Reporter: Roman <adontz>
Component: basesystemAssignee: Ondrej Vasik <ovasik>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: kdudka, ovasik, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-14 10:52:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Roman 2019-01-14 09:55:40 UTC
Description of problem:


After each reboot 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 ''$'\240\335'
    drwxrwxr-x   2 adontz adontz     6 Jan 14 12:19 ''$'\240\355\346''3tU'
    drwxrwxr-x   2 adontz adontz     6 Jan 14 12:18 ''$'\260\323'
    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'



Version-Release number of selected component (if applicable):


How reproducible:


Install fresh Fedora 29 with KDE using netinstall image.


Steps to Reproduce:


1. Install Fedora
2. Reboot
3. LogIn


Actual results:


After each reboot and login an empty folder with random name appears in home directory.


Expected results:


No random directories created.


Additional info:


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.

Comment 1 Kamil Dudka 2019-01-14 10:52:24 UTC
This seems to be already tracked as bug #1665521.  Definitely not a bug of the basesystem package.

*** This bug has been marked as a duplicate of bug 1665521 ***