From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 07:36:55 2004 Return-Path: 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 E8DCA16A4CE for ; Sun, 8 Feb 2004 07:36:55 -0800 (PST) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF2743D1F for ; Sun, 8 Feb 2004 07:36:55 -0800 (PST) (envelope-from dgw@liwest.at) Received: from cm58-27.liwest.at ([212.33.58.27]) by lilzmailso01.liwest.at with esmtp (Exim 4.24) id 1ApqzN-000701-H8 for questions@freebsd.org; Sun, 08 Feb 2004 16:36:53 +0100 From: Daniela To: questions@freebsd.org Date: Sun, 8 Feb 2004 16:31:18 +0000 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402081631.18754.dgw@liwest.at> Subject: Can't start rshd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 15:36:56 -0000 Hi! I'm having problems starting rshd. I tried it on two different computers (yes, I know about the security risks, but the port is firewalled off). I can't use alternatives because some software I'm using depends on it. The error is: It terminates with status 1 and sets errno to 38 (ENOTSOCK) = Socket operation on non-socket. It fails on the following function call: getpeername(0, (struct sockaddr *)&from, &fromlen) I'm no expert, but it looks like this can't work. Is this a bug, or is my installation faulty? BTW, I'm starting rshd with no arguments. Regards, Daniela