Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!rufsun2.UUCP!smy From: smy@rufsun2.UUCP ("Hardy Smyczek") Newsgroups: comp.protocols.iso.dev-environ Subject: X25-FTAM problem Message-ID: <8908311201.AA25532@rufsun2> Date: 31 Aug 89 12:01:29 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 67 Hello everybody, We have a problem concerning x25-ftam under ISODE-5.0. On a SUN 3/50 under SUN-UNIX-4.2/3.5 with SUNLINK-X25-5.2 we have installed ISODE-5.0. On this machine x25-ftam runs. The ../isode-5.0/config/'machine'.h looks like this: #ifndef _CONFIG_ #define _CONFIG_ #define BSD42 /* Berkeley UNIX */ #define WRITEV /* real Berkeley UNIX */ #define TCP /* has TCP/IP (of course) */ #define SOCKETS /* 4.2BSD sockets */ #define X25 /* has X.25 */ #define SUN_X25 /* provided by SunLink X.25 */ #define NFS /* network filesystem -- has getdirentries() */ #define DSAP #define AETDBM #endif The /usr/etc/isotailor looks like this: x25_local_dte: 26245228032909 x25_init_zero: on x25_strip_dnic: on x25_dnic_prefix:262 Now the problem: On another machine, a SUN 3/60 under SUNOS4.03 with SUNLINK-X25-6.0, we also tried to get x25-ftam running, but every attempt failed (the isode-test succeeded with errors: 0). Here is the ../isode-5.0/config/'machine'.h file: #ifndef _CONFIG_ #define _CONFIG_ #define BSD42 /* Berkeley UNIX */ #define SUNOS4 /* with Sun's enhancements */ #define WRITEV /* (sort of) real Berkeley UNIX */ #define VSPRINTF /* has vprintf(3s) routines */ #define TCP /* has TCP/IP (of course) */ #define SOCKETS /* provided by sockets */ #define SUN_X25 #define NFS #define DSAP #define AETDBM #define GETDENTS /* have getdirent(2) call */ #endif The /usr/etc/isotailor of this machine looks like the one above. (1) Causes the operating system the problem ? (2) Has anyone ISODE-5.0/x25-ftam under SUNOS4.03 running ? (3) What is wrong with the configuration files ? (4) Which other configuration files do we have to change to obtain the x25-availability ? Thanks in advance Hardy Smyczek