From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 11:02:05 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 402BD1065670 for ; Fri, 17 Sep 2010 11:02:05 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id E522F8FC0C for ; Fri, 17 Sep 2010 11:02:04 +0000 (UTC) Received: by qwg5 with SMTP id 5so2094995qwg.13 for ; Fri, 17 Sep 2010 04:02:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=jWuxHhODHiic5nYWo4dOCfDozpjODazfLb7FJub6gas=; b=QO663S0G5EEChZYjiiJhiOh06nNnll98bIrnKrEfPaItAe5PpbgIUXk4qVmap1wi0k KABpRSX7QqPK1McITQN40U3ncC39Ax3s78rYja1brrUXrhfY4Tn+c1AFfM8DMopbiIyg LlsQeqXQG+0g8VcXTh2D6LGzP8z2cqGJ1Xqt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ihwr2jkDRDQXonAfgmYGJEvwMZYs2WVJ4yu/zokJn5obe0uOt25lS2kq857ZItcONA JK3wpcf7QOhoCNj2L+MKaGcK5xZUFHLxXZIA8448cINY8CxtCL2w4Zs99Nh+qMBJm55T yvBx3QC+acF1tAkwFr06oY9fwWxMqsR+KdI7U= MIME-Version: 1.0 Received: by 10.229.250.133 with SMTP id mo5mr3426836qcb.99.1284721323928; Fri, 17 Sep 2010 04:02:03 -0700 (PDT) Received: by 10.229.190.66 with HTTP; Fri, 17 Sep 2010 04:02:03 -0700 (PDT) Date: Fri, 17 Sep 2010 13:02:03 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: /usr/local/etc/rc.d/imapproxyd start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2010 11:02:05 -0000 There seems to be a problem with starting up the IMAP proxy server imapproxyd: # /usr/local/etc/rc.d/imapproxyd start says Starting imapproxyd. but doesn't return the # prompt ... # ps -jawx | grep imap root 21490 21426 21490 64248 1 S+ 3 0:00.01 /bin/sh /usr/local/etc/rc.d/imapproxyd start root 21496 21490 21490 64218 1 S+ 3 0:00.01 /usr/local/sbin/in.imapproxyd I would expect the /bin/sh line to disappear and the # prompt to come back. If (from another terminal window) I do # /usr/local/etc/rc.d/imapproxyd stop is says Stopping imapproxyd. # (returns the prompt) If the first window, it says: Terminated /usr/local/etc/rc.d/imapproxyd: WARNING: failed to start imapproxyd ?? 1. what is wrong here and how to correct it ? 2. also, although I do have a user nobody and a group nobody in FreeBSD 8 and the config file /usr/local/etc/imapproxyd.conf specifies (default setting) proc_username nobody proc_groupname nobody I wonder why the processes (ps -jawx) show root as the process owner ?