Team Chat Logs

September 4, 2009

2009 8
Mo Tu We Th Fr Sa Su
  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        

[00:05:39.230849]<wildintellect>mainnav in your trac.ini in the conf/
[00:15:30.923090]<evil_twin>t.e.o: Ticket #8634 (TypeError: unsupported operand type(s) for -: 'Undefined' and 'Undefined') closed - <http://trac.edgewall.org/ticket/8634#comment:1> - cboos
[00:25:31.251275]<evil_twin>t.e.o: Ticket #31 (Bug dependencies/relations feature) updated - <http://trac.edgewall.org/ticket/31#comment:132> - dragisha@…
[00:40:29.965717]<alus>how do I turn off formatting in ticket comments?
[00:57:49.299196]<manski>alus: you can't.
[01:00:34.213193]<evil_twin>t.e.o: Ticket #8635 (IndexError: list index out of range) created - <http://trac.edgewall.org/ticket/8635> - cboos
[01:02:38.050827]<alus>manski: ok
[01:25:32.615053]<evil_twin>t.e.o: Ticket #8602 (TimeoutError: Unable to get database connection within 20 seconds) reopened - <http://trac.edgewall.org/ticket/8602#comment:2> - cboos
[01:30:32.805750]<evil_twin>t.e.o: Ticket #8276 (UnicodeEncodeError: 'ascii' codec can't encode characters in position ...) closed - <http://trac.edgewall.org/ticket/8276#comment:27> - cboos
[01:35:32.901831]<evil_twin>t.e.o: Ticket #8636 (Install 'trac-test' script in development mode) created - <http://trac.edgewall.org/ticket/8636> - anatoly techtonik <techtonik@…>
[01:45:33.173647]<evil_twin>t.e.o: Ticket #6664 (Trac ticket change history doesn't show the difference for the latest ...) updated - <http://trac.edgewall.org/ticket/6664#comment:16> - anonymous
[02:50:35.454471]<evil_twin>t.e.o: Ticket #8636 (Install 'trac-test' script in development mode) closed - <http://trac.edgewall.org/ticket/8636#comment:1> - cboos
[04:08:03.482540]<omry_>I want to move my trac from sqlite to mysql. the wiki page at http://trac.edgewall.org/wiki/SqLiteToMySql really describes the official method?
[04:12:27.759177]<osimons>omry_: as long as scripts and code are from anywhere other than trac repos, then it is by definition "unofficial" - trac itself does not support any migration, it is all based on community contributions
[04:12:58.576194]<omry_>osimons, the wiki page is pretty confused..
[04:13:08.825146]<osimons>as often wiki pages are...
[04:13:15.926145]<omry_>it describes quite a few methods, I am trying the script mentioned at the end of it.
[04:13:36.886105]<omry_>that's why I don't let users edit wiki pages. only people that care.
[04:13:46.614288]<omry_>and know enough.
[04:13:49.222716]<osimons>use care, an no doubt it will require you to think & verify yourself
[04:15:35.106586]<omry_>/usr/lib/python2.5/site-packages/Trac-0.11stable_r7763-py2.5.egg/trac/db/util.py:50: Warning: Incorrect string value: '\xD7\x94\xD7\x9E\xD7\x93...' for column 'filename' at row 1
[04:15:38.050296]<omry_>hmm
[04:16:09.513404]<omry_>followed by NameError: global name 'IntegrityError' is not defined
[04:17:39.682823]<omry_>any idea where IntegrityError is defined?
[04:23:58.897747]<osimons>omry_: usually from the db bindings
[04:24:09.357203]<omry_>osimons, the script is missing an import: from MySQLdb import IntegrityError
[04:24:48.129168]<omry_>wonder why it worked for anyone.
[04:25:44.630627]<omry_>now I get this lovely error : _mysql_exceptions.OperationalError: (1048, "Column 'sid' cannot be null")
[04:26:16.171575]<omry_>I guess there is a null sid in the sessions table.
[04:26:17.155428]<omry_>somehow.
[04:29:57.175545]<osimons>omry_: on yout own, i'm afraid... the sqlite=>pg script i believe is in much better shape (and postgres generally works better as it is more widely used and supported)
[04:34:08.298311]<osimons>no-one in the vicinity of trac development actually uses mysql, so the mysql binding does get much tender, loving care...
[04:35:41.677916]<omry_>that's for historical reasons, I suppose?
[04:36:00.390653]<omry_>pg was the first to be supported, so everyone that didn't use sqlite used it?
[04:37:24.038346]<omry_>what does the session_attribute table hold? that's the table that have a null sid.
[04:38:16.125564]<omry_>looks like user infos.
[04:43:29.414893]<omry_>okay, I had around 400 null rows in the session_attribute table. removed them.
[04:43:35.125998]<omry_>lets see what will the next crash be :
[04:43:35.869748]<omry_>:)
[04:44:03.717297]<osimons>s/does/doesn't
[04:44:03.729994]<evil_twin>osimons meant: no-one in the vicinity of trac development actually uses mysql, so the mysql binding doesn't get much tender, loving care...
[04:44:19.057783]<osimons>small typos, small typos...
[04:44:54.225870]<omry_>osimons, I didn't even realized your typo
[04:44:56.769281]<omry_>I read what you meant.
[04:45:40.214459]<osimons>your mind deceives you - cool
[04:46:07.275478]<omry_>auto correction is a trait of the hunam mind :)
[04:46:43.729949]<omry_>osimons, assuming I go this path, am I to expect some difficulties when upgrading trac?
[04:46:52.705439]<omry_>is mysql officially supported, including upgrades?
[04:48:09.160445]<osimons>omry_: yes, so if you get things in order with your db, then all should be up to the "trac standard"
[04:49:06.273265]<osimons>omry_: you've read the mysql wiki page, i presume? and got everything setup with recommended configs?
[04:49:47.973269]<omry_>osimons, not yet, I am first seeing that I can migrate the data.
[04:49:52.769417]<osimons>collation and the full works? never used it myself - only seen what has been mentioned in mailing lists, wiki edits and ticket (also search for open tickets with 'mysql' keyword - may be something interesting there)
[04:49:58.822163]<omry_>it looks okay actually, after my tweak.
[04:50:19.764123]<omry_>saw the collation bit
[04:51:33.830191]<omry_>a bit annoyed by the default choice of engine. would be better to create it with innodb
[04:51:45.098727]<omry_>and I don't want to change the default for the database.
[05:05:38.470272]<evil_twin>t.e.o: Ticket #5474 (Translation of Trac to French/Français [fr_FR]) updated - <http://trac.edgewall.org/ticket/5474#comment:34> - wildchild
[05:10:38.529671]<evil_twin>t.e.o: TracRoadmap edited - <http://trac.edgewall.org/wiki/TracRoadmap?version=10> - anonymous
[05:13:59.666982]<omry_>osimons, it's not clear to me how the migration script creates the table.
[05:14:15.585580]<omry_>anyway, I looked at the mysql trac wiki page
[05:14:27.247252]<osimons>omry_: never seen the script, can't help
[05:14:32.719275]<omry_>it says to convert to innodb. question is : why not create with innodb in the first place?
[05:16:52.574893]<omry_>fg
[05:25:38.850397]<evil_twin>t.e.o: Ticket #5474 (Translation of Trac to French/Français [fr_FR]) updated - <http://trac.edgewall.org/ticket/5474#comment:35> - cboos
[05:25:43.850048]<evil_twin>t.e.o: TracRoadmapCustomGroups created - <http://trac.edgewall.org/wiki/TracRoadmapCustomGroups?version=1> - anonymous
[05:41:15.282062]<WiK>morning
[05:41:30.614698]<manski>it depends ;)
[05:45:32.722849]<omry_>manski, or - it's always true.
[05:45:39.135771]<evil_twin>t.e.o: TracRoadmapCustomGroups edited - <http://trac.edgewall.org/wiki/TracRoadmapCustomGroups?version=2> - c.jones@…
[05:55:39.418175]<evil_twin>t.e.o: GenericTrac edited - <http://trac.edgewall.org/wiki/GenericTrac?version=12> - cboos
[06:15:39.818331]<evil_twin>t.e.o: Ticket #8636 (Install 'trac-test' script in development mode) updated - <http://trac.edgewall.org/ticket/8636#comment:2> - anatoly techtonik <techtonik@…>
[06:25:40.027524]<evil_twin>t.e.o: Ticket #7082 ([PATCH] Enable environments to attempt to upgrade automatically) updated - <http://trac.edgewall.org/ticket/7082#comment:16> - Sebastian Krysmanski <sebastian@…>
[06:53:11.742157]*retracile mutters something sarcastic about mornings.
[07:07:31.863472]<omry_>I migrated trac to mysql, and now I am missing the spamfilter_bayes table
[07:07:49.281160]<omry_>how do I get it created?
[07:07:59.505687]<omry_>I mean, can trac create it?
[07:30:41.051522]<evil_twin>t.e.o: Ticket #8637 ("Add to CC" for anonymous with TICKET_APPEND permissions) created - <http://trac.edgewall.org/ticket/8637> - Sebastian Krysmanski <sebastian@…>
[07:35:41.122786]<evil_twin>t.e.o: TracRoadmapCustomGroups edited - <http://trac.edgewall.org/wiki/TracRoadmapCustomGroups?version=3> - c.jones@…
[07:35:46.122537]<evil_twin>t.e.o: TracRoadmapCustomGroups edited - <http://trac.edgewall.org/wiki/TracRoadmapCustomGroups?version=4> - Colin Jones <c.jones@…>
[07:40:43.440952]<evil_twin>t.e.o: TracRoadmap edited - <http://trac.edgewall.org/wiki/TracRoadmap?version=11> - Colin Jones <c.jones@…>
[08:07:17.751167]<AZed>Does anyone know of a tool to move bug information out of GForge and into Trac?
[08:53:48.598737]<edwardchuajh>hi all
[08:54:03.958964]<edwardchuajh>i need help with python crashing with tracd
[08:54:18.394363]<edwardchuajh>i installed SVN 1.6.5, python26 and trac
[08:54:37.350730]<edwardchuajh>after initenv of a new environment, i tried running tracd as a standalone server
[08:55:09.110650]<edwardchuajh>when i navigate to the webpage, it loads the text fine, and the moment it tries to load the images it can't be loaded and then python crashes
[08:55:35.607315]<edwardchuajh>the repo is fine after browsing (i had to relaunch python each time i load a oage cuz it crashes)
[10:19:11.987216]<kaze`>Hello, I’d like to migrate from SourceForge Tracker to Trac. Is that possible? It looks like an XML export is the best I can get from SourceForge...
[10:26:05.322467]<AZed>There's a script in contrib that's supposed to import those files, kaze.
[10:26:19.374576]<AZed>I'm trying to do the same thing from a local GForge install, but it doesn't seem to even give me the export option. :(
[10:26:35.941882]<kaze`>AZed: this one? http://trac.edgewall.org/browser/trunk/contrib/sourceforge2trac.py
[10:26:43.465805]<AZed>Yes.
[10:27:02.502950]<kaze`>it looks pretty old, has it been reported to work lately?
[10:27:42.665348]<AZed>No idea whatsoever. As I said, I'm still at the stage where I'm trying to get my data back out of GForge.
[10:29:31.279603]<kaze`>ok, thanks for the information and good luck ;-)
[10:42:35.578797]<Baraku>hello
[10:58:41.858846]<webPragmatist>how can you increase the maximum attachment size?
[10:59:04.589799]<webPragmatist>oh wait nm
[10:59:07.202992]<webPragmatist>i'll ogogle
[10:59:15.177632]<webPragmatist>oogle
[10:59:19.650634]<webPragmatist>o.O
[11:35:45.511178]<evil_twin>t.e.o: Ticket #8443 (postgres and "IDLE in transaction" status) updated - <http://trac.edgewall.org/ticket/8443#comment:13> - Shane Caraveo <shanec@…>
[12:03:51.854269]<polak>hello folks
[12:05:08.067964]<polak>is there a shell (bash) environment variable which I can set to save me from specifying the project enfironment each time?
[12:09:34.847534]<AZed>Is there a known problem with the trac wiki attempting to pull CSS/images from projectroot/chrome/common while the actual files seem to be served from projectroot/chrome/chrome/common? This is from the version in Debian Lenny.
[12:22:17.496641]<AZed>Never mind, the problem seems to have gone away now that authentication is forced by the webserver.
[12:36:07.547343]<boda>polak: i don't know if such variable exist, but maybe alias will do the trick? like alias trac-admin='/usr/bin/trac-admin /var/lib/trac/project'
[12:36:53.529555]<polak>duuuhh... of course, thanks ;)
[12:37:56.049981]<boda>urw )
[12:55:52.495207]<lukecyca>Hey guys... Have there been any efforts to improve the attachment uploading interface?
[12:56:24.790101]<lukecyca>I have users trying to attach 30 figures to a wiki page, and they complain about going through the upload interface one-at-a-time
[12:57:03.660645]<lukecyca>Wordpress has some kind of flash or js magic that allows bulk file upload I think
[12:57:44.446433]<lukecyca>I'm wondering if something similar could be hacked into trac (and whether someone has already given it a shot)
[17:00:50.183536]<evil_twin>t.e.o: Changeset [8564]: 0.12dev: Added ticket comment history and diff viewers. Part of #454. - <http://trac.edgewall.org/changeset/8564> - rblank
[17:15:50.494309]<evil_twin>t.e.o: Ticket #454 ([patch]Edit ticket comments) updated - <http://trac.edgewall.org/ticket/454#comment:175> - rblank
[17:30:50.574136]<evil_twin>t.e.o: TracModPython edited - <http://trac.edgewall.org/wiki/TracModPython?version=150> - jtw90210
[19:07:31.367431]<dr4g>Hey dudes im on Trac 0.10.x and i just tried to install the 'webadmin' plugin and i'm getting some permission errors
[19:07:49.713220]<dr4g>I've re-chown/chmodded my project environment but still the same problem.
[19:07:54.301989]<dr4g>Let me pastebin it for you.
[19:08:20.179069]<dr4g>http://pastebin.com/m5666d295
[19:08:49.619548]<dr4g>Can someone please advise.. i done the 'svn export webadminURL.. then i done a 'easy_install webadmin' which installed it fine
[19:09:01.426827]<dr4g>i added th webadmin.* = enabled in the trac.ini file
[19:09:06.897629]<dr4g>and now the permission error.
[19:11:11.147299]<dr4g>I fixed it my python_egg cache DIR didn't have the right CHOWN permissions