Bug 1487 - screen-3.7.6-1 doesn't start
Summary: screen-3.7.6-1 doesn't start
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: screen
Version: 6.0
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-03-11 23:03 UTC by Pekka Pietikäinen
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-03-11 23:48:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Pekka Pietikäinen 1999-03-11 23:03:34 UTC
Screen fails with a
CANNOT I_PUSH ptem /dev/pts/4 Invalid argument

unless the following patch is applied:

--- screen-3.7.6/window.c-pp    Wed Nov 18 22:19:47 1998
+++ screen-3.7.6/window.c       Fri Mar  5 13:03:21 1999
@@ -622,7 +622,7 @@
       if (newfd >= 0)
        {
          struct mode fakemode, *modep;
-#if defined(SVR4) && !defined(sgi) && !defined(M_UNIX)
+#if defined(SVR4) && !defined(sgi) && !defined(M_UNIX) &&
!defined(linux)
          if (ioctl(newfd, I_PUSH, "ptem"))
            {
              SendErrorMsg("Cannot I_PUSH ptem %s %s", ttyn,
strerror(errno));

Comment 1 Bill Nottingham 1999-03-11 23:48:59 UTC
fixed in screen-3.7.6-2


Note You need to log in before you can comment on or make changes to this bug.