The following two commits to stable/7 may be responsible for dirtying the console with messages pertaining to setting values in rc.conf. Though these messages are harmless and daemons will continue to run as normal; they should be looked into & fixed. reverting to revision 201272 of rc.subr relieves this problem. r207801 | dougb | 2010-05-08 18:15:05 -0400 (Sat, 08 May 2010) | 4 lines Changed paths: M /stable/7/etc M /stable/7/etc/rc.subr MFC r206686: Make 'stop' work even if ${name}_enable is not set. r207800 | dougb | 2010-05-08 18:13:48 -0400 (Sat, 08 May 2010) | 8 lines Changed paths: M /stable/7/etc M /stable/7/etc/rc.subr MFC r179870: Move the check for enabled knobs further down in run_rc_command() so that bogus commands cause usage information to be printed instead of diagnostics about enabling the knob. This is a prerequisite for merging r206686. Regards, -- jhell
On 05/08/10 23:07, jhell wrote:> The following two commits to stable/7 may be responsible for dirtying > the console with messages pertaining to setting values in rc.conf.I appreciate the problem report, but pasting the commit logs from commits that I actually did doesn't provide me any useful information. What WOULD be useful are examples of "dirtying the console," along with some additional information about the settings that it is complaining about. Also, did you upgrade all of /etc, do you have an /etc/defaults/rc.conf file, what are the contents of /etc/rc.conf and /etc/rc.conf.local? In my testing the changes did not produce any unexpected results, but that doesn't mean I didn't miss something. Doug
On 05/08/10 23:07, jhell wrote:> The following two commits to stable/7 may be responsible for dirtying > the console with messages pertaining to setting values in rc.conf.I found the problem, and just committed r207811 which should fix it. The issue was only relevant to booting (which I did not test) as opposed to running rc.d scripts on the command line (which I did). Sorry for the hassle, and thanks for bringing this to my attention. Doug
On 05/09/10 04:25, Doug Barton wrote:> On 05/08/10 23:07, jhell wrote: >> The following two commits to stable/7 may be responsible for dirtying >> the console with messages pertaining to setting values in rc.conf. > > I found the problem, and just committed r207811 which should fix it. The > issue was only relevant to booting (which I did not test) as opposed to > running rc.d scripts on the command line (which I did). > > Sorry for the hassle, and thanks for bringing this to my attention. > > > DougDoug, your the best! Thanks for all the work you do for FreeBSD.