Displaying 20 results from an estimated 1000 matches similar to: "failure building memcached rpm"
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
Users can now:
* Add a new storage pool.
* Delete a storage pool.
* Start and stop storage pools.
* Add a new storage volume.
* Delete a storage volume.
* List existing storage pools, with details.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 31 +++++---
nodeadmin/addpool.py | 182 ++++++++++++++++++++++++++++++++++++++++++++
2012 Feb 09
2
python26-memcached on centOS 5.5
Hi,
Is anyone here running memcached + python2.6 + django setup on a CentOS 5.5?? Am trying to set one up here and have trouble with the python26-memcached installation.
So far i have installed (via yum):
1.python26
2. python26-memcached
3. libevent
4. memcached-devel
Now when i try to run `import memcache` from the python2.6 shell i get an ImportError: No module
2009 Jul 07
1
[PATCH] Set up ovirt-agent so it starts as a daemon
This sets up ovirt-agent to start as a daemon along with dbomatic,
taskomatic etc. While this is not ready for prime time I think it
should be ok as you still require a valid, authenticated, connection
to qpidd to access it.
Signed-off-by: Ian Main <imain at redhat.com>
---
installer/modules/ovirt/manifests/ovirt.pp | 6 +++
ovirt-server.spec.in | 5 ++
2009 Jul 06
0
[PATCH node] Disables SSH by default, and allows for enabling at firstboot. rhbz#509842
Adds a new firstboot menu option for enabling/disabling SSH login.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 1 +
ovirt-node.spec.in | 3 ++
scripts/ovirt-config-enable-ssh | 46 +++++++++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+), 0 deletions(-)
create mode 100755
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
Moved the node administration elements to a separate submenu.
Created a new network administration menu.
* users can define a network
* users can create a network
* users can destroy a network
* users can undefine a network
* users can list existing networks, including details
Each new command is also available as a separate command line executable
as well.
Signed-off-by: Darryl L. Pierce
2010 May 03
2
Broken upgrade to memcached
Yum checkupdate tells me I should update memcached, that the x86_64
1.4.5-1.el5 needs an update, I go to do that, and it complains that it's
missing a dependency of libevent-1.4.so.2 (this is all 64 bit, CentOS
5.4).
Clues... or is this actually broken?
mark
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
this is cleaner and avoids rebuilding initramfs in the kickstart post
it is built with correct configuration for the node image the first
time, in kernel posttrans
---
dracut/Makefile.am | 3 +
...-3d88d27810acc7782618d67a03ff5c0e41494ca4.patch | 20 ++++++++
...-93724aa28fc20c8b7f0167201d1759b7118ba890.patch | 37 +++++++++++++++
dracut/ovirt-dracut.conf
2009 Oct 23
1
[PATCH node] Add iSCSI initiator setup option
This add an iscsi initiator name setup option to the main menu in ovirt-config-setup and can also be accessed via ovirt-config-iscsi.
Also accepts AUTO setup by running ovirt-config-iscsi AUTO and generates a random name as before
---
Makefile.am | 1 +
ovirt-node.spec.in | 3 ++
scripts/ovirt-config-boot | 4 ---
scripts/ovirt-config-iscsi | 56
2009 Jun 18
1
[PATCH node] Users can view log files on the node. bz#506289
Adds a new menu item which launches a separate script. That separate
script presents a list of log files to the user.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 1 +
ovirt-node.spec.in | 3 +++
scripts/ovirt-config-view-logs | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
2009 Aug 12
0
[PATCH node] drop collectd startup reordering hack
collectd-virt reconnect is fixed in collectd-4.5.4-2.fc11
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
Makefile.am | 1 -
ovirt-node.spec.in | 10 ----------
scripts/collectd | 1 -
3 files changed, 0 insertions(+), 12 deletions(-)
delete mode 100644 scripts/collectd
diff --git a/Makefile.am b/Makefile.am
index 0374f07..419cdf1 100644
--- a/Makefile.am
+++
2009 Sep 17
1
[PATCH server] oVirt server single network installer
Updates the installer to handle the scenario in which the guest and
admin networks are the same by using an alternative httpd conf.
Verified to work (eg oVirt managed vms are bootable) on the
oVirt appliance so far.
---
conf/ovirt-server.conf | 88 --------------------
installer/bin/ovirt-installer | 11 +--
2011 Sep 12
1
[PATCH node] handle list of variables to ignore
rhbz#723115
Signed-off-by: Mike Burns <mburns at redhat.com>
---
ovirt-node.spec.in | 4 ++++
scripts/ovirt-early | 6 +++++-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 2d8a4bf..8321ba7 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -180,6 +180,9 @@ echo "# File where default configuration is
2010 Mar 03
2
Memcached: "no such file to load -- memcache-client" when running script/console
Hi folks. I''ve started down the memcached path and everything was
running grand until I decided to start up my console. I have manually
installed libevent 1.4.13 and memcached 1.4.4 into /usr/local,
following which I sudo gem installed memcache-client and SystemTimer.
development.rb has been modified to do caching with the
mem_cache_store.
The memcached process seems to work and my
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
define domain -> add virtual machine (addvm)
undefine domain -> remove virtual machine (rmvm)
create domain -> start virtual machine (startvm)
destroy domain -> stop virtual machine (stopvm)
list domains -> list virtual machiens (listvms)
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 8 +-
nodeadmin/adddomain.py |
2009 Aug 11
1
[PATCH node] Added support for remote logging with rsyslog-gssapi to node. NOTE: Needs selinux to be set to permissive (setenforce 0) to work.
TODO: Fix selinux :P
---
Makefile.am | 1 +
ovirt-node.spec.in | 3 ++
scripts/ovirt | 3 ++
scripts/ovirt-managed-rsyslog | 72 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 79 insertions(+), 0 deletions(-)
create mode 100755 scripts/ovirt-managed-rsyslog
diff --git a/Makefile.am b/Makefile.am
index 0374f07..5201a79 100644
2015 Mar 18
0
multiple memcached buckets in CentOS 7
>
>
> Now, under CentOS 7, I see we have two files controlling memcached under
> the new sysctl system. At least, using sysctl is new to me!
>
> I see we have this file:
>
> [root at web1:~] #cat /usr/lib/systemd/system/memcached.service
> [Unit]
> Description=Memcached
> Before=httpd.service
> After=network.target
>
> [Service]
> Type=simple
>
2013 Feb 14
0
Installing SOGo on Centos 5
Hello,
I was following directions at:
http://www.sogo.nu/english/support/faq/article/how-to-install-sogo-and-sope-through-yum-1.html
to install SOGo on CentOS 5.9 and, noticing that among the dependencies
is memcached and rpmforge includes a much more recent version than EPEL,
I preferred rpmforge and therefore I set a higher priority for rpmforge
repo (see below).
[Note: I guess I could have
2015 Mar 18
1
multiple memcached buckets in CentOS 7
Hi Alberto,
With systemd it will be as easy as creating additional unit files ( one for
> each memcached instance) with its corresponding config file. That should
> allow to stop / start / restart each memcache instance individually while
> also being systemd compliant.
Thanks for the info and for the examples. It really does make sense the way
you explain it. Thanks for letting me
2009 Sep 19
0
memcached-1.4.1 and C4
Hi,
Is there someone successfully running memcached-1.4.1 on Centos 4 with
centosplus php? I'm trying to use memcached under Centos 4. I can set
values fine but
'get' returns:
[root at rakosnicek eshop]# php d.php
PHP Warning: Memcached::get(): bad type specifier while parsing
parameters in /var/www/d.php on line 6
NULL
string(7) "SUCCESS"
array(1) {
2015 Mar 18
2
multiple memcached buckets in CentOS 7
Hey guys,
OK so I'm pretty familiar with how to edit an init script for memcached so
that I can get multiple memcached 'buckets' when starting up the service.
The init script would ususally have multiple lines such as these under the
start function:
# cache_block
/usr/local/bin/memcached -d -m 128 -l `hostname -i` -p 11318 -u
daemon -c 8172 -v 2>> /tmp/memcached.log