From owner-freebsd-bugs@freebsd.org Tue Mar 8 15:38:29 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48B43AC35F6 for ; Tue, 8 Mar 2016 15:38:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E054C26 for ; Tue, 8 Mar 2016 15:38:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u28FcSAM097458 for ; Tue, 8 Mar 2016 15:38:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 207811] service -e doesn't show all enabled services Date: Tue, 08 Mar 2016 15:38:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: 000.fbsd@quip.cz X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 15:38:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207811 Bug ID: 207811 Summary: service -e doesn't show all enabled services Product: Base System Version: 10.2-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: 000.fbsd@quip.cz CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org I have seen this few times before on another machines. This time I came to = file a PR for it. I have isc-dhcp41-server-4.1.e_10,2 installed and enabled in rc.conf but service -e doesn't show it: root@xyza ~/# service -e | grep local /usr/local/etc/rc.d/proftpd /usr/local/etc/rc.d/smartd /usr/local/etc/rc.d/rsyncd /usr/local/etc/rc.d/amavis-p0fanalyzer /usr/local/etc/rc.d/mysql-server /usr/local/etc/rc.d/amavisd /usr/local/etc/rc.d/courier-authdaemond /usr/local/etc/rc.d/postfix /usr/local/etc/rc.d/courier-imap-pop3d-ssl /usr/local/etc/rc.d/courier-imap-pop3d /usr/local/etc/rc.d/courier-imap-imapd-ssl /usr/local/etc/rc.d/courier-imap-imapd /usr/local/etc/rc.d/bsdstats /usr/local/etc/rc.d/apache24 The rc file is there root@xyza ~/# /usr/local/etc/rc.d/isc-dhcpd Usage: /usr/local/etc/rc.d/isc-dhcpd [fast|force|one|quiet](start|stop|restart|rcvar|enabled|uninstall|configtes= t|status|poll) It can be started, I can request status etc. root@xyza ~/# service isc-dhcpd start Starting dhcpd. root@xyza ~/# service isc-dhcpd status dhcpd is running as pid 74802. rc.conf contains these lines ## ISC-DHCPd dhcpd_enable=3D"YES" dhcpd_flags=3D"-q" dhcpd_ifaces=3D"nfe0" dhcpd_chroot_enable=3D"YES" All listed services on this machine root@xyza ~/# service -e /etc/rc.d/hostid /etc/rc.d/hostid_save /etc/rc.d/cleanvar /etc/rc.d/ip6addrctl /etc/rc.d/devd /etc/rc.d/pf /etc/rc.d/newsyslog /etc/rc.d/syslogd /etc/rc.d/ntpdate /etc/rc.d/nfsclient /etc/rc.d/dmesg /etc/rc.d/virecover /etc/rc.d/motd /etc/rc.d/ntpd /usr/local/etc/rc.d/proftpd /etc/rc.d/sshd /usr/local/etc/rc.d/smartd /usr/local/etc/rc.d/rsyncd /usr/local/etc/rc.d/amavis-p0fanalyzer /usr/local/etc/rc.d/mysql-server /usr/local/etc/rc.d/amavisd /usr/local/etc/rc.d/courier-authdaemond /usr/local/etc/rc.d/postfix /etc/rc.d/bsnmpd /usr/local/etc/rc.d/courier-imap-pop3d-ssl /usr/local/etc/rc.d/courier-imap-pop3d /usr/local/etc/rc.d/courier-imap-imapd-ssl /usr/local/etc/rc.d/courier-imap-imapd /usr/local/etc/rc.d/bsdstats /usr/local/etc/rc.d/apache24 /etc/rc.d/cron /etc/rc.d/jail /etc/rc.d/mixer /etc/rc.d/gptboot /etc/rc.d/bgfsck root@xyza ~/# uname -srmi FreeBSD 10.2-RELEASE-p10 amd64 GENERIC I don't know why some services (isc-dhcpd in this case) are not shown. How can I track it down? --=20 You are receiving this mail because: You are the assignee for the bug.=