home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / vmsnet / networks / tcpip / ucx / 275 < prev    next >
Encoding:
Text File  |  1993-01-22  |  2.1 KB  |  70 lines

  1. Newsgroups: vmsnet.networks.tcp-ip.ucx
  2. Path: sparky!uunet!nih-csl!vger.niddk.nih.gov!ghc
  3. From: ghc@vger.niddk.nih.gov
  4. Subject: RE: Problem with UCX 2.0 FTPD
  5. Message-ID: <22JAN93.13393340@vger.niddk.nih.gov>
  6. Sender: postman@alw.nih.gov (AMDS Postmaster)
  7. Organization: NIH K-LMB, Molecular Structure
  8. References: <1993Jan20.105534.9965@olymp.informatik.uni-bonn.de>
  9. Date: Fri, 22 Jan 1993 18:39:33 GMT
  10. Lines: 58
  11.  
  12. In a previous article, STANGEN@rhea.informatik.uni-bonn.de (Gregor von Stangen) wrote:
  13. >Hi folks,
  14. >I have a problem with FTPD for UCX 2.0. When I'm FTPing to a VAX which
  15. >should run the FTPD, I get the following message on my terminal:
  16. >>$ ftp kronos
  17. >>
  18. >>%UCX-E-FTP_NETERR, I/O error on network device
  19. >>-SYSTEM-F-REJECT, connect to network object rejected
  20. >>FTP>
  21. >The FTP service on the machine is enabled. OPCOM produces the following
  22. >output:
  23. [...]
  24. >The logfile produced by the FTP service looks like
  25. >>$ DEFINE SYS$ERROR SYS$SYSDEVICE:[UCX$FTP]UCX$FTPD.LOG
  26. >>$ RUN SYS$SYSTEM:UCX$FTPD.EXE
  27. >>
  28. [...]
  29. >>
  30. >>%SYSTEM-F-NOPRIV, no privilege for attempted operation
  31. >>%UCX-E-FTP_BIND, Failed to bind the address to the socket
  32. >>$ !
  33. >>$ EXIT
  34. >The problem only occurs with FTP. All other services (like TELNET, RLOGIN,
  35. >LPD, RSH, REXEC) work fine, so it doesn't seem to be a network problem.
  36. >Thanks for help
  37. >  Gregor
  38.  
  39. Gregor,
  40.  
  41.     I had the same problem which was resolved by consultation with
  42. the folks at DSNLink.  It seems that the requisite images were not being
  43. installed as required and the FTPD image was not privileged enough sans
  44. installation to bind a socket.  I fixed the problem by modifying the
  45. file UCX$INET_STARTUP.COM in the following manner:
  46.  
  47. ************
  48. File DUA0:[SYS4.SYSCOMMON.SYSMGR]UCX$INET_STARTUP.COM;3
  49.   239   $ set noon
  50.   240   $ @SYS$SPECIFIC:[SYSMGR]UCX$INET_SET_INTERFACES
  51. ******
  52. File DUA0:[SYS4.SYSCOMMON.SYSMGR]UCX$INET_STARTUP.COM;2
  53.   239   $ @SYS$SPECIFIC:[SYSMGR]UCX$INET_SET_INTERFACES
  54. ************
  55.  
  56. The images were not being installed because of another apparently
  57. unimportant failure in UCX$INET_SET_INTERFACES.  I have reported
  58. the problem to DEC.
  59.  
  60. Gerson Cohen, ghc@vger.niddk.nih.gov
  61.