Displaying 5 results from an estimated 5 matches for "no_nscd".
2010 Mar 26
0
[PATCH] Moves building ovirt-node-image.iso into the ovirt-node repo.
...E)")
+NODE_TMP = $(OVIRT_CACHE_DIR)/$(PACKAGE)-$(ARCH)-tmp
+SRC_KS = $(NODE_TMP)/src.ks
+NODE_KS = $(NODE_TMP)/node.ks
+
+all: $(PACKAGE).$(PKG_FMT)
+
+keys:
+ if [ "$(_ovirt_dev)" = 1 -a -f $(AUTH_KEYS) ]; then \
+ cp -va $(AUTH_KEYS) ovirt-authorized_keys ;\
+ fi
+
+no_nscd:
+ if pgrep -xl nscd; then \
+ echo "Please stop nscd" ;\
+ exit 1 ;\
+ fi
+
+SELINUX_ENFORCING=$(shell /usr/sbin/getenforce)
+$(NVR).$(PKG_FMT): no_nscd keys
+ mkdir -p $(NODE_TMP)
+ mkdir -p $(OVIRT_CACHE_DIR)/yum-$(ARCH)
+ ( \
+ case $(SELINUX_ENFORCING) in \
+ Enforcing)...
2010 Mar 26
1
Updated patch...
This supercedes the previous patch by incorporating feedback from pmyers
and apevec. The ISO building target is in the recipes Makefile rather
than a separate one.
2010 Mar 29
1
Refactored new patch...
This one incorporates feedback from mburns to default certain values.
2009 Sep 10
1
f11 ovirt build fails
Good morning,
I read on ovirt.org to send information about installation procedure
issues to this mailing list.
I followed ovirt building instructions but "make build" reports the following
error on fedora 11:
Error creating Live CD : Unable to download from repo : Cannot
retrieve repository metadata (repomd.xml) for repository: f11. Please
verify its path and try again
Could not
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.