Ujash Joshi
2013-Jul-18 19:56 UTC
[BUG] xencommons fails to start xenstored Xen 4.3 release
Line 84 for /etc/init.d/xencommons in the Release-4.3.0 fails to start xenstored Line 84 should read as follows: $XENSTORED_ROOTDIR/$XENSTORED --pid-file /var/run/xenstored.pid $XENSTORED_ARGS instead of: $XENSTORED --pid-file /var/run/xenstored.pid $XENSTORED_ARGS Also the default path for xenstored in this release has changed to /usr/local/sbin and should be updated. Line 79 should read: test -z "$XENSTORED_ROOTDIR" && XENSTORED_ROOTDIR="/usr/local/sbin" _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Ian Campbell
2013-Jul-19 09:34 UTC
Re: [BUG] xencommons fails to start xenstored Xen 4.3 release
On Thu, 2013-07-18 at 15:56 -0400, Ujash Joshi wrote:> Line 84 for /etc/init.d/xencommons in the Release-4.3.0 fails to start > xenstored > > > Line 84 should read as follows: > > $XENSTORED_ROOTDIR/$XENSTORED --pid-file /var/run/xenstored.pid > $XENSTORED_ARGSIn Xen 4.3 this is already correctly using ${SBIN_DIR}. Perhaps you forgot to update your initscripts? XENSTORED_ROOTDIR is the directory containing the TDB database, and not the xenstored binary. /var/lib/xenstored remains correct for this. Ian.