Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xenbackendd not set up properly



etc/rc.conf
#       $NetBSD: rc.conf,v 1.96 2000/10/14 17:01:29 wiz Exp $
#
# see rc.conf(5) for more information.
#
# Use program=YES to enable program, NO to disable it. program_flags are
# passed to the program on the command line.
#

# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
# These can be overridden below.
#
if [ -r /etc/defaults/rc.conf ]; then
        . /etc/defaults/rc.conf
fi

# If this is not set to YES, the system will drop into single-user mode.
#
rc_configured=YES

# Add local overrides below
#
hostname=logos
dhclient=YES
dhclient_flags="rtk0"
wscons=YES
xend=YES
xendbackendd=YES

Yes, there was a B, at the begining of the file. Here's my xenbackendd script
# cat /etc/rc.d/xenbackendd
#!/bin/sh
#
# $NetBSD: xenbackendd.sh,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
#

# PROVIDE: xenbackendd
# REQUIRE: xend

$_rc_subr_loaded . /etc/rc.subr

name="xenbackendd"
rcvar=$name
command="/usr/pkg/sbin/${name}"
pidfile="/var/run/${name}.pid"

load_rc_config $name
run_rc_command "$1"



On Tue, Sep 2, 2008 at 7:59 PM, Quentin Garnier <cube%cubidou.net@localhost> 
wrote:
> On Tue, Sep 02, 2008 at 07:54:46PM -0700, Michael Litchard wrote:
>> I get the following message when starting up my dom0
>> Sep  2 00:23:28 logos michael: /etc/rc.d/xenbackendd: WARNING: $xenbackendd 
>> is n
>> ot set properly - see rc.conf(5).
>> Sep  2 00:28:41 logos michael: /etc/rc.d/xenbackendd: WARNING: $xenbackendd 
>> is n
>> ot set properly - see rc.conf(5).
>> Sep  2 00:29:16 logos last message repeated 2 times
>>
>> I'm using xen 3.3
>> and this is my -current build
>> NetBSD logos 4.99.72 NetBSD 4.99.72 (XEN3_DOM0) #0: Thu Aug 28
>> 18:45:42 PDT 2008
>> builds@wb28:/home/builds/ab/HEAD/amd64/200808280002Z-obj/home/builds/ab/HEAD/src/sys/arch/amd64/compile/XEN3_DOM0
>> amd64
>>
>> also when I try to run xenbackendd manually, I see this error
>>
>> # /etc/rc.d/xenbackendd start
>> B: not found
>> /etc/rc.d/xenbackendd: WARNING: $xenbackendd is not set properly - see 
>> rc.conf(5
>> ).
>>
>> I notice B: not found coming up during shutdown, but I decided to
>> ignore it until the time came where I thought it may be relevant to
>> something important.
>>
>> I looked at at the man page for rc.conf (section 5), as the error
>> message suggested but could not find anything that looked relevant.
>> Hints?
>
> What's in your rc.conf?  What's the contents of /etc/rc.d/xenbackendd?
>
> --
> Quentin Garnier - cube%cubidou.net@localhost - cube%NetBSD.org@localhost
> "See the look on my face from staying too long in one place
> [...] every time the morning breaks I know I'm closer to falling"
> KT Tunstall, Saving My Face, Drastic Fantastic, 2007.
>


Home | Main Index | Thread Index | Old Index