From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 09:04:26 2003 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 68E9216A4CE for ; Wed, 26 Nov 2003 09:04:26 -0800 (PST) Received: from ctb-mesg5.saix.net (ctb-mesg5.saix.net [196.25.240.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id D708B43FE9 for ; Wed, 26 Nov 2003 09:04:24 -0800 (PST) (envelope-from roland@thegreentree.org) Received: from thegreentree.org (unknown [196.25.134.130]) by ctb-mesg5.saix.net (Postfix) with ESMTP id C1E35DDD3 for ; Wed, 26 Nov 2003 19:04:21 +0200 (SAST) Received: from Spooler by thegreentree.org (Mercury/32 v3.32) ID MO000076; 26 Nov 03 19:04:51 +0200 Received: from spooler by thegreentree.org (Mercury/32 v3.32); 26 Nov 03 19:04:47 +0200 Received: from roland (127.0.0.1) by thegreentree.org (Mercury/32 v3.32) ID MG000075; 26 Nov 03 19:04:46 +0200 From: "Roland Giesler" To: Date: Wed, 26 Nov 2003 19:04:46 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: QMail installation trouble 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: Wed, 26 Nov 2003 17:04:26 -0000 I'm installing qmail using the qmailrocks instructions and get the following: I have seen the warning that the "run" scripts are the place where most error occur, but need some help determining exactly what the error below means. The files mentioned below do exist! So which files are being refered to as non-existent? When I do: /var/qmail/supervise:qmailctl stop Stopping qmail... qmail-smtpd svc: warning: unable to control /service/qmail-smtpd/log: file does not exist qmail-send svc: warning: unable to control /service/qmail-send/log: file does not exist I also get the sam error when I do qmailctl start. /var/qmail/supervise:qmailctl start Starting qmail svc: warning: unable to control /service/qmail-send/log: file does not exist svc: warning: unable to control /service/qmail-smtpd/log: file does not exist /service/qmail-smtpd/log/run contains: #!/bin/sh PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin export PATH exec setuidgid qmaill multilog t s100000 n20 /var/log/qmail/qmail-smtpd 2>&1 and /service/qmail-send/log/run contains: #!/bin/sh PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin export PATH exec setuidgid qmaill multilog t s100000 n20 /var/log/qmail/qmail-send 2>&1 Can anyone offer some help? Thanks Roland Giesler