Displaying 4 results from an estimated 4 matches for "lf3".
Did you mean:
lf
2007 Apr 17
5
Session problem mongrel behind Apache proxy
Hi,
I''ve configured mongrel_clusters behind an Apache 2.2 proxy using
named virtual host. Session are saved as ActiveRecordSession. But the
cookies created on client side doesn''t correspond to session data
saved in database (keys are different). The RoR app react just like
it doesn''t have a session at all.
If I don''t use Apache as a proxy/load balancer
2005 Feb 19
0
[PATCH] check read/write return values
...}
}
/**
--- xen-unstable/tools/python/xen/lowlevel/xc/xc.c.warn 2005-02-19 13:10:45.558410335 -0500
+++ xen-unstable/tools/python/xen/lowlevel/xc/xc.c 2005-02-19 14:21:19.323167162 -0500
@@ -461,8 +461,10 @@ static PyObject *pyxc_vmx_build(PyObject
sf2 = PyString_AsString(f2);
lf3 = PyLong_AsLong(f3);
lf4 = PyLong_AsLong(f4);
- sscanf(sf1, "%lx", &lf1);
- sscanf(sf2, "%lx", &lf2);
+ if (sscanf(sf1, "%lx", &lf1) != 1)
+ return NULL;
+ if (sscanf(sf2, "%lx", &lf2) != 1)
+ return NULL;...
2014 Oct 03
1
Problem with dovecot-managesieved and sieve scripts in mysql
...l
}
service managesieve-login {
inet_listener sieve {
address = xxxxxxx
port = 4190
}
}
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
unix_listener quota-warning {
user = vmail
}
user = dovecot
}
ssl_cert = </etc/ssl/certs/smtp.lf3.cuni.cz.pem
ssl_key = </etc/ssl/private/serverkeynopass.pem
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lmtp {
mail_plugins = " mail_log notify acl quota sieve"
}
protocol lda {
mail_plugins = " mail_log notify acl quota sieve acl&qu...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking