From owner-freebsd-current@FreeBSD.ORG Thu Jul 29 18:24:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 139C416A4CE for ; Thu, 29 Jul 2004 18:24:33 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18D243D62 for ; Thu, 29 Jul 2004 18:24:32 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so16126rnl for ; Thu, 29 Jul 2004 11:24:22 -0700 (PDT) Received: by 10.38.162.60 with SMTP id k60mr68657rne; Thu, 29 Jul 2004 11:24:22 -0700 (PDT) Message-ID: Date: Fri, 30 Jul 2004 02:24:22 +0800 From: Jiawei Ye To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: newsyslog cannot find /var/run/syslog.pid after gcc3.4 built world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 18:24:33 -0000 Hi, I am getting mail from my newsyslog cron job newsyslog: can't open pid file: /var/run/syslog.pid: No such file or directory newsyslog: log /var/log/maillog.0 not compressed because daemon(s) not notified But /var/run/syslog.pid exists and syslogd is running root@chihiro:/etc# /etc/rc.d/syslogd status syslogd is running as pid 60267. root@chihiro:/etc# ls -l /var/run/syslog.pid -rw-r--r-- 1 root wheel 6 7 30 02:19 /var/run/syslog.pid This happened after I built my world after the gcc import. Any idea? Jiawei Ye