Results 1 to 2 of 2

Thread: screen - Cannot open your terminal '/dev/pts/6' - please check

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    screen - Cannot open your terminal '/dev/pts/6' - please check

    I'm checking multiuser mode in screen and getting an error when I try to connect with the second user:

    Cannot open your terminal '/dev/pts/6' - please check

    screen is SUID. /var/run/screen is 755

    The first user's .screenrc contains these lines:
    Code:
    multiuser on
    acladd user2
    I start the screen session for user1:

    Code:
    screen -S test
    and then from user2, I try to connect:
    Code:
    screen -x user1/test
    And that's where the error occurs. Multiple sites around the web show that to be the method to run screen with more than one user. e.g. http://www.noah.org/wiki/Screen_note...shared_screens

    I could have sworn this used to work in Ubuntu before. What's missing?

  2. #2
    Join Date
    Nov 2008
    Location
    Sheffield, UK
    Beans
    1,514
    Distro
    Ubuntu

    Re: screen - Cannot open your terminal '/dev/pts/6' - please check

    Not sure it's the same as my issue Lars, but I have to run
    Code:
     script /dev/null
    before I can resume the screen

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •