Thanks for your help! More info below.

On Mon, 28 Mar 2005 23:00:15 -0800, John Myers
<[EMAIL PROTECTED]> wrote:
> On Monday 28 March 2005 16:48, Mark Knecht wrote:
> > On Mon, 28 Mar 2005 16:11:38 -0800, Mark Knecht <[EMAIL PROTECTED]> >
> > I'm not clear whether the localhost:11.0 is this machine (Godzilla) or
> > whether it's Dragonfly. I hope it's this machine and this is a matter
> > of just letting Dragonfly have access to the display.
> localhost:11.0 is on Dragonfly. ssh sets up a proxy X server on the remote
> host which just forwards the X protocol to the local host (Godzilla) through
> the ssh connection.
> 
> > Can I assume that since it's 11:0 that is trying to get to display :2
> > on this machine? (Godzilla)
> Actually, based on the diagnostic output I accidentally left in, it's using
> display :1. (I wrote it so it would automatically find the first available
> display number, so you can actually run it multiple times concurrently, once
> we get it working.)

OK. I think I see that in some of the data below. The first time it
says 0:0, the second time it says 0:0 1:1?

Did I possibly miss some step like some specific configuration in
/etc/ssh/sshd_config? Currently the only active lines in my files are:

Protocol 2
PasswordAuthentication no
UsePAM yes
Subsystem       sftp    /usr/lib/misc/sftp-server

> 
> As far as the error goes, it sounds like it's a problem with FC2's X setup.
> Can you see if it works *from* a Gentoo box? Also, perhaps there's something
> about 'nolisten tcp' in your xorg.conf? Or in the way they built it? AFAIK,
> your X server has to accept TCP connections to use SSH X forwarding.

All of these machines can receive and display individual X apps via
ssh. It's only this aspect of using them on the second display that so
far doesn't work.

OK, I tried from my Gentoo laptop to both a local FC2 machine
(Dragonfly) and a remote Gentoo machine. (thevillas) Both failed
identically:

flash mark $ ./rXs Dragonfly
0:0

X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.9-rc2-mm4-VP-S7-UMP-noACPI i686 [ELF] 
Current Operating System: Linux flash 2.6.9-rc2-mm4-VP-S7-UMP-noACPI
#8 Tue Oct 19 18:51:12 PDT 2004 i686
Build Date: 20 February 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Tue Mar 29 09:05:18 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 8
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
Could not init font path element /usr/share/fonts/CID/, removing from list!
Could not init font path element /usr/share/fonts/local/, removing from list!
Could not init font path element /usr/share/fonts/Speedo/, removing from list!
AUDIT: Tue Mar 29 09:05:24 2005: 25819 Xorg: client 1 rejected from local host
Warning: No xauth data; using fake authentication data for X11 forwarding.
AUDIT: Tue Mar 29 09:05:24 2005: 25819 Xorg: client 1 rejected from local host
  Auth name: MIT-MAGIC-COOKIE-1 ID: -1
Xlib: connection to "localhost:10.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key

(gnome-session:5957): Gtk-WARNING **: cannot open display:  
flash mark $ 


flash mark $ ./rXs thevillas
0:0
1:1

X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.9-rc2-mm4-VP-S7-UMP-noACPI i686 [ELF] 
Current Operating System: Linux flash 2.6.9-rc2-mm4-VP-S7-UMP-noACPI
#8 Tue Oct 19 18:51:12 PDT 2004 i686
Build Date: 20 February 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.2.log", Time: Tue Mar 29 09:07:28 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 9
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
Could not init font path element /usr/share/fonts/CID/, removing from list!
Could not init font path element /usr/share/fonts/local/, removing from list!
Could not init font path element /usr/share/fonts/Speedo/, removing from list!
AUDIT: Tue Mar 29 09:07:34 2005: 25853 Xorg: client 1 rejected from local host
Warning: No xauth data; using fake authentication data for X11 forwarding.
AUDIT: Tue Mar 29 09:07:34 2005: 25853 Xorg: client 1 rejected from local host
  Auth name: MIT-MAGIC-COOKIE-1 ID: -1
Xlib: connection to "localhost:10.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key

(gnome-session:29757): Gtk-WARNING **: cannot open display:  
flash mark $

Thanks!

- Mark
--
[email protected] mailing list

Reply via email to