2008-06-07T00:00:13  <ThomasWaldmann> you stopped apparmor via its init script?
2008-06-07T00:00:40  <gizmach> yes I stoped it
2008-06-07T00:00:42  <gizmach> yes
2008-06-07T00:00:49  <gizmach> 8.04
2008-06-07T00:03:21  <ThomasWaldmann> well, then we have the same slapd and the same config (except if you changed something in the moin tests)
2008-06-07T00:03:30  <ThomasWaldmann> ifconfig lo
2008-06-07T00:04:23  <gizmach> http://paste.pocoo.org/show/63757/
2008-06-07T00:04:24  <ThomasWaldmann> ps aux|grep slapd
2008-06-07T00:04:54  <gizmach> # ps aux|grep slapd
2008-06-07T00:04:54  <gizmach> root     12908  0.0  0.6  28256  3268 ?        Ssl  Jun06   0:00 slapd -V
2008-06-07T00:05:10  <ThomasWaldmann> and for ubuntu, you need NO changes, btw
2008-06-07T00:06:02  <ThomasWaldmann> why is that running?
2008-06-07T00:06:48  <gizmach> i dono
2008-06-07T00:07:38  <ThomasWaldmann> kill it
2008-06-07T00:08:43  <gizmach> 5passed
2008-06-07T00:08:47  <gizmach> it was my fault
2008-06-07T00:08:51  <gizmach> :))
2008-06-07T00:09:21  <gizmach> i had two ldap_testdata.py and I took from the backup the wrong one
2008-06-07T00:09:26  <gizmach> now it works
2008-06-07T00:09:27  <gizmach> :)
2008-06-07T00:09:40  <gizmach> I would kill myself now
2008-06-07T00:09:54  <TheSheep> gizmach: please don't, kill someone else
2008-06-07T00:10:11  * ThomasWaldmann .oO(Kill Bill)
2008-06-07T00:10:36  <TheSheep> preferably someone who's not a moin dev
2008-06-07T00:10:37  <ThomasWaldmann> in a yellow suite with a sword, please
2008-06-07T00:11:15  <gizmach> :D
2008-06-07T00:11:19  <dreimark> :)
2008-06-07T00:11:24  <gizmach> but it works now
2008-06-07T00:11:38  <gizmach> and yes someon shoot me next time
2008-06-07T00:11:41  <gizmach> please
2008-06-07T00:11:46  <dreimark> -d 255 is a interesting option too
2008-06-07T00:12:04  <CIA-50> MelitaMihaljevic <melita.mihaljevic@gmail.com> default * 3673:d8a7f4d06776 1.8-ldapgroups-mmihaljevic/MoinMoin/_tests/ (ldap_testbase.py ldap_testdata.py): changed ldap_testbase and ldap_data
2008-06-07T00:12:31  <gizmach> I had to I pushed wrong to db
2008-06-07T00:12:38  <gizmach> and yes e-mail
2008-06-07T00:12:51  <dreimark> ./slapd.conf: line 39: keyword <backend> must occur before any database declaration
2008-06-07T00:13:57  <ThomasWaldmann> gizmach: you still don't read your diffs before committing
2008-06-07T00:15:30  <dreimark> please test the config files for right order of statements
2008-06-07T00:15:53  <ThomasWaldmann> http://hg.moinmo.in/moin/1.8-ldapgroups-mmihaljevic/rev/84da81990d2a see conflict markers there
2008-06-07T00:17:57  <ThomasWaldmann> you have to be more careful
2008-06-07T00:18:48  <gizmach> :) ThomasWaldmann prommise will think twice before thinking
2008-06-07T00:18:51  <gizmach> dreimark: ?
2008-06-07T00:19:31  <dreimark> if I do -d 255 at the end of the slapd command I do find failures in the order
2008-06-07T00:19:36  <ThomasWaldmann> gizmach: i suggest you review your diffs now and extract anything useful to some separate place
2008-06-07T00:19:55  <ThomasWaldmann> I will reinitialize your repo now to remove that crap
2008-06-07T00:20:17  <gizmach> thx
2008-06-07T00:20:32  <gizmach> dreimark: ah
2008-06-07T00:20:42  <dreimark> ./slapd.conf: line 39: keyword <backend> must occur before any database declaration
2008-06-07T00:21:11  <dreimark> it does not load on my system because of this mismatch
2008-06-07T00:31:27  <ThomasWaldmann> gizmach: your hg.moinmo.in repo is fresh and clean now, keep it clean!
2008-06-07T00:31:51  <gizmach> ThomasWaldmann: heh you sound like my mum but really thx
2008-06-07T00:31:53  <ThomasWaldmann> and you have to get a fresh clone of it for your work
2008-06-07T00:32:07  <gizmach> :)
2008-06-07T00:32:29  <ThomasWaldmann> btw, if you are doing a branch merge, you have to start with a clean workdir
2008-06-07T00:32:35  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 70:beea6a9e50c2 1.7-extensions/data/plugin/action/arnica_slides.py: arnica_slides: slide_show refactored to a method
2008-06-07T00:32:36  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 71:42ec0fd97f59 1.7-extensions/data/plugin/action/arnica_slides.py: arnica_slides: removed replace for cutting
2008-06-07T00:32:37  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 72:86d3fcf5c787 1.7-extensions/data/plugin/action/arnica_slides.py: arnica_slides: string substitution instead of +
2008-06-07T00:32:38  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 73:c827091b3427 1.7-extensions/data/plugin/ (action/arnica_slides.py parser/text_x_arnica.py): unveil commands
2008-06-07T00:32:40  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 74:ad51b86d7bc1 1.7-extensions/data/plugin/ (parser/text_x_arnica.py macro/arnica.py): introduce macro arnica which calls the arnica parser
2008-06-07T00:32:56  <gizmach> ThomasWaldmann: ok :)
2008-06-07T00:33:01  <ThomasWaldmann> the must not be anything else in a merge changeset than the merge itself
2008-06-07T00:33:28  <ThomasWaldmann> and the merge must be a merge, of course
2008-06-07T00:33:34  <gizmach> ofc
2008-06-07T00:33:41  <ThomasWaldmann> that means there are no conflicts left
2008-06-07T00:34:11  <dreimark> good night
2008-06-07T00:34:17  <ThomasWaldmann> gn dreimark
2008-06-07T00:34:18  <gizmach> gn dreimark
2008-06-07T00:34:45  * gizmach can write some tests finaly :)
2008-06-07T01:04:12  <gizmach> good night
2008-06-07T10:37:39  <dreimark> moin
2008-06-07T11:40:31  <ThomasWaldmann> moin
2008-06-07T11:59:58  <dreimark> http://tilloy.net/dev/pyexiv2/tutorial.htm sounds nice besides the dependency
2008-06-07T12:09:41  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 75:b88e1e1ded14 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica: changed default of album_name to pagename
2008-06-07T12:09:41  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 76:0d7bc75bc5a4 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica: album_name renamed to album_title
2008-06-07T12:09:41  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 77:bddd103f5df1 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica: front_image renamed to album_image
2008-06-07T12:09:43  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 78:c3e8674b880e 1.7-extensions/data/plugin/parser/text_x_arnica.py: text_x_arnica: fixed i18n string
2008-06-07T12:09:46  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 79:ded17064a059 1.7-extensions/ (5 files in 2 dirs): text_x_arnica: icon names swapped
2008-06-07T12:09:49  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 80:792113f58233 1.7-extensions/ (23 files in 3 dirs): unveil icon image names
2008-06-07T12:09:52  <CIA-50> Reimar Bauer <rb.proj AT googlemail DOT com> default * 81:c594816f56a5 1.7-extensions/data/plugin/ (action/arnica_slides.py parser/text_x_arnica.py): removed duplicated imports and reordered
2008-06-07T12:47:19  <ThomasWaldmann> gizmach: PawelPacana: waldi: dennda: zenhase: http://moinmo.in/MoinDev/MercurialGuide please read
2008-06-07T12:55:23  <dreimark> bbl
2008-06-07T14:07:04  <ThomasWaldmann> Powered by MoinMoin and Python.
2008-06-07T14:07:06  <ThomasWaldmann> Please don't pee in the pool.
2008-06-07T14:07:19  <ThomasWaldmann> (from wireshark wiki :)
2008-06-07T14:32:38  <ThomasWaldmann> anyone knowing a reason why i should not switch moinmo.in to 1.7.current now? :)
2008-06-07T15:37:36  * ThomasWaldmann throws a needle into the channel
2008-06-07T15:38:58  * TheSheep swallows the needle in the mid-air
2008-06-07T15:39:15  <TheSheep> ThomasWaldmann: shhh!
2008-06-07T15:40:33  <ThomasWaldmann> yeah, we could wake up someone :D
2008-06-07T15:55:02  <ThomasWaldmann> TheSheep: do you run 1.7 on a production site?
2008-06-07T15:56:22  <TheSheep> ThomasWaldmann: no, but I will install one this weekend
2008-06-07T15:56:37  <TheSheep> ThomasWaldmann: either today or tomorrow
2008-06-07T16:00:57  <ThomasWaldmann> ok, then we'll have 2 test sites :)
2008-06-07T16:48:29  <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3664:bcb50d97d2ef 1.7/MoinMoin/user.py: user object: renamed 'loaded' attribute to '_loaded' so it does not get stored to disk

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-06-07 (last edited 2008-06-06 22:15:02 by IrcLogImporter)