New spam on all my current machine consoles

Sean Bruno sbruno at ignoranthack.me
Tue Sep 16 19:08:56 UTC 2014


On Tue, 2014-09-16 at 21:57 +0300, Konstantin Belousov wrote:
> On Tue, Sep 16, 2014 at 11:40:15AM -0700, Sean Bruno wrote:
> > HV_KVP: open /dev/hv_kvp_dev failed; error: 2 No such file or directory
> > 
> > I assume that there is missing error handling in or logic here somewhere
> > as every one of my machines is spamming my consoles on startup with this
> > new message.
> 
> This is after r271493.  The hv_kvpd lacks 'NO' entry
> in the /etc/defaults/rc.conf.

Right, something like this should be added?

Index: rc.conf
===================================================================
--- rc.conf	(revision 271679)
+++ rc.conf	(working copy)
@@ -684,6 +684,8 @@
 jail_parallel_start="NO"	# Start jails in the background
 jail_list=""		# Space separated list of names of jails
 
+hv_kvpd_enable="NO"	# Start the Hyper-V key-value Pair Driver hv_kvp(4)
+
 ##############################################################
 ### Define source_rc_confs, the mechanism used by /etc/rc.* ##
 ### scripts to source rc_conf_files overrides safely.	    ##




More information about the freebsd-current mailing list