home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / ccs / lib / help / ut < prev   
Encoding:
Text File  |  1998-08-19  |  2.3 KB  |  67 lines

  1. *#ident    "@(#)sccs:help.d/ut    6.4"
  2. *    Messages for libPW utilities.
  3. *
  4. -1
  5. "directory `...' nonexistent"
  6. -2
  7. "directory `...' unwritable"
  8. The user (effective or real) doesn't have write permission in
  9. the directory.  Do a "ls -ld ..." to check the modes.
  10. -3
  11. "no file"
  12. The system's table of open files is full,
  13. and temporarily no more opens
  14. can be accepted.
  15. If this error recurs, report it to your local UNIX support group.
  16. -4
  17. "`...' nonexistent"
  18. The file and/or a directory in the pathname does not exist.  Check for typos.
  19. -5
  20. "`...' unreadable"
  21. The file probably exists, but the effective user doesn't have read permission.
  22. It is also possible that one or more directories in the path aren't executable.
  23. -6
  24. "`...' unwritable"
  25. The file exists, but the effective user doesn't have write permission.
  26. It is also possible that one or more directories in the path aren't executable.
  27. -7
  28. "`...' unreadable or unwritable"
  29. The file exists, but the effective user either doesn't
  30. have read permission, or write permission, or both.
  31. It is also possible that one or more directories in the path aren't executable.
  32. -8
  33. "write error"
  34. The file which caused the write error is as large
  35. as a file can be (currently 1M bytes).
  36. -9
  37. "out of space"
  38. There's no more dynamic memory left.
  39. Better go to "help stuck".
  40. -10
  41. "no space!"
  42. The file system (on which the file which caused the error is being written)
  43. is out of space.  Very serious!!  Contact someone in
  44. your local UNIX Support Group immediately!
  45. Also, if you can remove any files please do so.
  46. -11
  47. "errno = ..., function = `...'"
  48. An unusual and unexpected error occured.
  49. Try "help stuck".
  50. -12
  51. "SIGNAL: ..."
  52. This error is most likely due to an intermittent hardware error.
  53. You should report this to your local UNIX support group
  54. immediately, since others may be getting the same error and it is useful
  55. to discover a pattern if one exists.  After reporting it, if you rerun
  56. the command it will probably not recur.  If it won't go away contact
  57. your UNIX counsellor (a program bug can also generate this error).
  58.  
  59. (If required, a core dump will be produced if the file "dump.core" exists
  60. in the current directory.)
  61. -13
  62. "fputs() could not write to file"
  63. This error is caused by failure of the fputs library call.
  64. A file could not be written to by the fputs function.
  65. Try command again later.
  66. If continues to occure contact local UNIX support group.
  67.