Bug 136976
| Summary: | execution using ssh fails with "BadWindow (invalid Window parameter)" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | james |
| Component: | openssh | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | barryn |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:06:36 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
james
2004-10-24 16:51:55 UTC
For now, you can avoid this problem by using ssh's -Y option. " Error: Can't open display: localhost:10.0" This means that the problem is with your ssh/X setup, not with system-config-soundcard. I get a similar failure whenever running ediff in emacs over ssh. local$ ssh <remote> remote$ xterm ... (xterm works, no DISPLAY problems) remote$ emacs ... (emacs works) in emacs, M-x ediff-buffers emacs dies every time with a BadWindow Adding -Y to the ssh flags does not help. (sorry, left off config info) I'm running Fedora Core 3 on i386, with everything up to date. The details of the emacs don't seem to matter. If I <remote> is localhost, I get the problem. If I don't ssh, but run emacs locally, it works. If I ssh from Fedora Core 2, the ediff works. If I ssh to a completely different platform, the emacs still dies. This is critical for me. It worked fine with FC2, but started failing as soon as I installed FC-3 (not upgrade, but fresh install). ssh -X to machine run nessus after a few mouse movements, the Nessus/ssh session dies with the following message. Nessus is critical to me, and so I must have a fix soon or I will be forced to revert back to FC-2 to do my job. # The program 'nessus' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 3258 error_code 3 request_code 38 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) I have the same problem with just about every application. If I use ssh X forwarding and try to run an app, it crashes with a BadWindow error. *** This bug has been marked as a duplicate of 137685 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |