715
Firewall (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] krash@lemmy.ml 3 points 7 months ago

Out of curiousity, how would nohup make your situation different? As I understand, nohup makes it possible to keep terminal applications running even when the terminal session has ended.

[-] octopus_ink@lemmy.ml 7 points 7 months ago

If the script was supposed to wait 30 secs and then unblock the ports, running with nohup would have allowed the ports to be unblocked 30 secs later. Instead, the script terminated when the SSH session died, and never executed the countdown nor unblock.

[-] krash@lemmy.ml 4 points 7 months ago

Thanks for the elaborate answer!

[-] octopus_ink@lemmy.ml 3 points 7 months ago
[-] aidan@lemmy.world 5 points 7 months ago

the script stopped running when the SSH session ended so never unblocked the ports

this post was submitted on 16 Feb 2024
715 points (97.6% liked)

Programmer Humor

32050 readers
1776 users here now

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

Rules:

founded 5 years ago
MODERATORS