Gentoo Archives: gentoo-user

From: Mike Edenfield <kutulu@××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] dhcpd always shows "crashed" even though it's running
Date: Fri, 04 Sep 2015 00:09:45
Message-Id: 55E8E11E.5030103@kutulu.org
1 For some reason, whenever I check the status of my startup scripts,
2 dhcpd registers as "crashed". However, dhcpd is up and running and
3 working fine. Normally I don't worry about it, but on those occasions
4 where dhcpd does stop working, it's hard to tell if it's "fixed" or not.
5
6 What makes rc-status think something is crashed, and how can I fix this?
7
8 basement log # rc-status -v | grep crashed
9 dhcpd [ crashed ]
10 basement log # ps aux | grep dhcpd
11 root 2214 0.0 0.0 8268 876 pts/0 S+ 19:47 0:00 grep
12 --colour=auto dhcpd
13 dhcp 2648 0.0 0.6 30028 12136 ? Ss Aug29 0:00
14 /usr/sbin/dhcpd -cf /etc/dhcp/dhcpd.conf -q -pf /var/run/dhcp/dhcpd.pid
15 -lf /var/lib/dhcp/dhcpd.leases -user dhcp -group dhcp -chroot
16 /chroot/dhcp enp0s7

Replies

Subject Author
Re: [gentoo-user] dhcpd always shows "crashed" even though it's running Fernando Rodriguez <frodriguez.developer@×××××××.com>
Re: [gentoo-user] dhcpd always shows "crashed" even though it's running Rich Freeman <rich0@g.o>