| [00:09:22] |
* |
cmlenz has joined #trac |
| [00:10:09] |
* |
misc has quit IRC |
| [00:10:41] |
* |
misc has joined #trac |
| [00:10:41] |
* |
cmlenz_ has joined #trac |
| [00:12:31] |
* |
raidman|Away is now known as raidman |
| [00:18:35] |
* |
truls has joined #trac |
| [00:18:36] |
<truls> |
hiya |
| [00:19:44] |
* |
_idostyle has joined #trac |
| [00:20:12] |
<truls> |
anyone have a nice suggestion as to what kind of blogsystem might be nice to use together with trac on linux? |
| [00:20:32] |
<truls> |
tired of having a hackish news-system consisting of a bulleted list on the main wikipage |
| [00:21:14] |
<truls> |
and the blog-macro in the macro-bazaar didn't really cut it (yet) |
| [00:23:06] |
<otaku42> |
truls: we (madwifi.org) use the TracBlogPlugin, which works fine for us. |
| [00:23:15] |
<otaku42> |
truls: we use it to maintain our news section |
| [00:24:26] |
<truls> |
otaku42: is that the same one as in the macro-bazaar, or something new? |
| [00:24:42] |
<truls> |
ah, trac-hacks |
| [00:24:48] |
* |
truls s'd tfw |
| [00:25:20] |
* |
Bart`_ has joined #trac |
| [00:25:25] |
<raidman> |
I got an error when I just try to run trac.fcgi http://pastebin.ca/80166 |
| [00:25:37] |
<otaku42> |
truls: it's the one from trac-hacks. i use a svn checkout |
| [00:25:42] |
<raidman> |
I use this virtualhost in httpd.conf http://pastebin.ca/80164 |
| [00:26:21] |
<raidman> |
I set 777 log directory and anabled it in trac.ini but I cant see anything in log dir after apache restart |
| [00:27:48] |
* |
cmlenz has quit IRC |
| [00:28:11] |
<raidman> |
trac.ini sets to: http://pastebin.ca/80264 |
| [00:28:49] |
<raidman> |
I can't figure out what's wrong, please help me |
| [00:33:32] |
<truls> |
otaku42: too bad it lacks rss |
| [00:35:10] |
<raidman> |
oh, finally I got another error |
| [00:35:30] |
<raidman> |
it failed in line 22 of trac.fcgi |
| [00:35:32] |
<raidman> |
from trac.web import fcgi_frontend |
| [00:35:38] |
<raidman> |
what's that? |
| [00:36:50] |
* |
idostyle has quit IRC |
| [00:36:58] |
* |
_idostyle is now known as idostyle |
| [00:44:20] |
* |
raidman is now known as raidman|Away |
| [00:45:57] |
* |
maxb has joined #trac |
| [00:46:15] |
* |
raidman|Away has left #trac |
| [00:46:25] |
<otaku42> |
truls: shouldn't be too hard to add that, i think |
| [00:48:42] |
<truls> |
probably not, but it would still have to be done |
| [00:49:03] |
* |
tuxipuxi has joined #trac |
| [00:57:12] |
* |
Bart`_ has left #trac |
| [01:02:00] |
* |
jrydberg has joined #trac |
| [01:46:09] |
* |
raidman has joined #trac |
| [01:46:38] |
<raidman> |
can I set PYTHONPATH evironment var in top of trac.fcgi? |
| [01:46:49] |
<raidman> |
somthing like this: |
| [01:47:09] |
<raidman> |
os.environ['PYTHONPATH'] = "/home/openso/trac/lib/python2.3/site-packages" |
| [01:51:08] |
* |
cmlenz_ has quit IRC |
| [01:59:40] |
* |
cmlenz_ has joined #trac |
| [02:08:55] |
* |
dmax has quit IRC |
| [02:08:55] |
* |
s0undt3ch has quit IRC |
| [02:09:07] |
* |
_dmax has joined #trac |
| [02:09:23] |
* |
_dmax is now known as dmax |
| [02:14:23] |
<raidman> |
I can't? |
| [02:16:14] |
* |
s0undt3ch has joined #trac |
| [02:20:26] |
* |
cmlenz_ has quit IRC |
| [02:20:47] |
<raidman> |
oh yes I can't :) |
| [02:20:59] |
* |
cmlenz_ has joined #trac |
| [02:27:09] |
* |
raidman is now known as raidman|Away |
| [02:39:45] |
* |
cmlenz_ has quit IRC |
| [02:40:17] |
* |
cmlenz_ has joined #trac |
| [03:01:02] |
* |
cmlenz_ has quit IRC |
| [03:01:34] |
* |
cmlenz_ has joined #trac |
| [03:05:57] |
* |
Sonderblade has joined #trac |
| [03:09:05] |
* |
cmlenz__ has joined #trac |
| [03:21:14] |
* |
cmlenz__ has quit IRC |
| [03:21:54] |
* |
cmlenz__ has joined #trac |
| [03:26:00] |
* |
raidman|Away is now known as raidman |
| [03:28:41] |
* |
cmlenz_ has quit IRC |
| [03:37:23] |
* |
raidman is now known as raidman|Away |
| [03:42:57] |
* |
raidman|Away is now known as raidman |
| [03:45:21] |
* |
raidman is now known as raidman|Away |
| [03:46:59] |
* |
raidman has joined #trac |
| [03:47:21] |
<raidman> |
it gives me an error on line 22 |
| [03:47:41] |
<raidman> |
I googled it and I found that's related to PYTHONPATH |
| [03:48:05] |
<raidman> |
I don't know really how to set that for fcgi? |
| [03:48:35] |
<truls> |
i know nothing about fcgi, but if you're talking about changing where python looks for libraries within a python-process, you can add to sys.path |
| [03:49:11] |
<raidman> |
okey |
| [03:51:12] |
<raidman> |
truls, you mean this |
| [03:51:13] |
<raidman> |
import sys |
| [03:51:14] |
<raidman> |
sys.path += ['/path/to/your/trac/installation'] |
| [03:51:15] |
<raidman> |
? |
| [03:52:16] |
<truls> |
or just sys.path.append('something') |
| [03:52:18] |
<truls> |
yes |
| [03:52:51] |
<raidman> |
okey |
| [03:53:23] |
* |
cmlenz__ has quit IRC |
| [04:01:36] |
<raidman> |
oh god, finally I installed that trac.....ohhhhhhhhhhh |
| [04:01:42] |
<raidman> |
truls, thanks |
| [04:04:13] |
<raidman> |
yes yes I have a trac installed in my host ...yes yes |
| [04:04:20] |
<raidman> |
:) |
| [04:06:43] |
* |
raidman has quit IRC |
| [04:10:45] |
* |
mjg2 has quit IRC |
| [04:10:49] |
* |
mjg2 has joined #trac |
| [04:19:31] |
* |
idostyle has quit IRC |
| [04:20:34] |
* |
idostyle has joined #trac |
| [04:25:48] |
* |
cmlenz__ has joined #trac |
| [04:29:25] |
* |
mjg2 has quit IRC |
| [04:32:08] |
* |
mjg2 has joined #trac |
| [04:40:13] |
* |
cmlenz__ is now known as cmlenz |
| [04:52:42] |
* |
mjg2_ has joined #trac |
| [04:53:08] |
* |
mjg2 has quit IRC |
| [05:12:48] |
* |
MasterC has joined #trac |
| [05:27:46] |
* |
bnovc has joined #trac |
| [05:32:41] |
* |
bobbens has quit IRC |
| [05:37:08] |
* |
bobbens has joined #trac |
| [05:50:37] |
* |
Tetraboy has quit IRC |
| [06:02:43] |
* |
bwmcadams has joined #trac |
| [06:11:27] |
* |
coderanger_ has joined #trac |
| [06:19:15] |
* |
WhiteWolf has joined #trac |
| [06:19:56] |
<WhiteWolf> |
Setting up trac on Apache 2.0 with mod_python, getting an interesting error just after running trac-admin trac upgrade (and installing the dependancies)... pasted at: http://pastebin.ca/80485 |
| [06:20:05] |
<WhiteWolf> |
Anyone recongnize the problem? |
| [06:21:03] |
* |
truls has left #trac |
| [06:25:27] |
<coderanger_> |
WhiteWolf: thats usually a python version mismatch |
| [06:25:31] |
<coderanger_> |
rebuild mod_python |
| [06:25:56] |
<coderanger_> |
and/or sqlite and pysqlite |
| [06:26:33] |
<WhiteWolf> |
I'll give it a shot, thanks... shouldn't take too long (have them all downloaded still, heh) |
| [06:27:47] |
<WhiteWolf> |
trac does work with pysqlite 2.3 correct? |
| [06:28:01] |
<coderanger_> |
yes |
| [06:30:52] |
<WhiteWolf> |
hm |
| [06:30:57] |
<WhiteWolf> |
it appears pysqlite 2.3 was the problem |
| [06:31:03] |
<WhiteWolf> |
*shrug* |
| [06:43:58] |
* |
cerrayo has joined #trac |
| [06:51:25] |
* |
agile has joined #trac |
| [06:51:37] |
* |
skugg has joined #trac |
| [06:52:30] |
<skugg> |
hi. i'm having problems with getting trac to see changesets in my repo. |
| [06:52:54] |
<skugg> |
it sees the top-level dirs (trunk, branches, tags) but nothing underneath. |
| [06:53:46] |
<coderanger_> |
did you try a resync? |
| [06:53:52] |
<skugg> |
yeah. |
| [06:54:14] |
<skugg> |
http://ggtl.org/ggtl/browser/ |
| [06:54:31] |
<skugg> |
resync says 'done' but same problem afterwards. |
| [06:56:35] |
<skugg> |
if i created a new repo and populated it with dummy revisions it seemed to work. |
| [06:57:27] |
<skugg> |
is trac getting confused because i serve the original repo with elsewhere? |
| [06:57:49] |
<coderanger_> |
What backend do you use? |
| [06:58:25] |
<skugg> |
fsfs |
| [06:58:38] |
<coderanger_> |
I would clear out the cache and then do a new sync from scratch |
| [06:58:48] |
* |
asmodai syncs coderanger_ |
| [06:59:24] |
<skugg> |
how do I clear the cache? |
| [07:00:24] |
<coderanger_> |
delete from revision; |
| [07:00:29] |
<coderanger_> |
delete from node_change; |
| [07:01:42] |
<WhiteWolf> |
coderanger_: *uggghh* |
| [07:02:16] |
<coderanger_> |
hmm?? |
| [07:02:23] |
<WhiteWolf> |
coderanger: Unsupported version control system "svn" ... svn bindings loaded... "from svn import core" returned no errors... huh? |
| [07:03:28] |
<coderanger_> |
WhiteWolf: Is mod_python using the same python as the rest of your system? |
| [07:03:51] |
<WhiteWolf> |
coderanger: hopefully. |
| [07:04:08] |
<WhiteWolf> |
i'm sure it is |
| [07:06:45] |
<WhiteWolf> |
ideas? |
| [07:07:05] |
<skugg> |
coderanger_: clearing out the cache didn't seem to help. same problem. |
| [07:07:39] |
<skugg> |
i have noticed that I can see the log for all the revisions in trunk, but can't do a directory listing of it. strange things. |
| [07:10:54] |
* |
chjunior has joined #trac |
| [07:11:27] |
<skugg> |
this is a bit of a show-stopper for me. |
| [07:11:29] |
<skugg> |
:( |
| [07:12:12] |
* |
WhiteLynx|Firest has joined #trac |
| [07:14:34] |
* |
WhiteLynx|Firest has quit IRC |
| [07:15:14] |
* |
WhiteLynx|Firest has joined #trac |
| [07:16:46] |
* |
WhiteLynx|Firest has joined #trac |
| [07:18:55] |
<WhiteWolf> |
coderanger: You enspired me with the knowledge to debug it, even if you said nothing at all. |
| [07:19:04] |
<coderanger_> |
heh |
| [07:30:29] |
* |
klasstek has joined #trac |
| [07:34:19] |
* |
danbeck has joined #trac |
| [07:55:30] |
* |
xin has quit IRC |
| [08:05:03] |
* |
otaku42 is now known as otaku42_away |
| [08:09:25] |
* |
raidman|Away has left #trac |
| [08:23:10] |
* |
jtreglos has joined #trac |
| [08:23:14] |
<jtreglos> |
hi folks |
| [08:25:52] |
<jtreglos> |
in a Trac mod-python install, if i want to have to id to access my trac interface, can i put my auth directives in <Location /trac/myproject> and delete <Location /trac/myproject/login> one ? Will it work ? |
| [08:27:12] |
* |
_idostyle has joined #trac |
| [08:28:49] |
* |
BlueAidan_wor1 is now known as BlueAidan_work |
| [08:29:19] |
* |
jtreglos looks around to see if someone's still alive in here |
| [08:34:22] |
<maxb> |
jtreglos: Wouldn't it be quicker to try it and see? |
| [08:34:56] |
<coderanger_> |
Logout will not work at all |
| [08:34:56] |
<jtreglos> |
that's what i'm doing |
| [08:35:19] |
<coderanger_> |
instead of its somewhat broken implementation now |
| [08:35:25] |
<jtreglos> |
heh |
| [08:35:46] |
<maxb> |
Also, your users will still have to actually authenticate, and *then* visit the "Login" link |
| [08:36:00] |
<jtreglos> |
i searched on trac-hacks for patches correcting this strange logout behaviour, but i didn't find any... |
| [08:36:22] |
<maxb> |
Could you not just revoke all anonymous permissions? |
| [08:36:39] |
<jtreglos> |
that's what i'm doing right now |
| [08:37:37] |
<jtreglos> |
but i don't like that much... and I'd rather have people authenticate only once |
| [08:41:30] |
<coderanger_> |
jtreglos: There aren't patches, but there are alternate login plugins |
| [08:41:48] |
<jtreglos> |
k |
| [08:44:13] |
* |
idostyle has quit IRC |
| [08:44:16] |
* |
_idostyle is now known as idostyle |
| [08:50:03] |
* |
phoenixz has quit IRC |
| [08:50:46] |
* |
HM2K has joined #trac |
| [08:51:02] |
<HM2K> |
what are the system requirements to run trac, i can't find them |
| [08:51:28] |
<coderanger_> |
Python, clearsilver, some db backend (sqilte or postgres) |
| [08:51:42] |
<HM2K> |
no mysql support? |
| [08:51:49] |
<coderanger_> |
In trunk |
| [08:51:59] |
<coderanger_> |
http://projects.edgewall.com/trac/wiki/TracInstall#Requirements |
| [08:52:19] |
<HM2K> |
right on. |
| [08:52:21] |
* |
HM2K has left #trac |
| [08:53:46] |
* |
phoenixz has joined #trac |
| [08:54:07] |
<jtreglos> |
in the wiki documentation, about mod_python multi-project install, there's a line about not having the subdir show all the different projects... But the apache directive shown is incomplete |
| [08:56:52] |
<coderanger_> |
http://projects.edgewall.com/trac/wiki/TracInterfaceCustomization#ProjectList |
| [08:59:39] |
* |
coocoon has joined #trac |
| [08:59:43] |
<coocoon> |
hello to all |
| [09:02:04] |
<tuxipuxi> |
anybody know if bugzilla2trac.py is supposed to work with 0.9.5? i can't seem to get it to work (filedata = StringIO.StringIO(a['thedata'].tostring()) KeyError: 'thedata) |
| [09:04:56] |
<coocoon> |
a simple question about how to use trac with trunk branches and tags folder: i created trac as described in the how to from here http://projects.edgewall.com/trac/wiki/TracOnGentoo, then i created at my home folder the my svn project folder (RubyOnRails), then I imported theses folder into my project trunk svn folder, but there i can see nothing so my question is must use svn checkout ... project |
| [09:05:18] |
<coocoon> |
_name in my repos folder |
| [09:16:58] |
* |
s0undt3ch has quit IRC |
| [09:17:04] |
* |
dmax has quit IRC |
| [09:21:33] |
* |
sven_oostenbrink has joined #trac |
| [09:26:07] |
<pacopablo> |
coocoon: I don't understand your question |
| [09:26:36] |
<coocoon> |
ok sorry |
| [09:26:56] |
<coocoon> |
i wnat to use trac with trunk tags and branches folder |
| [09:27:27] |
<pacopablo> |
ok |
| [09:28:02] |
<pacopablo> |
so you have a svn repos that has those folders |
| [09:28:17] |
<coocoon> |
no i haven't |
| [09:28:31] |
<pacopablo> |
and then when you create your trac environment, and it asks you the path to the repos, you put in the path to your repos |
| [09:28:49] |
<pacopablo> |
coocoon: then you better create them :) |
| [09:29:01] |
<pacopablo> |
trac only provides a svn browser. |
| [09:29:16] |
<pacopablo> |
the svn layout is completely up to you and has no effect on trac |
| [09:30:04] |
<coocoon> |
i created the project repo it for example at my home dir and then imported it into the trasc folder but there will only shown the default folders because of the other folders are stored in the svn db |
| [09:30:21] |
<coocoon> |
so i thought i must use in trac the checkout copy |
| [09:30:29] |
<pacopablo> |
no |
| [09:30:40] |
<pacopablo> |
trac must operate on the svn repository |
| [09:30:45] |
<coocoon> |
ok |
| [09:31:01] |
<pacopablo> |
and I don't really understand: "imported it into the trasc folder" |
| [09:31:11] |
<pacopablo> |
svn path: /var/svn/repos |
| [09:31:21] |
<pacopablo> |
trac path: /home/bob/trac |
| [09:31:30] |
<pacopablo> |
they need to be completely separate |
| [09:31:45] |
<pacopablo> |
and one should not be nested inside the other |
| [09:36:42] |
<coocoon> |
ok i will have a look for it thanx for u r reply |
| [09:37:53] |
<tuxipuxi> |
anybody know if bugzilla2trac.py is supposed to work with 0.9.5? i can't seem to get it to work (filedata = StringIO.StringIO(a['thedata'].tostring()) KeyError: 'thedata) *shamelessly repeating :)* |
| [09:38:20] |
<pacopablo> |
tuxipuxi: no clue |
| [09:38:34] |
<pacopablo> |
but my guess is that if it's not working, then the answer is no :) |
| [09:38:53] |
<tuxipuxi> |
neither the bugzilla nor the mantis conversion script work :/ |
| [09:39:05] |
<pacopablo> |
I believe that they are pretty old |
| [09:39:16] |
<pacopablo> |
I think they were written in the 0.8.x time |
| [09:39:31] |
<tuxipuxi> |
bugzilla2trac claims to work with 0.9b, mantis2trac to work with 0.9.4 |
| [09:39:34] |
<tuxipuxi> |
0.9.3 |
| [09:39:48] |
<pacopablo> |
hmm, well, not sure :) |
| [09:39:53] |
<bwmcadams> |
i had some issues with b2t |
| [09:42:04] |
<alect> |
morning |
| [09:42:12] |
<tuxipuxi> |
hey alect |
| [09:42:53] |
* |
jborg has joined #trac |
| [10:15:21] |
* |
coocoon has left #trac |
| [10:24:58] |
* |
WhiteLynx|Firest has quit IRC |
| [10:25:36] |
* |
WhiteLynx|Firest has joined #trac |
| [10:39:57] |
* |
Sonderblade has quit IRC |
| [11:25:10] |
* |
xjjk has joined #trac |
| [11:31:24] |
* |
agile_ has joined #trac |
| [11:31:29] |
* |
agile has quit IRC |
| [11:34:38] |
* |
sven_oostenbrink has quit IRC |
| [11:34:52] |
* |
sven_oostenbrink has joined #trac |
| [11:35:00] |
* |
cmlenz changes topic to "http://projects.edgewall.com/trac | http://trac-hacks.org/ | Latest version - 0.9.6" |
| [11:35:18] |
* |
phoenixz has quit IRC |
| [11:35:24] |
* |
coocoon has joined #trac |
| [11:53:00] |
* |
jpatota has joined #trac |
| [11:53:06] |
* |
mitsuhiko is now known as someone |
| [11:53:30] |
* |
someone is now known as mitsuhiko |
| [11:58:25] |
* |
cmlenz has quit IRC |
| [12:00:07] |
* |
thansen has joined #trac |
| [12:04:51] |
<tuxipuxi> |
if i want to add a feed to my rss reader for a page which requires authentication (e.g. timeline), how should the urel look like? it doesn't seem to work with http://user:password@path/to/feed |
| [12:18:00] |
<tuxipuxi> |
anybody? :) |
| [12:18:06] |
* |
Blackhex has joined #trac |
| [12:20:05] |
<Blackhex> |
hi people |
| [12:20:28] |
* |
cmlenz has joined #trac |
| [12:20:52] |
<tuxipuxi> |
cmlenz: <tuxipuxi> if i want to add a feed to my rss reader for a page which requires authentication (e.g. timeline), how should the urel look like? it doesn't seem to work with http://user:password@path/to/feed <- do you know? :) |
| [12:20:54] |
<tuxipuxi> |
hey Blackhex |
| [12:21:18] |
<cmlenz> |
no, that doesn't work AFAIK |
| [12:21:28] |
<cmlenz> |
the server first has to demand credentials |
| [12:22:48] |
<cmlenz> |
you *may* be able to do some tricks by prepending "/login" to the path of the RSS feed, but I never tried that |
| [12:23:03] |
<cmlenz> |
will also require some lifting on the apache conf side |
| [12:25:12] |
<tuxipuxi> |
hm.. any plans to change that? that makes the RSS feed feature kinda useless if it only works for public projects |
| [12:25:15] |
<tuxipuxi> |
but, thanks |
| [12:27:08] |
<cmlenz> |
well, the only workaround AFAIK is to use "do-never-share-this-token-with-others" tokens |
| [12:27:16] |
<cmlenz> |
passed as query string params |
| [12:28:09] |
<tuxipuxi> |
sorry? :) "do-never-share-this-token-with-others"? |
| [12:29:19] |
* |
_idostyle has joined #trac |
| [12:31:05] |
* |
idostyle has quit IRC |
| [12:31:09] |
* |
_idostyle is now known as idostyle |
| [12:32:18] |
* |
MasterC has quit IRC |
| [12:37:35] |
<cmlenz> |
basecamp does that for example |
| [12:38:02] |
<cmlenz> |
the feed link it generates contains a token parameter that basically authenticates you |
| [12:38:18] |
<cmlenz> |
bypassing any other kind of authentication |
| [12:38:47] |
<cmlenz> |
the token is of course visible from the URL, thus it's pretty weak security when used without SSL |
| [12:42:35] |
<tuxipuxi> |
ah i see.. how can this be set up with trac? |
| [12:43:19] |
* |
s0undt3ch has joined #trac |
| [12:44:55] |
<cmlenz> |
it can't |
| [12:49:31] |
<tuxipuxi> |
then it's no workaround, heh :) |
| [12:53:48] |
<coderanger_> |
ooh 0.9.6 released |
| [12:57:39] |
* |
dirakx has joined #trac |
| [12:57:51] |
<dirakx> |
hello everyone |
| [12:58:10] |
<Blackhex> |
hello |
| [12:59:21] |
<dirakx> |
Blackhex: excuse me can i ask you a question...? |
| [12:59:48] |
<Blackhex> |
you can, if i can help you i do not know :-) |
| [13:00:08] |
<dirakx> |
ok.. thanks |
| [13:00:24] |
<dirakx> |
do you have trac instaled on debian...? |
| [13:00:29] |
<skugg> |
i'm having problems with the svn browser in trac; it won't show directory listings (except for the top-level branches/trunk/tags one) |
| [13:01:45] |
<dirakx> |
skugg: i also have probles with that to.. but in debian etch |
| [13:01:59] |
<coocoon> |
i have the same probs too on gentoo |
| [13:02:01] |
<coocoon> |
;-) |
| [13:03:09] |
<dirakx> |
:( |
| [13:04:29] |
<Blackhex> |
sorry I hadn't this problem |
| [13:04:47] |
<skugg> |
dirakx: my trac is debian etch version, if that's what you meant |
| [13:05:17] |
<skugg> |
it works _sometimes_ I just found out... some of my projects work, some don't. same subversion archive. |
| [13:05:21] |
<skugg> |
_strange_ this one. |
| [13:05:22] |
<dirakx> |
dirakx: yes is that...what i mean |
| [13:05:39] |
<Blackhex> |
have you checked file permissions :-) |
| [13:05:51] |
* |
ged has joined #trac |
| [13:06:29] |
<skugg> |
i'm wondering if my judicious use of 'svk mv' confuses the trac browser... |
| [13:06:45] |
<dirakx> |
Blackhex,skugg:this is my error /var/svn/test does not appear to be a Subversion repository. |
| [13:07:40] |
<Blackhex> |
dirakx: ask rather some trac developer if someone is here, sorry |
| [13:08:24] |
<skugg> |
I get the error: "No changeset XXXX in the repository" |
| [13:08:32] |
<dirakx> |
Blackhex: dont worry thanks anyway |
| [13:09:03] |
<skugg> |
dirakx: you just used the default path to a subversion repo when you were prompted, and it doesn't exist... |
| [13:09:10] |
<skugg> |
point it to a real svn repo... |
| [13:09:40] |
<dirakx> |
skugg: ok.. and this repo could be..? |
| [13:10:10] |
<skugg> |
dirakx: you tell me. where *is* your svn repo? |
| [13:10:13] |
* |
RabidW__ has joined #trac |
| [13:10:20] |
<Blackhex> |
:-) |
| [13:10:22] |
<coocoon> |
dirakx: thanx a lot u have given me the right hint i have it |
| [13:11:27] |
<tuxipuxi> |
5 trac installations upgraded, heh |
| [13:11:39] |
<dirakx> |
skugg: that is the thing i dont know where i can modify the svn properties |
| [13:12:39] |
<coocoon> |
dirakx: /var/lib/trac/project/conf/trac.ini |
| [13:13:00] |
<Blackhex> |
bobbens: you wanted to notify when new version of DiscussionPlugin will be commite, don't you? |
| [13:14:02] |
<coocoon> |
dirakx: under the main trac option [trac]repository_dir = /var/svn/proj for example |
| [13:14:23] |
* |
jcw9 has joined #trac |
| [13:14:33] |
<dirakx> |
coocoon: thanks a lot.... |
| [13:14:34] |
<RabidW__> |
Hi there. I have trac-0.9.5 on apache-2.1.9 with mod_python (svn branch 3.2.x). I have configured apache security with mod_auth_kerb. Trac recognizes this and says I am logged in with: username@DOMAIN. I added TRAC_ADMIN permissions to that login, but I do not see the admin tab. Am I missing a step? |
| [13:15:12] |
<coocoon> |
RabidW__: are u TRACÖ_ADMIN |
| [13:15:17] |
<coocoon> |
-O |
| [13:15:59] |
<RabidW__> |
Yes. I tried loginname, loginname@DOMAIN, and loginname\@DOMAIN |
| [13:16:36] |
<RabidW__> |
First time I read your question I thought you were asking if I was TACO_ADMIN ;) |
| [13:17:25] |
<RabidW__> |
Tried accessing the page in both IE and Firefox. |
| [13:17:46] |
<coocoon> |
RabidW__: hehe u have configured it with command trac-admin /path/to/projenv permission add RabidW__ TRAC_ADMIN |
| [13:18:13] |
<coocoon> |
http://dev.qkon.eu/vcd-gui/wiki/TracPermissions |
| [13:18:18] |
* |
raidman has joined #trac |
| [13:18:23] |
<RabidW__> |
Yes. Except with sudo -u trac ;) |
| [13:18:45] |
<RabidW__> |
"permission list" shows all of my entries |
| [13:18:58] |
<raidman> |
what's the benefit of component owner? |
| [13:19:06] |
<coocoon> |
ok then u have also set thias in the vhost.conf "SetEnv PYTHON_EGG_CACHE /var/lib/trac/project/plugins" |
| [13:19:57] |
<RabidW__> |
Nope, didn't know about that. I'll try it right now. |
| [13:21:00] |
* |
raidman is now known as raidman|Away |
| [13:21:04] |
<RabidW__> |
Hrm... how would that handle multiple projects? |
| [13:21:29] |
<RabidW__> |
I have: |
| [13:21:29] |
<RabidW__> |
PythonOption TracEnvParentDir /home/trac |
| [13:21:29] |
<RabidW__> |
PythonOption TracUriRoot /trac |
| [13:22:00] |
<skugg> |
so, do anybody know why I might be seeing this problem? |
| [13:22:27] |
* |
elarson has joined #trac |
| [13:22:55] |
<elarson> |
does anyone have experience creating templates for a project (script or otherwise) that fills in milestones, components and tickets? |
| [13:23:29] |
<elarson> |
I wrote a script to create a project and add milestones and components but adding tickets seems like like I am going to have to mess with the database. |
| [13:30:48] |
<RabidW__> |
Hrm... there is nothing inside /home/trac/web/pluings |
| [13:30:52] |
<RabidW__> |
*plugins |
| [13:30:53] |
* |
sam`_ has joined #trac |
| [13:35:51] |
* |
raidman|Away is now known as raidman |
| [13:36:27] |
<bobbens> |
Blackhex: yes. i assume it's out? |
| [13:36:37] |
<Blackhex> |
bobbens: right |
| [13:36:48] |
<bobbens> |
yay |
| [13:37:02] |
<Blackhex> |
sorry for delay but I had problems with my gentoo |
| [13:37:13] |
* |
sam` has quit IRC |
| [13:37:15] |
* |
bobbens goes test it |
| [13:37:41] |
<RabidW__> |
grumble cakes... not enabled by default :-P |
| [13:37:45] |
<bobbens> |
ill save my gentoo commentaries :) |
| [13:38:18] |
<Blackhex> |
:-) |
| [13:45:15] |
* |
cerrayo has quit IRC |
| [13:48:12] |
* |
RabidW__ has left #trac |
| [13:49:30] |
* |
BlueAidan_work has left #trac |
| [13:49:51] |
<hacim> |
did something change in the notification section of traci.ini in a recent version of the trunk? |
| [13:50:02] |
* |
WhiteLynx|Firest has quit IRC |
| [13:50:38] |
* |
jtreglos has quit IRC |
| [13:52:45] |
<elarson> |
can I set up a project and simply copy the database to another project to carry over things like tickets and milestones without breaking everything? |
| [13:53:22] |
<elarson> |
I am trying to create a simple way to start projects that already have a process organized with elements in trac |
| [13:55:46] |
* |
dirakx has quit IRC |
| [13:57:05] |
<coderanger_> |
elarson: Yes |
| [13:57:39] |
* |
raidman is now known as raidman|Away |
| [13:58:34] |
* |
coderanger_ has quit IRC |
| [14:05:33] |
* |
Blackhex has quit IRC |
| [14:07:45] |
* |
bobbens has left #trac |
| [14:09:18] |
<thansen> |
I'm getting a python traceback when trying to hit the login page of a newly created project |
| [14:09:45] |
<thansen> |
is there any additional configuration I should have to do to make login work? |
| [14:10:27] |
<xjjk> |
are you using tracd? |
| [14:12:52] |
<hacim> |
thansen: maybe restart the web browser? |
| [14:14:49] |
<thansen> |
hacim: no go :( |
| [14:15:23] |
<thansen> |
xjjk: no, I'm running behind apache |
| [14:15:26] |
<hacim> |
whats the error? |
| [14:17:05] |
<thansen> |
trying to pastebin but it's really slow |
| [14:18:01] |
* |
sam`_ has quit IRC |
| [14:18:30] |
<thansen> |
sorry, gonna spam it out, pastebin isn't working |
| [14:18:34] |
<thansen> |
Python traceback |
| [14:18:34] |
<thansen> |
Traceback (most recent call last): |
| [14:18:34] |
<thansen> |
File "/usr/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler |
| [14:18:34] |
<thansen> |
dispatch_request(req.path_info, req, env) |
| [14:18:34] |
<thansen> |
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request |
| [14:18:35] |
<thansen> |
dispatcher.dispatch(req) |
| [14:18:37] |
<thansen> |
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch |
| [14:18:39] |
<thansen> |
resp = chosen_handler.process_request(req) |
| [14:18:41] |
<thansen> |
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 82, in process_request |
| [14:18:43] |
<thansen> |
self._do_login(req) |
| [14:18:45] |
<thansen> |
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 103, in _do_login |
| [14:18:49] |
<thansen> |
assert req.remote_user, 'Authentication information not available.' |
| [14:18:51] |
<thansen> |
AssertionError: Authentication information not availab |
| [14:19:40] |
* |
cmlenz has quit IRC |
| [14:27:45] |
* |
chjunior has quit IRC |
| [14:27:52] |
<bwmcadams> |
umh |
| [14:27:54] |
<bwmcadams> |
thank you for that |
| [14:27:56] |
<bwmcadams> |
pastebin, please |
| [ |