home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / coherent / 3845 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  6.0 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!unido!news.Hamburg.Germany.EU.net!easix!umunk!udo
  2. From: udo@umunk.GUN.de (Udo Munk)
  3. Newsgroups: comp.os.coherent
  4. Subject: Re: Coherent 4.0.1; some bad things
  5. Message-ID: <9208192417@umunk.GUN.de>
  6. Date: 20 Aug 92 03:46:53 GMT
  7. References: <SJE.92Aug14171008@xylos.ma30.bull.com>
  8. Organization: umunk (private)
  9. Lines: 110
  10. X-Newsreader: Tin 1.1 PL4
  11.  
  12. sje@xylos.ma30.bull.com (Steven J. Edwards) writes:
  13. : #In article <9208141233@umunk.GUN.de> udo@umunk.GUN.de (Udo Munk) writes:
  14. : # sje@xylos.ma30.bull.com (Steven J. Edwards) writes:
  15. : #: 5) The update procedere is nice, but it doesn't allow the resizing of
  16. : #: the boot partition (this is clearly stated in the notes).  The install
  17. : #: procedure is nice, but it doesn't allow the automated preservation of
  18. : #: existing root partition files (also clearly stated in the notes).  But
  19. : #: I needed to both to preserve the files and increase the root
  20. : #: partition!  Take it from me folks, you want to have at least 20 Mbytes
  21. : #: on that root filesystem for serious work.
  22. : #
  23. : # That is not a problem of Coherent, there is no UNIX (like) OS out
  24. : # there, where the size of the root partition can be changed without
  25. : # installing new. Be happy, that you "only" have to reinstall Coherent
  26. : # and not AIX 3.2 or SCO :-)
  27. : It is possible to change partition sizes on unmounted filesystems
  28. : without damaging files.  There are commercial applications for Apple
  29. : Macintosh and PC machines that do this.  Of course, a filesystem may
  30. : not be reduced in size below the combined sizes of its contents and an
  31. : increase in filesystem size can only be done by appropriating
  32. : cylinders from adjacent free space.  It can be done, although it isn't
  33. : easy.  It would have been very convenient in my case.
  34.  
  35. Yes it could be done from a bootable floppy disk, but it's really not easy.
  36. If you increase the partition also the filesystem must be increased. To
  37. do so you have to increase the freelist which now goes into the block
  38. of the very first files on the disk. All files must be moved and all
  39. the block numbers in the inodes must be adjusted. A very interesting
  40. problem for system programmers :-)
  41. However, I don't know about any UNIX which comes with a program like
  42. this. Of cause it would be very convenient, also not only in your case.
  43.  
  44. : # All 3.x binaries failed, which are using the IPC stuff, another example
  45. : # is mtalk. This programs must be recompiled under 4.0, you may read this
  46. : # elsewhere in the release notes.
  47. : Perhaps newer versions of the release notes could list the common 3.x
  48. : packages that use the now forbidden IPC.
  49.  
  50. No, the IPC stuff is not forbidden now, it's changed only! A recompilation
  51. is all what must be done. I guess the problem is, that nobody has a
  52. complete list of the packages using IPC.
  53.  
  54. : # The MWC K&R compiler is just fine, be happy to have it, otherwhise you
  55. : # couldn't compile the Gigabytes of K&R stuff from the net. 
  56. : I can compile all of the (decent) K&R C source stuff from the net with
  57. : gcc as long as I don't ask for ASNI checking.
  58. : #                                                            Whoever needs
  59. : # an ANSI compiler should get gcc or buy an ANSI compiler from one of the
  60. : # third party software vendors (see release notes).
  61. : I, and many other 4.0 users, are waiting for gcc to arrive.  As an
  62. : alternative, MWC could update their cc to include ASNI facilities.
  63.  
  64. Yes, but there is much to do for MWC. The ANSI problem is solved with gcc,
  65. so please let them work on the other problems. I guess adding ANSI
  66. features to MWC's cc isn't a fast hack, and it needs a long testing
  67. phase before we can get it. I think a port of gcc to Coherent is
  68. much easyer to do, than adding ANSI features to MWC's cc.
  69.  
  70. : # Why you do ask us? :-) /dev/cmos points to the CMOS RAM, and the bits
  71. : # of it should be documented in the motherboard or BIOS manual.
  72. : Sadly, information of this sort is rarely provided by many PC hardware
  73. : vendors.  There are third party books available, but these are not
  74. : always appropriate.  If MWC made the device entry, then they can also
  75. : provide the documentation.  There are four devices in 4.0 with major
  76. : device number zero: 0/mem 1/kmem 2/cmos 3/boot_gift.  If MWC
  77. : documented the first two, then they can say a few words about the
  78. : second two.
  79.  
  80. Yes I know, but there are differences in the usage of the CMOS ram
  81. hidden by the BIOS. How should MWC give us the informations for all
  82. the fine motherboards available today, if the manufacturers of them
  83. aren't willing to document the bits in their documentation? I guess
  84. that /dev/cmos isn't used by Coherent, because in 3.x it wasn't
  85. available. Maybe that MWC gives us access to the CMOS ram for
  86. playing around with it. The problem is that you can't access the
  87. CMOS ram from a users process directly, it would result in a core
  88. dump. Now whith this device driver you can access it for whatever.
  89.  
  90. : #: 12) The terminfo subsystem is introduced; a good idea.  But where are
  91. : #: the tic source files?  How can I modify the terminfo for ansipc if I
  92. : #: can't find the source?
  93. : #
  94. : # The terminfo sources aren't delivered with 4.0 because this needs disk
  95. : # space, and the disks are full. Also there is no need to deliver the sources,
  96. : # use the command infocmp to decompile the binaries back to the sources.
  97. : Ah, but you have to find out about it first.  I think the only
  98. : guaranteed way of finding these utilities is to do a:
  99. :     find / -name "*info*" -print
  100. : and hope for the best.
  101.  
  102. You are right, the manual has no cross-reference for this utility
  103. in the other terminfo stuff man pages. This should be addes to
  104. the manual by MWC. Also this should go into the Coherent 4.0
  105. FAQ (Mike, if you read this:-), because I guess we didn't get
  106. a new manual in the near future.
  107. --
  108. Udo Munk     | voice:      +49 2131 275348             | uucp: +49 2131 278869
  109. Oberstr. 21  | mail :      udo@umunk.GUN.de            |     2400/1200/300 8N1
  110. 4040 Neuss 1 | ...!{mcshh,smurf,unido}!easix!umunk!udo | MYNAME=bbsuser
  111. Fed. Rep. of | CompuServe: 100021,2515                 | login: uucp
  112. Germany      | at first connect get ~/info  and ~/files| pwd:   public
  113.