Hi Balbir, Balbir Singh wrote: >> I am testing libcgroup on x86_64 fedora11 alpha. >> I found that 'cgred' service does not work, because it fails on >> the following check. >> >> /etc/init.d/cgred: >> 41 # Sanity checks >> 42 [ -x $CGRED_BIN ] || exit 1 >> >> $CGRED_BIN is the full path of 'cgrulesengd' command, and it is >> "/usr/bin/cgrulesengd" in /etc/init.d/cgred. But 'cgrulesengd' >> command is installed to >> (by rpm command) : /sbin/cgrulesengd >> (by make install): /usr/local/sbin/cgrulesengd >> So they do not match. >> >> What am I doing wrong ? >> > > Could you please try with ./configure --prefix=/usr. /sbin/cgrulesengd > looks like a recent changed. Jan, Dhaval? The scripts need to be > updated as well.
Thank you for your response. I tried with ./configure --prefix=/usr and 'cgrulesengd' command was installed into /usr/sbin by `make install`. They do not match still. /usr/bin/cgrulesengd : in /etc/init.d/cgred /usr/sbin/cgrulesengd : ./configure --prefix=/usr Should /etc/init.d/cgred be changed ? Thanks Ken'ichi Ohmichi ------------------------------------------------------------------------------ _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
