Quick Question for SSH connection
Quick question for you guys. I've executed train.py from my remote container via VSCode ssh connection. I don't know why that execution killed or stopped? right after wifi disconnection. Is there anyone help me out? I didn't stop my pod.
8 Replies
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
I've checked the log but there is only current log. The only thing I can check is Pod uptime which is 7 hours.

Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Solution
i prefer to use tmux
Here is container log, but I might need to do something like sending periodic signal to keep my process alive.

Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Using tmux session looks simple solution for me. I'll try tmux and test it. Great!
NetworkChuck
YouTube
you need to learn tmux RIGHT NOW!!
Spin up your next project with Linode: https://ntck.co/linode –You get a $100 Credit good for 60 days as a new user!
I just started using Tmux……it’s amazing! If you use a terminal or CLI in any capacity Tmux will 10x your productivity in 10 seconds. From creating multiple panes and windows with ease to leaving your terminal sessions active as...