Displaying 3 results from an estimated 3 matches for "004117".
2009 Apr 10
1
[PATCH 1/1] OCFS2: add NFS Sync lock type string.
The lock type string for NFS Sync lock is missing from the last patch
http://oss.oracle.com/pipermail/ocfs2-devel/2009-March/004117.html
This patch is to add the lock type string.
This patch also applies to 1.4 git.
Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com>
--
diff --git a/fs/ocfs2/ocfs2_lockid.h b/fs/ocfs2/ocfs2_lockid.h
index a53ce87..e95cc7b 100644
--- a/fs/ocfs2/ocfs2_lockid.h
+++ b/fs/ocfs2/ocfs2_lo...
2006 Nov 20
1
cache_key assertion error 1.0.beta8
...ting this error:
dovecot: [ID 107833 mail.error] auth(default): file passdb.c: line 178
(passdb_init): assertion failed: (passdb->passdb->default_pass_scheme !=
NULL || passdb->passdb->cache_key == NULL)
A google search turns up
<http://www.dovecot.org/list/dovecot-cvs/2005-March/004117.html>
which looks approx like this except the assertion above is in passdb.c.
Anyway, is this a known problem in 1.0.beta8? I've been reluctant to
upgrade to the rc's due to all the problems.
-frank
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI.
Something wrong in the way Rails is trying to process paths from the
WEBrick server. If I try to send in http://localhost:3000/recipes/new,
WEBrick is interpreting /new as my controller, instead of my action.