| [00:00:56] |
<moolight> |
coderanger: 0.10 (0.10.0 to be exact) have deadlock problem |
| [00:03:12] |
<coderanger> |
moolight: Where? |
| [00:04:32] |
<moolight> |
1 min |
| [00:04:42] |
* |
johnjosephbachir has left #trac |
| [00:08:54] |
<moolight> |
http://trac.edgewall.org/ticket/3923 |
| [00:09:44] |
<coderanger> |
exarkun is the only one I know of who saw that |
| [00:09:54] |
<coderanger> |
and he is running a very nonstandard deployment |
| [00:10:04] |
<coderanger> |
(using the Twisted WSGI server) |
| [00:13:30] |
<moolight> |
trac.lighttpd.net hit the same problem |
| [00:13:58] |
<moolight> |
0.10b1 is ok, either 0.10rc1 0.10 is bad |
| [00:14:40] |
<moolight> |
anyway, i've upgraded to 0.10.2dev, hope i'm not getting more big troubles |
| [00:14:54] |
<moolight> |
as 0.10.2dev requires a trac env upgrade.. strange |
| [00:15:11] |
<cmlenz> |
I doubt that |
| [00:18:50] |
* |
cmlenz has quit IRC |
| [00:25:20] |
* |
lightcap_ has joined #trac |
| [00:30:54] |
* |
lightcap has quit IRC |
| [00:31:04] |
* |
moolight has quit IRC |
| [00:31:17] |
* |
Synapse has quit IRC |
| [00:34:57] |
* |
Synapse has joined #trac |
| [00:40:58] |
* |
flox has joined #trac |
| [00:44:24] |
* |
__doc__ has joined #trac |
| [00:44:26] |
<__doc__> |
moin |
| [00:44:37] |
<__doc__> |
how can I move a ticket from one trac database to another? |
| [00:44:40] |
<coderanger> |
datamover |
| [00:44:47] |
<coderanger> |
on trac-hacks |
| [00:45:03] |
<__doc__> |
thx |
| [00:46:07] |
* |
cmlenz has joined #trac |
| [00:46:21] |
<coderanger> |
only works within the same server though |
| [00:46:32] |
* |
cobaltsixty has joined #trac |
| [00:46:45] |
<wam_> |
coderanger: looks like the plugin to replace my old/broken wiki Macro has already been written: http://trac-hacks.org/wiki/ReSTMacro thanks for the pointer |
| [00:48:47] |
<cobaltsixty> |
hello |
| [00:49:31] |
<cobaltsixty> |
btw, it seems my trac setup is hanging whenever it needs to talk to my local repository. any ideas? i suspect on the python svn bindings |
| [00:50:02] |
<coderanger> |
cobaltsixty: 0.10.1? |
| [00:53:25] |
<cobaltsixty> |
lemme check |
| [00:53:37] |
<cobaltsixty> |
0.10 |
| [00:53:45] |
<cobaltsixty> |
Isn't it the la... oops, there's an update |
| [00:53:51] |
<cobaltsixty> |
I just upgraded it over the past week :) |
| [00:56:09] |
* |
appel has joined #trac |
| [00:59:44] |
<__doc__> |
another question. I've got multiple tracs which go to the same repository |
| [01:00:05] |
<__doc__> |
but when I want to link from a changeset to a ticket, how does the trac know which ticket I mean (in which trac) |
| [01:03:38] |
* |
wam_ has quit IRC |
| [01:08:15] |
<coderanger> |
__doc__: It resolves it when it renders the log message, so #num goes to the local Trac |
| [01:10:14] |
<__doc__> |
coderanger: hm that's sorta not usefull |
| [01:10:32] |
<coderanger> |
You can force it using intertrac links to point at a specific Trac |
| [01:10:41] |
<__doc__> |
coderanger: oh kewl |
| [01:11:51] |
<coderanger> |
boorad: SYN |
| [01:13:14] |
* |
bennyj has joined #trac |
| [01:27:38] |
<cobaltsixty> |
coderanger, yuo, it still hands onder mod_python :( |
| [01:27:42] |
<cobaltsixty> |
s/hands/hangs |
| [01:41:24] |
* |
tkp_ has quit IRC |
| [01:42:06] |
* |
tkp has joined #trac |
| [01:52:13] |
* |
wexxor has quit IRC |
| [02:00:25] |
* |
fook_ has joined #trac |
| [02:03:54] |
<fook_> |
I want to import a batch of tickets manually from text file, I follow the hints from the FAQ, dumped the trac.db, get the sql statements, and find that the TABLE for ticket. There are two fields that I feel uncomfortable to fill in : |
| [02:03:55] |
<fook_> |
time integer, and |
| [02:03:57] |
<fook_> |
changetime interger |
| [02:03:58] |
<fook_> |
how can I know formula to change from DD/MM/YY-HH/MM/SS ? |
| [02:04:43] |
* |
flo has joined #trac |
| [02:04:51] |
<flo> |
hello |
| [02:05:27] |
* |
lightcap_ has quit IRC |
| [02:05:28] |
<flo> |
got a problem with trac running with mod_fcgid |
| [02:05:33] |
<coderanger> |
fook_: They are epoch timestamps |
| [02:05:55] |
* |
lightcap has joined #trac |
| [02:06:27] |
<flo> |
i can see trac wiki and tickets, but as soon as i go to something related to the subversion environment (browse source or timeline) i get a "premature end of headers" error in the logs |
| [02:06:40] |
<coderanger> |
fook_: time.mktime is your firend |
| [02:06:45] |
<flo> |
and an internal error page from apache |
| [02:06:58] |
<coderanger> |
flo: `python -c 'from svn import fs'` |
| [02:09:43] |
<flo> |
i executed that command at the servers command line, but i still have this error |
| [02:09:54] |
<coderanger> |
flo: Did it output anything ... |
| [02:10:52] |
<flo> |
no |
| [02:11:04] |
<coderanger> |
subversion binding are okay then |
| [02:11:08] |
<coderanger> |
does tracd work? |
| [02:11:45] |
<flo> |
i never tried to use tracd |
| [02:12:15] |
<flo> |
just had this mod_fcgid setup |
| [02:12:38] |
<flo> |
i am wondering that it runs on an other server with the same setup |
| [02:12:51] |
<flo> |
double checked and compared configs, i have no idea at the moment |
| [02:13:01] |
<coderanger> |
Trying it with tracd will ensure that nothing is wrong with Trac or Python |
| [02:15:47] |
<flo> |
ok i fired up the daemon |
| [02:15:54] |
<flo> |
but i have the same problem there |
| [02:16:32] |
<flo> |
trac site loads starting on the wiki, but as soon as i go on something svn related the communication breaks |
| [02:18:09] |
<coderanger> |
weird |
| [02:19:26] |
<flo> |
i will check apache logs again for more errors |
| [02:20:55] |
<flo> |
[Mon Nov 13 11:01:34 2006] [notice] mod_fcgid: process /var/www/development.dev.net/cgi-bin/trac.fcgi(28167) exit(communication error), terminated by calling exi |
| [02:21:54] |
<flo> |
in the vhost error log i just have [Mon Nov 13 11:01:27 2006] [error] [client 192.168.14.210] Premature end of script headers: trac.fcgi |
| [02:22:23] |
<flo> |
same problem if it just run as cgi, not fastcgi |
| [02:24:38] |
<coderanger> |
Sounds like something is wrong with your subversion bindings or repo |
| [02:26:16] |
<flo> |
subversion itself is working, just checked out a repository |
| [02:26:30] |
<flo> |
any other idea, what i could test to see what the problem is ? |
| [02:26:55] |
<coderanger> |
I would file a ticket on t.e.o |
| [02:36:08] |
* |
otaku42_away is now known as otaku42 |
| [02:36:25] |
<otaku42> |
moin |
| [02:36:26] |
<mooch> |
yo |
| [02:36:35] |
<mooch> |
jonas? |
| [02:37:56] |
<flo> |
i will do but first play around with the setup |
| [02:38:10] |
* |
atwork has joined #trac |
| [02:38:19] |
<flo> |
it just confuses me that it works properly on the other machine |
| [02:38:31] |
<flo> |
thanks for your help |
| [02:42:38] |
* |
em-dash has quit IRC |
| [02:54:48] |
* |
idnar has quit IRC |
| [02:57:21] |
* |
idnar has joined #trac |
| [02:59:09] |
* |
rsalveti has joined #trac |
| [03:02:29] |
<flo> |
http://trac.edgewall.org/ticket/3996 |
| [03:02:37] |
<flo> |
this sounds very much like my problem |
| [03:05:00] |
<flo> |
ok it works when i remove the authz_file line |
| [03:10:15] |
<coderanger> |
thats a known issue in 0.10.1 |
| [03:10:22] |
<alect> |
heh |
| [03:10:24] |
<coderanger> |
(the authz_file problem) |
| [03:10:28] |
<alect> |
how many times you said that today coderanger? :) |
| [03:10:35] |
<coderanger> |
Can we please release 0.10.2 already |
| [03:10:38] |
<coderanger> |
alect: Too many |
| [03:13:17] |
* |
flo has quit IRC |
| [03:16:46] |
* |
cobaltsixty wonders if there's anyway to make a mod_python-based authenticator using sessionIDs/cookies. Basic auth is dead. |
| [03:17:03] |
<coderanger> |
cobaltsixty: Apache 2.2 on Debian? |
| [03:17:03] |
<cobaltsixty> |
s/anyway/a way/ |
| [03:17:10] |
<cobaltsixty> |
2.1/modpython/sarge |
| [03:17:16] |
<coderanger> |
2.1? |
| [03:17:27] |
<cobaltsixty> |
apache 2.0, sorry. |
| [03:17:38] |
<coderanger> |
double check that mod_auth is loading |
| [03:18:02] |
<coderanger> |
debian sometimes disables it during a "upgrade" |
| [03:18:05] |
<cobaltsixty> |
didn't get it, coderanger |
| [03:18:14] |
<coderanger> |
cobaltsixty: ? |
| [03:18:28] |
<cobaltsixty> |
i was just wondering. it works, but i didn't like it, since your browser will always easily save your credentials on your cache |
| [03:18:55] |
<coderanger> |
Ahh, I thought you mean it was actually broken |
| [03:19:06] |
<coderanger> |
accountmanager and dbauth both do form-based logins |
| [03:20:14] |
<cobaltsixty> |
oh, i'll take a look a this. thanks. |
| [03:20:31] |
<cobaltsixty> |
my current issue is the browser hanging on whenever i ask to browse. :( |
| [03:20:45] |
<coderanger> |
cobaltsixty: Do you use authz_file? |
| [03:21:03] |
<cobaltsixty> |
err, nops |
| [03:21:15] |
* |
converter has quit IRC |
| [03:22:31] |
<cobaltsixty> |
but i'll take a look. thanks for the pointers. i'll do my homework! |
| [03:23:12] |
<coderanger> |
I would recommend trying to upgrade to 0.10.2dev |
| [03:23:19] |
<coderanger> |
There were a few problems with 0.10.1 |
| [03:23:30] |
<coderanger> |
alect: Hah, thanks ;-) |
| [03:23:36] |
<alect> |
;) |
| [03:24:14] |
* |
flooooo has joined #trac |
| [03:25:51] |
<coderanger> |
I should probably be doing homework right now, oh well |
| [03:25:54] |
<coderanger> |
Trac is more fun :) |
| [03:26:23] |
<flooooo> |
lol |
| [03:26:29] |
<alect> |
heh |
| [03:26:30] |
<otaku42> |
coderanger: that sounds familiar (although it's s/homework/office work/ for me :)) |
| [03:27:54] |
<coderanger> |
My next assignment isn't due until midnight tonight, and it's just a brief on my term project (ant colony optimization) |
| [03:30:44] |
<alect> |
don't assist the ants! they'll take over the world! |
| [03:30:50] |
<cobaltsixty> |
reminds me a lot about microsoft's terrarium |
| [03:31:29] |
<coderanger> |
biomimetic technology ftw! |
| [03:34:54] |
<flooooo> |
i assisted the ants once |
| [03:34:57] |
<flooooo> |
in SimAnt |
| [03:34:59] |
<flooooo> |
;) |
| [03:35:33] |
<alect> |
you fool |
| [03:35:36] |
<alect> |
you don't know what you've done |
| [03:36:11] |
<coderanger> |
simant was only good when you took over the spider and started killing everything that moved |
| [03:40:51] |
<coderanger> |
alect: I see our friend made a trac-hacks account :P |
| [03:41:10] |
<alect> |
oh dear |
| [03:45:26] |
<coderanger> |
alect: I take it all the change listener stuff in the autowikify plugin is to get around caching problems? |
| [03:45:56] |
<alect> |
correct |
| [03:46:02] |
<coderanger> |
grr |
| [03:46:37] |
<alect> |
specifically http://trac-hacks.org/browser/autowikifyplugin/trunk/tracautowikify/autowikify.py#L67 |
| [03:47:21] |
<coderanger> |
yeah |
| [03:47:32] |
<coderanger> |
Oh well, at least I can just copy from it |
| [03:47:55] |
<alect> |
sweet open source |
| [03:48:03] |
<coderanger> |
:) |
| [03:48:59] |
<alect> |
muness is going to move tags to th |
| [03:49:23] |
<coderanger> |
cool |
| [03:50:13] |
<coderanger> |
Why does autowikify keep pages/pages_re as module level? |
| [03:50:21] |
* |
Guardian has joined #trac |
| [03:50:24] |
<Guardian> |
hello |
| [03:50:51] |
<coderanger> |
That seems like it would do bad things in the case of a multi-trac setup in a single interpreter |
| [03:52:42] |
<alect> |
it's not actually stored at the class level...line 58 and 66 both set self.xxx |
| [03:52:52] |
<alect> |
not sure why it's in the class at all really |
| [03:53:01] |
<coderanger> |
hmm, yeah |
| [03:53:31] |
<alect> |
probably left over cruft |
| [03:53:41] |
<coderanger> |
This is going to be really inefficient |
| [03:53:48] |
<alect> |
whassat? |
| [03:53:55] |
<coderanger> |
Trying to add linkification of relative pages |
| [03:54:37] |
<coderanger> |
So if you have Blah/Foo and Blah/Bar, "Bar" and "Foo" will show up as links |
| [03:54:52] |
<alect> |
aaah |
| [03:55:00] |
<alect> |
indeed |
| [03:55:50] |
<Guardian> |
how i can uninstall a previous Webadmin plugin installed globally ? |
| [03:55:56] |
<Guardian> |
just delete the .egg directory ? |
| [03:56:03] |
<coderanger> |
Guardian: Yeah |
| [03:56:10] |
<Guardian> |
ok i guess it's same for setuptools then |
| [03:56:43] |
<Guardian> |
i had setuptools 0.6c1 but it failed to install tracwebadmin from svn, so i installed last setuptools which is 0.6c3 |
| [03:56:55] |
<Guardian> |
and only thought about unsinstalling previous version afterwards :) |
| [03:57:38] |
<coderanger> |
Guardian: You can also use "python setup.py bdist_wininst" to make windows installers |
| [03:57:48] |
<coderanger> |
which can be uninstalled from the control panel |
| [03:58:11] |
<Guardian> |
ok thx for the info |
| [04:02:53] |
<Guardian> |
hmm am i wrong or ? i guess before there was no distinct priority / severity items for tickets but only priority |
| [04:04:04] |
<coderanger> |
Guardian: There are both, but trac ships with no severity values |
| [04:04:23] |
<coderanger> |
Just add some via trac-admin or webadmin and the field will show up on the ticket page |
| [04:06:02] |
<Guardian> |
indeed trac ships with no severity values, i never changed that on my project |
| [04:06:21] |
<Guardian> |
but my priority values (i did not change them) use the same wording as trac.edgewall.org severities |
| [04:06:27] |
<Guardian> |
like blocker ---> trivial |
| [04:06:36] |
<coderanger> |
Yes, thats historical |
| [04:06:39] |
<Guardian> |
ok |
| [04:07:13] |
<Guardian> |
i gonna rename that without changing the orders so that i don't need to update ticktts |
| [04:09:04] |
<coderanger> |
not sure how well thatl work |
| [04:09:17] |
<coderanger> |
Tickets store their field values by name, not index |
| [04:09:35] |
<coderanger> |
you can fix it with a tiny bit of SQL though |
| [04:11:32] |
<Guardian> |
yeah or manually, i have 32 tickets |
| [04:11:34] |
<Guardian> |
not that much :) |
| [04:11:51] |
<coderanger> |
also the batchmodify plugin on trac-hacks |
| [04:12:08] |
<Guardian> |
just a pet project but i want things to be done well that's why i'm using trac also for this one |
| [04:12:31] |
<coderanger> |
heh, "Everything starts looking like a nail" ... |
| [04:28:34] |
<flooooo> |
[12:27] <@alect> you don't know what you've done |
| [04:28:34] |
<flooooo> |
[12:28] <coderanger> simant was only good when you took over the spider and started killing everything that moved |
| [04:28:40] |
<flooooo> |
and the handbook was very good |
| [04:28:41] |
<flooooo> |
:) |
| [04:40:29] |
* |
jesterKing is now known as amino |
| [04:40:57] |
<kemik> |
is there some resource with a bunch of predefined 'reports' ? |
| [04:41:10] |
<coderanger> |
Just the ones that come with Trac |
| [04:41:22] |
<kemik> |
i'd like to create a report showing only closed bugs and the date which they were last changed (closed). |
| [04:41:22] |
<coderanger> |
and what you can swipe off other people's sites ;-) |
| [04:41:35] |
<kemik> |
uggh.. ok |
| [04:41:53] |
* |
Hydra has joined #trac |
| [04:42:07] |
<kemik> |
coderanger: you have some deep knowledge of trac so i'll run 2 short things by, ok ? :) |
| [04:42:19] |
<Hydra> |
hi guys |
| [04:42:23] |
<coderanger> |
kemik: Not all would agree, but sure :) |
| [04:42:24] |
<kemik> |
i've used " WHERE status NOT IN ('new', 'assigned', 'reopened') " to gather 'closed' tickets |
| [04:42:32] |
<Hydra> |
our sysadmin left the company recently and broke our trac installations before he left ;( |
| [04:42:55] |
<Hydra> |
we're getting python related errors all over the place, when viewing tickets and browsing source |
| [04:43:06] |
<kemik> |
coderanger: my other question would be how to get a nice "Date" format on the changetime field |
| [04:43:11] |
<Hydra> |
we see this in the traceback "Duplicate macro def for sortable_th(order, desc, class, title, href)" |
| [04:43:15] |
<coderanger> |
Hydra: Start a pastebinin' |
| [04:43:17] |
<coderanger> |
lisppaste5: url |
| [04:43:17] |
<lisppaste5> |
To use the lisppaste bot, visit http://paste.lisp.org/new/trac and enter your paste. |
| [04:43:21] |
<Hydra> |
any idea why this might be happening? |
| [04:43:38] |
<coderanger> |
Hydra: You are likely using a plugin that defines that macro |
| [04:43:45] |
<coderanger> |
What file is the error in? |
| [04:44:05] |
<Hydra> |
1 sec |
| [04:44:22] |
<lisppaste5> |
hydra pasted "tracproblem" at http://paste.lisp.org/display/29798 |
| [04:44:28] |
<coderanger> |
kemik: http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions |
| [04:45:03] |
<Hydra> |
http://dev01/trac/grt/browser and http://dev01/trac/grt/ticket/49 |
| [04:45:19] |
<coderanger> |
Hydra: That URL won't help us :P |
| [04:45:29] |
<Hydra> |
please bear in mind that i'm a developer and not a unix system admin |
| [04:45:34] |
<Hydra> |
I know, they're for reference ;) |
| [04:45:55] |
<coderanger> |
Hydra: Try greping the files in /usr/share/trac/templates for "sortable_th" |
| [04:46:12] |
<Hydra> |
coderanger, example command line appreciated |
| [04:46:20] |
* |
agile has quit IRC |
| [04:46:32] |
<coderanger> |
`grep 'sortable_th' /usr/share/trac/templates/*.cs` |
| [04:46:37] |
<Hydra> |
1 sec |
| [04:46:40] |
<kemik> |
thx coderanger |
| [04:47:22] |
<Hydra> |
the error when viewing a ticket is slightly different: |
| [04:47:23] |
<Hydra> |
ParseError: ParseError: [/usr/share/trac/templates/ticket.cs:96] Undefined macro called: list_of_attachments(ticket.attachments, ticket.attach_href) |
| [04:49:11] |
<coderanger> |
Hydra: You might want to try grabbing the source for the version of Trac you guys are using (it should say in the lower left corner of each page), and copy over/merge the macros.cs template |
| [04:49:22] |
<Hydra> |
do you guys think this might be the result of an upgrade that failed or something? |
| [04:49:39] |
<coderanger> |
Possibly, or poor maintenance |
| [04:51:00] |
<Hydra> |
trac 0.10 is what we're using |
| [04:52:40] |
<coderanger> |
Hydra: http://trac.edgewall.org/browser/tags/trac-0.10/templates/macros.cs |
| [04:58:05] |
<Hydra> |
yeah, i found the files |
| [04:58:21] |
<Hydra> |
looks like the trac installation has been messed up a bit |
| [04:58:39] |
<Hydra> |
we're going to try backing it up, and then reinstalling 0.10 |
| [04:59:25] |
<Hydra> |
is there anything i should read about upgrading 0.10 (after it's working again of course) to 0.10.1 ? |
| [05:00:38] |
<coderanger> |
Don't, go to 0.10.2dev |
| [05:01:13] |
<coderanger> |
or, since this is internal, stay at 0.10 until 0.10.2 is out (should be Real Soon Now) |
| [05:04:38] |
* |
flooooo has quit IRC |
| [05:07:37] |
* |
fook_ has quit IRC |
| [05:07:54] |
<coderanger> |
alect: Ugly would be an understatement for this |
| [05:08:09] |
<coderanger> |
http://trac-hacks.org/browser/hierwikiplugin/0.10/hierwiki/formatter.py |
| [05:20:16] |
* |
divya has quit IRC |
| [05:27:23] |
<alect> |
truly :) |
| [05:28:45] |
<coderanger> |
I should mention it to cboos the next time he is around |
| [05:28:55] |
<coderanger> |
seems like it should be doable with less evil than that |
| [05:30:27] |
<alect> |
if you could ensure that your wiki formatter was first, it would clean up a lot of that |
| [05:30:32] |
* |
agile has joined #trac |
| [05:31:11] |
<coderanger> |
how so? |
| [05:34:04] |
<alect> |
hmm...you don't really need to use the same mechanism as autowikify |
| [05:34:23] |
<alect> |
if you're assuming the pages are normal camel case + /, you could just use that re no? |
| [05:34:36] |
<alect> |
that would remove the need for the request filter |
| [05:34:37] |
<coderanger> |
I wasn't going to assume that |
| [05:34:45] |
<alect> |
hmm why not? |
| [05:35:08] |
<coderanger> |
Since if you are using / to split of the hierachy, you rarely need camelcase |
| [05:35:18] |
* |
m_g has joined #trac |
| [05:35:23] |
<coderanger> |
As many pages will have one-word names |
| [05:35:52] |
<alect> |
true |
| [05:36:00] |
* |
d0rt has joined #trac |
| [05:36:42] |
<coderanger> |
Perhaps I could just match ([A-Z][a-z]*)+ |
| [05:37:23] |
<alect> |
if your formatter is called after the default, it may not match |
| [05:37:30] |
<alect> |
eg. CamelCase/FooBar |
| [05:37:46] |
<coderanger> |
Ahh, right |
| [05:38:07] |
<coderanger> |
grr |
| [05:38:30] |
<alect> |
you could reconstruct the logic of the formatter engine |
| [05:38:33] |
<alect> |
partly |
| [05:38:36] |
<alect> |
and force yours first |
| [05:38:41] |
<alect> |
possibly |
| [05:39:05] |
<coderanger> |
You mean do the RE compile myself? |
| [05:39:14] |
<alect> |
yeah |
| [05:39:19] |
<coderanger> |
I think this is getting too hackish, even for me |
| [05:39:46] |
<alect> |
orrrrr |
| [05:39:50] |
<coderanger> |
It's a nice idea, but it would need to be part of the wiki system's formatter |
| [05:40:12] |
<alect> |
move your extensionpoint to the front of the list |
| [05:40:51] |
<coderanger> |
hmm, I could do that in __init__ |
| [05:41:26] |
<alect> |
yeah |
| [05:41:33] |
<alect> |
anyway, sleep time |
| [05:41:37] |
* |
alect waves |
| [05:42:02] |
<coderanger> |
gnite |
| [05:42:08] |
<coderanger> |
I should probably do that soon too |
| [06:09:15] |
* |
sts has joined #trac |
| [06:09:17] |
<sts> |
hello folks |
| [06:10:17] |
<sts> |
i get the following error after an upgrade to trac 10: |
| [06:10:18] |
<sts> |
[Mon Nov 13 14:58:23 2006] [error] Internal error: pcfg_openfile() called with NULL filename |
| [06:10:21] |
<sts> |
[Mon Nov 13 14:58:23 2006] [error] [client 193.16.133.33] (9)Bad file descriptor: Could not open password file: (null)\ |
| [06:10:24] |
<sts> |
can anyone help? |
| [06:11:30] |
<sts> |
the following trac configuration is loaded with apache2.2: http://paste.debian.net/16571 |
| [06:12:31] |
<kemik> |
sts: do the paths' point to valid files ? |
| [06:13:05] |
<sts> |
kemik: yes |
| [06:14:30] |
<__doc__> |
coderanger: I need to mention that TracHierWiki is a funny name. In german this sounds like TracHereWiki |
| [06:15:18] |
<coderanger> |
__doc__: TracHierarchicalWiki would be annoying to type a lot ;-) |
| [06:16:00] |
<coderanger> |
sts: Double check the modules for basic auth are loaded |
| [06:16:32] |
<coderanger> |
__doc__: Also, I don't speak German :) |
| [06:16:35] |
<__doc__> |
coderanger: true, so how about a recursive acronym, thwiat for example |
| [06:18:21] |
<coderanger> |
__doc__: I'll let you write that one |
| [06:20:35] |
<sts> |
coderanger: please help me .... what modules do i need for basic auth? i got: auth_basic authn_file authz_default and authz_user |
| [06:21:28] |
<coderanger> |
http://httpd.apache.org/docs/2.2/howto/auth.html |
| [06:21:44] |
<coderanger> |
That should do it |
| [06:23:21] |
<coderanger> |
Do you have mod_dav_svn running on the server? |
| [06:23:24] |
<sts> |
/etc/apache2/mods-enables/auth_basic.load: LoadModule auth_basic_module /usr/lib/apache2/modules/mod_auth_basic.so |
| [06:25:35] |
<coderanger> |
it seems like that error usually comes from broken authn/z modules |
| [06:25:50] |
<coderanger> |
are you loading any other authn|z modules? |
| [06:27:09] |
<sts> |
coderanger: mod_dav_svn is running |
| [06:27:20] |
<coderanger> |
What version of subversion |
| [06:27:24] |
<sts> |
coderanger: not any other than i've told you before... |
| [06:28:19] |
<sts> |
coderanger: here is a list of modules: http://paste.debian.net/16575 |
| [06:29:05] |
<coderanger> |
chances are dav_svn is loading svn's authz module ... |
| [06:36:59] |
* |
dog4 has joined #trac |
| [06:41:04] |
* |
marc7 has joined #trac |
| [07:12:39] |
* |
danbeck has joined #trac |
| [07:19:47] |
* |
notj0hn has joined #trac |
| [07:20:40] |
<notj0hn> |
is there a way to set a trac.ini default value...for say ticket-custom field to something like "today's date" |
| [07:21:12] |
<coderanger> |
notj0hn: "No" |
| [07:21:23] |
<coderanger> |
Though you could make a plugin to populate the field |
| [07:21:36] |
<coderanger> |
Or use some JS |
| [07:22:32] |
<notj0hn> |
i'm using gantt charts and rather than having dd/mm/yyyy i'd rather just have todays date and like a 7 day default for the due close |
| [07:22:41] |
<notj0hn> |
hmm |
| [07:23:00] |
<coderanger> |
It is doable, but you would need to code it |
| [07:25:13] |
<sts> |
coderanger: yeah, its loading the authz module. anything wrong with this one? |
| [07:25:33] |
<coderanger> |
sts: What version of subversion are you running |
| [07:25:45] |
<coderanger> |
if it isn't the latest, try upgrading |
| [07:43:51] |
<sts> |
coderanger: version 1.4 |
| [07:44:50] |
<sts> |
coderanger: afaik this is the latest version. |
| [07:45:08] |
<coderanger> |
1.4.2 is, but that should be okay methinks |
| [07:45:11] |
<coderanger> |
dunno then |
| [07:45:23] |
<coderanger> |
I am still running 2.0 on here because I'm lazy |
| [08:02:08] |
* |
bennyj has quit IRC |
| [08:21:59] |
<notj0hn> |
is there documentation on using the clear silver template engine with trac? |
| [08:22:27] |
<notj0hn> |
...how to access vars/var names etc? |
| [08:27:51] |
* |
flox has quit IRC |
| [08:43:25] |
* |
idnar has quit IRC |
| [08:51:21] |
* |
__doc__ is now known as __off__ |
| [08:59:19] |
* |
otaku42 is now known as otaku42_away |
| [09:16:16] |
* |
softweyr has joined #trac |
| [09:17:41] |
* |
sineer has joined #trac |
| [09:17:46] |
<sineer> |
hi |
| [09:18:42] |
<sineer> |
I have a problem with bitten... I have two different master (with two different trac proj and Builds) hosted on two different trac server (But Both server have the exact same configs)... |
| [09:19:44] |
<sineer> |
bitten-slave can connect to only server A, I get a Connection Refused followed by a Broken Pipe error when I try connecting to Server B that's also running a valid bitten-master |
| [09:27:17] |
* |
flox has joined #trac |
| [09:35:09] |
* |
idnar has joined #trac |
| [09:35:26] |
<cmlenz> |
sineer: firewall, maybe? |
| [09:39:19] |
* |
groogs_ has joined #trac |
| [09:45:51] |
<notj0hn> |
anyone in here use gantt? |
| [09:46:10] |
<notj0hn> |
the plugin of course |
| [09:49:10] |
<asmodai> |
it's written by an acquaintance of mine |
| [09:49:44] |
<notj0hn> |
i'm just currious about the date fields it uses |
| [09:50:11] |
<notj0hn> |
if i change the format input to YYYY-MM-DD will that mess up my data already stored ? |
| [09:50:27] |
<asmodai> |
notj0hn: asking him now |
| [09:50:32] |
<notj0hn> |
thx |
| [09:50:51] |
<notj0hn> |
i set it to the default dd/mm/yyyy |
| [09:51:05] |
<asmodai> |
notj0hn: might take a few minutes 'fore he notices my messages :) |
| [09:52:25] |
<notj0hn> |
no prob... |
| [09:52:47] |
<notj0hn> |
i'm not sure if sqlite has a date field |
| [09:54:00] |
<notj0hn> |
so i'm assuming the fields might be stored as strings regardless and i would have to change them all |
| [09:55:42] |
<asmodai> |
Possibly. Still waiting for him to reply. |
| [09:56:06] |
* |
whitelynx has quit IRC |
| [09:56:53] |
* |
matt_good has quit IRC |
| [09:57:45] |
<notj0hn> |
regardless, i've been entering them incorrectly, using dd/mm/yyyy so i've already messed up my mm/dd/yyyy data |
| [10:11:26] |
* |
matt_good has joined #trac |
| [10:12:32] |
* |
Guardian has quit IRC |
| [10:12:37] |
* |
jborg has joined #trac |
| [10:24:19] |
<asmodai> |
notj0hn: [19:03] <<+wbb4>> the date format needs to be localized |
| [10:24:19] |
<asmodai> |
[19:04] <<+wbb4>> to answer his question, yes, it will |
| [10:24:37] |
* |
Miek has quit IRC |
| [10:24:47] |
<notj0hn> |
hmm |
| [10:24:51] |
* |
Miek has joined #trac |
| [10:28:03] |
<notj0hn> |
should I be able to alter the database by using sqlite3 trac.db? |
| [10:30:33] |
* |
matt_good has quit IRC |
| [10:31:53] |
<pacopablo> |
yes |
| [ |