Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 4 product line. The current stable release is 4.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 134534

Summary: X11 forwarding broken with Solaris 8.
Product: Red Hat Enterprise Linux 4 Reporter: Marc Wallman <rhbugzillamarcw>
Component: opensshAssignee: Tomas Mraz <tmraz>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: barryn
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-31 21:32:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marc Wallman 2004-10-04 14:51:03 UTC
Description of problem:

Remote display of X apps via SSH X11 forwarding fails when remote host
is Solaris 8.

Regular X display using xhost mechanism works properly.

Windows forwarded over SSH from RHEL 2.1 and 3 do pop up but don't
appear to render properly.

Version-Release number of selected component (if applicable):

xorg-x11-6.8.0-4
openssh-clients-3.9p1-3

How reproducible:

Every time

Steps to Reproduce:
1. Ssh to remote solaris 8 host
2. run xclock
3.
  
Actual results:

xclock is /usr/openwin/bin/xclock
abacus $ xclock
X Error of failed request:  BadDrawable (invalid Pixmap or Window
parameter)
  Major opcode of failed request:  55 (X_CreateGC)
  Resource id in failed request:  0x2a00000
  Serial number of failed request:  1
  Current serial number in output stream:  3
abacus $


Expected results:

An x clock should show up.

Additional info:

I couldn't find xorg-x11 in the package list so I'm attaching it to
openssh.

Here's the contents of /etc/ssh/ssh_config:

Host *
        GSSAPIAuthentication yes
        ForwardAgent yes
        ForwardX11 yes

Comment 1 Barry K. Nathan 2004-10-05 11:38:01 UTC
Try using the -Y option with ssh, and let us know whether that works.

Comment 2 Marc Wallman 2004-10-06 14:11:45 UTC
Yes, the -Y option works. Fixes the problem on solaris and causes
windows from remote RHEL 2.1 and 3 to render properly. Looks this is
new to 3.9p1, or at least was not yet in openssh as of 3.6.1p2 which
shipped with RHEL v3.

Comment 3 Barry K. Nathan 2004-10-06 19:03:40 UTC
OpenSSH 3.8 added support for the X11 Security extension, but support
for that isn't fully properly implemented throughout the Linux/Unix
world yet...

Comment 4 Tomas Mraz 2005-01-31 21:31:16 UTC

*** This bug has been marked as a duplicate of 137685 ***