Team Chat Logs

January 16, 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

[03:01:26.700308]<kamaze>hey
[03:01:29.200334]<kamaze>Internal Server Error
[03:01:29.524918]<kamaze>TracError: IOError: (13, 'Permission denied')
[03:01:48.536307]<kamaze>do i have any chance to get more informations where trac has permission problems?
[03:45:54.924282]<kamaze>All folders are 755 and all files at least 644
[03:45:58.005392]<kamaze>i give up
[03:46:16.800125]<kamaze>correct user/group as well
[04:45:43.703978]<djszapi>kamaze: who is the owner/group ?
[04:45:54.353064]<djszapi>is that which is involved in the apache configuration ?
[04:46:06.791410]<kamaze>I solved it already, for some reason the template was empty
[04:46:09.363148]<djszapi>who do you try to connect, with mod_python, cgi or with tracd ?
[04:46:16.879056]<djszapi>ok, soory then.
[04:46:19.691073]<djszapi>* sorry
[04:46:39.686343]<kamaze>but trac didn't wrote something in the trac.log nor the apache error log
[04:46:41.672612]<kamaze>quite sad
[04:47:11.149501]<djszapi>maybe you hadn't got the right log level.
[04:53:47.943991]<kamaze>log = info
[05:01:52.491866]<kamaze>Also, is a trac themer in here?
[05:02:12.757022]<kamaze>A sphinx theme for trac would be pretty cool
[05:02:25.857388]<kamaze>the same the current Python Docs use
[05:27:10.686993]<djszapi>hm, you can create your own theme.
[05:27:27.416020]<djszapi>http://trac-hacks.org/wiki/BasicThemeEditorPlugin
[05:27:45.668895]<djszapi>you can see it's not to hard if there isn't.
[05:28:05.718943]<djszapi>http://trac-hacks.org/wiki/theme -> otherwise you can check it.
[07:05:36.780823]<gbot94>trac: Ticket #5637 ("Missing or invalid form token") reopened - <http://trac.edgewall.org/ticket/5637#comment:26>
[11:08:17.181286]<rubic1>The following response occurs, even when I change max_preview_size in trac.ini and restart apache.
[11:08:22.927259]<rubic1>"HTML preview not available, since the file size exceeds 262144 bytes."
[12:41:38.979225]<infid>when i click 'login' it just refresh the page. what's up with that? i have <Location /projects/my-project/login> AuthType Basic AuthName "my-project" AuthUserFile /home/trac/my-project/.htpasswd Require valid-user </Location>
[12:42:18.530960]<infid>first it popped up an 'authentication required' user/passwd dialog but it doesnt come up anymore
[12:42:40.056537]<infid>and i'm able to login from other computers. maybe firefox crapped on me
[12:50:40.029829]<TheSheep>you are probably already logged in
[12:52:56.948390]<infid>but it still says 'login' instead of 'logout'
[12:54:09.561416]<infid>how can i force it to log me out
[12:54:30.675524]<infid>clear session cookies in the browser?
[12:58:31.023598]<TheSheep>infid: close the browser
[12:58:37.885589]<TheSheep>infid: basic auth doesn't use cookies
[12:58:55.491844]<TheSheep>infid: the browser remembers your passord and sends it in every request
[12:59:17.068601]<infid>the browser asked me if i wanted to save the password and i clicked 'not now'
[12:59:32.535428]<TheSheep>that's a different thing
[12:59:55.496507]<TheSheep>that's saving on the disk so that you have it typed in already when it asks your for the passord
[13:00:17.736019]<TheSheep>bascially the only way to 'logout' with basic auth is closing the browser
[13:00:37.051013]<TheSheep>maybe just closing the tab will work though
[13:00:48.085633]<TheSheep>(depends on the browser)
[13:01:51.013134]<infid>ok i restarted the browser and now when i click 'login' it asks for a password again but goes back to doing the same thing where it still shows a 'login's creen
[13:02:27.721348]<infid>and i know i'm not logged in because i dont see the 'admin' tab
[13:02:50.259172]<infid>*still shows a login link
[13:04:38.403322]<TheSheep>is this using wsgi?
[13:04:52.216329]<infid>no
[13:05:11.553906]<infid>and i can login fine from another computer on my LAN, using the same version of firefox and o/s
[13:05:45.233689]<TheSheep>then it works, no? :)
[13:06:19.816398]<infid>that's the problem, it's working yet not working
[13:06:48.272002]<TheSheep>the page is not cached?
[13:07:13.216069]<infid>idk
[13:07:22.904660]<TheSheep>press shift+ctrl+r
[13:07:23.776077]<infid>i restarted the browser
[13:07:28.044578]<TheSheep>still the same?
[13:07:29.447846]<infid>i did a shift+F5
[13:07:35.038573]<TheSheep>ok, same thing
[13:07:35.741104]<infid>er ctrl+F5
[13:07:52.144179]<infid>shift+f5 does nothing
[13:08:08.510760]<TheSheep>why wouldn't it get the username :/
[13:48:19.652059]<infid>deleting all cookies and restarting the browser was the only thing that fixed it
[16:05:43.661495]<gbot94>trac: Ticket #8973 (get_last_id() for MySQL returns 0) created - <http://trac.edgewall.org/ticket/8973>
[18:43:46.052030]<erikp>I have a question about branching and trac. If I branch my code, no tickets are duplicated, and thus closing, reopening etc a ticket that existed before branching will be global, for example closing a ticket will close it even if it's not fixed on one of the branches, and vice versa eg fixing a ticked on one branch will create problems if the ticket isn't closed. With just a few branches it will get impossible to remember when a ticket was filed a
[19:01:09.879060]<doki_pen>erikp: hey, branching in svn doesn't effect trac tickets at all
[19:01:35.530327]<doki_pen>trac doesn't konw why branches have the fix