home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Netzwerk / scream_1.dms / in.adf / inet.lha / inet / docs / Addendum < prev    next >
Encoding:
Text File  |  1990-12-12  |  6.4 KB  |  160 lines

  1.  
  2.  
  3.                       Amiga TCP/IP Release 1.0 Addendum
  4.    
  5.    There are often changes and additions in a software product after the
  6.    manual is printed.  This file contains a listing of these differences,
  7.    as well as known problems which are intended to be fixed in a future
  8.    release. 
  9.    
  10.    
  11.    ----- General -----
  12.    
  13.    Many commands do not respond to control-c or breaks.  However most
  14.    will time out in 30 seconds or less and give a message if a needed
  15.    resource is not available.
  16.    
  17.    At present there is no way to terminate a server process except to
  18.    reboot. 
  19.    
  20.    
  21.    ----- Utilities -----
  22.    
  23.    ftp
  24.    ---
  25.    The current version of ftp does not use the .netrc file.  Ignore the
  26.    message "netrc: Permission to access object is denied" that is displayed
  27.    after an ftp connection is made.
  28.    
  29.    In the current release, ftp command is not robust and does not recover
  30.    well if an error does occur.  Exit from ftp with the quit command and
  31.    retry if an error occurs.
  32.    
  33.    lance-test
  34.    ----------
  35.    When an ethernet address is reported, ignore a series of F's that may
  36.    be displayed.  Example: 00:FFFFFF23:00:10:44:A4 should be read as
  37.    00:23:00:10:44:A4.  
  38.    
  39.    To abort lance-test, type control-c first, then press return.  If the
  40.    control-c is omitted, it may be necessary to reboot.
  41.    
  42.    ls
  43.    --
  44.    The current "ls" command is based on the public domain ls written by
  45.    Justin V. McCormick.  Type "ls -?" for more information.
  46.    
  47.    rcp
  48.    ---
  49.    Unreliable system operation or crashes may occur when several recursive
  50.    rcp commands are run at the same time to or from the same Amiga.
  51.    
  52.    rlogin
  53.    ------
  54.    See the file "rlogin.doc" for more information on rlogin.  Many
  55.    improvements and additions have been made since the manual was
  56.    printed.  New features include resizable windows as well as full
  57.    custom screen mode, cut & paste, and support for different fonts.
  58.    
  59.    Rlogin -c now calculates screen height from the PAL/NTSC jumper
  60.    setting.  If the PAL/NTSC setting in Prefs does not match, screen
  61.    height is incorrect in rlogin -c.  Rlogin -c incorrectly calculates
  62.    screen width in Superhires modes.
  63.    
  64.    The rlogin command has a corresponding termcap file in the inet:Docs
  65.    directory.  A termcap file is a standardized description of a
  66.    terminal's capabilities that allows all applications that use termcap
  67.    to run on any type of terminal.  The termcap file can be used directly
  68.    with remote hosts, such as BSD UNIX, that use termcap for terminal
  69.    handling.
  70.    
  71.    Terminfo is another terminal description method.  System V UNIX
  72.    machines, including Amiga UNIX, provide support for both terminfo and
  73.    termcap, although most newer applications use only terminfo.  The
  74.    captoinfo and tic commands can be used to convert the termcap to an
  75.    equivalent terminfo.  A terminfo.src file is also included for those
  76.    who do not have the captoinfo command.  See the captoinfo and tic man
  77.    pages on your UNIX machine for more detail. 
  78.    
  79.    rloginvt
  80.    --------
  81.    Rloginvt may be used instead of rlogin for applications that
  82.    understand only vt100 type terminals.  Rloginvt uses a custom screen
  83.    and lacks resizable windows, cut & paste, and support for different
  84.    fonts.
  85.    
  86.    Rloginvt is most usable in 24 line, 80 column, vt100 mode.  Text may
  87.    be misplaced in 49 line mode when an application uses certain screen
  88.    commands.  This misplacement can insert, delete or change the wrong
  89.    information when editors and some other screen applications are used.
  90.    Emulations other than vt100 are incomplete. 
  91.    
  92.    Rloginvt will be replaced in a future version.
  93.    
  94.    tftp
  95.    ----
  96.    Tftp and tftpd were found to be unreliable and are not included in
  97.    this release.
  98.  
  99.    
  100.    ----- Configuration -----
  101.    
  102.    The umask value must be converted from the usual octal form into
  103.    decimal.  For example, to set umask to 022, enter umask=18 in
  104.    s:inet.config.  Octal will be supported in a future release.
  105.    
  106.    Make sure internet numbers in the inet:db/hosts file are entered
  107.    correctly.  If any of the four segments are greater than 255, a
  108.    modulo 256 of the segment value is used without any error message.
  109.    For example, if 190.227.1.1 is accidentally entered as 190.277.1.1,
  110.    the 277 will be stored as 21.  This will go undetected until
  111.    communications fail to and from machines 190.227.1.1 or 190.21.1.1.
  112.  
  113.    
  114.    ----- NFS File System -----
  115.    
  116.    AmigaDOS exclusive file locks are not supported on NFS files.
  117.    Applications that use exclusive locks cannot safely share NFS files.
  118.    
  119.    Amiga TCP/IP NFS does not recognize symbolic links.  A symbolic link
  120.    appears as an ordinary file containing the name of the linked file.
  121.    
  122.    The AmigaDOS R, W, and E protection bits are mapped to NFS r, w, and
  123.    x, respectively.  The AmigaDOS bit is treated as set when
  124.    the corresponding NFS bit is set for any of user, group, or other. 
  125.    
  126.    The AmigaDOS S,P,A and D file protection bits are not supported by
  127.    NFS.  On the AmigaDOS side, the S,P and A bits are treated as always
  128.    unset, and the D bit as always set.  A side effect is that files
  129.    copied to NFS and back will have D set and S, P and A unset.
  130.    
  131.    The Amiga TCP/IP "chmod" command can set or unset user, group and other
  132.    protections separately.
  133.    
  134.    AmigaDOS "protect" always sets or unsets user, group, and other 
  135.    simultaneously.
  136.    
  137.    NFS file protections cannot be changed by the Workbench Information 
  138.    (Info) command.
  139.    
  140.    Do NOT use ".." to refer to a parent directory in an NFS volume.
  141.    Using ".." can extend above the NFS mount point and may crash the
  142.    Amiga.  USE the normal "/" AmigaDOS equivalent, it is safe.  The
  143.    ".." will work normally when typed directly to a UNIX host through
  144.    rlogin or rloginvt.
  145.    
  146.    nfsmgr
  147.    ------
  148.    Nfsmgr has a new option "case".  This keyword tells the NFS software
  149.    to stop doing any case manipulations and use the same case sensitivity
  150.    as the remote volume.  Currently the Amiga NFS software does a case-
  151.    insensitive search of a remote directory every time you create a file.
  152.    This prevents you from creating a "Foo" and a "foo" file.  Case is
  153.    preserved, just like normal for the Amiga.  
  154.    
  155.    If you mount a volume using the "case" keyword, this check is
  156.    eliminated.  This speeds up some operations considerably and may be
  157.    useful for people who desire case-sensitivity.
  158.    
  159.    example: nfsmgr mount unixhost:/usr/tmp tmp: case
  160.