From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 17:24:54 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 775BD16A4CE for ; Thu, 15 Jul 2004 17:24:54 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with SMTP id E083E43D39 for ; Thu, 15 Jul 2004 17:24:53 +0000 (GMT) (envelope-from girishlg@gmail.com) Received: by mproxy.gmail.com with SMTP id d19so601800rnf for ; Thu, 15 Jul 2004 10:24:53 -0700 (PDT) Received: by 10.38.207.66 with SMTP id e66mr61999rng; Thu, 15 Jul 2004 10:24:53 -0700 (PDT) Message-ID: Date: Thu, 15 Jul 2004 12:24:53 -0500 From: Girish L To: freebsd-questions@freebsd.org In-Reply-To: <40F728A4.3060902@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <40F623B6.1020800@broadpark.no><40F728A4.3060902@broadpark.no> Subject: Remote services missing from /usr/libexec 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: Thu, 15 Jul 2004 17:24:54 -0000 Hi Since I am new to freeBSD I may be missing the basics. Thanks for all the help I am getting here. I somehow had the linux compatibility issue resolved. ( that was my previous posting), Thanks for the help. All I did was add the linux_enable="YES" in rc.conf when i checked with kldstat command the line with linux.ko appears. Now, I have a problem with remote services My /usr/libexec/ directory does not have the daemons for rsh, rexec (rshd, rexecd) I had this earlier and it used to work fine when I try a remote login (through rexec from a dos prompt), but all of a sudden its not there. (my sshd and telnetd are still in place and I can ssh to this machine) Now the error says, cannot execute /usr/libexec/rexecd (I checked /usr/local/rexed as well... not here too..) Any idea as to what went wrong, and how can I get these processes back or how do I install them (if needed) as services on my FreeBSD (version 5.2-CURRENT) Thanks again for the help Girish