**** BEGIN LOGGING AT Mon Jul 19 11:59:37 2004 | ||
-->You are now talking on #schooltool | 11:59 | |
---Topic for #schooltool is www.schooltool.org || IRC logs at http://stone.tuttlesvc.org:880/logbot/ | 11:59 | |
---Topic for #schooltool set by mgedmin at Fri Jul 16 18:15:52 | 11:59 | |
-TomLogging-This channel is logged - http://stone.tuttlesvc.org:880/logbot/ | 11:59 | |
---Disconnected (). | 13:52 | |
**** ENDING LOGGING AT Mon Jul 19 13:52:32 2004 | ||
**** BEGIN LOGGING AT Mon Jul 19 15:17:22 2004 | ||
-->You are now talking on #schooltool | 15:17 | |
---Topic for #schooltool is www.schooltool.org || IRC logs at http://stone.tuttlesvc.org:880/logbot/ | 15:17 | |
---Topic for #schooltool set by mgedmin at Fri Jul 16 18:15:52 | 15:17 | |
-TomLogging-This channel is logged - http://stone.tuttlesvc.org:880/logbot/ | 15:17 | |
<--th1a|way has quit () | 16:57 | |
-->th1a|way (~hoffman@pool-64-222-39-13.prov.east.verizon.net) has joined #schooltool | 17:19 | |
---th1a|way is now known as th1a | 17:20 | |
th1a | Good morning/evening guys. | 17:24 |
---|---|---|
mgedmin | hi | 17:26 |
th1a | There seems to be a weird little corruption in the Plone site. Specifically a couple of the epoz JavaScript files just seem to have some garbage in the middle of them, which is, not surprisingly, causing them to not work. | 17:26 |
th1a | epos_script_main.js | 17:26 |
th1a | Er... wait that one is ok, I think... but it tries to call things which don't work... let me see. | 17:27 |
mgedmin | url? | 17:27 |
th1a | If you try to edit any page, with epoz turned on for you account, it doesn't appear, and if you're running Mozilla and you call up the JavaScript console, you'll see the errors. | 17:29 |
th1a | http://schooltool.pov.lt/plone/epoz_script_widget.js | 17:30 |
mgedmin | I have never used Plone before | 17:30 |
th1a | Or that'll do it. | 17:30 |
th1a | Well, | 17:30 |
th1a | It seems to be just flat out corrupted files on the filesystem. | 17:31 |
mgedmin | darn | 17:31 |
mgedmin | I see it | 17:31 |
th1a | Well, or something. | 17:31 |
th1a | I guess that is right in a quoted attribute. | 17:31 |
th1a | That is odd, but it seems to be the source of an error. | 17:32 |
mgedmin | hmm, the epoz_script_widget.js.dtml on the disk seems to be OK | 17:32 |
th1a | Let me poke around a little more. | 17:32 |
mgedmin | it might be memory corruption | 17:32 |
*mgedmin smells a hardware problem | 17:32 | |
th1a | I'll just restart it. | 17:33 |
*SteveA groans | 17:33 | |
th1a | Does this make any sense to you Steve? | 17:33 |
SteveA | it might mean that a fairly new server needs yet more hardware replacing :( | 17:33 |
mgedmin | I ran a userspace memory testing tool for 2.5 hours without finding anything | 17:33 |
mgedmin | I wish I could run memtest86 without disrupting the server... | 17:34 |
SteveA | we could take it down for an evening, if that would help | 17:34 |
mgedmin | I can also run a kernel compile in a loop as suggested in bitwizard.nl/sig11 | 17:35 |
th1a | Hm. Works now, so I guess that fits the memory theory. | 17:35 |
mgedmin | th1a: did you restart plone? | 17:36 |
th1a | I restarted Zope. | 17:36 |
mgedmin | ok, that explains why epoz_script_widget.js is now uncorrupt | 17:36 |
th1a | Yeah. | 17:37 |
th1a | If it is a memory problem. | 17:37 |
th1a | My server at school shipped from Dell with a memory problem that could only be detected by memtest86. | 17:38 |
th1a | Of course it passed all their diagnostics... | 17:39 |
mgedmin | memtest86 is in the lilo menu on the server | 17:40 |
th1a | It appears to be the only way to find errors sometimes. | 17:46 |
mgedmin | kernel compilation is also not bad | 17:47 |
mgedmin | I had the opportunity to become intimately familiar with the GCC Sig11 FAQ | 17:48 |
mgedmin | when my desktop had flaky RAM | 17:48 |
th1a | I've seen that, too. | 17:50 |
mgedmin | th1a: where can I find ATContentTypes? | 18:03 |
mgedmin | so far I've only managed to find the CVS repository and a couple of wiki pages | 18:03 |
th1a | Just a sec... | 18:03 |
mgedmin | is it not released yet? | 18:03 |
th1a | I think so. Let me find it... I should have provided a link. | 18:03 |
th1a | This is what Alexander Limi (one of the creators of Plone) suggested to me on IRC... | 18:05 |
th1a | ... and it does appear to be only in CVS. Well, let's give it a try. | 18:07 |
th1a | They're going to be the standard content objects in Plone 2.1, iirc. | 18:08 |
mgedmin | the INSTALL.txt of ATContentTypes does not look pleasant | 18:24 |
th1a | Yeah, that's true. I don't know if you want to make an account for me to mess with this myself. | 18:27 |
th1a | The alternative is to figure out a system to render the ReST docs into HTML in the filesystem and inject them into the Plone site. | 18:29 |
th1a | I'm rather hazy on how that works, though. | 18:29 |
th1a | They don't really document how it works on plone.org. | 18:30 |
mgedmin | there's /usr/bin/rest2html on my system | 18:31 |
mgedmin | it comes from the python-docutils Debian package | 18:32 |
th1a | Yeah. What we'd need is a script that runs that and puts the results somewhere where Plone will insert them into the pages correctly. | 18:33 |
th1a | I'll try to figure out the Plone half and get back to you. | 18:33 |
th1a | Hold off on the ATContentTypes stuff then. | 18:33 |
mgedmin | I'm about ready to upgrade Zope from 2.7.0 to 2.7.1 | 18:49 |
mgedmin | and also upgrade Archetypes, PortalTransforms, and install ATContentTypes | 18:49 |
mgedmin | however I am not confident that the site will work after the upgrades | 18:49 |
th1a | It is up to you. I think it will work, though... | 18:51 |
th1a | BTW, it is 18:52 in Lithuania, right? | 18:52 |
mgedmin | yes | 18:52 |
th1a | I just installed a multi-city clock, but Vilnius wasn't a preset. | 18:52 |
SteveA | http://www.timeanddate.com/worldclock/custom.html?cities=234,137,778,84,126,595,136,195,325,69,187,660,152,240 | 18:58 |
th1a | I just had to figure out another city in the same zone. Bucharest seems to work. | 19:00 |
mgedmin | why does Zope claim it is an (unreleased version) if I use the source release of 2.7.1? | 19:03 |
th1a | I don't know. | 19:03 |
*mgedmin shrugs | 19:05 | |
mgedmin | OK, the ATContentTypes product is installed | 19:05 |
mgedmin | it looks as if nothing is broken on the site | 19:06 |
mgedmin | (except that I see a 1-pixel wide white border on the right side of the Shuttleworth Foundation logo | 19:06 |
mgedmin | ) | 19:06 |
th1a | Cool. I'll give it a try. Sorry to put you through that. | 19:06 |
mgedmin | no problem | 19:07 |
mgedmin | It will probably become useful in the future | 19:07 |
th1a | It appears to work... | 19:07 |
mgedmin | I need to become more familiar with plone | 19:07 |
th1a | Thanks. | 19:08 |
mgedmin | BTW I did not perform the migration from existing CMF Types or CMF Plone Types to AT Content Types | 19:08 |
th1a | That's fine. | 19:08 |
th1a | I'd be afraid to do that without a good reason. | 19:09 |
**** ENDING LOGGING AT Mon Jul 19 20:44:57 2004 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!