this post was submitted on 02 Feb 2024
675 points (97.7% liked)

Programmer Humor

32032 readers
1344 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
675
submitted 7 months ago* (last edited 7 months ago) by Kaelygon to c/[email protected]
 

edit: fixed thumbnail

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 7 months ago (1 children)

Kill the exe process itself, killing wineserver doesn't help, that spawns just new children. Similiar to goblins.

[–] Kaelygon 8 points 7 months ago (1 children)

I later figured that pkill -9 -f "\.exe" works if wineserver -k doesn't. And that killing wineserver by calling killall wineserver is bad