vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Aug 17, 11:45 am, "gerald...@gmail.com" <gerald...@gmail.com> wrote: > I have cygwin with Xwin on my PC, which allows me to connect to > several of my Linux servers. > > I now have an AIX 5.3 server, that I can't get a login screen with. > > What is necessary to get the CDE login screen via cygwin/Xwin ? Is "dtlogin" currently running in "daemon" mode on your AIX box... (i.e. has /etc/rc.dt been run ) ??? If so, then perhaps the problem is how you are connecting to AIX from cygwin... Here's the contents of a "windows batch file" which shows how we're doing it (note host names have been changed... and we're not going thru a firewall) (also note "-->" indicates a word-wrap): bash -c "PATH=$PATH:/usr/X11R6/bin;XWin --> -ac --> -kb --> -query target_hostname.con-way.com --> -clipboard --> -fp \"tcp/target_fontsvr.conway.com:8000,--> /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/ TTF/,--> /usr/X11R6/lib/X11/fonts/Type1/,--> /usr/X11R6/lib/X11/fonts/CID/,--> /usr/X11R6/lib/X11/fonts/75dpi/,--> /usr/X11R6/lib/X11/fonts/100dpi/\" " Hope this helps. -tony |
| |||
| I start via "Xwin.exe -query machine_IP" , on two of my three AIX Servers. On the third, I recieve this Error: Fatal server error: XDMCP fatal error: Session failed Session 16 failed for display Gerald- laptop:0: Cannot open display I think I am missing something to enable xdmcp logins. Any Ideas? |
| ||||
| On Aug 20, 12:36 pm, "gerald...@gmail.com" <gerald...@gmail.com> wrote: > I start via "Xwin.exe -query machine_IP" , on two of my three AIX > Servers. > > On the third, I recieve this Error: > > Fatal server error: > XDMCP fatal error: Session failed Session 16 failed for display Gerald- > laptop:0: > Cannot open display > > I think I am missing something to enable xdmcp logins. Any Ideas? Is "dtlogin" currently running in "daemon" mode on your AIX box to which connection is failing... (i.e. has /etc/rc.dt been run ) ??? |