728
Firewall (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] krash@lemmy.ml 3 points 1 year 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 1 year 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 1 year ago

Thanks for the elaborate answer!

[-] octopus_ink@lemmy.ml 3 points 1 year ago
[-] aidan@lemmy.world 5 points 1 year ago

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

this post was submitted on 16 Feb 2024
728 points (100.0% liked)

Programmer Humor

37508 readers
323 users here now

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

Rules:

founded 6 years ago
MODERATORS