From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 27B361384C3 for ; Sat, 5 Sep 2015 20:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A27FF14281; Sat, 5 Sep 2015 20:33:56 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.232]) by pigeon.gentoo.org (Postfix) with ESMTP id 5641C14088 for ; Sat, 5 Sep 2015 20:33:54 +0000 (UTC) Received: from [142.196.218.75] ([142.196.218.75:56602] helo=basement.kutulu.org) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id C3/CD-26520-1B15BE55; Sat, 05 Sep 2015 20:33:53 +0000 Received: from localhost (basement.kutulu.org [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTP id 044577D8001 for ; Sat, 5 Sep 2015 16:33:34 -0400 (EDT) X-Virus-Scanned: amavisd-new at kutulu.org Received: from basement.kutulu.org ([127.0.0.1]) by localhost (basement.kutulu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P7f3Bi8hixAK for ; Sat, 5 Sep 2015 16:33:33 -0400 (EDT) Received: from [192.168.69.91] (wombat.kutulu.org [192.168.69.91]) by basement.kutulu.org (Postfix) with ESMTPSA id F2CEC10610E for ; Sat, 5 Sep 2015 12:43:17 -0400 (EDT) Subject: Re: [gentoo-user] dhcpd always shows "crashed" even though it's running To: gentoo-user@lists.gentoo.org References: <55E8E11E.5030103@kutulu.org> <55E905EC.1080304@gmail.com> <201509040806.28324.michaelkintzios@gmail.com> From: Mike Edenfield Message-ID: <55EB1BBA.1000509@kutulu.org> Date: Sat, 5 Sep 2015 12:43:38 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <201509040806.28324.michaelkintzios@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 X-Archives-Salt: ad71f229-5f04-4189-9835-3429879f1f6d X-Archives-Hash: 4a739fad631367feb62d888fd059551b On 9/4/2015 3:06 AM, Mick wrote: > You can increase its verbosity in /etc/init.d/dhcpcd, so that the logs show > more of what is happening to cause the crash. > > Also, here at least, I have /run/dhcpcd/ with its subdirectories as well as > /run/dhcpcd-enp11s0.pid both owned by root:root, but this is a laptop and the > dhcpcd is launched by ifplugd. This isn't dhcpcd (the client), it's dhcpd (the server), and the problem is, it's *not* crashing. It's running fine, and the service logs have nothing unusual in them. It's only rc-status that seems to be confused. --Mike