Date: Sun, 21 Feb 2016 11:06:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 206511] 'service -e' generates warnings in /var/log/user.log Message-ID: <bug-206511-8-z6GYeVLSg2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-206511-8@https.bugs.freebsd.org/bugzilla/> References: <bug-206511-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206511 --- Comment #2 from p5B2E9A8F@t-online.de --- >These are the results of various required _enable settings missing (or not set >to YES or NO) from /etc/defaults/rc.conf and /etc/rc.conf{,.local}. In rc.conf there need to be settings different from default. There is no need for explicit setting "NO" and there should be none. A utility like service should not generate false warnings. This is extremely disturbant because administrators try to hunt down those warnings and start a time consuming research, as these entries occur by random on the first look. Warnings in logfiles should not be misleading and they should not be false warnings. If this is true services does a poor job and this is a bug. services uses function checkyesno of /etc/rc.subr which issues the warning but on different prerequisite. Obviously service needs its own function for its purpose. >The one that doesn't name a setting is particularly worrisome. Well this most probably is caused by the same problem. This is worrisome and points to a buggy implementation of service because it does not reveal the filename of the tested file. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206511-8-z6GYeVLSg2>
