Team Chat Logs

January 4, 2010

2010 0
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 31

[00:07:13.691567]<TheUni>what method of serving is recommended these days for big installs? we currently run lighttpd+fastcgi+mysql, and performance is unbearably bad. moving to a beefier server, would like some recommendations.
[00:24:43.496757]<bionoid>TheUni: Apache + mod_wsgi + postgres works well for me, medium size (~100 devs)
[00:27:02.679226]<TheUni>bionoid: thanks
[00:32:20.194270]<gozerbot>trac: Ticket #8927 (UnicodeDecodeError for non-existing changesets in marked up text) created - <http://trac.edgewall.org/ticket/8927>
[02:50:03.326889]<otaku42>moin
[02:50:53.678535]<otaku42>and a happy new year to everyone :)
[03:32:17.780528]<gozerbot>trac: Ticket #8928 (reporting/query improvements - query on timeline) created - <http://trac.edgewall.org/ticket/8928>
[04:12:10.870380]<bencer>hi all, the Assign to on new ticket where is populated from ? i've there some users not existent on trac-admin permission list ...
[04:19:24.991574]<heptic>hello
[04:19:39.919809]<heptic>can trac work with git scm well ?
[04:19:42.288038]<heptic>I've used it in the past with svn only.
[04:28:26.740166]<bionoid>bencer: It is populated from the non-existant users table ;-)
[04:28:46.741372]<bionoid>bencer: Which really means from the session data; Ie any user that has ever logged on to your Trac.
[04:30:27.269254]<bencer>bionoid: ok, so if i delete those no longer existant users from the session table, won't appear there, right ?
[04:32:18.400361]<gozerbot>trac: Ticket #8928 (reporting/query improvements - query on timeline) closed - <http://trac.edgewall.org/ticket/8928#comment:1>
[04:32:36.850900]<bionoid>bencer: Indeed
[04:33:52.946646]<bionoid>bencer: You may also have to remove corresponding entries from session_attribute though - havn't really tested it
[08:10:52.088345]*retracile growls something unintelligable about mornings.
[08:11:56.636130]<cmc>I hear you. first day back is always a pain
[08:59:54.577935]<jammi>hi, what's the setting to enable to show ticket changes in the timeline?
[09:00:58.252308]<jammi>ah: "ticket_show_details = true" in trac.ini under [timeline]
[11:32:23.340973]<gozerbot>trac: Ticket #8929 (admin/plugins shows wrong information for plugin distribution) created - <http://trac.edgewall.org/ticket/8929>
[12:14:56.408019]<recursion>Hello Trac-ers...
[12:15:07.589306]<recursion>So, I have an implimentation question.
[12:15:15.884351]<recursion>if anyone is alive.
[12:46:07.475703]<djszapi>curl http://94.21.27.61/trac/project1
[12:46:11.852432]<djszapi>what do I do wrong ?
[12:46:18.044080]<djszapi>curl: (7) couldn't connect to host
[12:47:15.244947]<djszapi>http://pastebin.com/mecd54c0
[13:32:25.691681]<gozerbot>trac: Ticket #8930 (port [8878] to 0.11-stable) created - <http://trac.edgewall.org/ticket/8930>
[13:58:21.528376]<retracile>recursion: just ask the question; someone may see it and respond. 'Course, on the first monday of a new year, many of our brains are AWOL.
[14:15:16.539305]<Mitar>i have to trac setups, on one site.html changes are visible immediatelly, and on the other i have to restart apache, why is that? (i use fastcgi on both)
[14:35:48.174350]<ajd>I'm getting an error setting up trac authentication with mod python on opensuse, I get a message that says "trac error" http://trac.andydaykin.com/login
[14:36:39.669046]<ajd>any ideas where to start looking?
[14:38:09.623512]<kisielk>$TRACENV/log
[14:38:15.210322]<kisielk>and the apache log
[14:39:50.021367]<recursion>Fine then, I will!
[14:40:00.780645]<recursion>So my company set up Trac, but I think they did it wrong.
[14:40:17.599580]<recursion>They basically made an trac for the whole SVN repos.
[14:40:32.916016]<recursion>Benefit, tickets for everything!
[14:40:50.995280]<recursion>However, I don't think that's how it 'supossed to work, right?
[14:41:13.765116]<recursion>In theroy, there is 'supossed to be a trac for each project, right?
[14:42:08.348248]<ajd>kisielk, nothing in apache log, trac log is empty
[14:42:35.900375]<kisielk>recursion: we use it the same way here
[14:42:48.358280]<kisielk>recursion: I don't think there is anything fundamentally wrong with that really
[14:43:12.316280]<kisielk>although we are looking at setting up separate instances for different teams
[14:43:46.922001]<recursion>Okay. The problem with a "whole svn" trac would be you cant really do milestones, or other things like that, right?
[14:45:17.857918]<sneezewort>Help! when I go to my Trac page I get http://pastebin.com/d3a17bba5
[14:45:40.813927]<ajd>kisielk, here is my httpd.conf part where I have trac configured http://pastebin.org/71167 does anything look wrong with that?
[14:46:00.114963]<kisielk>recursion: well, it depends how your organization does milestones
[14:46:17.817267]<kisielk>but yes, if you do milestones on a per project version basis, it does make it more difficult
[14:46:47.421159]<kisielk>but we currently have monthly milestones, and that's what we set in Trac. The nice thing is we can use the MasterTickets plugin and have dependencies between projects quite easily
[14:47:46.729421]<recursion>kisielk: Good to know, thanks for the insight.
[14:51:39.595698]<kisielk>ajd: the trac log should have *something*, try turning up the debug level
[14:51:59.770454]<ajd>kisielk, how do I turn up the debug level?
[14:55:22.188799]<ajd>kisielk, I have log_level at DEBUG
[14:56:18.079337]<ajd>log_file is set to trac.log
[14:56:41.956267]<ajd>but nothing in the log directory
[15:00:54.072084]<sneezewort>Can anyone help?
[15:02:26.339539]<gozerbot>trac: Ticket #3347 (Generate <th> for table header) reopened - <http://trac.edgewall.org/ticket/3347#comment:15>
[15:06:21.563831]<ajd>kisielk, ok got the log going there's a ton of stuff in there what am I looking for/
[15:06:40.810340]<kisielk>signs of failure
[15:07:01.449091]<ajd>kisielk, anything in particular? There's a ton of that
[15:08:01.915368]<kisielk>well, I don't know what specifically, but if there are problems you should fix them till it works
[15:11:57.980482]<ajd>kisielk, the only thing left is pointing to the wiki install config page, does anything in my http.conf file look wrong? http://pastebin.org/71167
[15:12:43.340722]<kisielk>well, assuming all those paths are correct and the web server can read them, I don't see anything obviously wrong
[15:32:25.576023]<gozerbot>trac: Ticket #8931 (Plugin auto-enable is too eager for plugins with sub-packages) created - <http://trac.edgewall.org/ticket/8931>
[16:03:25.217128]<sneezewort>How do you restart trac?
[16:19:40.135849]<treaves>By restarting the web server.
[16:22:46.336378]<Mitar>i have two trac setups, on one site.html changes are visible immediatelly, and on the other i have to restart apache, why is that? (i use fastcgi on both)
[16:32:26.061912]<gozerbot>trac: Changeset [9002]: 0.12dev: Added plugin version information to the error page and to the ... - <http://trac.edgewall.org/changeset/9002>
[18:32:28.007075]<gozerbot>trac: Ticket #8932 (Template cache does not expire) created - <http://trac.edgewall.org/ticket/8932>
[23:32:29.866667]<gozerbot>trac: TracDev/DevelopmentEnvironmentSetup edited - <http://trac.edgewall.org/wiki/TracDev/DevelopmentEnvironmentSetup?version=17> || Ticket #8933 (unfavourable German translations) created - <http://trac.edgewall.org/ticket/8933>