L. V. Lammert
unread,Jul 19, 2017, 4:47:48 PM7/19/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to St. Louis Perl Mongers Google Group
I know there are tmux folks here, .. I am trying to attach to a session
that seems to have gotten 'lost'; it shows active:
$ who
lvl pts/0 2017-07-19 15:35 (localhost)
lvl pts/1 2017-06-17 09:21 (tmux(1885).%0)
lvl pts/2 2017-06-17 10:24 (tmux(1885).%1)
So, .. checked tmp:
drwx------ 2 root root 4096 Jul 19 15:36 tmux-0/
drwx------ 2 lvl lvl 4096 Jul 19 15:35 tmux-1000/
I assume those are the two previous sessions, but they cannot be attached
either:
$ tmux attach tmux-0
usage: attach-session [-dr] [-c working-directory] [-t target-session]
lvl@tsi-server-A:~ (-bash)
$ tmux attach-session -t tmux-0
no sessions
lvl@tsi-server-A:~ (-bash)
$ tmux attach-session -t tmux-1000
no sessions
Any thought on how to reattach?
Lee