You are not logged in.
Pages: 1
Hi everyone! Almost every time I shutdown my PC I have to wait about a minute for
A stop job is running for user manager for UID 1000Turns out that this is a wine process that interrupts everything.
> sudo journalctl -b-1
Sep 26 21:01:46 grishin-pc systemd[450]: app-wine\x2dextension\x2dxml-1dbe3f8023a747f98ccb3b5a60aa9198.scope: Stopping timed out. Killing.
Sep 26 21:01:46 grishin-pc systemd[450]: app-wine\x2dextension\x2dxml-1dbe3f8023a747f98ccb3b5a60aa9198.scope: Killing process 3574 (winedevice.exe) with signal SIGKILL.
Sep 26 21:01:46 grishin-pc systemd[450]: app-wine\x2dextension\x2dxml-1dbe3f8023a747f98ccb3b5a60aa9198.scope: Killing process 3577 (n/a) with signal SIGKILL.
Sep 26 21:01:46 grishin-pc systemd[450]: app-wine\x2dextension\x2dxml-1dbe3f8023a747f98ccb3b5a60aa9198.scope: Killing process 3578 (n/a) with signal SIGKILL.
Sep 26 21:01:46 grishin-pc systemd[450]: app-wine\x2dextension\x2dxml-1dbe3f8023a747f98ccb3b5a60aa9198.scope: Killing process 3581 (libusb_event) with signal SIGKILL.
Sep 26 21:01:46 grishin-pc systemd[450]: app-wine\x2dextension\x2dxml-1dbe3f8023a747f98ccb3b5a60aa9198.scope: Killing process 3583 (n/a) with signal SIGKILL.
Sep 26 21:01:46 grishin-pc systemd[450]: app-wine\x2dextension\x2dxml-1dbe3f8023a747f98ccb3b5a60aa9198.scope: Failed with result 'timeout'.
Sep 26 21:01:46 grishin-pc systemd[450]: Stopped winebrowser.
Sep 26 21:01:46 grishin-pc systemd[450]: app-wine\x2dextension\x2dxml-1dbe3f8023a747f98ccb3b5a60aa9198.scope: Consumed 45.152s CPU time.
```I know I can kill winedevice.exe and other wine processes before every shutdown, but this is not a solution for me ![]()
Is there a way to force systemd to kill those processes immediately?
Or is it problem on wine side, to do something in there?
Last edited by grishatop1 (2022-09-26 20:19:55)
Offline
which wine process are you running that is hanging? It will depend on what exactly you are running.
Offline
Pages: 1