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

rm -rf /run/dbus/dbus.pid command run remove pid file only if user is situated in /run/dbus folder #268

Open
JanuszChmiel opened this issue Apr 14, 2023 · 0 comments

Comments

@JanuszChmiel
Copy link

Dear Proot developers,
I have observed very interesting behaviour.
When I want to remove The pid file from The /run/dbus folder
by typing
rm -rf /run/dbus/dbus.pid
there is no error message but file is never being really deleted from The /run/dbus folder.
It is really only deleted, if I really type
cd /run/dbus
or by typing
cd run
cd dbus
Why Linux behaves by this way?

I Am starting The mate desktop environment by typing
rm -rf /run/dbus/dbus.pid
dbus-daemon --system
dbus-launch mate-session&

Do you think, that it does make any good sense to start dbus by typing
dbus-daemon --system
for such desktop environments such as Mate are?
Or do you think that I Am only wasting my time?

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

1 participant