Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh ... "xpra start ..." fails with "Broken pipe" when ssh closes #674

Closed
totaam opened this issue Sep 11, 2014 · 10 comments
Closed

ssh ... "xpra start ..." fails with "Broken pipe" when ssh closes #674

totaam opened this issue Sep 11, 2014 · 10 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Sep 11, 2014

Issue migrated from trac ticket # 674

component: server | priority: minor | resolution: fixed

2014-09-11 00:02:41: troycauble created the issue


0.14.5 on 64bit Ubuntu 12.04

This used to work but now fails:

ssh $RHOST "xpra start :$RDISPLAY --csc-module=cython --start-child="xterm" --exit-with-children --no-microphone --no-speaker --no-pulseaudio"
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/xpra/scripts/main.py", line 103, in main
    return run_mode(script_file, err, options, args, mode, defaults)
  File "/usr/lib/python2.7/dist-packages/xpra/scripts/main.py", line 760, in run_mode
    return run_server(error_cb, options, mode, script_file, args)
  File "/usr/lib/python2.7/dist-packages/xpra/scripts/server.py", line 829, in run_server
    + ("  %s\n" % log_filename0))
IOError: [Errno 32] Broken pipe

This works:

ssh $RHOST "xpra start :$RDISPLAY --csc-module=cython --start-child="xterm" --exit-with-children --no-microphone --no-speaker --no-pulseaudio; sleep 1"

This works:

xpra start ssh:$RHOST:RDISPLAY ...
@totaam
Copy link
Collaborator Author

totaam commented Sep 11, 2014

2014-09-11 14:55:04: totaam changed priority from major to minor

@totaam
Copy link
Collaborator Author

totaam commented Sep 11, 2014

2014-09-11 14:55:04: totaam changed owner from antoine to troycauble

@totaam
Copy link
Collaborator Author

totaam commented Sep 11, 2014

2014-09-11 14:55:04: totaam edited the issue description

@totaam
Copy link
Collaborator Author

totaam commented Sep 11, 2014

2014-09-11 14:55:04: totaam commented


This is fixed in r7575, will backport to 0.14.x

Do you happen to know when this started happening?

BTW, are you using csc-module=cython to workaround buggy swscale by any chance?

@totaam
Copy link
Collaborator Author

totaam commented Sep 12, 2014

2014-09-12 03:32:11: totaam commented


Backport to v0.14.x in 7583. (keeping open because of the questions above only)

@totaam
Copy link
Collaborator Author

totaam commented Sep 12, 2014

2014-09-12 03:42:02: troycauble commented


I can only narrow the start to within the last month.

I'm using cython due to some color issues with H.264, see #568.
Looks like that's closed now. I can probably quit that.

@totaam
Copy link
Collaborator Author

totaam commented Sep 12, 2014

2014-09-12 03:43:45: totaam changed status from new to closed

@totaam
Copy link
Collaborator Author

totaam commented Sep 12, 2014

2014-09-12 03:43:45: totaam changed resolution from ** to fixed

@totaam
Copy link
Collaborator Author

totaam commented Sep 12, 2014

2014-09-12 03:43:45: totaam commented


Thanks, that helps. Closing.

Not sure about #568.. I think I saw that bug again yesterday on Ubuntu 12.04, maybe they've bumped the version we use for blacklisting and kept the bug!

@totaam totaam closed this as completed Sep 12, 2014
@totaam
Copy link
Collaborator Author

totaam commented Apr 14, 2015

2015-04-14 18:05:48: antoine commented


(setting milestone)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant