From owner-freebsd-questions Wed Mar 4 12:16:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14252 for freebsd-questions-outgoing; Wed, 4 Mar 1998 12:16:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050ndd.san.rr.com (root@dt050ndd.san.rr.com [204.210.31.221]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14193 for ; Wed, 4 Mar 1998 12:16:15 -0800 (PST) (envelope-from Studded@san.rr.com) Received: from san.rr.com (dougdougdougdoug@localhost [127.0.0.1]) by dt050ndd.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA05835; Wed, 4 Mar 1998 12:16:06 -0800 (PST) (envelope-from Studded@san.rr.com) Message-ID: <34FDB685.F2974ADB@san.rr.com> Date: Wed, 04 Mar 1998 12:16:05 -0800 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE-0303 i386) MIME-Version: 1.0 To: Incoming Mail List CC: freebsd-questions@FreeBSD.ORG Subject: Re: irc server References: <199803041731.MAA18325@whoweb.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Incoming Mail List wrote: > > Has anyone gotten this software working on their system? > I haven't found the documentation detailed enough to > point me in the right direction with the issue I'm > facing > > When I use the -d flag to get some debugging information > I get the following messages: > > chdir: No such file or directory > ircd: Error in daemon path: . Depending on whose server you're using, I would guess that you failed to correctly define the DPATH and SPATH. The first refers to the path to the data files like ircd.conf and ircd.motd. The second refers to the path of the binary. Your problem is complicated by the fact that -d isn't actually debugging info. :) Assuming you're installing ircd into your home directory, try a setup like this: /home/yourlogin/ircd/conf /home/yourlogin/ircd/bin Then you put the ircd.conf and ircd.motd in ~/ircd/conf, and the binary in ~/ircd/bin. Then, in include/config.h you define DPATH as /home/yourlogin/ircd/conf and SPATH as /home/yourlogin/ircd/bin/ircd. If all that doesn't work, put the ircd.conf and ircd binary in the same directory and start it like this: ./ircd -d . (with the period). Hope this helps, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 5,328 clients and still growing. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message