home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / amiga / 2581 < prev    next >
Encoding:
Text File  |  1992-12-21  |  4.0 KB  |  88 lines

  1. Newsgroups: comp.unix.amiga
  2. Path: sparky!uunet!sybus.sybus.com!myrddin!tct!ckctpa!crash
  3. From: crash@ckctpa.UUCP (Frank "Crash" Edwards)
  4. Subject: Re: AMIGADOS <=> UNIX problems
  5. Message-ID: <1992Dec19.173029.2818@ckctpa.UUCP>
  6. Date: Sat, 19 Dec 1992 17:30:29 GMT
  7. Reply-To: crash%ckctpa@tct.com (Frank "Crash" Edwards)
  8. References: <1992Dec18.173554.7342@galileo.cc.rochester.edu>
  9. Organization: Edwards & Edwards Consulting
  10. Lines: 76
  11.  
  12. jea@prodigal.psych.rochester.edu (Joanne Albano) writes:
  13. >I have been trying to go between AMIGADOS and AMIGAUNIX
  14. >
  15. >1. DNET: So far I have found that DNET works nicely between
  16. >SUN UNIX and AMIGADOS but unfortunately I have a
  17. >ATT unix machine. Is there a DNET that goes between
  18. >ATT unix and ADOS?
  19.  
  20. Well, this is probably a good time for an update.
  21.  
  22. I've tried out the bsd-emul library from Markus on DNet on my Amix
  23. 2.1 machine.  The initial attempt didn't go.  Dnet itself started but
  24. none of the servers would start.  One problem appeared to be that dnet
  25. was trying to access port number 9492 on the Unix side, and it
  26. shouldn't have been.  Tracking down the call to startserver() I found
  27. that reading the port number from the AmigaDOS side was pretty basic
  28. stuff, and so I have no explanation for this one, but I'll look into
  29. it more later.
  30.  
  31. The second problem was that the pty code still needs to be the SVR4
  32. method instead of the BSD method, even with the emulation library, and
  33. my ifdef's (compiling on "svr4" but without that #define) was causing
  34. the wrong pty code to be used.  I have since rebuilt that version, but
  35. have lost my beta tester over the holidays.
  36.  
  37. I have heard from a few people who would like to try out any changes.
  38. So I'm going to be sending source code to these two folks:
  39.  
  40.     Dan Shein <rehab1!rehab2!dan@cbmvax.cbm.commodore.com>
  41.     Joel Justen <crpi!joel@uunet.UU.NET>
  42.  
  43. Also, on Monday I'll post a uuencoded binary for the bsd emulation
  44. library.  My gcc doesn't have the PIC patches installed so I can't
  45. generate a shared object; hence they will be link libraries.
  46.  
  47. I will be posting binaries for dnet here as well, zoo'ed and uuencoded.  
  48. These should be considered beta versions; they may work, and they may
  49. not.  They do allow connections and the STERM appears to work fine.  If
  50. the above port number and pty problems have been corrected by my latest
  51. changes, then there should be little left to do.  (Although I still
  52. have high hopes of doing the POSIX conversion, but if the emul library
  53. works it won't be quite as critical anymore.)
  54.  
  55. >2. Floppies: If I use the UNIX format that is documented
  56. >to AMIGAdos format, then I get error messages when I try
  57. >to read the floppy under 1.3. If I try to BRU to a 1.3
  58. >formatted floppy I also get error messages. The messages
  59. >indicate that the floppy is not recognized as a AMIGADOS
  60. >floppy. (My machine at home is still 1.3)
  61.  
  62. You're confusing a low-level format with a high-level format.  This is
  63. common given that people use one command to do both things on most
  64. home computers, ie. AmigaDOS, MessyDOS, MacOS, ...
  65.  
  66. The Unix "format" command is a low-level format -- it prepares the
  67. media to accept data laid out in 11 sectors, 80 tracks, double-sided.
  68. It does not write directory entries or any of that on the floppy.  That's
  69. what the high-level format does.  There is currently no high-level format
  70. for the AmigaDOS filesystem(s) under Amix.  (Although my virtual
  71. filesystem under Amix will soon have the equivalent "mkfs" command
  72. which will do what you want.)
  73.  
  74. >Does BRU work for 1.3 <-> 2.0?
  75.  
  76. Yes.  And it is typically what I use, when I need to write to the
  77. AmigaDOS side (although I use bru on tape instead of floppy).
  78.  
  79. Those folks that are using the VFS:  what's happening?  Should I go
  80. ahead and release the code?  Has anyone had problems reading AmigaDOS
  81. files from Amix?  (Besides the fact that it's sloooow -- I know about
  82. that one. :-)
  83. -- 
  84. Frank "Crash" Edwards          Edwards & Edwards Consulting
  85. Fax:  813/786-6526             crash%ckctpa@myrddin.sybus.com, but please
  86. Home: 813/786-3675             don't ask UUNET to route it -- it's sloooow.
  87.     Very few profundities can be expressed in less than 80 characters.
  88.