* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. * See the License for the specific language governing permissions * and limitations under the License. * * When distributing Covered Code, include this CDDL HEADER in each * file and include the License file at usr/src/OPENSOLARIS.LICENSE. * If applicable, add the following below this CDDL HEADER, with the * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END * * @(#)ut 1.2 06/12/12 * *#ident "@(#)sccs:help.d/ut" * Messages for libPW utilities. * -1 "directory `...' nonexistent" -2 "directory `...' unwritable" The user (effective or real) doesn't have write permission in the directory. Do a "ls -ld ..." to check the modes. -3 "no file" The system's table of open files is full, and temporarily no more opens can be accepted. If this error recurs, report it to your local UNIX support group. -4 "`...' nonexistent" The file and/or a directory in the pathname does not exist. Check for typos. -5 "`...' unreadable" The file probably exists, but the effective user doesn't have read permission. It is also possible that one or more directories in the path aren't executable. -6 "`...' unwritable" The file exists, but the effective user doesn't have write permission. It is also possible that one or more directories in the path aren't executable. -7 "`...' unreadable or unwritable" The file exists, but the effective user either doesn't have read permission, or write permission, or both. It is also possible that one or more directories in the path aren't executable. -8 "write error" The file which caused the write error is as large as a file can be (currently 1M bytes). -9 "out of space" There's no more dynamic memory left. Better go to "help stuck". -10 "no space!" The file system (on which the file which caused the error is being written) is out of space. Very serious!! Contact someone in your local UNIX Support Group immediately! Also, if you can remove any files please do so. -11 "errno = ..., function = `...'" An unusual and unexpected error occured. Try "help stuck". -12 "SIGNAL: ..." This error is most likely due to an intermittent hardware error. You should report this to your local UNIX support group immediately, since others may be getting the same error and it is useful to discover a pattern if one exists. After reporting it, if you rerun the command it will probably not recur. If it won't go away contact your UNIX counsellor (a program bug can also generate this error). (If required, a core dump will be produced if the file "dump.core" exists in the current directory.) -13 "fputs() could not write to file" This error is caused by failure of the fputs library call. A file could not be written to by the fputs function. Try command again later. If continues to occure contact local UNIX support group.