[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [screen-devel] screen cannot reattach to previous session
From: |
Amadeusz Sławiński |
Subject: |
Re: [screen-devel] screen cannot reattach to previous session |
Date: |
Mon, 31 Aug 2015 17:41:28 +0000 |
> I have received a bug
> https://bugzilla.redhat.com/show_bug.cgi?id=1253697
> which causes that screen indefinite hangs.
>
> Strace is a part of the bug.
> Did you ever discover this problem?
>
> This bug was discovered in screen-4.1.0.
Hi,
I recall that someone on irc had similar problem, it seemed like
his /dev/pts was being mounted with wrong options
it needed something like those mount options to work:
"gid=5,mode=620" (group 5 being tty on my system).
Amadeusz