Elektrine lite

← Feed

@thermogel@lemmy.ml

Post #1045818

2026-04-10 08:48 UTC

Thanks, this is useful info. It doesnt appear to be restarting itself after I killed the process. Is this a good sign?

Replies (2)

  • @Malix@sopuli.xyz 2026-04-10 08:57

    it’ll probably be back running once you reboot. better find out where on your storage it is, why is it starting and where did it come from.

    Open ##1045908

  • @deadcade@lemmy.deadca.de 2026-04-10 09:02

    This doesn't really say much; this could be legitimate software thinking it crashed, or it could be malware trying to hide itself. Try seeing if `sudo find / -type f -name windows` tells you anything about where it's installed. This command searches through `/` (all files) to find a file (`-type f`) that is named `windows` (the same as the process name).

    Open ##1110189