smy@rufsun2.UUCP ("Hardy Smyczek") (08/31/89)
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
mrose@CHEETAH.NYSER.NET (Marshall Rose) (09/04/89)
Questions like that should probably go to Bug-ISODE. The answer is: you probably want #define X25 before #define SUN_X25 in your config file. The file config/OPTIONS describes this. /mtr