Displaying 20 results from an estimated 6000 matches similar to: "Call for Alpha Users - CloudCache.net"
2009 May 11
0
CloudCache for Ruby on Rails
Quetzall.com is pleased to announce CloudCache for Ruby on Rails,
implementing the ActiveSupport::Cache interface. The gem is open source
(Apache License version 2.0) and is available at
http://code.google.com/p/cloudcache-ruby/ .
Steps to install and use:
1. gem install cloud_cache activesupport right_aws uuidtools
2. Sign up for the service at http://quetzall.com - note the Quetzall
2010 Nov 02
0
tagged not working ?
Hello
For some reason I do not seems to be able to get ''tag'' working...
env : EC2 Ubuntu, puppet version 2.6.1 (client and puppetmaster)
example of my nodes.pp file
class puppet_tagged {
if tagged("fly-puppet") {
file { "/tmp/fly_puppet_server":
ensure => "present",
mode
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
>
2014 Aug 19
0
failure building memcached rpm
Hi all,
I need to install the latest memcached version (1.4.20) on a number of
machines in this environment. There are only rpm's of this app for RHEL 6.
But we need to install the latest memcached on a number of RHEL 5 machines.
To be specific, they are OEL 5.7 hosts.
I've installed all of the developers tools that I would need.
But when I go to build the RPM I am getting the
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
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
2009 Aug 06
1
Separate App an DB servers , Scabality and rails
Hi , what will be if my site traffic became huge , can i separate db
server and add 3 or more app server using rails framework. i think
designing my site using rails and put it in EC2 servers. what do you
think about this system? Will be work or not?
2015 May 24
2
specify port on check_memcached.pl
Hey guys,
I'm trying use check_memcached.pl to monitor a couple of memcached services
running on two ports.
I have my command definition setup like this:
# 'check_memcached' command definition
define command {
command_name check_memcached
command_line $USER1$/check_memcached.pl -H $HOSTADDRESS$ -p $ARG1$
}
And I have my service definitions setup like this:
# Define a
2011 Jul 20
0
parameters in a string for ENC
I am hoping that someone could post a working example of how they use a ''define'' has in a parameter string because I have been working on this for days to no avail (and googling & checking documentation on puppet & foreman sites.
What I am trying to accomplish is to define things within foreman ENC and duplicate the functionality I can get from just using node
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) {
2008 Feb 29
0
Seeking Validation - search web service using memcached
Hi,
I''m looking for some validation for some work I''ve done for a client, and
I''m open to criticism ("mock me" ? ;^), relevant awareness of similar
projects, and alternatives.
When I looked around in about September 2007 for a good scalable search
solution for Ruby on Rails, I found the choices lacking. Firstly, none of
the solutions seemed to have an option
2016 Nov 28
0
CESA-2016:2820 Important CentOS 6 memcached Security Update
CentOS Errata and Security Advisory 2016:2820 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2820.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
35812c96c050584a93071cfa04f37afef8d1885a580855d3356db301f6cd87e4 memcached-1.4.4-3.el6_8.1.i686.rpm
2016 Nov 29
0
CentOS-announce Digest, Vol 141, Issue 5
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2006 Oct 04
2
Capistrano fails to restart Memcached service
Hi.
I am using Capistrano for my webapp and after deploy I need to restart
memcached service. I am trying to do it with
sudo "/etc/init.d/memcached restart"
But it does not do it, even if memcached service existed - after
deployment memcached service is off.
I did some researching and added
run "sleep 40"
right after sudo command and found that service process existed
2013 Dec 23
0
[help]how to config the dovecot authentication by the other servers
hi
i am the postfix+dovecot.for example,there are three servers:
server 1 for postfix
server 2 for dovecot
server 3 for auth server
how could i let the dovecot(2.29) authenticated by the other servers?
i config the postfix auth-type to dovecot.how could i config the
dovecot authenticated by the server 3 with tcp/ip socket?or is there are any
samples?i have found
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
2006 Mar 01
4
cached_model and memcache-client slowness
Hi there,
I''ve got a Rails app that''s a little unusual in that it maintains a
database representation of a filesystem (for an image gallery). Thus, if
the filesystem is essentially ''out of date'' then the controller''s list
action will end up invoking a model update (which involves a filesystem
scan).
I''m using sqlite3 as this app will be
2020 Jun 27
0
[centos/centos.org] branch master updated: Updated page for AWS AMI images ID and link
This is an automated email from the git hooks/post-receive script.
arrfab pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new 34ad21c Updated page for AWS AMI images ID and link
34ad21c is described below
commit 34ad21c7bdf8b4190fed5ab9facc149199598da2
Author: Fabian Arrotin <arrfab at
2009 Feb 18
4
expire_fragment with memcached
Hello all,
We know that memcached or memcached-client doesn''t support regex... But
It seems it doesn''t support expire_fragment either :/
I''m trying to use expire_fragment with memcached as following :
expire_fragment(:controller => ''home'', :action => :list_posts)
But apparently it''s not supported by memcached :
RuntimeError (Not
2020 Nov 12
0
[centos/centos.org] branch master updated: Reflected new 7.9.2009 release and updated AMI IDs for AWS
This is an automated email from the git hooks/post-receive script.
arrfab pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new d2b87a3 Reflected new 7.9.2009 release and updated AMI IDs for AWS
d2b87a3 is described below
commit d2b87a32dda9b2e3b16ad2a55343ae63d000a64d
Author: Fabian Arrotin <arrfab