Team Chat Logs

2006 7
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      

August 05, 2006

[00:32:26] * joelmichael has joined #trac
[00:32:52] <joelmichael> when i specify tracd with just the path of the project, the root url still gives me the list of projects
[00:32:56] <joelmichael> any idea why this is
[00:36:25] <The_Tick> how are you calling it?
[00:36:49] <The_Tick> like tracd -p port /path/to/stuff ?
[00:37:17] <joelmichael> yeah
[00:37:29] <joelmichael> tracd -d -p 8000 /path/to/project
[00:37:48] <joelmichael> on gentoo if that matters, 0.9.6
[00:37:57] <The_Tick> this page has some other option: http://trac.edgewall.org/wiki/TracStandalone
[00:38:00] <The_Tick> might wanna look
[01:07:01] * cmlenz has joined #trac
[01:12:35] * whitelynx has quit IRC
[01:13:00] * whitelynx has joined #trac
[01:41:57] * _idostyle has joined #trac
[01:42:49] * moolight has quit IRC
[01:45:32] * moolight has joined #trac
[01:59:00] * idostyle has quit IRC
[01:59:01] * _idostyle is now known as idostyle
[02:14:59] * cmlenz has quit IRC
[02:24:28] * moolight has quit IRC
[02:41:56] * tuxipuxi has joined #trac
[03:18:22] * converter has quit IRC
[04:22:44] * Guardian has joined #trac
[04:22:45] <Guardian> hello
[04:41:43] <tuxipuxi> hey Guardian
[05:02:30] * cmlenz has joined #trac
[05:05:06] * bnovc has joined #trac
[05:26:29] * MasterC has joined #trac
[05:45:36] * flosch has joined #trac
[05:46:05] <Guardian> do i misunderstand wiki formatting or is it a bug:
[05:46:14] <Guardian> wanted to underline the "Summary:" string
[05:46:20] <Guardian> so i did "__Sumarry:__"
[05:46:30] <Guardian> and i got Summary:__
[06:13:14] * MasterC has quit IRC
[07:02:29] * jerome is now known as tahorg``````
[07:04:03] * flosch has quit IRC
[07:10:07] * tahorg`````` is now known as jerome
[07:45:03] * tuxipuxi has quit IRC
[07:57:32] * tuxipuxi has joined #trac
[08:01:18] * flosch has joined #trac
[08:06:03] * tuxipuxi has joined #trac
[08:12:28] * flosch_ has joined #trac
[08:23:08] * Guardian has quit IRC
[08:30:33] * flosch has quit IRC
[08:31:54] * PasChampionDuMon has joined #trac
[08:37:41] * flosch has joined #trac
[08:44:26] * flosch__ has joined #trac
[08:48:53] * Guardian has joined #trac
[08:48:55] * Rica has quit IRC
[08:50:00] <Guardian> re
[08:51:12] * flosch_ has quit IRC
[08:51:30] * flosch has quit IRC
[08:51:31] * flosch__ is now known as flosch
[08:59:54] * dmax has quit IRC
[08:59:54] * s0undt3ch has quit IRC
[09:00:08] * _dmax has joined #trac
[09:00:22] * _dmax is now known as dmax
[09:04:44] * s0undt3ch has joined #trac
[09:27:47] * ged has quit IRC
[09:28:41] * ged has joined #trac
[09:47:31] * flosch_ has joined #trac
[09:48:05] * flosch has quit IRC
[09:48:07] * flosch_ is now known as flosch
[10:46:01] * coderanger_ has joined #trac
[10:50:51] * bubbles has joined #trac
[10:50:53] <bubbles> hi
[10:51:12] <coderanger_> alo
[10:51:26] <bubbles> can anyone here guide me through a install of trac on ubuntu/dapper, or at least provide me with a link to a howto?
[10:51:56] <bubbles> there's a trac package in the repository, but i can't seem to find out how to get it running
[10:52:04] <bubbles> (version: 0.9.3)
[10:52:06] <coderanger_> http://trac.edgewall.org/wiki/TracInstallPlatforms
[10:52:38] <coderanger_> Also the general install instructions are at http://trac.edgewall.org/wiki/TracInstall
[10:52:48] <bubbles> thx
[11:11:07] * matt_good has joined #trac
[11:14:30] * MasterC has joined #trac
[11:32:49] * coderanger_ has quit IRC
[11:34:44] * matt_good_ has joined #trac
[11:36:23] * matt_good has quit IRC
[11:45:43] * raidman|Away has joined #trac
[11:51:07] <bubbles> how can i add users to trac?
[11:58:58] * raidman|Away is now known as raidman_
[11:59:16] * raidman_ is now known as raidman|Away
[12:00:09] * raidman|Away is now known as raidman
[12:03:51] * xjjk has joined #trac
[12:04:42] * ChanServ has quit IRC
[12:05:29] * raidman is now known as raidman|Away
[12:07:40] * MasterC has quit IRC
[12:09:45] <coderanger> bubbles: Depends on what authentication system you are using
[12:09:56] <coderanger> Trac has no knowledge of "users"
[12:10:11] <coderanger> It depends (by default) on the server to handle all that
[12:10:12] <bubbles> k, how do i find out?
[12:10:23] <coderanger> You would have set it up
[12:10:33] <bubbles> k, how?
[12:11:24] <coderanger> well what server/frontend are you using?
[12:11:50] * ChanServ has joined #trac
[12:11:50] * irc.freenode.net sets mode: +o ChanServ
[12:11:52] <bubbles> apache
[12:11:58] <bubbles> frontend?
[12:12:20] <coderanger> @frontend
[12:12:21] <evil_twin> coderanger: "frontend" is CGI, FastCGI, mod_python, or tracd
[12:13:00] <bubbles> hm... i followd this howto: http://trac.edgewall.org/wiki/TracOnUbuntu
[12:13:06] <bubbles> but i guess it's cgi
[12:14:59] <coderanger> Okay, use htpasswd
[12:15:11] <coderanger> possibly called htpasswd2 on some systems
[12:15:29] <bubbles> k, thx
[12:16:32] <bubbles> and where do i place the file afterwards?
[12:16:45] * MasterC has joined #trac
[12:18:34] * MasterC has quit IRC
[12:19:52] <coderanger> Look at you AuthUserFile line
[12:25:21] <bubbles> where am i supposed to find that line?
[12:26:52] <coderanger> You typed it into your webserver config ....
[12:27:17] <bubbles> ahh, k, thx
[12:49:41] <bubbles> i added that file to the virtual server config for trac, but i still get:
[12:49:42] <bubbles> Trac detected an internal error:
[12:49:42] <bubbles> Authentication information not available.
[12:54:05] * converter has joined #trac
[13:03:13] * xjjk has quit IRC
[13:04:17] <coderanger> bubbles: pastebin your apache config
[13:04:21] <coderanger> @pastebin
[13:04:21] <evil_twin> coderanger: "pastebin" is http://trac.pastebin.com
[13:06:13] <bubbles> http://nopaste.php-q.net/230524
[13:07:47] <coderanger> That doesn't look right ...
[13:09:48] <bubbles> yeah... *g*
[13:10:29] <coderanger> http://trac.edgewall.org/wiki/TracCgi
[13:10:39] <coderanger> Follow that
[13:11:34] <bubbles> thx
[13:18:22] * bubbles has quit IRC
[13:19:27] * MasterC has joined #trac
[13:43:24] * xjjk has joined #trac
[13:57:36] * ryepup has quit IRC
[14:02:58] * joelmichael has left #trac
[14:09:53] * matt_good_ has quit IRC
[14:17:57] * dna has quit IRC
[14:19:43] * dna has joined #trac
[14:36:32] * xjjk has quit IRC
[14:39:08] * xjjk has joined #trac
[14:43:45] * xjjk has joined #trac
[14:47:54] * rsalveti has joined #trac
[14:53:46] * MasterC has quit IRC
[15:14:10] * tenshiKur0 has joined #trac
[15:15:55] * tenshiKur0 has quit IRC
[15:15:57] * jrydberg has quit IRC
[15:17:58] * xjjk has quit IRC
[16:28:50] * Jahk has joined #trac
[16:29:15] <Jahk> need help on my trac install on gentoo. sometimes gentoo just screws things up royal it would seem.
[16:29:46] <Jahk> http://68.70.218.124/trac (little home server)
[16:31:02] <Jahk> : /var/svn/tracenv/benign is my initenv
[16:32:21] * flosch has quit IRC
[16:33:45] <maxb> Jahk: Umm... "need help" isn't terribly explanatory - we aren't telepathic, we're going to need a fair bit more info to have any possibility of helping
[16:34:55] <Jahk> maxb: was just finishing writing it. http://paste.lisp.org/display/23716
[16:36:43] <maxb> ok.... but what's the problem?
[16:37:29] <Jahk> the problem is that I cannot tell why the trac CMS isnt coming up, where are those pages? when I do the exact same setup on CentOS it works
[16:39:08] <Jahk> is the pythonhandled location failing? how would i know
[16:39:09] <maxb> Well, I can't even connect to that IP - should I be able to?
[16:39:14] <Jahk> er
[16:56:27] <De_mon> The wiki doesn't say.. when updating from .9 to .10dev I need to delete python23/Libs/trac and python23/docs/trac anything else?
[16:57:36] <De_mon> oh nm I see them now
[17:05:01] <De_mon> hrm.. 0.10dev tracd goes to a 'projects' page still... how do I get it to go directly to the only project available?
[17:22:19] <The_Tick> you mean the roadmap?
[17:23:30] <De_mon> ? no.. I think it's base-path
[17:25:09] * chandlerc has quit IRC
[17:25:14] <De_mon> nope, thats not it.
[17:25:49] <De_mon> svn.afse.org/ it goes to a 'projects page' when I want the actual project (/afids) there instead
[17:26:13] <De_mon> so svn.afse.org is what currently exists at svn.afse.org/afse/
[17:26:15] <De_mon> so svn.afse.org is what currently exists at svn.afse.org/afids/
[17:27:43] <The_Tick> http://natmaster.com/articles/installing_trac.php has info on how to do what you want
[17:27:47] <The_Tick> more towards the middle
[17:29:56] <De_mon> what exactly should I be looking for?
[17:30:36] <De_mon> (im using tracd)
[17:46:56] * ralreegorganon_ has joined #trac
[17:50:06] * imajes has quit IRC
[17:50:45] * imajes has joined #trac
[17:54:23] * PasChampionDuMon has quit IRC
[17:57:15] <De_mon> http://trac.edgewall.org/ticket/3506
[17:57:17] <De_mon> thats what I wanted!
[18:00:46] * tuxipuxi has quit IRC
[18:12:25] <whitelynx> alect: i'm running into a problem with the NavMoverPlugin
[18:12:34] <whitelynx> if I enable the plugin, it completely removes my main nav bar
[18:12:36] <whitelynx> https://adidas.servegame.org/projects/precursors
[18:16:22] * flosch has joined #trac
[18:17:22] <whitelynx> trac config: http://gne.pastebin.ca/117638
[18:21:13] * chandlerc has joined #trac
[18:34:13] * hlb has quit IRC
[18:38:33] <whitelynx> anyone know if "otaku42" from the trac-hacks site is ever on here?
[19:08:26] <whitelynx> trying to get my Trac site ready, since it's due to be replacing the previous production site for our game tonight
[19:08:29] <whitelynx> -.-
[19:09:20] <whitelynx> anyone know anything about coaxing NavMoverPlugin and/or NavAddPlugin into working correctly?
[19:59:32] * Riccc has joined #trac
[20:03:49] * flosch has quit IRC
[20:03:59] * Synapse_ has joined #trac
[20:04:15] * Synapse has quit IRC
[20:04:23] * Synapse_ is now known as Synapse
[20:07:43] <whitelynx> well, i'm writing one of the ugliest hacks i've ever done
[20:08:21] <whitelynx> a frankenstein'ed version of NavAdd and NavMover, allowing you to both add and move items, along with a template replacement that changes what navbars are displayed
[20:08:27] * whitelynx feels dirty
[20:37:47] <De_mon> what would cause http://www.trac-hacks.org/wiki/IniAdminPlugin to not show any settings? the links for each section are in webadmin, but the page is empty
[20:38:51] <De_mon> do I need some sort of [component] iniadminplugin.* = enabled ?
[21:17:54] * mjg2_ has joined #trac
[21:17:54] * chandlerc has quit IRC
[21:20:18] * mjg2 has quit IRC
[21:32:15] * mjg2_ has quit IRC
[21:33:08] * mjg2 has joined #trac
[21:38:08] * jrydberg has joined #trac
[21:42:06] * mjg2_ has joined #trac
[21:43:06] * chandlerc has joined #trac
[21:43:47] * mjg2 has quit IRC
[21:49:07] * ged has quit IRC
[21:53:50] * matt_good has joined #trac
[21:56:20] <De_mon> since upgrading to 0.10dev on windows, I get a 'no such file or directory' error when trying to change passwords and such
[22:01:16] <matt_good> De_mon: using AccountManager?
[22:04:52] * jrydberg has quit IRC
[22:34:26] <matt_good> @help
[22:34:26] <evil_twin> matt_good: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.
[22:34:39] * matt_good is away: sleep
[22:37:51] <De_mon> matt_good yeppers.. the ini admin works fine (edits file) but accountmanager can't find the file. But it worked fine in 0.9.6
[22:38:21] <De_mon> i'll play with it after some sleep
[22:50:10] * Jahk has left #trac
[22:59:31] <matt_good> De_mon: did you upgrade the AccountManager plugin?
[23:00:12] <matt_good> it required some changes to work with 0.10
[23:11:39] * raidman|Away is now known as raidman|Work
[23:11:44] * raidman|Work is now known as raidman|Away
[23:12:36] * raidman|Away is now known as raidman|Work