home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aix / 8126 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.7 KB  |  54 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!tabatha!maf
  3. From: maf@tabatha.MAE.CWRU.EDU (Mark Fullmer)
  4. Subject: Re: Some more xdm questions 
  5. Message-ID: <1992Jul24.035912.11003@usenet.ins.cwru.edu>
  6. Sender: news@usenet.ins.cwru.edu
  7. Nntp-Posting-Host: tabatha.mae.cwru.edu
  8. Organization: Case Western Reserve University
  9. References: <1992Jul16.015924.11813@bronze.ucs.indiana.edu>
  10. Date: Fri, 24 Jul 92 03:59:12 GMT
  11. Lines:       42
  12.  
  13. In article <1992Jul16.015924.11813@bronze.ucs.indiana.edu> tselling@peabody.iusb.indiana.edu (Teresa Selling) writes:
  14. >I have been constantly plagued with problems with xdm.  IBM first suggested
  15. >that I recompile xdm.  That took care of the <defunct> process problem,
  16. >but I still have trouble getting past the Login Widget.  It keeps coming 
  17. >back and won't bring up the xsession.  I have found that if I set
  18.  
  19. To summarize an evening with the same problem, digging through src and
  20. doing dumps of network connections:
  21.  
  22. try invoking xdm as 'xdm -debug 9999` (with source in hand ofcourse).
  23.  
  24. The ibm.cf for X11R5 sets ProjectRoot, so the binaries end up in 
  25. /usr/local/bin.  After installing everything, and then noticing this,
  26. binaries that should be in /usr/bin/X11 got moved.  (lib got moved too).
  27.  
  28. anyways, the debug output shows:
  29.  
  30. (alot deleted)
  31.  
  32. DISPLAY=charlotte:0
  33. HOME=/u/maf
  34. USER=maf
  35. PATH=:/bin:/usr/bin:/usr/local/bin:/usr/ucb
  36. SHELL=/usr/local/bin/zsh
  37.  
  38. (more deleted).
  39.  
  40. Now Xsession (or whatever you called it) has a line like
  41.     'exec xterm -blah -blah'
  42.  
  43. xterm isn't in the path...oops
  44.  
  45. ----
  46.  
  47. The man pages for xdm don't help until you understand what's supposed to
  48. be happening....it's really easier to read the source...
  49.  
  50. Now, even the chooser works.
  51.  
  52. mark
  53.  
  54.