Jérémy Lecour

Results 17 comments of Jérémy Lecour
trafficstars

Hi, I have a similar problem with Passenger + Chruby, but installed as "normally" (not server-wide). I'm on Mac OS X 10.9, with Passenger 4.0.53 and Chruby 0.3.8. My nginx.conf...

The munin user can read the configuration file, but not the external file. That is the problem setting 0400 won't help fix. If there is ever a security bug in...

In fact, I git it to work without repeating the password, like this : ``` [mysql*] user root env.mysqlopts --defaults-file=/etc/mysql/debian.cnf env.mysqluser debian-sys-maint env.mysqlconnection DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf ``` NB : it's a Debian...

@tianon It's a detail, but he correct command is `db.serverStatus()["locks"]`. Otherwise, I get this : ``` > db.getServerStatus()["locks"] Thu Nov 8 17:38:10 TypeError: db.getServerStatus is not a function (shell):1 ```

My bad, I didn't see that the function was from the script, not from MongoDB itself. Sorry for the n00b noise.

I've tried this patch, and I get a growing value, always > 1.0 which doesn't look like a percentage.

This is indeed was I was thinking about.

As we are preparing for the upcoming Debian 12 release, we move our Ansible code base to deb822 format. I don't know what I can do to help, but I'm...

Hi @jcamiel, and thanks for the quick response. I'm glad to be able to add something, even as a newcomer. Using low-level concepts like filters is a great way to...

Hi. I've followed this issue and was wondering what the next step would be. Is there a simple way to test before the release (I haven't looked at how to...