From owner-freebsd-questions Sun Oct 24 15:18:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id 9741314A21 for ; Sun, 24 Oct 1999 15:18:46 -0700 (PDT) (envelope-from GregoryC@stcinc.com) Received: from stcinc.com (gw-covad768k-cognitivetech.ncal.verio.com [207.20.238.29] (may be forged)) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id PAA15482 for ; Sun, 24 Oct 1999 15:16:53 -0700 (PDT) Message-ID: <38138A8C.FB33B432@stcinc.com> Date: Sun, 24 Oct 1999 15:39:08 -0700 From: Gregory Carvalho Reply-To: GregoryC@stcinc.com Organization: Simplified Technology Company X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: daemon start at system boot Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following is /etc/rc.local and /usr/start.delegated. #!/bin/sh echo ' delegated' /usr/local/sbin/delegated -P8080 \ OWNER=delegated/daemon \ MANAGER=useracct@domain.com \ DGROOT=/usr/spool/delegate \ EXPIRE=7d The bottom line problem here is that delegated will not remain loaded after rc.local, but will remain loaded when executed from /usr/start.delegated as root. delegated displays #### Cache directory seems not exist: /usr/spool/delegate/cache #### Create Cachedir ? [y] / n :. while rc.local executes, but delegated just displays copyright stuff and continues processing from /usr/start.delegated. The cache dir fills with cached files as delegated proxies web pages. Suggestions on keeping delegated loaded without an interactive login will be greatly appreciated. -- Cordially, Gregory Carvalho GregoryC@stcinc.com Simplified Technology Company http://www.stcinc.com In God I Trust! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message