Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui-vm's /tmp/tmp-display* is not cleaned during logout #1049

Open
jkuro-tii opened this issue Mar 6, 2025 · 1 comment
Open

gui-vm's /tmp/tmp-display* is not cleaned during logout #1049

jkuro-tii opened this issue Mar 6, 2025 · 1 comment
Assignees

Comments

@jkuro-tii
Copy link
Contributor

Scenario:
- log into the laptop
- check the /tmp/tmp-display* files on the gui-vm

Expected Behavior:
Only current files related to the active session should be present in the /tmp directory. Old or unnecessary files should be cleaned up automatically.

Actual Behavior:
Each login creates a new set of files in the /tmp/tmp-display* directory, and these files persist across sessions. This leads to an accumulation of unnecessary files.


Example log:
[ghaf@gui-vm:~]$ ls  /tmp/tmp-display*
/tmp/tmp-display-config.dtUgkGR  /tmp/tmp-display-config.QzBPJkc  /tmp/tmp-display-config.vRiulTY
/tmp/tmp-display-config.ns9ZK2c  /tmp/tmp-display-config.s6WCcmk  /tmp/tmp-display-config.YQYcPw9

[ghaf@gui-vm:~]$ # next login

[ghaf@gui-vm:~]$ ls  /tmp/tmp-display*
/tmp/tmp-display-config.8ZIeYBY  /tmp/tmp-display-config.ns9ZK2c  /tmp/tmp-display-config.QzBPJkc  /tmp/tmp-display-config.vRiulTY  /tmp/tmp-display-config.z5mAzaX
/tmp/tmp-display-config.dtUgkGR  /tmp/tmp-display-config.oahu2Tr  /tmp/tmp-display-config.s6WCcmk  /tmp/tmp-display-config.wc5q4d5
/tmp/tmp-display-config.e0q0oHS  /tmp/tmp-display-config.Q9K4BEm  /tmp/tmp-display-config.T8OC9uW  /tmp/tmp-display-config.YQYcPw9

[ghaf@gui-vm:~]$ 

@clayhill66
Copy link
Collaborator

Internal issue 6335 created for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants