| [00:03:27] |
* |
cmlenz has joined #trac |
| [00:11:06] |
* |
pminnieur has joined #trac |
| [00:24:17] |
* |
otaku42_away is now known as otaku42 |
| [00:27:02] |
* |
pminnieur is now known as pminnieur|aw |
| [00:30:08] |
* |
cmlenz has quit IRC |
| [00:30:11] |
* |
pminnieur|aw is now known as pminnieur |
| [00:38:30] |
* |
dat99rmo has quit IRC |
| [00:51:54] |
* |
converter has quit IRC |
| [00:56:58] |
* |
cmlenz has joined #trac |
| [01:01:25] |
* |
DanielC has joined #trac |
| [01:01:46] |
<DanielC> |
Could anyone tell me how to create a new user? I've been banging my head against this problem for weeks. |
| [01:02:12] |
<DanielC> |
Yes, I've read through all the Trac documentation, and none of it tells you how to create a new user. |
| [01:03:25] |
<cmlenz> |
weeks?? |
| [01:03:26] |
<cmlenz> |
http://trac.edgewall.org/wiki/TracInstall#ConfiguringAuthentication |
| [01:03:42] |
<DanielC> |
cmlenz: Yeah... actually more :( |
| [01:03:44] |
<DanielC> |
*click* |
| [01:03:45] |
<DanielC> |
thanks |
| [01:04:52] |
<cmlenz> |
actually, that section could use some clarification |
| [01:05:06] |
<DanielC> |
I remember reading this page, but I'm still not really clear. |
| [01:05:11] |
<cmlenz> |
http://trac.edgewall.org/wiki/TracCgi#AddingAuthentication has the most info |
| [01:05:19] |
<DanielC> |
*click* |
| [01:05:34] |
<DanielC> |
oh... this is better :) |
| [01:05:48] |
<cmlenz> |
the essence is that users are not managed inside trac at all, but by the web server |
| [01:05:52] |
<DanielC> |
I didn't read this page because I'm not using traccgi. |
| [01:06:40] |
* |
pminnieur has quit IRC |
| [01:07:08] |
* |
tag has joined #trac |
| [01:07:34] |
<tag> |
hurm, so I installed the new trac toc macro |
| [01:07:42] |
<tag> |
well, the one that seems to be for 0.10 |
| [01:08:05] |
<tag> |
the macro shows up but it's void of content |
| [01:14:19] |
<DanielC> |
cmlenz: WHOO HOO!!! I'm in! Thanks! |
| [01:15:28] |
<DanielC> |
Now I want to figure out how to make this user the trac admin. |
| [01:15:35] |
<DanielC> |
trac-admin permission add daniel TRAC_ADMIN |
| [01:15:45] |
<DanielC> |
This doesn't work, but I think I'm on the right track. |
| [01:17:29] |
<DanielC> |
got it! |
| [01:18:31] |
* |
Yuzu has quit IRC |
| [01:19:50] |
* |
Yuzu has joined #trac |
| [01:22:13] |
* |
DanielC has left #trac |
| [01:44:36] |
* |
DanielC has joined #trac |
| [01:44:53] |
<DanielC> |
Is there no way for individual users to pick their password? |
| [01:47:56] |
<Getty> |
DanielC: as far as i know not with the trac included stuff, but you can use some of the several htpasswd-interfaces todo that |
| [01:48:26] |
<DanielC> |
Getty: Ok, thanks. |
| [01:53:29] |
* |
tuxipuxi has joined #trac |
| [01:55:37] |
* |
Semhirage_ has quit IRC |
| [02:09:20] |
<otaku42> |
DanielC: http://trac-hacks.org/wiki/AccountManagerPlugin |
| [02:14:12] |
<tuxipuxi> |
cmlenz: any idea what's going on here: http://img107.imageshack.us/my.php?image=tracutf8errorap8.png ? background: i've used mantis2trac to convert a mantis installation, mantis2trac uses UTF-8 for the encoding |
| [02:14:17] |
<tuxipuxi> |
or anybody else ;) |
| [02:15:31] |
<cmlenz> |
if you're getting that error the data in the DB is not UTF-8 encoded |
| [02:17:58] |
<tuxipuxi> |
cmlenz: uhm right, for some reason mantis2trac just encodes the data in 'ticket' as utf-8 but not 'ticket_change'. any idea if this can be fixed without screwing the tickets? |
| [02:19:31] |
<cmlenz> |
you mean without rerunning the import? |
| [02:20:10] |
* |
raidman|Away has quit IRC |
| [02:20:29] |
<tuxipuxi> |
yeah |
| [02:20:36] |
<DanielC> |
otaku42: thanks |
| [02:20:49] |
<tuxipuxi> |
that's so plain stupid.. he used UTF-8 encode in all other methods, but not in that one |
| [02:25:19] |
<cmlenz> |
you'll need to cook up a python (or perl/ruby/whatever) script that transcodes the text in the DB |
| [02:28:04] |
<tuxipuxi> |
cmlenz: i seem to have overlooked a line in the script.. could you please have a look at http://trac.edgewall.org/attachment/wiki/TracImport/mantis2trac.2.py 344-398? actually all string data is encoded to UTF-8, no? |
| [02:30:32] |
<cmlenz> |
hmm, yes |
| [02:33:37] |
<tuxipuxi> |
that makes no sense to me.. mantis2trac used python's encode method to convert to UTF-8, but trac can't decode it using the decode method. |
| [02:34:12] |
<alect> |
cmlenz, i'm importing the sf ticket data now |
| [02:34:28] |
<tuxipuxi> |
with umlauts? ;) |
| [02:37:49] |
<DanielC> |
otaku42: Ok, I've gotten as far as installing the plugin, but I'm having trouble enabling it. |
| [02:38:07] |
<DanielC> |
I've added the [account-manager] stanza to trac.ini |
| [02:38:25] |
<DanielC> |
But that doesn't seem to do anything, so it looks like I need to do something else. |
| [02:41:57] |
<otaku42> |
DanielC: did you enable the components of the plugin? that's not described on the plugin's webpage as I see, but it's a necessary step. see: http://trac.edgewall.org/wiki/TracPlugins#Isthepluginenabled |
| [02:42:10] |
<DanielC> |
*click* |
| [02:42:11] |
<otaku42> |
DanielC: and http://trac.edgewall.org/wiki/TracPlugins#Enablingtheplugin |
| [02:42:26] |
<otaku42> |
DanielC: however, i don't use this plugin, and i don |
| [02:42:29] |
<otaku42> |
grr |
| [02:42:40] |
* |
alekibango has joined #trac |
| [02:42:46] |
<otaku42> |
DanielC: however, i don't use this plugin, and i don't know how the components of that plugin are named |
| [02:42:52] |
<alekibango> |
hello |
| [02:42:54] |
<DanielC> |
ok |
| [02:43:08] |
<DanielC> |
otaku42: Thanks for the help. |
| [02:44:05] |
<otaku42> |
DanielC: try: "acct_mgr.* = enabled" |
| [02:44:19] |
* |
DanielC tries that |
| [02:44:36] |
<alekibango> |
i have a problem... on debian sid, i just installed python-pysqlite2 and trac stopped working (DatabaseError: file is encrypted or is not a database)... uninstalling it i get another error: ( ... while opening environment:\nDB_VERSION_MISMATCH: Database environment version mismatch) . any idea? |
| [02:45:17] |
* |
raidman|Away has joined #trac |
| [02:48:46] |
* |
mjg2 has quit IRC |
| [02:50:09] |
<DanielC> |
no luck |
| [02:51:29] |
* |
DanielC tries installing the WebAdmin module just for practice. |
| [02:51:44] |
<alekibango> |
DanielC: webadmin is nice :) |
| [02:52:15] |
* |
Sonderblade has joined #trac |
| [02:53:26] |
<DanielC> |
This is made very difficult by the fact that I have no idea what these plugins are supposed to *do* |
| [02:53:43] |
<DanielC> |
ie. "you should see a link called WebAdmin on the top-right corner of your page" |
| [02:54:22] |
<DanielC> |
alekibango: I've installed webadmin and added the [components] bit. Do you know what I should do now? |
| [02:55:15] |
<DanielC> |
I must say that Trac documentation really sucks. It leaves out key parts of the explanation. |
| [02:55:45] |
<DanielC> |
I've followed all the steps, but I have no idea what to do to verify that it worked (e.g. how to get to the WebAdmin page). |
| [02:56:03] |
<otaku42> |
DanielC: erm... just saw that the page indeed describes how to enable the plugin components... /me is blind |
| [02:56:05] |
<misc> |
well, it simply appear on the bar |
| [02:56:19] |
<misc> |
DanielC: when it work, this is really obvious |
| [02:56:27] |
* |
raidman|Work364 has joined #trac |
| [02:56:30] |
<otaku42> |
at least for the "form based login" |
| [02:56:31] |
* |
raidman|Work364 is now known as raidman|Work |
| [02:56:34] |
<DanielC> |
misc: You mean the bar with Wiki/Timeline/Roadmap, etc? |
| [02:56:39] |
<misc> |
DanielC: yes |
| [02:56:47] |
<DanielC> |
Ok, so it didn't work. :( |
| [02:56:49] |
<alekibango> |
DanielC: yep, right besides Search ,there is new 'admin' button (if you are admin) |
| [02:57:04] |
<misc> |
DanielC: if it doesn't appear, then you do not have the privileges, or something went wrong, check the log |
| [02:57:13] |
<alekibango> |
yep, log is friend |
| [02:57:15] |
<DanielC> |
where can I find the log? |
| [02:57:21] |
<misc> |
@log |
| [02:57:21] |
<evil_twin> |
misc: Error: You don't have the owner capability. If you think that you should have this capability, be sure that you are identified before trying again. The 'whoami' command can tell you if you're identified. |
| [02:57:39] |
<misc> |
@faq log |
| [02:57:39] |
<evil_twin> |
misc: Error: No factoid matches that key. |
| [02:57:43] |
<DanielC> |
I'm using an account with TRAC_ADMIN priviledges. Is that the right one? |
| [02:58:03] |
<alekibango> |
DanielC: i am not sure, i gave myself lots of them :) |
| [02:58:06] |
<otaku42> |
DanielC: you will see the "Admin" button if you're logged in as a user who has TRAC_ADMIN and/or TICKET_ADMIN rights. see: http://trac.edgewall.org/wiki/WebAdmin#Permissions |
| [02:58:21] |
<otaku42> |
DanielC: so the answer to your last question is: yes :) |
| [02:58:44] |
<DanielC> |
hmm... |
| [02:59:31] |
* |
coderanger has quit IRC |
| [03:00:04] |
<misc> |
DanielC: http://trac.edgewall.org/wiki/TracLogging |
| [03:00:19] |
<DanielC> |
I just ran `trac-admin permission list` and my user is set to MILESTONE_ADMIN and WIKI_ADMIN. |
| [03:00:22] |
<DanielC> |
That looks wrong. |
| [03:01:06] |
* |
coderanger has joined #trac |
| [03:01:50] |
<DanielC> |
Ok, now I'm positive it has TRAC_ADMIN, but no change. So I'll check the log. |
| [03:01:59] |
<angrymike> |
Anyone have a work around for the bottom part of http://trac.edgewall.org/ticket/2773 |
| [03:03:58] |
* |
raidman|Away has quit IRC |
| [03:04:04] |
* |
ChanServ has quit IRC |
| [03:05:22] |
* |
Moisei has quit IRC |
| [03:07:33] |
* |
Getty has left #trac |
| [03:07:42] |
<DanielC> |
Here is the log: http://www.copypot.com/265 |
| [03:07:47] |
<DanielC> |
It doesn't look good :( |
| [03:07:49] |
* |
Getty has joined #trac |
| [03:08:51] |
<DanielC> |
There are several "ImportError: cannot import name xyz" errors. |
| [03:09:31] |
<alekibango> |
wow it works for me! |
| [03:09:37] |
<alekibango> |
found some tips on trac web |
| [03:09:37] |
<alekibango> |
:) |
| [03:09:52] |
<alekibango> |
conversion of database to new format helped |
| [03:09:55] |
<otaku42> |
DanielC: which names? |
| [03:10:52] |
<DanielC> |
otaku42: See the link (http://www.copypot.com/265) Looks like Markup, IAdminPageProvider |
| [03:11:04] |
* |
ChanServ has joined #trac |
| [03:11:04] |
* |
irc.freenode.net sets mode: +o ChanServ |
| [03:11:21] |
<DanielC> |
Yeah.. it looks like it's just those two (Markup, IAdminPageProvider). |
| [03:13:57] |
<DanielC> |
ImportError: cannot import name Markup |
| [03:16:06] |
<otaku42> |
DanielC: i'm no trac expert, but i'd say at least the IAdminPageProvider stuff looks fishy if that is missing |
| [03:16:17] |
<otaku42> |
DanielC: might be wrong, however |
| [03:16:22] |
<DanielC> |
ok |
| [03:16:35] |
<tuxipuxi> |
cmlenz: so you don't have any idea either? :/ |
| [03:16:36] |
<DanielC> |
Thanks for the help. At least we've narrowed the problem. |
| [03:17:32] |
<cmlenz> |
tuxipuxi: not really, sorry... I'd suggest checking directly in the database what encoding was used |
| [03:17:37] |
<DanielC> |
otaku42: Maybe I'm installing wrong. I used `easy_install *.egg` |
| [03:18:05] |
<tuxipuxi> |
cmlenz: ok, thanks |
| [03:22:21] |
* |
raidman|Work has quit IRC |
| [03:22:36] |
<otaku42> |
DanielC: no idea. i usually work from a svn checkout and then install via "python setup.py bdist_egg" (copying the resulting egg in the corresponding trac environment) or "python setup.py install" |
| [03:24:38] |
* |
raidman|Away has joined #trac |
| [03:27:33] |
* |
mjg2 has joined #trac |
| [03:50:07] |
* |
raidman|Work339 has joined #trac |
| [03:50:12] |
* |
raidman|Work339 is now known as raidman|Work |
| [03:52:55] |
* |
jrydberg has joined #trac |
| [03:55:05] |
* |
raidman|Away has quit IRC |
| [04:08:18] |
* |
raidman|Away has joined #trac |
| [04:09:41] |
* |
raidman|Work has quit IRC |
| [04:25:39] |
* |
raidman|Away has quit IRC |
| [05:21:59] |
* |
milk-it has joined #trac |
| [05:22:24] |
* |
cmlenz has quit IRC |
| [05:22:24] |
* |
milk-it has quit IRC |
| [05:23:04] |
* |
milk-it has joined #trac |
| [05:28:47] |
* |
alekibango has quit IRC |
| [05:34:15] |
* |
flosch has joined #trac |
| [05:40:44] |
<flosch> |
hi |
| [05:43:08] |
* |
DanielC has left #trac |
| [05:49:41] |
* |
kowey has joined #trac |
| [05:50:12] |
* |
Targos has quit IRC |
| [05:50:56] |
* |
pminnieur has joined #trac |
| [05:55:30] |
* |
agile_ has quit IRC |
| [05:55:54] |
* |
Yuzu has left #trac |
| [06:09:08] |
* |
pminnieur is now known as pminnieur|aw |
| [06:12:14] |
* |
coderanger_ has joined #trac |
| [06:28:37] |
* |
pminnieur|aw is now known as pminnieur |
| [06:31:44] |
* |
chjunior has joined #trac |
| [09:25:40] |
* |
evil_twin has joined #trac |
| [09:25:45] |
* |
pacopablo has joined #trac |
| [09:26:44] |
* |
pacopablo really needs to call and complain to APC |
| [09:27:00] |
<pacopablo> |
morning all |
| [09:30:06] |
* |
rfligg has quit IRC |
| [09:38:11] |
* |
rfligg has joined #trac |
| [09:40:36] |
* |
flosch has quit IRC |
| [09:43:59] |
<ajt> |
pacopablo: morning |
| [09:44:07] |
<ajt> |
pacopablo: bad day already? |
| [09:44:28] |
<pacopablo> |
horrible |
| [09:44:38] |
<pacopablo> |
and it doesn't look like it's going to pick up :( |
| [09:46:10] |
<ajt> |
that sucks |
| [09:46:14] |
<ajt> |
I hate them days |
| [09:47:50] |
* |
jcw9 has joined #trac |
| [09:48:13] |
<rfligg> |
Anyone have a good reference for installing TRAC with Apache2 using mod_python |
| [09:48:28] |
<rfligg> |
I have been through the docs on the TRAC site but there are a lot of things I am missing |
| [09:48:31] |
<pacopablo> |
@faq modpython |
| [09:48:31] |
<evil_twin> |
pacopablo: Error: No factoid matches that key. |
| [09:48:35] |
<pacopablo> |
@faq modp_ython |
| [09:48:35] |
<evil_twin> |
pacopablo: Error: No factoid matches that key. |
| [09:48:39] |
<pacopablo> |
@faq mod_python |
| [09:48:39] |
<evil_twin> |
pacopablo: "mod_python" is http://projects.edgewall.com/trac/wiki/TracModPython |
| [09:48:39] |
<rfligg> |
I am running SUSE 9.3 |
| [09:48:51] |
<pacopablo> |
that worked fine for me |
| [09:49:02] |
<pacopablo> |
what things are missing? |
| [09:49:47] |
<rfligg> |
Yeah, I have been through it |
| [09:49:51] |
<rfligg> |
the site is showing up |
| [09:49:55] |
<rfligg> |
but doing wierd things |
| [09:50:03] |
<rfligg> |
I am doing multiple projects |
| [09:50:11] |
<rfligg> |
I have them imported into trac |
| [09:50:19] |
<rfligg> |
and under my /srv/trac dir |
| [09:50:36] |
<rfligg> |
When I comment out the PythonOption TracUriRoot / directive |
| [09:50:49] |
<rfligg> |
the sites display and I can get to each one but the URL is mangled |
| [09:50:52] |
<rfligg> |
they look like this |
| [09:51:34] |
<rfligg> |
http://192.168.45.4:16000/error/HTTP_FORBIDDEN.html.var/boards |
| [09:51:35] |
<pacopablo> |
you need the TracUriRoot |
| [09:51:45] |
<rfligg> |
when I put TracUriRoot |
| [09:51:50] |
<rfligg> |
none of the sites come up |
| [09:52:04] |
* |
maxb has joined #trac |
| [09:52:11] |
<pacopablo> |
pastebin your current config |
| [09:52:15] |
<pacopablo> |
@faq pastebin |
| [09:52:15] |
<evil_twin> |
pacopablo: "pastebin" is http://trac.pastebin.com |
| [09:52:17] |
<rfligg> |
http://192.168.45.4:16000/boards |
| [09:52:23] |
<rfligg> |
sorry , this is a VPN site |
| [09:52:29] |
<rfligg> |
so you will not be able to see it |
| [09:52:33] |
<rfligg> |
OK |
| [09:52:34] |
<rfligg> |
1 sec |
| [09:52:41] |
* |
ryepup_ is now known as ryepup |
| [09:52:55] |
<rfligg> |
# START TRAC VIRTUAL HOST AREA |
| [09:52:56] |
<rfligg> |
<VirtualHost *:16000> |
| [09:52:56] |
<rfligg> |
DocumentRoot /srv/trac |
| [09:52:56] |
<rfligg> |
ErrorLog /var/log/apache2/trac.error_log |
| [09:52:57] |
<rfligg> |
<Location /> |
| [09:52:57] |
<rfligg> |
SetHandler mod_python |
| [09:52:58] |
<rfligg> |
PythonHandler trac.web.modpython_frontend |
| [09:53:00] |
<rfligg> |
PythonOption TracEnvParentDir /srv/trac |
| [09:53:02] |
<rfligg> |
PythonOption TracUriRoot / |
| [09:53:04] |
<rfligg> |
</Location> |
| [09:53:06] |
<pacopablo> |
pastebin! |
| [09:53:06] |
<rfligg> |
# <Location /login> |
| [09:53:08] |
<rfligg> |
# AuthType Basic |
| [09:53:08] |
<pacopablo> |
pastebin! |
| [09:53:11] |
<rfligg> |
# AuthName "Celebrity Access Trac Server" |
| [09:53:12] |
<pacopablo> |
pastebin! |
| [09:53:12] |
<rfligg> |
# AuthUserFile /srv/.htpasswd |
| [09:53:14] |
<rfligg> |
# Require valid-user |
| [09:53:16] |
<pacopablo> |
@faq pastebin |
| [09:53:16] |
<evil_twin> |
pacopablo: "pastebin" is http://trac.pastebin.com |
| [09:53:16] |
<rfligg> |
# </Location> |
| [09:53:17] |
<pacopablo> |
@faq pastebin |
| [09:53:17] |
<evil_twin> |
pacopablo: "pastebin" is http://trac.pastebin.com |
| [09:53:18] |
<pacopablo> |
@faq pastebin |
| [09:53:18] |
<pacopablo> |
@faq pastebin |
| [09:53:19] |
<evil_twin> |
pacopablo: "pastebin" is http://trac.pastebin.com |
| [09:53:19] |
<rfligg> |
Alias /trac /usr/share/trac/htdocs |
| [09:53:20] |
<evil_twin> |
pacopablo: "pastebin" is http://trac.pastebin.com |
| [09:53:20] |
<rfligg> |
<LocationMatch /trac/> |
| [09:53:22] |
<rfligg> |
SetHandler None |
| [09:53:24] |
<rfligg> |
</LocationMatch> |
| [09:53:26] |
<rfligg> |
</VirtualHost> |
| [09:53:28] |
<rfligg> |
# END TRAC VIRTUAL HOST AREA |
| [09:53:32] |
<rfligg> |
ah |
| [09:53:33] |
<pacopablo> |
please don't flood the channel, hence pastebin |
| [09:53:34] |
<rfligg> |
sorry |
| [09:53:36] |
<rfligg> |
forgot |
| [09:53:38] |
<rfligg> |
my bad guys |
| [09:53:43] |
<rfligg> |
I know, I apologized, I am really sorry |
| [09:53:48] |
<rfligg> |
I realized after I entered it |
| [09:55:21] |
* |
xjjk has joined #trac |
| [09:55:53] |
<rfligg> |
waiting on pastebin.............. |
| [09:59:47] |
<rfligg> |
http://trac.pastebin.com/757404 |
| [09:59:48] |
<rfligg> |
OK |
| [10:02:46] |
<pacopablo> |
wow, pastebin is really slow today |
| [10:02:52] |
<rfligg> |
is the pastebin always this slow? |
| [10:02:54] |
<rfligg> |
I agree |
| [10:03:03] |
<pacopablo> |
no, it's not always this slow |
| [10:03:12] |
<rfligg> |
tell you what I am going to put the config up on my personal server w/ a link |
| [10:04:12] |
<pacopablo> |
you can also try: http://pastebin.ca/ |
| [10:05:51] |
<rfligg> |
http://www.teleriddler.com/trac_files/ |
| [10:05:54] |
<rfligg> |
done |
| [10:06:33] |
<rfligg> |
FYI, I commented out the htaccess stuff because I was trying to get just a basic .htaccess and .htpasswd pair working |
| [10:06:48] |
<rfligg> |
I am still new w/ Suse and figuring out it's quirks |
| [10:06:59] |
<rfligg> |
but I have a good handle on the Apache2 structure |
| [10:07:18] |
<rfligg> |
my trac directory is in /srv/trac |
| [10:07:40] |
<rfligg> |
with this config |
| [10:07:58] |
<rfligg> |
all projects are shown when I go to http://192.168.45.5:16000 |
| [10:08:14] |
<rfligg> |
after I click on a project, nothing happens and I get this error on the error log |
| [10:08:49] |
<tuxipuxi> |
how can i find out which encoding 'sqlite' uses? umlauts which are shown incorrectly in the trac interface appear correct in the sqlite command line |
| [10:08:50] |
<rfligg> |
[Wed Jul 26 10:55:01 2006] [error] [client 192.168.45.252] client denied by server configuration: /srv/trac/boards, referer: http://192.168.45.4:16000/ |
| [10:09:14] |
<pacopablo> |
well, I'd believe it :) |
| [10:09:32] |
<pacopablo> |
turn on trac logging |
| [10:09:36] |
<pacopablo> |
@faq logging |
| [10:09:36] |
<evil_twin> |
pacopablo: "logging" is http://projects.edgewall.com/trac/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors. |
| [10:09:41] |
<pacopablo> |
and see if anything shows up in there |
| [10:10:33] |
<rfligg> |
Ok |
| [10:10:54] |
<rfligg> |
sorry guys, I have setup TRAC many times before on apache 1 and RH, Debian and FreeBSD installs |
| [10:10:59] |
<rfligg> |
just having trouble w/ Suse stuff |
| [10:11:12] |
<rfligg> |
thanx for pointing me in the right direction |
| [10:11:19] |
<rfligg> |
@fag logging |
| [10:11:19] |
<evil_twin> |
rfligg: Error: "fag" is not a valid command. |
| [10:11:25] |
<rfligg> |
haha |
| [10:11:32] |
<rfligg> |
man that was a typo |
| [10:11:37] |
<rfligg> |
@faq logging |
| [10:11:37] |
<evil_twin> |
rfligg: "logging" is http://projects.edgewall.com/trac/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors. |
| [10:15:13] |
<rfligg> |
logging set to debug to a file |
| [10:15:24] |
<rfligg> |
accessing that particular project |
| [10:15:29] |
<rfligg> |
I am getting nothing in the log file |
| [10:15:31] |
<rfligg> |
tail -f |
| [10:26:12] |
<pacopablo> |
then it looks like it's some other apache config issue |
| [10:26:26] |
<pacopablo> |
since it doesn't look like it's even getting to trac |
| [10:30:12] |
<rfligg> |
OK |
| [10:30:14] |
<pacopablo> |
your mod_python config looks resonable, and I am using a very similar one at the moment |
| [10:30:34] |
* |
jborg has joined #trac |
| [10:30:35] |
<rfligg> |
I a colleague of mine took out some directives in my virtual hosts |
| [10:30:36] |
<pacopablo> |
actually, try changing your DocumentRoot to something other than /srv/trac |
| [10:31:01] |
<pacopablo> |
rfligg: so is it working now? |
| [10:32:01] |
<rfligg> |
http://www.teleriddler.com/trac_files/vhost.conf |
| [10:32:03] |
<rfligg> |
well |
| [10:32:06] |
<rfligg> |
I can get to each site |
| [10:32:11] |
<rfligg> |
I still don't have auth working |
| [10:32:19] |
<rfligg> |
I have created the .htpasswd file |
| [10:32:21] |
* |
Megz has quit IRC |
| [10:32:27] |
<rfligg> |
looks like this is apache2 stuff |
| [10:32:28] |
<pacopablo> |
you'll have to configure auth for each site |
| [10:32:30] |
<rfligg> |
and not trac related |
| [10:32:36] |
<rfligg> |
really? |
| [10:32:38] |
<pacopablo> |
or use a LocationMatch directive |
| [10:32:40] |
<rfligg> |
Oh yes, I know this |
| [10:32:55] |
<rfligg> |
OK |
| [10:33:07] |
<rfligg> |
so there is not 1 master .htpasswd to access the URL then? |
| [10:33:33] |
<rfligg> |
I just wanted to put a login on the main URL and then configure separate permission within trac for each project |
| [10:34:55] |
<pacopablo> |
well, the login URLs will vary for each project |
| [10:35:06] |
<pacopablo> |
al la: project1/login project2/login |
| [10:35:19] |
<pacopablo> |
you can't simply setup /login and have it work for all |
| [10:35:27] |
<pacopablo> |
that's why you need a LocationMatch |
| [10:35:59] |
<rfligg> |
OK |
| [10:36:08] |
<rfligg> |
that is VERY helpful |
| [10:36:15] |
<rfligg> |
I was trying to do quick and dirty auth |
| [10:36:20] |
<rfligg> |
thanx for the tip |
| [10:36:21] |
<pacopablo> |
something like: <LocationMatch ^/[[:graph:]]+/login> |
| [10:36:54] |
<rfligg> |
gotcha, in my virtualhost config |
| [10:36:56] |
<rfligg> |
cool |
| [10:38:37] |
* |
phoenixz has joined #trac |
| [10:38:51] |
* |
phoenixz has left #trac |
| [10:39:08] |
* |
sven_oostenbrink has joined #trac |
| [10:39:20] |
* |
phoenixz has joined #trac |
| [10:39:25] |
* |
sven_oostenbrink has quit IRC |
| [10:57:04] |
<pacopablo> |
alect: you around? |
| [11:00:44] |
* |
oxez has joined #trac |
| [11:02:12] |
* |
kowey has quit IRC |
| [11:04:07] |
* |
flosch has joined #trac |
| [11:04:24] |
* |
bernardl has joined #trac |
| [11:05:52] |
* |
danbeck has joined #trac |
| [11:06:16] |
* |
nvez has joined #trac |
| [11:06:29] |
<nvez> |
Hello everyone. |
| [11:08:09] |
* |
cmlenz has joined #trac |
| [11:09:02] |
<nvez> |
I'm having trouble with Trac, It's saying that ClearSilver isn't installed, it is installed, after few readings I see about the python directory and "python setup.py install" -- Upon running that, it throws loads of errors like "/clearsilver-0.10.2/python/neo_cgi.c:137: undefined reference to `PyInt_Type'" |
| [11:15:30] |
* |
Sonderblade has quit IRC |
| [11:21:16] |
<matt_good> |
nvez: make sure you've installed the python development headers so you can compile the ClearSilver bindings |
| [11:21:39] |
<nvez> |
such as python-devel and so? |
| [11:21:56] |
<matt_good> |
yeah, it'd be something like that, it depends on your OS/distro |
| [11:22:30] |
<nvez> |
yum seach tells me "python-devel" |
| [11:22:33] |
<nvez> |
lets hope it works:-x |
| [11:23:21] |
<matt_good> |
yum doesn't have a package for the Python ClearSilver bindings? |
| [11:23:30] |
* |
xjjk has quit IRC |
| [11:24:03] |
<nvez> |
nope, i did compile all though. |
| [11:24:41] |
<nvez> |
only clearsilver rpm. |
| [11:25:45] |
<nvez> |
and apparently, matt_good |
| [11:25:51] |
<nvez> |
rpm -qa | grep "python" |
| [11:26:02] |
<nvez> |
python-clearsilver-0.10.1-1.2.el4.rf |
| [11:26:02] |
<nvez> |
=X |
| [11:26:15] |
<nvez> |
aswell as python and python-devel |
| [11:26:19] |
<bernardl> |
that's from the dag repository |
| [11:26:23] |
<bernardl> |
or rpmforge |
| [11:26:43] |
<nvez> |
yeah, could it be a problem? i dont think so anyways. |
| [11:27:56] |
<nvez> |
http://pastebin.ca/101123 |
| [11:27:59] |
<nvez> |
if this helps anyone, |
| [11:30:25] |
* |
danbeck has quit IRC |
| [11:35:55] |
* |
danbeck has joined #trac |
| [11:39:25] |
<De_mon> |
has anyone configured trac using mymssql to use Microsoft SQL server for the backend database? |
| [11:40:53] |
<matt_good> |
"mymssql"? |
| [11:41:02] |
<matt_good> |
pymssql maybe? |
| [11:41:06] |
* |
danbeck is now known as danbeck|netfilte |
| [11:41:21] |
<De_mon> |
yes sorry |
| [11:41:30] |
* |
danbeck|netfilte has left #trac |
| [11:42:08] |
<ajt> |
matt_good:you still around? |
| [11:42:54] |
<matt_good> |
De_mon: SQL Server won't work with Trac at this time |
| [11:43:04] |
* |
Semhirage has joined #trac |
| [11:43:43] |
<matt_good> |
De_mon: I've started work on using SQLAlchemy for Trac's database access which would expand the number of supported databases, but that work has a ways to go yet |
| [11:43:51] |
<ajt> |
looks like it |
| [11:44:05] |
<matt_good> |
ajt: yeah |
| [11:44:16] |
<ajt> |
matt_good: Is it possible to use groups and htpasswd files |
| [11:44:27] |
<ajt> |
with the account manager plugin |
| [11:45:17] |
<matt_good> |
htpasswd is obviously supported, but it doesn't support the Apache group files |
| [11:45:24] |
<ajt> |
darn |
| [11:45:36] |
<ajt> |
matt_good: how hard would it be to implement it |
| [11:46:03] |
<nvez> |
grrrrrr |
| [11:46:09] |
<ajt> |
a config option in trac.ini to tell it what group to add them to on registration and then modify the code to take that into account? |
| [11:46:16] |
<nvez> |
why does linux stuff never work when i want them -_-" |
| [11:46:37] |
<pacopablo> |
nvez: you've got the wrong touch? :) |
| [ |