1,697 reputation
159
bio website
location
age
visits member for 2 years, 5 months
seen May 7 at 22:14
stats profile views 87

May
7
comment mysql 5.5 myisam db tunning
Can you send over the queries that cause the table lock ? Also during a lock can you send the status of the server ?
Apr
21
comment PHP FPM gives permission denied?
also look that all directories in your home ... see serverfault.com/questions/170192/…
Apr
21
comment PHP FPM gives permission denied?
try to see if you can read the socket as ec2-user: sudo su - ec2-user -c "socat unix:/tmp/php-fpm.sock -"
Apr
21
comment PHP FPM gives permission denied?
send the output from the command mount
Apr
20
comment PHP FPM gives permission denied?
your socket from log file is /tmp/php-fpm.sock but you changed /var/lib/nginx/tmp - did you do chroot in nginx ?
Apr
20
comment PHP FPM gives permission denied?
is selinux enabled ? run getenforce or cat /selinux/enforce if is not 0 is enabled
Apr
20
comment What causes my new web server to delay its response?
Is the name lookup on into your apache config ?
Mar
17
comment Do I need to install Thrift on both my servers (Application/DB)?
because it builds the thrift modules - if you just need the driver look at the client options - wiki.apache.org/cassandra/ClientOptions06
Mar
13
comment Need puppet server sizing and scale limits
I would say Chef has the momentum now ...
Mar
12
comment Sendmail incoming mail does not go to the user inbox
mailq what does it say ?
Feb
15
comment emulate fabric/capistrano with puppet or chef
thanks - yes this is what i'm using!
Dec
7
comment How to generate customized sudoers files in puppet depending on the environment they're deployed to?
make something that can be included by all systems - let's call it base so class base { @user { sysadmin: ensure => present } } and then on the systems where you want to include this you just 'realize' it as class admins { include base; User <| title == sysadmin |> } - there is also a function called realize that behaves a bit different. For the systems where you want the database users you proceed the same - include base and if you want to 'realize' the user you just use the above example - Basically what virtual resources give is the ability to include the resource on multiple hosts.
May
11
comment CentOS 6 - Make system aware of custom lib paths and missing base links
you need to tell where the source files are - not the so lib files. into your script you see that event.h - tell to configure where the you put that file (the directory)
May
11
comment lighttpd on Fedora permission issues
can you post your lighthttpd.conf file ?
May
11
comment 256MB VPS on XEN
openvz is lightweight as it doesn't do real virtualization as xen - however on some cases xen is very fast as well (with the newwest drivers etc is quite fast) but depends by provider. it depends as well what do you mean by performance ... memory (xen) is better as you have preallocated.
Aug
15
comment emulate fabric/capistrano with puppet or chef
does mcollective needs an activemq server (this is what is written into their getting started) ?
Jul
14
comment DNS error from a web site hosted in a VM
then use telnet my.host.configured.into.etc.hosts port (this will validate the /etc/hosts host) - i understand your point about ping but ping does just half of job ...
Jun
16
comment VPS exceedingly slow, /proc/meminfo looks suspicious
what type of vps is ? xen, openvz ?
Jun
11
comment CentOS 5.5 needs xenblk.ko, what's the easy way?
uname -r will show what ?
May
25
comment How to load balance > C100K?
have two or more load balancers handling the traffic, these can as well be mixed with dns round robin