bugzilla-daemon at bugzilla.mindrot.org
2009-Dec-16  10:37 UTC
[Bug 1686] New: using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
           Summary: using -tt should also silence warnings about failed
                    local tty operations
           Product: Portable OpenSSH
           Version: 5.3p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: ssh
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: sfandino at yahoo.com
Running ssh with option -tt forces a pty allocation on the server even
when stdin is not a tty.
In that case,  on the client side, several tty OS calls fail and
generate warnings. For instance:
$ ssh -qtt my.host.org sudo cat /tmp/foo </dev/null 
tcgetattr: Inappropriate ioctl for device
As those failures are expected they should be silenced.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Dec-20  23:41 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686 --- Comment #1 from Damien Miller <djm at mindrot.org> 2009-12-21 10:41:43 EST --- Created an attachment (id=1747) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1747) suppress-ttyforce.diff suppress tcgetattr/tcsetattr warnings when force_tty_flag in effect. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Dec-20  23:42 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
--- Comment #2 from Damien Miller <djm at mindrot.org> 2009-12-21 10:42:47
EST ---
Please try the diff in attachment #1747
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Dec-20  23:43 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1747|0                           |1
           is patch|                            |
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Dec-21  00:03 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686 --- Comment #3 from Damien Miller <djm at mindrot.org> 2009-12-21 11:03:06 EST --- Created an attachment (id=1748) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1748) suppress-ttyforce.diff patch with less junk. Please try this one instead. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Dec-21  00:03 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1747|0                           |1
        is obsolete|                            |
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-09  01:38 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1748|                            |ok?(dtucker at zip.com.au)
               Flag|                            |
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-09  01:51 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |1626
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-09  05:00 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1748|ok?(dtucker at zip.com.au)     |ok+
               Flag|                            |
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-09  05:04 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
--- Comment #4 from Damien Miller <djm at mindrot.org> 2010-01-09 16:04:56
EST ---
applied - this will be in OpenSSH 5.4
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25  23:51 UTC
[Bug 1686] using -tt should also silence warnings about failed local tty operations
https://bugzilla.mindrot.org/show_bug.cgi?id=1686
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #5 from Darren Tucker <dtucker at zip.com.au> 2010-03-26
10:51:28 EST ---
With the release of 5.4p1, this bug is now considered closed.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.