Team Chat Logs

August 3, 2009

2009 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            

[01:08:31]<BoredToDeath>Hi, I just tried to setup trac for the first time. And after finishing the setup all I get is Page not found: / at 127.0.0.1:8000 usng tracd server. I have tried to search the mailing list ( that is long ), and the database ( these three words match too much ), and didn't notice it in the wiki. I was hoping someone could give me a slight hand?
[01:15:10]<evil_twin>t.e.o: Ticket #2672 (Trac is trying to diff binary content) updated - <http://trac.edgewall.org/ticket/2672#comment:23> - cboos
[02:14:02]<mi>hi
[02:55:12]<evil_twin>t.e.o: Ticket #7496 (tracd fails to run as service using srvany.exe and sc.exe) updated - <http://trac.edgewall.org/ticket/7496#comment:10> - anonymous
[03:09:36]<kuba_>hi, is there a way how to connect WikiMacro to a Plugin? I want my macro to call functions from plugin, but I have no idea how to achieve it in python with python imports etc...
[03:10:16]<evil_twin>t.e.o: Ticket #8038 (Default CC per component in tickets) updated - <http://trac.edgewall.org/ticket/8038#comment:2> - gabriel.pannwitz@…
[03:10:59]<manski>can you give an example of what you want to achieve exactly?
[03:17:41]<kuba_>yes
[03:22:45]<kuba_>damned, half of post is lost.. wait
[03:22:45]<kuba_>http://en.wikipedia.org/wiki/Special:Search?go=Go&search=semex(my_parameter) that will run plugins function with my_parameter and result will be printed into wiki page
[03:55:54]<BoredToDeath>Hi, I just tried to setup trac for the first time. And after finishing the setup all I get is Page not found: / at 127.0.0.1:8000 usng tracd server. I have tried to search the mailing list ( that is long ), and the database ( these three words match too much ), and didn't notice it in the wiki. I was hoping someone could give me a slight hand or point me in the right direction?
[03:56:41]<BoredToDeath>I think I am just telling the server to serve the wrong pages...
[03:56:49]<BoredToDeath>wrong location*
[03:57:11]<manski>who do you invoke "tracd"? with which parameters?
[04:02:20]<BoredToDeath>*checking*
[04:03:49]<BoredToDeath>tracd --port 8000 V:/classes
[04:04:06]<dunk_>did you try 127.0.0.1:8000/trac ?
[04:04:22]<manski>what's the content of "V:/classes"?
[04:04:52]<BoredToDeath>I built my project there.. so attachements, db, conf, htdocs, log, plugins, templates, readme, version
[04:05:16]<BoredToDeath>is this the wrong directory?
[04:05:52]<manski>try "tracd --port 8000 -s V:/classes" this should solve your problem
[04:08:19]<BoredToDeath>one second browser hung up and computer is trying to catch up now
[04:11:00]<BoredToDeath>still page not found
[04:11:18]<BoredToDeath>i did what maski said, will try dunk now
[04:12:55]<BoredToDeath>well.. tracd 127.0.0.1:8000/trac actually loads it on port 80, but it gives me Available Project text at top and a blank white page other than that
[04:13:21]<BoredToDeath>I followed this page http://trac.edgewall.org/wiki/TracInstall
[04:13:42]<BoredToDeath>except used exe installers instead of eggs
[04:18:20]<manski>what's the output on the console where you run tracd?
[04:19:16]<BoredToDeath>sorry for spam
[04:19:17]<BoredToDeath>Server starting in PID 3020.
[04:19:18]<BoredToDeath>127.0.0.1 - - [03/Aug/2009 13:11:59] "GET /favicon.ico HTTP/1.1" 404 -
[04:19:18]<BoredToDeath>Serving on 0.0.0.0:80 view at http://127.0.0.1:80/
[04:19:18]<BoredToDeath>127.0.0.1 - - [03/Aug/2009 13:11:59] "GET / HTTP/1.1" 200 -
[04:19:18]<BoredToDeath>127.0.0.1 - - [03/Aug/2009 13:12:02] "GET / HTTP/1.1" 200 -
[04:19:19]<BoredToDeath>127.0.0.1 - - [03/Aug/2009 13:12:02] "GET /favicon.ico HTTP/1.1" 404 -
[04:19:21]<BoredToDeath>127.0.0.1 - - [03/Aug/2009 13:12:02] "GET /favicon.ico HTTP/1.1" 404 -
[04:19:23]<BoredToDeath>127.0.0.1 - - [03/Aug/2009 13:12:05] "GET / HTTP/1.1" 200 -
[04:19:25]<BoredToDeath>127.0.0.1 - - [03/Aug/2009 13:13:06] "GET / HTTP/1.1" 200 -
[04:20:18]<manski>mmhh... and you get a 404 error in your browser when browsing http://127.0.0.1:80/ ?
[04:20:23]<BoredToDeath>no
[04:20:37]<manski>ah? and what do you get?
[04:20:52]<BoredToDeath>when I use tracd --port 8000 -s V:/classes ( which is above)
[04:21:06]<BoredToDeath>I get Available Projects in big black bold text on a completely blank screen
[04:22:53]<manski>could it be that you have to specifiy the parameters with "/" instead of "-" (like "/s" instead of "-s")
[04:23:28]<BoredToDeath>argh, I'm sorry, I copied the wrong command.... it was when I ran tracd 127.0.0.1:8000/trac
[04:25:22]<BoredToDeath>the command "tracd --port 8000 -s V:/classes" you gave me gets a "page not available"
[04:26:19]<manski>and the output on the console for this request?
[04:28:14]<BoredToDeath>Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/
[04:28:14]<BoredToDeath>Server starting in PID 2140.
[04:28:14]<BoredToDeath>\Ryan>tracd --port 8000 -s V:/classes
[04:28:28]<BoredToDeath>and when I view http://127.0.0.1:8000/
[04:28:46]<BoredToDeath>I get an unformatted bold "Page not found: /"
[04:29:15]<manski>and what's now on the console?
[04:29:20]<BoredToDeath>nothing
[04:29:25]<manski>ok
[04:29:26]<BoredToDeath>same as before
[04:29:47]<BoredToDeath>would a dir of V:/classes help?
[04:30:04]<manski>what's about specifying the parameters using "/" instead of "-"? what does "tracd --help" say?
[04:30:19]<manski>(please just look at it - don't paste it here)
[04:41:13]<BoredToDeath>that was fun
[04:41:30]<BoredToDeath>the / instead of - did nothing
[04:41:36]<BoredToDeath>and the --help gave me a help menu
[04:46:44]<mi>hi all, anyone seen dln online lately?
[05:06:39]<BoredToDeath>Hi, I just tried to setup trac for the first time. And after finishing the setup all I get is "Available Projects" at 127.0.0.1:80 usng tracd server. I have tried to search the mailing list ( that is long ), and the database ( these two words match too much ), and didn't notice it in the wiki. I was hoping someone could give me a slight hand?
[05:43:20]<fission6>how do i find out what version of trac i have
[05:43:58]<manski>it's displayed in the lower left corner
[05:44:52]<fission6>oh yeah, also, i want to install a plugin and apparentlty need to modify trac.ini (http://trac-hacks.org/wiki/TracWysiwygPlugin) is that all iill need to do or do i need to restart andthing, etc....
[05:45:46]<manski>you may have to restart your webserver (or tracd, if you're using it)
[05:47:10]<fission6>ah ok
[05:50:28]<sanmarcos>anyone have an answer to this?
[05:50:29]<sanmarcos>http://groups.google.com/group/trac-users/browse_thread/thread/ac54f21e5a7de115
[05:52:21]<fission6>WYSIWYG-anyone here use this plugin for formatting content into tables and such or is there an easier way to create pages...
[05:52:59]<manski>wiki syntax is easy enough for me ^^
[05:54:22]<fission6>manski: okay, cool, yeha i just dont have the time to learn it right now...but hopefulyl as i use the WYSIWYG i will see what is generated
[05:56:16]<manski>it's not that difficult and i guess you'd spend more time with trying to get this wysiwyg plugin working than learning the wiki syntax
[05:58:24]<fission6>well i am doing a lot of table stuff and it just looks ugly to work with it all these ||
[05:58:52]<fission6>can i enter just HTML somehow, using some block of html code or something?
[06:00:33]<manski>yes - see here: http://trac.edgewall.org/wiki/WikiProcessors
[06:03:09]<fission6>{{{ #!html <h1 style="text-align: right; color: blue">HTML Test</h1> }}}, easy enough...ill use this to put in html table code, sweet
[06:03:35]<fission6>i guess you can use the directives for other scripts, like cgi and php stuff
[06:05:31]<manski>no, just for html
[06:11:09]<fission6>seems like its for everything, they have a 'c' example as well
[07:06:59]<higuys444>Hi
[07:07:09]<higuys444>Where can i submit a request for pidgin for chat features for skype and oovoo
[07:07:24]<jhammel>higuys444: trac-hacks.org
[07:07:33]<jhammel>but that doesn't mean anyone will do it
[07:08:31]<jhammel>higuys444: er, oh wait
[07:08:32]<jhammel>higuys444: are you talking about for Trac?
[07:08:50]<manski>yes
[07:08:56]<manski>fc, hmm? ^ ^
[07:10:11]<higuys444>no for pidgin
[07:10:15]<higuys444>gotcha
[07:10:16]<higuys444>thanks
[07:10:25]<jhammel>higuys444: so, not there then ;)
[07:18:45]<Po0ky>:w 2
[07:18:47]<Po0ky>nm ;)
[07:48:44]*retracile vents something resentful about mornings.
[08:04:57]<pacopablo>hehe, I read that as: "retracile wants something resentful about mornings"
[08:05:07]<retracile>heh
[08:05:21]<pacopablo>doki_pen: yeah, i know that that the logs are broken. It's actually a result of adding an oder by to the query
[08:05:21]<evil_twin>t.e.o: TracUsers edited - <http://trac.edgewall.org/wiki/TracUsers?version=860> - Francois H
[08:05:43]<pacopablo>which really doesn't make sense, cus I can't figure out why it is then failing to returna ny results ;(
[08:05:55]<pacopablo>I'm going to look into it today
[08:10:44]<pacopablo>ok, logs back up
[08:12:25]<thansen>is this really still required.. http://trac-hacks.org/ticket/1183#comment:6
[08:12:58]<thansen>that patch doesn't apply on my checkout :(
[08:13:40]<BoredToDeath>I have been trying to figure out what I did wrong in my first setup of trac on windows XP. would any of you have time to help me? I've tried to figure out from the mail list and wikie and help query thing...
[08:14:25]<pacopablo>doki_pen: also, I'd love pointers on git svn. especially re: pattern for making patches
[08:14:55]<pacopablo>BoredToDeath: start with what isn't working
[08:15:51]<pacopablo>thansen: well, if you use the 0.11 branch, search should work, and I don't think that that patch is required
[08:15:58]<pacopablo>thansen: ping dok_pen
[08:16:03]<pacopablo>er, doki_pen
[08:16:18]<thansen>pacopablo: I'm running 11.2 atm
[08:16:25]<BoredToDeath>err, I don't know exactly what isn't working. I went through the setup, but when I run tracd 127.0.0.1:8000/trac i
[08:16:37]<thansen>I see in the search area the irclogs selected
[08:16:44]<thansen>but I'm not getting any hits
[08:16:59]<pacopablo>thansen: version of the plugin, not trac
[08:17:00]<BoredToDeath>only get a blank white page with large text saying available projects
[08:17:00]<pacopablo>http://trac-hacks.org/svn/irclogsplugin/0.11/
[08:17:26]<thansen>pacopablo: yeah, I'm running whatever is latest in that dir
[08:17:40]<pacopablo>BoredToDeath: then you've probably got your TRAC_PARENT_ENV_DIR set incorrectly
[08:17:50]<BoredToDeath>*yeah* a clue =p
[08:17:53]<pacopablo>thansen: k, ping doki_pen re: configuration
[08:18:36]<thansen>doki_pen: any pointers for getting irclogs w/search working?
[08:22:36]<BoredToDeath>pacapablo: I can't find that variable anywhere?
[08:23:39]<BoredToDeath>heck, there isn't even an ini file in this directory, only in my other project directory...
[08:25:22]<evil_twin>t.e.o: TracModWSGI edited - <http://trac.edgewall.org/wiki/TracModWSGI?version=26> - anonymous
[08:25:27]<evil_twin>t.e.o: TracModWSGI edited - <http://trac.edgewall.org/wiki/TracModWSGI?version=27> - anonymous
[08:25:32]<evil_twin>t.e.o: Ticket #8542 ([PATCH][trac-post-commit-hook] lists within commit messages) created - <http://trac.edgewall.org/ticket/8542> - tuebernickel@…
[08:25:37]<evil_twin>t.e.o: TracReports edited - <http://trac.edgewall.org/wiki/TracReports?version=40> - jevans
[08:25:46]<pacopablo>BoredToDeath: it'll be in your apache config
[08:25:54]<pacopablo>or whatever server you're using
[08:25:55]<BoredToDeath>I'm using tracd
[08:26:00]<BoredToDeath>just trying to get it working
[08:26:12]<pacopablo>ahh, so past the line that you're using to invoke tracd
[08:26:46]<BoredToDeath>I've tried several =p
[08:26:55]<BoredToDeath>here is the most recent that got what I've described
[08:27:10]<BoredToDeath>tracd 127.0.0.1:8000/trac
[08:27:59]<BoredToDeath>I thought I was suppose to be doing "tracd --port 8080 V:/classes" but got "page not available"
[08:30:20]<evil_twin>t.e.o: TracUsers edited - <http://trac.edgewall.org/wiki/TracUsers?version=861> - mi@…
[08:32:00]<mi>that was me :)
[08:32:45]<pacopablo>BoredToDeath: in that case, V:\classes should be the same directory that you used with trac-admin V:\classes initenv
[08:33:57]<BoredToDeath>let me go look at my notes, but yes, I did something like that it it populated that directory with attachements, conf, db, htdocs, log, plugins, templates, readme, and version
[08:34:59]<BoredToDeath>that is exactly what I did trac-admin V:/classes initenv
[08:35:14]<BoredToDeath>would it hurt to do it again? will it just overwrite?
[08:36:50]<BoredToDeath>of the above, only the folder conf, db and tempate have anything in them, and only 1 or 2 items for them
[08:40:04]<pacopablo>ok, so IIRC, you project should be at localhost:8000/trac/classes
[08:40:34]<pacopablo>or maybe localhost:8000/classes
[08:40:50]<pacopablo>are you only plannign on running one instance?
[08:41:06]<BoredToDeath>http://localhost/classes = environment not found
[08:41:23]<BoredToDeath>same for http://localhost/trac/classes
[08:41:29]<BoredToDeath>atm..
[08:41:35]<pacopablo>hmm
[08:41:42]<pacopablo>so, add a -s on the command line
[08:41:49]<BoredToDeath>I will probably one day want to use it for more projects
[08:41:55]<pacopablo>and then jsut access it as http://localhost
[08:43:10]<BoredToDeath>the info I have been giving you is for tracd 128.0.0.1:800/trac
[08:43:18]<BoredToDeath>I'll now try the new V:classes
[08:44:05]<BoredToDeath>i am trying tracd --port 8080 -x V:/classes
[08:44:07]<BoredToDeath>i am trying tracd --port 8080 -s V:/classes
[08:44:38]<BoredToDeath>http://localhost:8080/
[08:44:45]<BoredToDeath>Internal Server Error
[08:44:46]<BoredToDeath>TracError: IOError: (2, 'No such file or directory')
[08:45:24]<BoredToDeath>err. one sex
[08:45:26]<BoredToDeath>sec
[08:45:43]<BoredToDeath>I need to change back a name quick
[08:47:22]<BoredToDeath>wow... like magic I have something
[08:47:25]<BoredToDeath>looks right
[08:47:28]*BoredToDeath cheers
[08:47:49]<BoredToDeath>thank you so much pacopablo, now I just have to figure out how to use it and get my project into it =p
[08:54:27]<pacopablo>doki_pen: http://trac-hacks.org/ticket/5607
[08:56:27]<kekko>where does trac install by default?
[08:58:52]<sanmarcos>kekko: /var/trac ?
[08:59:03]<sanmarcos>kekko: it really depends on the distro
[08:59:18]<sanmarcos>could be a site-package, an egg, etc
[09:01:08]<kekko>sanmarcos: could it be /usr/local/lib/python2.6/dist-packages/Trac-0.12dev_r8427-py2.6.egg ??
[09:01:30]<sanmarcos>sure
[09:02:24]<sanmarcos>for me it is /usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg
[09:02:58]<sanmarcos>but also tools install in /usr/bin for example
[09:03:04]<sanmarcos>it really depends on what path you give it
[09:03:12]<kekko>sanmarcos: thing is i'm trying to use mod_python to install it
[09:03:19]<sanmarcos>yeah so?
[09:03:34]<sanmarcos>I've been trying to do a root virtualhost with mod_python with no luck ,you cant use /login
[09:03:36]<kekko>so what should i put in the PythonPath "sys.path + "directive?
[09:03:41]<sanmarcos>it doenst matter
[09:03:44]<sanmarcos>you can leave the line out
[09:03:47]<sanmarcos>it will still work
[09:03:48]<kekko>ah
[09:04:04]<sanmarcos>thats if you use a nonstandard path for the egg or something, it adds to the sys.path
[09:04:17]<kekko>well i get a "No handler matched request to <project name>" when trying to access it trough web
[09:04:30]<sanmarcos>paste your config somewhere
[09:05:24]<evil_twin>t.e.o: Ticket #4084 (TracError: Missing or invalid form token. Do you have cookies enabled?) updated - <http://trac.edgewall.org/ticket/4084#comment:13> - anonymous
[09:06:34]<kekko>ok 1 sec
[09:10:41]<kekko>sanmarcos: http://pastebin.ca/1516839
[09:11:16]<sanmarcos>not that
[09:11:18]<sanmarcos>the apache conf
[09:11:32]<kekko>ah
[09:12:19]<kekko>sanmarcos: http://pastebin.ca/1516842
[09:12:52]<sanmarcos>TracEnv should point to your project
[09:13:00]<sanmarcos>i.e /var/trac/myproject/
[09:13:20]<sanmarcos>also try setting PythonOption TracUriRoot /project
[09:13:32]<sanmarcos> /projects/better sorry
[09:13:54]<kekko>my project is in /home/apps/trac
[09:14:07]<kekko>that's where my Trac env is...
[09:14:10]<sanmarcos>ah try the tracuriroot then
[09:14:15]<kekko>ok
[09:15:47]<kekko>sanmarcos: yes!
[09:15:51]<kekko>and yes again!
[09:15:55]<kekko>thanks!
[09:16:07]<sanmarcos>yep
[09:16:38]<kekko>one last question if i may:
[09:16:57]<kekko>i've got multiple svn project , what should i set the TracEnvParentDir as?
[09:17:56]<sanmarcos>kekko: http://trac.edgewall.org/wiki/TracModPython#Settingupmultipleprojects
[09:18:11]<sanmarcos>usually the parent folder which contains all the trac projects
[09:18:58]<kekko>thanks
[10:06:28]<Outl4w`>hellas!
[10:10:40]<pacopablo>jello
[10:14:41]<jhammel>there's always room for hellas
[10:17:40]<mi>hi, i just posted this http://trac.edgewall.org/wiki/TracUsers?version=861 , but i guess it got deleted. anyone a clue why?
[10:23:37]<pacopablo>er, nope
[10:23:42]<pacopablo>try posting it again
[10:25:25]<evil_twin>t.e.o: Ticket #8542 ([PATCH][trac-post-commit-hook] lists within commit messages) closed - <http://trac.edgewall.org/ticket/8542#comment:1> - rblank
[10:27:52]<mi>pacopablo, here it comes again http://trac.edgewall.org/wiki/TracUsers
[10:28:51]<mi>hm, seems evil_twin did not noticed yet?
[10:29:03]<pacopablo>it'll take him a sec
[10:29:43]<mi>kk
[10:30:26]<evil_twin>t.e.o: TracUsers edited - <http://trac.edgewall.org/wiki/TracUsers?version=861> - mi@…
[10:31:00]<mi>pacopablo, problem with this link is, that our trac-installation is not public, but i can send you a screenshot of it, if you like
[10:31:46]<pacopablo>well, if you look at the TracUsers page it says: "any links given as part of your entry must point to a Trac site"
[10:32:38]<mi>yes, but there are several other links, which does not, so i thought it could be another exception
[10:33:01]<pacopablo>they just probably haven't been caught
[10:33:15]<mi>ah ic
[10:34:13]<pacopablo>i adjusted your entry so that it won't be removed in the future
[10:34:36]<mi>ty very much! you like to have the screenshot?
[10:35:01]<pacopablo>no, that's alrught
[10:35:13]<mi>ok
[10:35:18]<mi>ty again
[10:35:26]<evil_twin>t.e.o: TracUsers edited - <http://trac.edgewall.org/wiki/TracUsers?version=862> - jhampton
[10:36:05]<mi>here are some more pages, which do not link to a trac: http://www.goldpreise.org http://puntodeventa.hdsti.com/ http://www.billigstrom.net/
[10:36:18]<mi>and http://www.girokonto.us/
[10:36:51]<mi>and this: http://www.online-kredit-index.de/
[10:37:46]<mi>and http://www.forium.de/
[10:40:27]<pacopablo>k, thanks
[10:42:59]<mi>cya later and ty again
[10:45:26]<evil_twin>t.e.o: TracUsers edited - <http://trac.edgewall.org/wiki/TracUsers?version=863> - jhampton
[11:00:26]<evil_twin>t.e.o: Ticket #6466 (Ticket.save_changes() timestamp precision is too low...) updated - <http://trac.edgewall.org/ticket/6466#comment:6> - smrobinson62@…
[11:34:03]<jhammel>OT, but....i want a VCS that I can serve (at least for checkout, hopefully for checkin) w/o apache
[11:34:15]<jhammel>any recommendations? I know hg has a checkout-only server
[11:35:00]<manski>subversion?
[11:35:15]<jhammel>manski: afaik, mod_svn is the only way to serve subversion :(
[11:35:21]<jhammel>otherwise it would be a clear win....
[11:35:39]<skoegl>hi to all. what about git?
[11:35:50]<manski>no - there is "svnserve"
[11:35:59]<manski>it's like "tracd" a standalone server
[11:36:19]<jhammel>manski: sure, i should have said "serve via http"
[11:37:03]<manski>jhammel: sorry (didn't know)
[11:37:22]<pacopablo>jhammel: git
[11:37:35]<pacopablo>jhammel: you can server svn via svnserve
[11:37:44]<jhammel>pacopablo: hmmm...it is my arch-nemesis....but maybe
[11:37:47]<jhammel>pacopablo: via http???
[11:37:59]<pacopablo>er, I guess it's git-daemon
[11:38:04]<pacopablo>but there is github
[11:38:11]<jhammel>there is bitbucket too
[11:38:14]<pacopablo>and I believe that provides http aceesss too
[11:38:27]<jhammel>but i'd really like my own repo...though i am considering bitbucket
[11:38:29]<pacopablo>I just use ssh for git atm
[11:38:35]<pacopablo>as all my stuff is internal
[11:38:51]*jhammel notes that he has hesitated on this decision for about a month now
[11:43:14]<pacopablo>looks like git via http uses dav
[11:43:25]<pacopablo>so apache is still probably your best bet
[11:43:35]<pacopablo>though something like pywebdav may work
[11:54:48]<mmadia>with trac 0.11.3, is it possible to set permissions for a single wiki page?
[12:10:53]<sanmarcos>fujitsu cocksucker
[12:21:52]<dhalsimm>hi, I want to make a relative link of a list item in wiki, I use [#Link name] for links, it's ok but what should I do for the list item?
[12:22:39]<yassine>hi everyone
[12:23:28]<yassine>im trying to create an admin user after installing trac using htdigest but it seems the system ist not considering my htdigest passwords file
[12:23:58]<yassine>a small addition is that im starting trac in standalone mode
[12:39:50]<yassine>anyone of you guys had such exceptiong : ValueError: Can't change extraction path, files already extracted using wsgi ?
[12:45:29]<evil_twin>t.e.o: Ticket #8543 (Total Hours not updating) created - <http://trac.edgewall.org/ticket/8543> - tlofreso@…
[13:07:52]<lisppaste5>DreadPirateBob pasted "Bug with mercurial backend" at http://paste.lisp.org/display/84690
[13:08:44]<DreadPirateBob>At least I think it's a bug. Anyone around who works on the mercurial backend?
[13:25:31]<evil_twin>t.e.o: Ticket #8543 (Total Hours not updating) closed - <http://trac.edgewall.org/ticket/8543#comment:1> - rblank
[13:26:21]<jhammel>hah! probably my fault!
[13:26:36]<yassine>anyone of you guys had such exceptiong : ValueError: Can't change extraction path, files already extracted using wsgi ?
[13:45:30]<evil_twin>t.e.o: Ticket #8537 (ExtractionError: Can't extract file(s) to egg cache) updated - <http://trac.edgewall.org/ticket/8537#comment:2> - anonymous
[14:07:59]<DreadPirateBob>I see that it is a bug: #7799 plus others
[14:10:32]<evil_twin>t.e.o: Ticket #7799 (listing files with utf8 filenames raises UnicodeDecodeError with certain ...) updated - <http://trac.edgewall.org/ticket/7799#comment:3> - Joseph Tate <jtate+trac@…>
[14:11:30]<yassine>evil_twin, do you happen to know what to do when one get the following error: ValueError: Can't change extraction path, files already extracted
[14:11:58]<yassine>trac 0.11 wsgi and apache 2.2.x
[14:12:41]<dunk_>yassine evil_twin is a bot ;]
[14:13:08]<dunk_>and i think your exception has to do with eggs already extracted
[14:13:10]<yassine>dunk_, im soo helpless that i do even ask bots :)
[14:13:18]<dunk_>;]
[14:13:41]<yassine>dunk_, that's the exception is claiming but i have no clue which eggs are causing the issue
[14:13:56]*dunk_ neither ;]
[14:25:57]<garbas>hey guys, is trac 0.11 wsgi "powered"? or i must use some plugin? eg: http://trac-hacks.org/wiki/TracWsgiPlugin
[14:28:28]<yassine>garbas, it does already support wsgi even that i personally have problem with that
[14:29:28]<yassine>garbas, use: trac-admin /path/to/projectEnv deploy /path/to/whereYouwantwsgiScriptsToBe
[14:29:43]<yassine>and then point apache to the generated wsgi script
[14:29:45]<garbas>yassine: i'd like to use it in paster deplyment story
[14:30:16]<garbas>yassine: and i'm not using apache elephant
[14:30:29]<yassine>now that's beyond my knowledge sorry
[14:30:31]<evil_twin>t.e.o: Ticket #8497 (trac spawns enscript processes that never end) updated - <http://trac.edgewall.org/ticket/8497#comment:5> - ebray
[14:40:31]<evil_twin>t.e.o: Ticket #7723 (Make repository cache work on multirepos branch) updated - <http://trac.edgewall.org/ticket/7723#comment:54> - rblank
[14:52:38]<yoyo35>Hi all I have a small problem when i try to close a ticket in trac i get AttributeError: 'NoneType' object has no attribute 'has_key' and here is my config
[14:52:39]<yoyo35>Python: 2.4.3 (#1, Jan 21 2009, 01:10:13) [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)]
[14:52:39]<yoyo35>Trac: 0.11.5rc1
[14:52:41]<yoyo35>setuptools: 0.6c9
[14:52:43]<yoyo35>SQLite: 3.3.6
[14:52:45]<yoyo35>pysqlite: 1.1.7
[14:52:47]<yoyo35>Genshi: 0.5.1
[14:52:49]<yoyo35>mod_python: 3.2.8
[14:52:51]<yoyo35>Agilo: 0.7.4.1-r1624-20090611
[14:52:53]<yoyo35>jQuery: 1.2.6
[15:01:34]<pacopablo>yoyo35: pastebin the fullt raceback please
[15:01:41]<pacopablo>lisppaste5: url
[15:01:41]<lisppaste5>To use the lisppaste bot, visit http://paste.lisp.org/new/trac and enter your paste.
[15:01:48]<pacopablo>hvr: around?
[15:14:38]<yassine>is there a solution for this issue yet: "Can't change extraction path, files already extracted" ?
[15:15:33]<yassine>wsgi + trac 0.11 + Python 2.5.2
[15:23:53]<pacopablo>yassine: no clue. try nuking your EGG_CACHE
[15:24:51]<pacopablo>yoyo35: you'll want to ping the aglio devs, it's somethign wrong with their plugin.
[15:39:00]<BoredToDeath>pacopablo: I'm having trouble getting authentication for the login. You have time to give a shot at helping me?
[15:45:55]<pacopablo>fire away
[15:49:53]<pacopablo>doki_pen: so, how do you deal with git svn -T -b -t, etc? on a plugin with just a version (0.11) for example?
[16:01:25]<BoredToDeath>I am trying to setup things so I can login inside of trac, but when I click on login I get Trac Error
[16:01:25]<BoredToDeath>Authentication information not available. Please refer to the installation documentation. (more)
[16:01:51]<BoredToDeath>I have read that documents up and down, here is where I am at
[16:02:24]<BoredToDeath>i used htpasswd -c to create a user.htpasswd file
[16:03:24]<BoredToDeath>and then I run "tracd --port 8080 --auth=V:/classes,V:/classes/users.htpasswd,trac -s V:/classes"
[16:04:03]<BoredToDeath>I get an invalid digest line in V:\classes\users.htpasswd: root:$apr1$.asdkj$sjkfj warnging no users in realm: trac
[16:04:10]<BoredToDeath>however if I
[16:04:27]<pacopablo>so, you want to specify --basic-auth
[16:04:31]<pacopablo>instead of auth
[16:04:41]<BoredToDeath>kk
[16:04:42]<pacopablo>otherwise, use htdigest2 to create a pasword file
[16:05:06]<BoredToDeath>I used trag-digest and it doesn't give error, but doesn't get me in
[16:06:05]<BoredToDeath>sigh, so I used --basic-auth and the error went away, but I still get the authentication information not available
[16:06:21]<BoredToDeath>when I click on login
[16:10:56]<pacopablo>er, you shouldn't ;)
[16:11:10]<BoredToDeath>laugh...
[16:11:12]<BoredToDeath>one sec phone
[16:11:41]<BoredToDeath>*plugs pacapablo's brain up to the grid and gives it some extra juice*
[16:12:55]<BoredToDeath>i get the same thing when I do it using htdigest and --auth ( i had that working just like this, but the login never work )
[16:19:36]<pacopablo>so, you don't get any popup asking for username/password?
[16:19:49]<BoredToDeath>no
[16:19:50]<pacopablo>ugh, you're on windows, aren't you?
[16:19:54]<pacopablo>turn on logging
[16:19:55]<BoredToDeath>yeah
[16:20:14]<pacopablo>and pastebin the log
[16:20:21]<lisppaste5>jmckenna pasted "trac error" at http://paste.lisp.org/display/84703
[16:20:59]<BoredToDeath>i have log_file set to
[16:21:00]<pacopablo>jmckenna: evidence on how much apache sucks ;)
[16:21:06]<BoredToDeath>log_file = trac.log log_level = DEBUG log_type = none
[16:21:06]<BoredToDeath>[logging]
[16:21:09]<jmckenna>can someone give me a hint on the above error?
[16:21:19]<pacopablo>BoredToDeath: set log_type = file
[16:21:23]<pacopablo>and restart tracd
[16:21:24]<BoredToDeath>thank you
[16:21:37]<jmckenna>pacopablo: yes I am using apache. please advise
[16:21:52]<pacopablo>jmckenna: the problem is most likely an issue with apache, apr, and/or mod_pho
[16:21:58]<pacopablo>s/pho/php
[16:21:58]<evil_twin>pacopablo meant: jmckenna: the problem is most likely an issue with apache, apr, and/or mod_php
[16:22:12]<BoredToDeath>and where do you want me to paste the log? ( pastebin? )
[16:22:14]<BoredToDeath>phone
[16:22:23]<pacopablo>basically, you have some modules/parts of apache compiled with conflicting version of sqlite
[16:22:36]<pacopablo>lisppaste5: url
[16:22:36]<lisppaste5>To use the lisppaste bot, visit http://paste.lisp.org/new/trac and enter your paste.
[16:22:42]<pacopablo>BoredToDeath: ^^^ there
[16:22:46]<jmckenna>i am using mod_msgi
[16:23:02]<jmckenna>ok, hmmmmm
[16:23:16]<pacopablo>jmckenna: yeah, doesn't matter, it's an apache compile dependency piece of nightmare
[16:23:27]<pacopablo>there is probably something in the mailing list or bug tracker about it
[16:24:01]<pacopablo>jmckenna: what distro?
[16:24:58]<jmckenna>pacopablo: thanks for the advice. this is on gentoo.
[16:25:15]<jmckenna>i'll dig into the mailing list
[16:26:00]<pacopablo>jmckenna: I'd recommend recompiling apache,apr and mod_php, if you have it
[16:26:00]<pacopablo>and make sure you only have one version of apr installed
[16:26:30]<pacopablo>and recompile mod_wsgi for good measure
[16:26:51]<jmckenna>ok I think you are right, i will do exactly what you recommend
[16:27:00]<jmckenna>thank you
[16:27:28]<lisppaste5>BTD pasted "auth_log" at http://paste.lisp.org/display/84705
[16:28:33]<BoredToDeath>still on phone booking a flight, but trying to multitask =p
[16:28:59]<pacopablo>just don't get the destination wrong inadvertantly ;)
[16:29:16]<BoredToDeath>=/ it's for our new puppy that would be really bad
[16:29:24]<BoredToDeath>and don't ask
[16:29:32]<BoredToDeath>*points at wife*
[16:29:41]<pacopablo>haha
[16:32:58]<pacopablo>BoredToDeath: do you have any errors on the command line re: Warning: cannot parse password for user <foo> without the "crypt" module ?
[16:33:14]<BoredToDeath>*checking*
[16:33:23]<pacopablo>also, make sure you install fcrypt
[16:33:34]<BoredToDeath>*okay*
[16:33:37]<pacopablo>easy_install fcrypt should do it
[16:35:06]<BoredToDeath>yeah i didn't exactly do easy_install sorta .. i'll chat in second
[16:56:59]<pacopablo>later all
[17:06:39]<BoredToDeath>c ya thanks for help
[17:25:35]<evil_twin>t.e.o: SeaChange/WhatUsersWant edited - <http://trac.edgewall.org/wiki/SeaChange/WhatUsersWant?version=100> - anonymous
[19:15:38]<evil_twin>t.e.o: TracUsers edited - <http://trac.edgewall.org/wiki/TracUsers?version=864> - jslo@…
[19:35:01]<garbas>i'm serving trac on http://localhost:3050/tracs/my-project and i'd like to rewrite so my project would be located at http://mydomain.com/my-project.
[19:35:31]<garbas>i'm reading about base_url, but dont know how to set it up in my case
[20:46:43]<rasmylo>garbas, you need to set up a virtualhost
[20:47:28]<rasmylo>that's with apache/mod_python
[23:45:44]<evil_twin>t.e.o: TracUsers edited - <http://trac.edgewall.org/wiki/TracUsers?version=865> - rblank