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

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!UH01.Colorado.EDU!DWING
  2. From: DWING@UH01.Colorado.EDU (Dan Wing)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: help needed with directory problem
  5. Message-ID: <01GNQASO5TKY00020S@VAXF.COLORADO.EDU>
  6. Date: 18 Aug 92 20:34:40 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 42
  11.  
  12. Stafford <Stafford@VAX2.WINONA.MSUS.EDU>, wrote:
  13.  
  14. >In article <1992Aug15.014042.14635@ecst.csuchico.edu>,
  15. >rgoldstone@OAVAX.CSUCHICO.EDU (Robin, Girl Wonder) wrote:
  16. >>
  17. >> I have a user who currently cannot receive any mail.  The error message
  18. >> when PMDF tries to send mail to the user's account is:
  19. >> -RMS-E-CRE, ACP file create failed
  20. >> -SYSTEM-W-DIRALLOC, allocation failure on directory file
  21. >>
  22. >> His mail directory has 560 files in it.  What do I need to do to fix this?
  23. >> I tried creating a new directory and copying his mail files to it (via COPY
  24. >> and via BACKUP).  Both of these attempts failed, giving the same error as
  25. > above
  26. >> on the new directory.
  27. >>
  28. >> Sorry if this is a RTFM question.  I am out of town and just dialed in to
  29. >> check on the VAX and found this error.  My FM's are not handy.  8-)
  30. >>
  31. >
  32. >    Check the size of the directory entry itself.  If it over 127, then
  33. >you may have a problem right there.
  34.  
  35. Try $ HELP ERROR DIRACLLOC, which displays (in VMS V5.5):
  36.  
  37.     directory allocation failure
  38.  
  39.        Facility: SYSTEM, VMS System Services
  40.  
  41.        Explanation: The file system failed to allocate space to increase
  42.        the size of a directory file. Because directory files must be
  43.        contiguous, this error might be caused by the disk being full.
  44.        More likely, there is not enough contiguous space on the disk for
  45.        the directory, so the free disk space is being fragmented.
  46.  
  47.        User Action: Reorganize the free disk space by copying it with the
  48.        Backup Utility, or restructure your application to use a larger
  49.        number of smaller directories.
  50.  
  51. -Dan Wing, DWING@UH01.Colorado.EDU or WING_D@UCOLMCC.BITNET (DGW11)
  52.  Systems Programmer, University Hospital, Denver
  53.  
  54.