1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] [92] - deploy catdap ( 1st try )
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B92%5D%20-%20deploy%20catdap%20%28%201st%20try%20%29&In-Reply-To=%3C201011051352.16171.bgmilne%40multilinks.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000224.html">
<LINK REL="Next" HREF="000244.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [92] - deploy catdap ( 1st try )</H1>
<B>Buchan Milne</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B92%5D%20-%20deploy%20catdap%20%28%201st%20try%20%29&In-Reply-To=%3C201011051352.16171.bgmilne%40multilinks.com%3E"
TITLE="[Mageia-sysadm] [92] - deploy catdap ( 1st try )">bgmilne at multilinks.com
</A><BR>
<I>Fri Nov 5 13:52:16 CET 2010</I>
<P><UL>
<LI>Previous message: <A HREF="000224.html">[Mageia-sysadm] [92] - deploy catdap ( 1st try )
</A></li>
<LI>Next message: <A HREF="000244.html">[Mageia-sysadm] [92] - deploy catdap ( 1st try )
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#269">[ date ]</a>
<a href="thread.html#269">[ thread ]</a>
<a href="subject.html#269">[ subject ]</a>
<a href="author.html#269">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Thursday, 4 November 2010 20:14:35 Olivier Thauvin wrote:
><i> * Michael Scherer (<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">misc at zarb.org</A>) wrote:
</I>><i> > Le jeudi 04 novembre 2010 à 17:58 +0100, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A> a écrit :
</I>><i> > > Revision: 92
</I>><i> > > Author: misc
</I>><i> > > Date: 2010-11-04 17:58:53 +0100 (Thu, 04 Nov 2010)
</I>><i> > > Log Message:
</I>><i> > > -----------
</I>><i> > > - deploy catdap ( 1st try )
</I>><i> >
</I>><i> > - maybe backport one of the requires on 2010.1,
</I>><i> > ( perl-Catalyst-P-S-Store-File )
</I>
?
$ rpm -q --whatprovides "perl(Catalyst::Plugin::Session::Store::File)"
perl-Catalyst-Plugin-Session-Store-File-0.180.0-1mdv2010.1
Or do you mean it is not available on 2010.0?
><i> If it cause issue, it can be replaced by
</I>><i> perl-Catalyst-P-S-Store-FastMap, the one I am using for mga-mirrors.
</I>
Yes, would work fine.
There is also Plugin::Session::Store::DBIC, which would allow sessions to
persist across multiple frontend servers ... but catdap sessions should not
persist for long, catdap should not get that many hits.
BTW., we should add a cron job to clean /tmp/catdap/session/data/. I will add
it to the future package.
><i> > - translate it ( I will do my part for french and review the missing
</I>><i> > string, like I did for epoll, and try to convince translator later )
</I>><i> >
</I>><i> > - fix some css issue ( rda will be looking at it ), and later provides a
</I>><i> > better one.
</I>><i> >
</I>><i> > - test fully and announce it
</I>
If testing doesn't include all "real" contributors, we should announce it
first to them, ensure most are registered, to provide some final testing etc.
><i> > Maybe Buchan also have a TODO list of the needed features ?
</I>
I will make a list shortly ... I still may need to finalise some ACLs to get
all existing features working.
BTW, with the last few changes I made via puppet, the application is working,
self-registration works. If you don't yet have an account in LDAP, please
register ...
Regards,
Buchan
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000224.html">[Mageia-sysadm] [92] - deploy catdap ( 1st try )
</A></li>
<LI>Next message: <A HREF="000244.html">[Mageia-sysadm] [92] - deploy catdap ( 1st try )
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#269">[ date ]</a>
<a href="thread.html#269">[ thread ]</a>
<a href="subject.html#269">[ subject ]</a>
<a href="author.html#269">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|