Team Chat Logs

February 15, 2010

2010 1
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

[00:08:40.940938]<otaku42>moin
[01:49:20.837760]<gozerbot>trac: Changeset [9184]: #8751: refactor `Ticket.save_changes()` to remove the need for an extra ... - <http://trac.edgewall.org/changeset/9184> || Changeset [9183]: Refactor transaction handling, using a with_transaction function decorator ... - <http://trac.edgewall.org/changeset/9183>
[02:08:31.466987]<kirean>anyone here who made the move from svnmerge.py to svn merge (svn 1.5 and newer)
[02:09:36.131679]<Sacho>What would you guys recommend, should I read about & install 0.11 or wait for 0.12?
[02:10:27.691058]<Sacho>would upgrading be complicated? (:
[02:48:45.653607]<z3rongod>Hello
[02:49:10.665943]<z3rongod>Can someone help me understand why i can connect with tortoisesvn on this address? svn://http://trac.ak-team.com/browser
[02:49:21.333457]<z3rongod>I get a 200 OK error
[02:49:38.604184]<z3rongod>OPTIONS OF 'link' 200 OK 'root url'
[02:50:12.809753]<z3rongod>I tried without http and the host refuses connection
[02:50:54.429164]<kirean>z3rongod: youre accessing the Trac browser, not a svn repo?
[02:51:14.754733]<z3rongod>Uhm
[02:51:15.454815]<kirean>z3rongod: try http://svn.ak-team.com/svn/
[02:51:32.709635]<z3rongod>THANK YOU
[02:51:39.754709]*z3rongod gives kirean a wet fat kiss
[02:52:08.169238]<kirean>z3rongod: heeh, np.. good luck
[05:18:27.269621]<theblackbox>hmm, sorry if this is on the FAQ or something, I just can't seem to find it- how do I delete an env? I just set one up but misstyped the db string and it's locked the initenv on the project path
[05:21:55.584032]<theblackbox>is it not just a matter of deleting the project path? and rebuilding from scratch
[05:22:32.878564]<doki_pen>theblackbox: yes
[05:22:49.141357]<doki_pen>theblackbox: you also might want to make sure you delete any svn repo that you created
[05:22:55.876515]<doki_pen>theblackbox: (if you created one)
[05:23:17.247456]<theblackbox>doki_pen, right, thanks
[05:47:33.540229]<rubendv>I'm having a strange problem: when I go to Trac it says it detected an internal error because it gets Permission Denied for the format file in my svn repository. But everything in that repo is owned by user svn and group svn, of which www-data (the user Apache runs as, so trac as well I presume) is a member of svn, and group has read and write permissions on that file. If I give other access it works perfectly, so what am I not seeing here?
[05:49:26.685754]<gozerbot>trac: Changeset [9185]: Reformatting of `RepositoryCache.sync`. No conversion to ... - <http://trac.edgewall.org/changeset/9185>
[05:56:45.570778]<doki_pen>rubendv: what about the paths that contain the svn repo?
[05:57:04.025976]<doki_pen>rubendv: did you try su-ing to www-data and accessing the path?
[06:00:15.341736]<rubendv>I found the problem, I was being a bit reckless with chmod -R so the directories didn't have x permissions anymore, my bad :)
[06:02:44.486271]<Honeyman>Hello. Can anybody hint me, is it possible to insert a non-breakable space in the Trac wiki (like html &nbsp; entity)? Or mark some text block as non-breakable (<nobr></nobr>)?
[06:05:45.795665]<doki_pen>osimons: AttributeError: 'NoneType' object has no attribute 'get_node' in bitten
[06:06:06.945001]<doki_pen>osimons: create a ticket?
[06:06:53.506188]<osimons>doki_pen: what trac version?
[06:07:57.820866]<osimons>if trac trunk, then search the bitten tickets first - like http://bitten.edgewall.org/ticket/342
[06:08:32.310288]<osimons>oh. and http://bitten.edgewall.org/ticket/433
[06:10:33.867104]<doki_pen>osimons: because I don't have a default repo?
[06:11:53.820154]<doki_pen>osimons: ok, so it won't work with 0.12, eh?
[06:19:09.001523]<osimons>doki_pen: correct. i'm not on trac trunk yet either for my production, so haven't really looked into it
[06:43:39.435551]<theblackbox>hello all, I'm going through the motions of setting up a test trac, but I'm confused by something on the wiki statijng "Note: DocumentRoot should not point to your Trac project env." when setting up VHost config.... I'm not so sure what it /should/ point to then.... just not able to get my head working full speed today =/
[07:01:26.030950]<osimons>theblackbox: as DocumentRoot is a container for serving static files, you could then end up serving your config files and database out to anyone requesting it... like trac/db/trac.db or trac.ini may then send the files as-is and not as requests similar to trac/wiki/WikiStart
[07:02:18.352389]<osimons>so, you want a simple location with static files only. typically often something like /srv/www/html or something
[07:03:04.141055]<osimons>then trac maps virtually to a location like /trac through handler and code only and not through file-system location
[07:04:24.717084]<theblackbox>yeah, it makes sense /why/ but I'm unsure what this location should be.... right so it is just a location apache has access to that is empty?
[07:04:30.416976]<theblackbox>sorry for boneheadedness =S
[07:06:01.921880]<arbitraryuser>Hi all, Our project has multiple svn repos (basically one for each component)... can I have multiple repos in trac?
[07:09:37.257085]<osimons>theblackbox: usually your apache is already configured with some location for DocumentRoot, and just leave it (ie. don't set it again) unless you have a reason to change it (which it seems you have not...)
[07:10:02.471692]<osimons>(ie. defined somewhere in your httpd.conf already)
[07:10:31.946185]<theblackbox>vhosts? ahh, I think I get you
[07:13:30.639017]<theblackbox>hmmm, I'm beginning to think my system is missing some component : error on nav to trac site - http://pastie.org/825554
[07:19:25.213842]<gozerbot>trac: Changeset [9186]: Follow-up to r9185, don't use multi-line strings for messages that may end ... - <http://trac.edgewall.org/changeset/9186>
[07:49:25.239501]<gozerbot>trac: Ticket #9059 (Error in trac-admin env upgrade - AttributeError: 'Environment' object has ...) created - <http://trac.edgewall.org/ticket/9059>
[08:45:25.211339]<theblackbox>bah, I can't seem to get away from this.... I'm following the TracGuide to the letter but no joy with auth, I just get http://pastie.org/825696
[08:45:33.131928]<theblackbox>any hints would be appreciated
[08:46:48.607159]<cmc>seems to indicate there's a problem connecting to your sqlite db
[08:49:25.837344]<gozerbot>trac: TracFastCgi edited - <http://trac.edgewall.org/wiki/TracFastCgi?version=60> || TracDev/Proposals/AdvancedWikiFormatting edited - <http://trac.edgewall.org/wiki/TracDev/Proposals/AdvancedWikiFormatting?version=22>
[08:50:05.055139]<theblackbox>cmc, does trac-admin create the db? or is it something I have to do manually?
[08:50:40.416878]<cmc>I think trac-admin will create it, but I don't use sqlite, so I'm not positive
[08:52:19.519278]<theblackbox>I can see the default trac/db/trac.db but that's just a file, right... I mean there should be a corresponding database in sqlite.... or am I getting confused by familiarity with mysql.... don't really use sqlite myself
[08:52:53.866005]<cmc>trac.db *is* the database if you are using sqlite
[08:53:00.199040]*theblackbox considers postgresql'ing it
[08:53:04.664960]*cmc supports
[08:53:21.733723]<theblackbox>hmmm... it's worth a shot
[08:53:22.227472]<cmc>in any event, sqlite reads from/writes to a single file
[08:53:31.211240]<theblackbox>right, wasn't sure of that
[08:53:59.713946]<cmc>it's kind of weird, but very small and therefore good for many use cases
[08:54:39.501391]<theblackbox>yeah, I can imagine, amarok and firefox use it iirc
[09:02:40.159065]<doki_pen>theblackbox: if you are going to have a good amount of traffic on your trac site, it is recommended that you use postgresql
[09:02:51.402644]<doki_pen>theblackbox: this is because sqlite has DB level locking
[09:03:13.443970]<doki_pen>theblackbox: and yes, trac-admin creates your sqlite db
[09:03:55.228001]<theblackbox>cheers, working on postgresql setup now
[09:04:00.280491]<doki_pen>theblackbox: as far as that error, I would make sure I had the proper sqlite3 bindings installed
[09:04:10.282454]<doki_pen>theblackbox: ah, ok, nevermind then
[09:04:33.363348]<doki_pen>theblackbox: I think you will need psycopg in that case
[09:05:21.193174]<doki_pen>theblackbox: with python 2.5, I think you need to install pysqlite for sqlite
[09:05:31.524588]<theblackbox>which one? I've found a psycopg and a psycopg2
[09:05:34.998059]<doki_pen>theblackbox: I believe it was merged into python in version 2.6
[09:05:42.659677]<doki_pen>theblackbox: I use psycopg2
[09:05:54.605343]<theblackbox>doki_pen, yeah I thought so too, but I'm told 2.5 should be fine
[09:06:42.235253]<doki_pen>theblackbox: make sure you have sqlite3, for sqlite support
[09:31:36.390735]<doki_pen>osimons: I have a patch for bitten that makes it work with announcer-trunk
[09:36:28.542936]<doki_pen>osimons: http://github.com/dokipen/bitten
[09:53:05.898309]<theblackbox>how do I go about removing Genshi? used easy_install and think I needed to use the -Z
[09:55:34.479559]<theblackbox>ah sorry, didn't see the chan
[10:18:08.963265]<ThrushAAX>anyone know why changing max_preview_size doesn't seem to have any effect on directly viewing wiki attachments?
[10:18:34.905984]<cmc>my guess would be the "preview" part of max_preview_size
[10:18:35.802609]<ThrushAAX>no matter what I do I always get "HTML preview not available, since the file size exceeds 262144 bytes. Try downloading the file instead."
[10:19:50.070931]<cmc>"Maximum file size for HTML preview. (since 0.9)", that'd seem to fit your description
[10:20:03.908622]<ThrushAAX>yeah, exactly
[10:20:35.409562]<ThrushAAX>I change it to -1, 100, huge number... restart apache... refresh page... no difference
[10:22:09.670839]<cmc>change another config to confirm you are editing the right file
[10:22:27.046388]<ThrushAAX>yeah, I tried it on two different trac instances
[10:22:57.286746]<ThrushAAX>though same trac install, 0.11.5
[10:23:11.198219]<cmc>looking at the code (trac/mimeview/api.py), 262144 is the default for max_preview_sizer
[10:23:13.549003]<cmc>size*
[10:23:22.446096]<cmc>you're putting it in the [mimeviewer] section, right?
[10:24:00.216987]<ThrushAAX>yep
[10:25:00.653004]<ThrushAAX>its already there with the default value, I just edit it
[10:25:17.807357]<cmc>so setting it higher results in the same error message?
[10:25:26.886498]<ThrushAAX>yes
[10:25:51.621818]<cmc>that implies to me at least, that it's not reading the value from your trac.ini
[10:26:20.555144]<ThrushAAX>probably
[10:27:04.129418]<osimons>doki_pen: nice, but would it not be more natural the other way around - so that announcer plugin adds this as an optional extra in case bitten is installed?
[10:27:10.613607]<ThrushAAX>hmmm, ok, I just tried changing something else in the trac.ini and it also didn't change
[10:27:43.242550]<cmc>ThrushAAX, restart apache
[10:28:18.482021]<cmc> /tracd
[10:29:59.220513]<ThrushAAX>I do restart apache every time
[10:30:05.928804]<ThrushAAX>it seems that it does change for other pages
[10:30:21.176883]<ThrushAAX>but once I load a html preview it doesn't refresh it
[10:30:59.579094]<cmc>add something to the url like ?nonce=3rdffesr3r
[10:31:17.733948]<cmc>that should confirm that it's not a caching problem w/ your browser
[10:31:35.229048]<ThrushAAX>yeah, that does reload the page properly
[10:32:36.523275]<osimons>doki_pen: my fullblogplugin adds listerers for spamfilter and tagsprovider if such plugins are installed - and if they're not, then they won't be included and enabled. 2 minor changes in setup.py
[10:32:37.545582]<osimons>-
[10:33:05.384693]<osimons> - would it not make more sense to collect your various announcement plugins as optional plugins in a common plugin?
[10:34:35.018767]<ThrushAAX>cmc: arg, looks like it was indeed a caching problem with my browser, FF works fine, Chrome fails
[10:34:39.181468]<ThrushAAX>thanks
[10:34:52.133706]<cmc>np
[10:42:52.072759]<doki_pen>osimons: perhaps
[10:43:11.248152]<doki_pen>osimons: to the first question, I am planning on getting announcer into trac
[10:43:26.264010]<doki_pen>osimons: so it will make sense to eventually have the announcer integration in each project
[10:43:33.080912]<doki_pen>osimons: just as you have notify integration
[10:44:08.221787]<doki_pen>osimons: but I could make an announcerplugin-extras package for now
[10:44:48.282549]<doki_pen>osimons: I'm not sure what you are saying about fullblog
[10:45:05.223505]<osimons>right, if it became part of trac then i agree
[10:46:42.447533]<osimons>about fullblog? uh. not sure - just an example of using extras i guess, and how one could ship all optional plugins as part of main plugin with auto-enable depending on what is installed on server
[10:47:55.254302]<osimons>- just hinting at a setup.py with a simple usage of optional enabling two files depending on what is installed on server
[10:48:19.796089]<doki_pen>osimons: right, I would have to make a seperate plugin, since the plan is to get announcer into trac
[10:51:01.780896]<osimons>don't need to be a separate package or plugin with own setup.py - and once you get announcer into trac you can just offer the remaining files to the various projects as-is
[10:53:44.617511]<osimons>i don't remember the details for how you want to get this done of course, so you just do what suits you best
[11:13:49.496546]<doki_pen>osimons: you're right
[11:14:51.444311]<doki_pen>osimons: sorry, I'm so slow, I started on my job work ;)
[11:17:57.298830]<brightsites>hi, im really stuck trying to install trac. can anyone spend a few minutes helping me?
[11:22:53.884820]<brightsites>ive done the the easy_install and created an evinroment but not sure what to do next?
[11:24:40.498382]<wotwot>@TracInstall
[11:25:20.910128]<brightsites>Ive been through that and still stuck :(
[11:27:52.158926]<wotwot>brightsites, so far nobody knows where you got stuck, and with what software, and what your logs say
[11:29:13.744063]<brightsites>ok sorry, I have a vps centos. I have installed using easy_install. then created a trac environment in usr/local/trac. I am now stuck. How do I get a subdomain to point to trac. I really dont understand or know how to do this.
[11:32:03.401096]<wotwot>there are some pages with more specific info about running trac together with $webserver. a subdomain or just /trac/ is totally up to you, and its setup depends on the webserver you want to run it with
[11:33:26.656947]<brightsites>I dont know what the difference is
[11:34:06.176765]<brightsites>I guess mod_python as it says its faster
[11:34:06.819158]<wotwot>ie dev.mydom.ain oder foo.dom.ain/trac
[11:34:42.284633]<wotwot>does that mean you want it to run with apache ?
[11:34:57.653711]<brightsites>yes
[11:35:05.888054]<brightsites>trac.domain.com
[11:35:49.310161]<wotwot>then first setup the A record for trac.domain.com and make a config for the virtual host
[11:47:43.270823]<brightsites>Ive created a subdomain in cpanel which points to /www/trac
[11:49:28.121638]<brightsites>now what?
[11:49:57.738393]<wotwot>does it work so far ?
[11:50:46.410014]<brightsites>yes
[11:51:07.035448]<coderanger_>@tracdocs
[11:51:23.691661]<brightsites>wot wot: I get this http://trac.brightsitesconsulting.co.uk/
[11:51:45.517262]<coderanger_>brightsites: https://coderanger.net/~coderanger/tracdoc/install/index.html#web-server
[12:14:55.644768]<brightsites>my conf has this in now:<VirtualHost 213.175.218.238:80>
[12:14:55.894930]<brightsites>DocumentRoot /home/bright/public_html/trac
[12:14:56.324829]<brightsites>ServerName trac.brightsitesconsulting.co.uk
[12:14:56.647067]<brightsites>User bright
[12:14:57.074662]<brightsites>Group bright
[12:14:57.420516]<brightsites><Location /trac>
[12:14:57.886014]<brightsites> SetHandler mod_python
[12:14:58.208165]<brightsites> PythonHandler trac.web.modpython_frontend
[12:14:58.528769]<brightsites> PythonInterpreter main
[12:14:58.779347]<brightsites> PythonOption TracEnv /local/usr/trac
[12:14:59.099735]<brightsites> PythonOption TracUriRoot /trac
[12:14:59.318086]<brightsites> SetEnv PYTHON_EGG_CACHE /tmp
[12:14:59.527989]<brightsites></Location>
[12:15:00.101894]<brightsites></VirtualHost>
[12:15:23.167562]<brightsites>am i getting close wotwot?
[12:15:54.300229]<wotwot>looks like
[12:16:03.120998]<hylje>wat
[12:17:33.300944]<brightsites>ok?
[12:17:54.621808]<wotwot>usr/local is swapped
[12:19:25.766500]<brightsites>Ive changed that
[12:19:28.941510]<brightsites>restarted apache
[12:19:54.520945]<brightsites>http://trac.brightsitesconsulting.co.uk/ still just showing me the cgi-bin
[12:20:50.909460]<brightsites>whats the /trac next to <location and also the tracuriroot trac? how do i find out if they are ok?
[12:20:59.665857]<doki_pen>brightsites: stop flooding
[12:21:18.259855]<doki_pen>brightsites: use something like pastebin.com
[12:21:24.004930]<brightsites>sorry, trying to install trac
[12:21:24.577905]<brightsites>ok
[12:26:12.568663]<doki_pen>brightsites: try something like this: http://pastebin.com/m5f44d861
[12:28:21.007364]<doki_pen>brightsites: http://trac.brightsitesconsulting.co.uk/trac/
[12:29:27.917775]<brightsites>thanks for your help doki. still not working. Added to the conf file, but trac still not loading
[12:29:46.886306]<doki_pen>brightsites: check your apache log
[12:31:56.931929]<brightsites>http://pastebin.com/d60b48a28
[12:35:13.785308]<brightsites>http://pastebin.com/d28d10c5e more recent
[12:36:55.821566]<wotwot>brightsites, also check the errorlog
[12:39:28.825980]<brightsites>http://pastebin.com/m2f80fb4e
[12:39:33.043384]<brightsites>is that useful?
[12:40:51.207943]<wotwot>i guess mod_python is not enabled yet
[12:41:17.493852]<brightsites>I aksed my hosting comapny and they said it was as apart of cpanel
[12:44:15.364881]<doki_pen>brightsites: maybe you need to load it
[12:44:43.640340]<doki_pen>brightsites: like LoadModule mod_python modules/mod_python.so
[12:44:48.004187]<doki_pen>brightsites: for example
[12:44:58.838360]<brightsites>ok
[12:45:05.973409]<brightsites>i'll try that
[12:45:13.941717]<doki_pen>brightsites: but I don't know, i've never used a 3rd party hosting
[12:49:27.816497]<gozerbot>trac: MissingTranslations edited - <http://trac.edgewall.org/wiki/MissingTranslations?version=10>
[13:56:02.204656]<LaLeche>evening
[13:56:15.391122]<LaLeche>Having issues integrating SVN and Trac
[13:56:34.523345]<LaLeche>getting an Unsupported version control system: undefined symbol: serf_ssl_cert_depth in libsvn_ra_serf-1.so.0
[13:57:50.590196]<LaLeche>is there a list of SVN versions supported by trac? using trac-0.11.4 and SVN 1.6.1
[13:58:35.346473]<scfe>LaLeche: AFAIK trac supports all current svn versions
[13:58:47.182275]<scfe>I bet the problem is that your svn library does not match the svn bindings you installed
[13:59:09.258709]<scfe>(or you need to recompile against a recent openssl?)
[13:59:27.792550]<scfe>which distro do you use?
[13:59:40.899324]<LaLeche>Mandriva, though switching to ubuntu soon
[13:59:43.752857]<LaLeche>2009.11
[13:59:45.560203]<LaLeche>2009.1
[14:00:06.724737]<scfe>did you compile something from source?
[14:00:19.566307]<LaLeche>nope - all rpm based
[14:00:29.309196]<misc>using the rpm of mandriva ?
[14:00:48.014771]<LaLeche>yep
[14:00:55.625841]<LaLeche>will try upgrading libsvn0
[14:01:08.668710]<misc>LaLeche: can you give me the version release of the rpm ?
[14:01:23.642221]<scfe>rpm -qf '....'
[14:01:30.531706]<LaLeche>current libsvn0-1.6.1-1mdv2009.1 upgrading to 1.6.4
[14:01:39.598964]<misc>rpm -qa | grep trac ; rpm -qa | grep svn
[14:01:53.531889]<misc>LaLeche: don't randomly upgrade rpm :/
[14:01:58.458363]<LaLeche>ok
[14:02:50.301858]<LaLeche>misc, http://pastebin.org/92189
[14:02:55.674286]<misc>( well, unless that's for security update )
[14:03:06.548735]<LaLeche>i think trac-svn needs updating :P
[14:03:13.680547]<misc>( which is the case with openssl, so I was wrong
[14:03:25.179946]<LaLeche>misc is going to kill me for mixing 2008 and 2009 packages...
[14:03:26.898815]*LaLeche ducks
[14:03:53.896853]<misc>LaLeche: well, i am not going to kill you, but I think that's the problem, yes
[14:03:59.193083]<scfe>LaLeche: Why are you going for these crazy ideas?
[14:04:30.470205]<LaLeche>scfe, I've already been told off by misc... but that was after I'd already fiddled with urpmi
[14:04:53.376005]*misc wonder what he said
[14:05:38.437519]<LaLeche>misc, don't remember but I remember it being totally bad idea ...
[14:06:26.931482]<misc>LaLeche: well, that's indeed a bad idea whatever distro you chose
[14:08:57.497652]<LaLeche>ok, updating trac-svn didn't help
[14:10:47.849316]<misc>update libsvn0, as you proposed
[14:11:03.869033]<misc>nothing /usr/local/ ?
[14:11:53.777468]<LaLeche>that proposes to upgrade apache-mod_dav_svn, libsvn0, perl-SVN, python-svn, subversion and subversion-tools as well
[14:12:03.374572]<LaLeche>all from 1.6.1 to 1.6.4
[14:12:13.534351]<LaLeche>would that be considered safe?
[14:12:58.235468]<misc>that comes from update, so yes
[14:13:27.954472]<LaLeche>++
[14:14:16.053253]<LaLeche>ok, thanks - just backing things up for good measure ;-)
[14:15:19.287999]<LaLeche>upgraded...
[14:15:21.497004]<LaLeche>same error
[14:15:47.491636]<LaLeche>(/usr/lib/libsvn_ra_serf-1.so.0: undefined symbol: serf_ssl_cert_depth)
[14:24:17.933168]<misc>let me check
[14:24:30.249851]<misc>first, how do you see the error ?
[14:24:54.882087]<LaLeche>as a yellow strip at the top of the page
[14:25:03.071228]<LaLeche>everything else works fine
[14:25:47.320200]*misc try to find a 2009.1 host to check
[14:30:55.979807]<LaLeche>misc is a hero
[14:40:24.427169]*LaLeche wonders if a hybrid 2008/2009 will do?
[14:40:50.434168]*misc think it will not work
[14:41:15.936794]*misc is creating a chroot
[14:49:29.727603]<gozerbot>trac: TracDev/ApiChanges/0.12 edited - <http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12?version=27> || Ticket #9019 (Upgrade to jQuery 1.4.x) closed - <http://trac.edgewall.org/ticket/9019#comment:6> || Changeset [9187]: Upgrade jQuery to 1.4.1. See: - http://jquery14.com/day-01/jquery-14 for ... - <http://trac.edgewall.org/changeset/9187>
[15:48:09.503003]<LaLeche>misc, any luck?
[15:50:00.435052]<misc>LaLeche: i am still cleaning disk to find space :/
[15:50:16.854118]<LaLeche>merde, sorry
[15:50:24.222715]<misc>you are french ?
[15:52:05.275378]<LaLeche>no
[15:52:39.055369]*LaLeche is not LaLait :)
[15:53:07.772374]*LaLeche is not Spanish either
[16:14:47.195372]<LaLeche>misc, if there is a way I can download an installed image, I can set up chroot on the server
[16:14:53.898573]<LaLeche>have about 150GB's free
[16:17:59.761680]<misc>well, i think i can manage
[16:45:14.411297]<misc>LaLeche: is libserf0 installed ?
[16:45:54.150349]<LaLeche>it is now
[16:45:59.801933]<misc>so it should work
[16:46:11.930518]<misc>but that's quite weird if you used urpmi, this should have been installed
[16:46:43.136294]<LaLeche>misc, there is another problem though
[16:46:47.360366]<misc>( it should have been required by subversion )
[16:46:49.466123]<misc>LaLeche: ie ?
[16:46:54.471113]<LaLeche>Couldn't open Subversion repository /var/www/svn/Dints_Website: SubversionException: ('SQLite compiled for 3.6.15, but running with 3.6.11', 200030))
[16:47:32.319243]<LaLeche>does this refer to the SQL Lite that comes with trac, or the libraries installed?
[16:49:01.397241]<LaLeche>actually every time I refresh I get alternating errors now
[16:49:09.888611]<LaLeche>(including the old lib_serf one
[16:49:19.209231]<LaLeche>/usr/lib/libsvn_ra_serf-1.so.0
[16:50:56.439698]<misc>you are using mod_python ?
[16:51:29.895924]<LaLeche>yep
[16:51:53.656703]<misc>so i think you need to restart apache
[16:52:13.893679]<misc>and you are not having a old version of sqlite too ?
[16:53:43.500520]<LaLeche>yay! restarting apache solved it!
[16:54:21.873338]<LaLeche>I don't know how you figured out it was libserf0
[16:56:01.368628]<misc>i used grep on a working host ( in /usr/lib/ )
[16:56:22.393058]<misc>but really, i think you shouldn't mix 2008.1 and 2009.1, as this cause this kind of problem :)
[16:57:40.051851]<LaLeche>misc, totally with you on this one - but too many things on the server, and knowing how good Mandriva is in keeping things up to date (& rolling out new versions) the only viable option for me was to stick with the current installation for as long as possible...
[16:58:22.115302]<LaLeche>I'm tempted to upgrade to Ubuntu, as there is quite comperehensive documentation for setting up OpenAFS, whcih I need
[16:58:41.962415]<LaLeche>I still haven't been able to get it going yet
[16:59:17.577945]<misc>LaLeche: well, you should better backport than mixing
[16:59:36.494412]<misc>because unless you use gentoo, arch, or some bsd, mixing stuff is not gonna work
[16:59:50.567509]<misc>( but trac is working fine on *bsd and others linux distro )
[16:59:58.823150]<LaLeche>trac is awesome
[17:00:08.980724]<LaLeche>with your help ;)
[17:00:44.487737]<LaLeche>next time I'm in France I'm getting you drinks.
[17:00:59.376387]<LaLeche>or whenever you're in Ukraine - one of the two )
[17:05:15.243083]<misc>I am not drinking so give the money to someone who need more than me
[17:05:24.541732]<misc>(well, i drink water mostly )
[17:14:56.624069]<LaLeche>misc, well I really appreciate your help and time!
[17:15:21.634218]*doki_pen gives misc 50 #trac credits
[17:15:23.852259]<LaLeche>If there's anything I can do for you (apart from doing backports) - feel free
[18:58:26.181993]<doki_pen>osimons: great idea on the extras_require
[20:00:59.624750]<mydog2>hey!!
[20:01:08.302275]<mydog2>anyone here...
[20:53:57.006059]<OldMonk>hi. trac on debian testing, did the following: mkdir /var/lib/foo-svn; svnadmin create /var/lib/foo-svn; trac-admin /var/lib/foo-trac initenv; tracd --port 8000 /var/lib/foo-trac
[20:54:28.751902]<OldMonk>now when i try to access host:8000, i get: Environment not found
[20:54:46.743731]<OldMonk>122.163.138.211 - - [16/Feb/2010 10:24:23] "GET /foo-svn HTTP/1.1" 404 -
[20:55:12.759133]<OldMonk>oops, sorry, my bad. using the wrong url
[22:49:32.475306]<gozerbot>trac: MultipleRepositorySupport edited - <http://trac.edgewall.org/wiki/MultipleRepositorySupport?version=37>