Gentoo Archives: gentoo-user

From: Jeremy McSpadden <deface@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Display indirect login X app here?
Date: Sun, 22 May 2011 20:22:54
Message-Id: 17E527EA-30DB-443C-B44A-2943F35226DE@uberpenguin.net
In Reply to: [gentoo-user] Display indirect login X app here? by Mark Knecht
1 Rather than trying to ssh tunnel + X, why not vpn into one of the machines, that would allow you to be local
2 and you can then ssh to each machine on the lan from your local.
3
4 --
5 Jeremy McSpadden
6 deface@×××××××××××.net
7
8
9
10
11 On May 22, 2011, at 2:01 PM, Mark Knecht wrote:
12
13 > Hi,
14 > I'm on a Gentoo box here and ssh'ed into a remote network at my
15 > folks house. When I log into the Gentoo machine that the router points
16 > to (my dad's desktop) I have no problem displaying an X app
17 > (gnome-terminal for instance) running on that machine here on my
18 > screen. However when I ssh from that machine into another machine on
19 > the network I am unable to get an X app to display here due to dbus
20 > and/or X problems:
21 >
22 > mark@gandalf ~ $ ssh -X -Y -C laptop
23 > Password:
24 > Last login: Sun May 22 03:50:07 PDT 2011 from 192.168.1.2 on pts/0
25 > mark@laptop1 ~ $ konsole
26 > <unknown program name>(4454)/: KUniqueApplication: Cannot find the
27 > D-Bus session server: "/usr/bin/dbus-launch terminated abnormally
28 > with the following error: Autolaunch error: X11 initialization failed.
29 > "
30 >
31 > <unknown program name>(4453)/: KUniqueApplication: Pipe closed unexpectedly.
32 >
33 > mark@laptop1 ~ $ systemsettings
34 > systemsettings(4457): KUniqueApplication: Cannot find the D-Bus
35 > session server: "/usr/bin/dbus-launch terminated abnormally with the
36 > following error: Autolaunch error: X11 initialization failed.
37 > "
38 >
39 > systemsettings(4456): KUniqueApplication: Pipe closed unexpectedly.
40 >
41 > mark@laptop1 ~ $ su -
42 > Password:
43 > laptop1 ~ # rc-update show
44 > acpid | default
45 > bootmisc | boot
46 > checkfs | boot
47 > checkroot | boot
48 > clock | boot
49 > consolefont | boot
50 > dbus | default
51 > hald | default
52 > hostname | boot
53 > keymaps | boot
54 > local | default nonetwork
55 > localmount | boot
56 > modules | boot
57 > net.lo | boot
58 > netmount | default
59 > ntpd | default
60 > rmnologin | boot
61 > sshd | default
62 > syslog-ng | default
63 > udev-postmount | default
64 > urandom | boot
65 > vixie-cron | default
66 > xdm | default
67 > laptop1 ~ #
68 >
69 >
70 > Is there an obvious fix to this? All the machines are ssh
71 > configured to do X forwarding and when the laptop was here (my mom's
72 > laptop which I configured for her) I was able to ssh into it and
73 > display stuff so I assume it's something to do with the machine in the
74 > middle?
75 >
76 > Thanks in advance,
77 > Mark
78 >
79 >
80 >

Replies

Subject Author
Re: [gentoo-user] Display indirect login X app here? Mark Knecht <markknecht@×××××.com>