From owner-freebsd-questions Tue Dec 10 10:13:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4EFE37B401 for ; Tue, 10 Dec 2002 10:13:46 -0800 (PST) Received: from hub.org (hub.org [64.49.215.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63EF343EB2 for ; Tue, 10 Dec 2002 10:13:46 -0800 (PST) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [64.49.215.141]) by hub.org (Postfix) with ESMTP id A8FFA8A9A9E; Tue, 10 Dec 2002 14:13:45 -0400 (AST) Date: Tue, 10 Dec 2002 14:13:45 -0400 (AST) From: "Marc G. Fournier" To: Larry Rosenman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ncplogin: Could not login to server : nwerr = 89ff? In-Reply-To: <83540000.1039543758@lerlaptop.iadfw.net> Message-ID: <20021210141101.A66893-100000@hub.org> References: <20021210140527.C66893-100000@hub.org> <83540000.1039543758@lerlaptop.iadfw.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 10 Dec 2002, Larry Rosenman wrote: > Probably in the netware headers. Pick an error, any error :( #define BAD_PRINTER_ERROR 0x89FF /* 255 */ #define BAD_RECORD_OFFSET 0x89FF /* 255 */ #define CLOSE_FCB_ERROR 0x89FF /* 255 */ #define FILE_EXTENSION_ERROR 0x89FF /* 255 */ #define FILE_NAME_ERROR 0x89FF /* 255 */ #define HARDWARE_FAILURE 0x89FF /* 255 */ #define INVALID_DRIVE_NUMBER 0x89FF /* 255 */ #define INVALID_INITIAL_SEMAPHORE_VALUE 0x89FF /* 255 */ #define INVALID_SEMAPHORE_HANDLE 0x89FF /* 255 */ #define IO_BOUND_ERROR 0x89FF /* 255 */ #define NO_FILES_FOUND_ERROR 0x89FF /* 255 */ #define NO_RESPONSE_FROM_SERVER 0x89FF /* 255 */ #define NO_SUCH_OBJECT_OR_BAD_PASSWORD 0x89FF /* 255 */ #define PATH_NOT_LOCATABLE 0x89FF /* 255 */ #define QUEUE_FULL_ERROR 0x89FF /* 255 */ #define REQUEST_NOT_OUTSTANDING 0x89FF /* 255 */ #define SOCKET_ALREADY_OPEN 0x89FF /* 255 */ #define LOCK_ERROR 0x89FF /* 255 */ #define FAILURE 0x89FF /* 255 Generic Failure */ #define NWE_FILE_EXT 0x89FF /* 255 */ #define NWE_FILE_NAME 0x89FF /* 255 */ #define NWE_HARD_FAILURE 0x89FF /* 255 */ #define NWE_FCB_CLOSE 0x89FF /* 255 */ #define NWE_IO_BOUND 0x89FF /* 255 */ #define NWE_BAD_SPOOL_PRINTER 0x89FF /* 255 */ #define NWE_BAD_RECORD_OFFSET 0x89FF /* 255 */ #define NWE_DRIVE_INVALID_NUM 0x89FF /* 255 */ #define NWE_SEM_INVALID_INIT_VAL 0x89FF /* 255 */ #define NWE_SEM_INVALID_HANDLE 0x89FF /* 255 */ #define NWE_NO_FILES_FOUND_ERROR 0x89FF /* 255 */ #define NWE_NO_RESPONSE_FROM_SERVER 0x89FF /* 255 */ #define NWE_NO_OBJ_OR_BAD_PASSWORD 0x89FF /* 255 */ #define NWE_PATH_NOT_LOCATABLE 0x89FF /* 255 */ #define NWE_Q_FULL_ERROR 0x89FF /* 255 */ #define NWE_REQ_NOT_OUTSTANDING 0x89FF /* 255 */ #define NWE_SOCKET_ALREADY_OPEN 0x89FF /* 255 */ #define NWE_LOCK_ERROR 0x89FF /* 255 */ #define NWE_FAILURE 0x89FF /* 255 Generic Failure */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message