top 50 comments

sorted by: hot top controversial new old
[–] 125 points 7 months ago (11 children)
A stop job is running for ...
  • source
  • hideshow 11 child comments
  • [–] 24 points 7 months ago (3 children)

    Five minutes have passed... SysRq + B

  • source
  • parent
  • hideshow 3 child comments
  • [–] 9 points 7 months ago (2 children)

    REISUB for a cleaner shutdown sequence syncing disks and the like. I read the mnemonic "Raising Elephants Is Utterly Boring" once and I still remember it years later lol

  • source
  • parent
  • hideshow 2 child comments
  • [–] 17 points 7 months ago (3 children)

    I learned a bit ago that if you hit Ctrl+Alt+Delete seven times very quickly, it'll bypass a stop task that is being pesky like this!

  • source
  • parent
  • hideshow 3 child comments
  • [–] 5 points 7 months ago

    I once invoked shutdown right after moving a lot of stuff (> 500GB) on HDDs and the thing timed out before the HDD could finish its thing.

    How do you 'stop' a stop job at that point and make the system wait longer before shutdown?

  • source
  • parent
  • [–] 99 points 7 months ago (24 children)

    Ah, kill -9. Me old pal. Always ready to assist when inconvenient bodies needs to be buried out back. Best friend ever.

  • source
  • hideshow 24 child comments
  • [–] 80 points 7 months ago (3 children)

    Respect my -15, or I'll be back with my -9

  • source
  • parent
  • hideshow 3 child comments
  • [–] 4 points 7 months ago (3 children)

    Have you ever dealt with zombie processes?

  • source
  • parent
  • hideshow 3 child comments
  • [–] 2 points 7 months ago

    At least those eat no resources besides taking up space in htop. And can be traced to the parent being weird.
    Have you dealt with io-locked processes? Funny D-statuses spreading like a disease, anything that touches an infected process or resource also inherits it. Worst cases I have seen (nfs client kernel module not connecting a mountpoint properly) made every one of those fully resistant to -9.

  • source
  • parent
  • [–] 2 points 7 months ago

    Doesn’t do much if the process is in uninterruptible I/o. Kill can’t do much against syscalls that aren’t returning, you’ll be rebooting. You can try this https://github.com/mitchty/nix/blob/shenanigans/src/evilkill.sh but it’s not guaranteed to work. It’s just trying to force the process to exit(), but it doesn’t always work and can’t. All that script amounts to is attaching a debugger and executing assembly to mimic exit. I’ll say 60% of the time it works 100% of the time when kill doesn’t.

  • source
  • parent
  • load more comments (13 replies)
    [–] 83 points 7 months ago (4 children)

    This is SIGTERM vs SIGKILL, not Windows vs Linux, they each use both

  • source
  • hideshow 4 child comments
  • load more comments (4 replies)
    [–] 58 points 7 months ago (4 children)

    Linux will try SIGQUIT first, and you can immediately kill a process in Windows too. taskkill /f /im firefox.exe

  • source
  • hideshow 4 child comments
  • [–] 30 points 7 months ago (3 children)

    Yeah, and when's the last time anyone has legitimately seen Windows bluescreen for lack of RAM? I'm assuming that's the "logic" here, because in what world would a stuck browser cause a full crash?

    Man, I sure love tech memes not remotely based in reality.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 16 points 7 months ago (1 child)

    Windows tip: clicking the X button multiple times will often kill a frozen app.

  • source
  • hideshow 1 child comment
  • [–] 10 points 7 months ago

    The problem is that you're using Windows 95.

  • source
  • [–] 7 points 7 months ago

    I know it's not totally accurate but this got an audible laugh out of me.

  • source
  • [–] 5 points 7 months ago

    I remember Lego Robot Comics. Weird, this is the second time they've come up on Lemmy in as many months.
    My favorite was the one about CANDY?? FOR BREAKFAST????

  • source
  • [+] 4 points 7 months ago
    [–] 4 points 7 months ago
    [–] 4 points 7 months ago

    XKill my beloved.

  • source
  • [–] 2 points 7 months ago

    More like a hitman shooting a man in the back of the head with a silenced gun. *ptiouit*

  • source
  • [–] 2 points 7 months ago

    @Lisk91

    KILL -9 - no more CPU time!
    I run KILL -9 - and your process is mine!
    I run KILL -9 - Cause it’s MY time to shine
    So don’t step outta line or else it’s
    KILL -9!

    https://www.youtube.com/watch?v=0rG74rG%5C_ubs

  • source
  • load more comments
    view more: next ›