Me again...I just accidentally started vpnmon using screen and a second session was started.
Then when trying to reconnect it showed there were two sessions.
Is this something that should be handled? I'm not sure if running multiple will cause issues...I think it might. Thoughts:
- checking if there is an already running screen and then preventing running another?
- killing the old one and starting a new one?
- asking what to do?
- other? haha
I had to lookup how to switch to each session individually or to kill the running sessions. The following is for those looking for the info quickly:
When there's more than one, something like this is listed:
24759.vpnmon-r2 (Detached)
29450.vpnmon-r2 (Detached)
Then, you can switch to either using the number in front with "screen -r 24759", for example.
You can list all screen sessions with "screen -ls"