home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: vmsnet.networks.tcp-ip.ucx
- Path: sparky!uunet!nih-csl!vger.niddk.nih.gov!ghc
- From: ghc@vger.niddk.nih.gov
- Subject: RE: Problem with UCX 2.0 FTPD
- Message-ID: <22JAN93.13393340@vger.niddk.nih.gov>
- Sender: postman@alw.nih.gov (AMDS Postmaster)
- Organization: NIH K-LMB, Molecular Structure
- References: <1993Jan20.105534.9965@olymp.informatik.uni-bonn.de>
- Date: Fri, 22 Jan 1993 18:39:33 GMT
- Lines: 58
-
- In a previous article, STANGEN@rhea.informatik.uni-bonn.de (Gregor von Stangen) wrote:
- >Hi folks,
- >
- >I have a problem with FTPD for UCX 2.0. When I'm FTPing to a VAX which
- >should run the FTPD, I get the following message on my terminal:
- >
- >>$ ftp kronos
- >>
- >>%UCX-E-FTP_NETERR, I/O error on network device
- >>-SYSTEM-F-REJECT, connect to network object rejected
- >>FTP>
- >
- >The FTP service on the machine is enabled. OPCOM produces the following
- >output:
- >
- [...]
- >
- >The logfile produced by the FTP service looks like
- >
- >>$ DEFINE SYS$ERROR SYS$SYSDEVICE:[UCX$FTP]UCX$FTPD.LOG
- >>$ RUN SYS$SYSTEM:UCX$FTPD.EXE
- >>
- [...]
- >>
- >>%SYSTEM-F-NOPRIV, no privilege for attempted operation
- >>%UCX-E-FTP_BIND, Failed to bind the address to the socket
- >>$ !
- >>$ EXIT
- >
- >The problem only occurs with FTP. All other services (like TELNET, RLOGIN,
- >LPD, RSH, REXEC) work fine, so it doesn't seem to be a network problem.
- >
- >Thanks for help
- >
- > Gregor
-
- Gregor,
-
- I had the same problem which was resolved by consultation with
- the folks at DSNLink. It seems that the requisite images were not being
- installed as required and the FTPD image was not privileged enough sans
- installation to bind a socket. I fixed the problem by modifying the
- file UCX$INET_STARTUP.COM in the following manner:
-
- ************
- File DUA0:[SYS4.SYSCOMMON.SYSMGR]UCX$INET_STARTUP.COM;3
- 239 $ set noon
- 240 $ @SYS$SPECIFIC:[SYSMGR]UCX$INET_SET_INTERFACES
- ******
- File DUA0:[SYS4.SYSCOMMON.SYSMGR]UCX$INET_STARTUP.COM;2
- 239 $ @SYS$SPECIFIC:[SYSMGR]UCX$INET_SET_INTERFACES
- ************
-
- The images were not being installed because of another apparently
- unimportant failure in UCX$INET_SET_INTERFACES. I have reported
- the problem to DEC.
-
- Gerson Cohen, ghc@vger.niddk.nih.gov
-