Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 13:03:00 -0700
From:      Sean Bruno <sbruno@ignoranthack.me>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        freebsd-current <freebsd-current@FreeBSD.org>
Subject:   Re: New spam on all my current machine consoles
Message-ID:  <1410897780.1166.4.camel@bruno>
In-Reply-To: <20140916192745.GA2737@kib.kiev.ua>
References:  <1410892815.1106.0.camel@bruno> <20140916185758.GZ2737@kib.kiev.ua> <1410894534.1166.3.camel@bruno> <20140916192745.GA2737@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2014-09-16 at 22:27 +0300, Konstantin Belousov wrote:
> On Tue, Sep 16, 2014 at 12:08:54PM -0700, Sean Bruno wrote:
> > 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?
> Yes, assuming it indeed solves the issue.
> 
> 
> > 
> > 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.	    ##
> > 


Hopefully, I didn't make things worse?

https://svnweb.freebsd.org/base?view=revision&revision=271688

sean




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1410897780.1166.4.camel>