Not possible to attach to old session on OpenBSD
Closed this issue · 2 comments
alexander-naumov commented
Crash by trying to attach on OpenBSD (7.5 release, x86_64).
Old (detached) session is lost by trying to attach.
% ./screen
[detached from 66276.ttyp2.puffy]
% ./screen -ls
There is a screen on:
66276.ttyp2.puffy (Detached)
1 Socket in /home/alex/.screen.
% ./screen -x
screen used by alex <alex> on puffy.
Password:
can't get root uid/gid
% ./screen -ls
No Sockets found in /home/alex/.screen.
Authentication mechanism in master was rewritten.
PAM authentication (GNU/Linux) works well, but it seems there is still some work to do on PAM-less systems like OpenBSD.
alexander-naumov commented
I think the same problem. FreeBSD with PAM:
[detached from 49576.pts-1.t421]
$ ./screen -ls
There is a screen on:
49576.pts-1.t421 (Detached)
1 Socket in /home/vchimishuk/.screen.
$ ./screen -x
screen used by V <vchimishuk> on t421.
Password:
Password incorrect.
$ ldd ./screen | grep pam
libpam.so.6 => /usr/lib/libpam.so.6 (0x3acc74fc4000)
$ uname -sr
FreeBSD 14.1-RELEASE
alexander-naumov commented
happened due wrong installation process...