[Citadel Development] (no subject)

2008-01-26 Thread davew
Wed Jan 23 2008 23:33:40 EST from IGnatius T [EMAIL PROTECTED] davew: there's a problem with the new code that purges users during shutdown. Ithink it has something to do with the fact that the thread doing the shutdown ismissing some thread-specific variables, and therefore the MYTID macro

[Citadel Development] (no subject)

2008-01-26 Thread IO ERROR
Hey, did somebody forget to check something in? I can't find any file containing definitions for these: user_ops.c: In function bsession_startupb: user_ops.c:546: error: bVIEW_MAILBOXb undeclared (first use in this function) user_ops.c:546: error: (Each undeclared identifier is

[Citadel Development] (no subject)

2008-01-26 Thread IGnatius T Foobar
That's definitely the case, and we should make sure that we fail during configure time in that case.

[Citadel Development] Citadel commit log: revision 5982

2008-01-26 Thread davew
r5982 | davew | 2008-01-26 13:57:31 -0500 (Sat, 26 Jan 2008) | 3 lines Changed paths: M /trunk/citadel/user_ops.c Fix the segault on server shutdown that crept in when we decided to purge users at logout.

[Citadel Development] (no subject)

2008-01-26 Thread IO ERROR
Stating the obvious, but you did do make install didn't you? Doh! Sometimes you do have to state the obvious. NOW it works.

[Citadel Development] Citadel commit log: revision 5983

2008-01-26 Thread dothebart
r5983 | dothebart | 2008-01-26 18:57:07 -0500 (Sat, 26 Jan 2008) | 2 lines Changed paths: M /trunk/citadel/debian/citadel.init M /trunk/citadel/setup.c * restart by doing 'sendcommand down 1' which will make citserver

[Citadel Development] Citadel commit log: revision 5985

2008-01-26 Thread dothebart
r5985 | dothebart | 2008-01-26 19:31:44 -0500 (Sat, 26 Jan 2008) | 2 lines Changed paths: M /trunk/citadel/setup.c * we didn't calculate our directories in a proper sequence. fixed hereby.