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

lpf-notify and inotifywait not stopping on shutdown #32

Open
relegit opened this issue Apr 4, 2016 · 1 comment
Open

lpf-notify and inotifywait not stopping on shutdown #32

relegit opened this issue Apr 4, 2016 · 1 comment

Comments

@relegit
Copy link

relegit commented Apr 4, 2016

I'm trying to figure out why my shutdown process became very slow and I noticed that lpf-notify and inotifywait get SIGKILLed -- which means they don't quit normally
Indeed, trying to kill them manually while inside the UI session doesn't work:

[root@laptop ~]# pgrep -fa lpf
2005 /bin/bash /usr/share/lpf/scripts/lpf-notify notify-watch /usr/share/lpf/scripts/notify
2287 inotifywait -q -q -e moved_to /var/lib/lpf/notify
[root@laptop ~]# kill 2005 2287
[root@laptop ~]# pgrep -fa lpf
2005 /bin/bash /usr/share/lpf/scripts/lpf-notify notify-watch /usr/share/lpf/scripts/notify
2287 inotifywait -q -q -e moved_to /var/lib/lpf/notify
@quitefrasmotic
Copy link

This is still an issue - my shutdown went from several seconds to over 2 minutes~ until I realised it was this package causing the lockup. Using Fedora 34, recently freshly installed.

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