Fix X11 forwarding on OSX
Posted
by
Such
on Server Fault
See other posts from Server Fault
or by Such
Published on 2014-08-19T09:51:56Z
Indexed on
2014/08/19
10:22 UTC
Read the original article
Hit count: 196
I am looking for a way to fix/debug a X11 forwarding session on OSX. Here is my situation:
- From my mac I connect to a Ubuntu workstation with
ssh -X
(triedssh -Y
as well). - X11 forwarding works perfectly with firefox for instance, X11/Quartz is started automatically on OSX and firefox is displayed.
- X11 forwarding does not work with bat (Bacula graphical console): X11 is started but no window is displayed. There are no errors (
/private/var/log/system.log
).
When I try doing the same from another Ubuntu workstation, it works perfectly for both firefox and bat.
I guess the problem is on OSX side then. I tried switching some options in X11 but nothing works. Would you have any idea on how to move forward?
Thanks!
© Server Fault or respective owner