IRC Logs

2008 10
Mo Tu We Th Fr Sa So
    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    

12. 10 2008

[00:08:01] * jpcw has quit IRC
[00:20:53] * alowry has joined #pocoo
[00:34:05] * alowry has quit IRC
[00:36:13] * izibi has quit IRC
[01:08:39] * maix has quit IRC
[01:09:58] <adaran> \o/ it's working
[01:53:21] * alowry has joined #pocoo
[02:37:34] * sashav has joined #pocoo
[02:43:31] * adaran has quit IRC
[02:56:04] * leche has quit IRC
[03:22:48] * Baumichel has quit IRC
[03:27:57] * alowry has quit IRC
[04:28:01] * sashav has quit IRC
[07:31:37] * mtrichardson has joined #pocoo
[07:48:01] * maddiin has quit IRC
[07:49:11] * chrisberlin has quit IRC
[07:59:22] * chrisberlin has joined #pocoo
[08:00:25] * maddiin has joined #pocoo
[08:30:24] * jpcw has joined #pocoo
[09:22:47] * mtrichardson has quit IRC
[09:34:56] * maddiin has quit IRC
[09:42:21] * chrisberlin has quit IRC
[09:57:44] * izibi has joined #pocoo
[09:59:17] * maddiin has joined #pocoo
[10:14:05] * alowry has joined #pocoo
[10:21:31] * alowry has quit IRC
[10:57:04] <Leonidas> mitsuhiko: I just wanted to present Zine on the barcamp, but it is broken currently. *sigh*
[10:57:44] <mitsuhiko> Leonidas: highly broken actually :)
[10:58:57] <mitsuhiko> i've breakage locally too, redesigning parts of the admin and changing how entries and pages are stored
[10:59:13] <mitsuhiko> but it will be awesome once it's ready :D
[11:00:28] <mitsuhiko> Leonidas: you could present an earlier hg version
[11:00:43] <mitsuhiko> i think i made a comment in the changelog that says: "do not update beyond that point"
[11:01:01] <ronny> mitsuhiko: the rev before is broken, too
[11:01:13] <mitsuhiko> ronny: what's broken there?
[11:01:24] <Leonidas> mitsuhiko: yeah, just make sure that it's not broken in october 2009 :)
[11:01:39] <Leonidas> mitsuhiko: that revision?
[11:01:52] <Leonidas> s/that/what/
[11:02:44] <Leonidas> and what sqlalchemy version.
[11:03:33] <mitsuhiko> Leonidas: http://www.bitbucket.org/mitsuhiko/zine-main/changeset/5cba83b804cf/
[11:03:40] <mitsuhiko> that's the last version i would use productively >:)
[11:03:46] <mitsuhiko> sa 05
[11:04:59] <birkenfeld> Leonidas: what barcamp?
[11:05:02] <Leonidas> ok, that should be rev 489
[11:05:07] <Leonidas> birkenfeld: barcamp munic
[11:05:11] <Leonidas> *munich
[11:05:28] <birkenfeld> ah nice
[11:07:28] <Leonidas> Usage: server [options]
[11:07:29] <Leonidas> server: error: incorrect number of arguments
[11:07:59] <Leonidas> hmm, I need to decide quickly, but it is hard to decide when I can't get it working. shit
[11:08:12] <mitsuhiko> Leonidas: ./scripts/server
[11:08:20] <mitsuhiko> takes no arguments i think
[11:08:28] <mitsuhiko> or try ./scritps/server --help
[11:08:34] <Leonidas> mitsuhiko: server: error: instance not found. Specify path to instance
[11:08:42] <Leonidas> mitsuhiko: if I specify the instance, it fails
[11:08:45] <mitsuhiko> ./scripts/server -I emptyfolder
[11:09:34] <Leonidas> TypeError: run_simple() got an unexpected keyword argument 'use_debugger'
[11:10:30] <mitsuhiko> Leonidas: you need latest werkzeug
[11:10:54] <Leonidas> this is latest werkzeug
[11:10:57] <Leonidas> just updated
[11:11:30] <mitsuhiko> >>> run_simple("localhost", 2000, None, use_debugger=True)
[11:11:30] <mitsuhiko> * Running on http://localhost:2000/
[11:11:51] <ronny> mitsuhiko: i cant write posts
[11:12:10] <Leonidas> ok, so it'll be delayed to next year
[11:12:18] <Leonidas> probably for the better
[11:12:20] <mitsuhiko> ronny: then you have a later version
[11:12:28] <mitsuhiko> ronny: which rev?
[11:13:08] <Leonidas> So I'll help in the python vs php vs ruby shootout session
[11:13:23] <mitsuhiko> heh
[11:13:34] <mitsuhiko> is ruby still alive?
[11:13:43] <Leonidas> no, but rails is :)
[11:13:56] <Leonidas> see you later, room change
[11:13:59] <mitsuhiko> cya
[11:14:04] <ronny> mitsuhiko: bc438ac05cea
[11:14:39] <mitsuhiko> ronny: that's a newer revision
[11:15:47] <ronny> ok, then i confused stuff, what rev should i go to?
[11:15:56] <birkenfeld> Leonidas: how is the barcamp?
[11:28:24] * EnTeQuAk has joined #pocoo
[11:37:12] * jpcw has quit IRC
[11:58:13] * maix has joined #pocoo
[12:03:19] * highwaychile has joined #pocoo
[13:49:01] * stifal has joined #pocoo
[13:50:58] * leche has joined #pocoo
[14:11:37] * DasIch has joined #pocoo
[15:41:14] <izibi> how can i run zine using fastcgi and lighttpd?
[15:48:46] <izibi> it doesn't work but if i try to use scripts/server i get this traceback: http://paste.pocoo.org/show/87781/
[15:50:11] <empty> izibi: you don't need to pass it Query
[15:51:14] <izibi> that's the zine code ;) i only try to start the server with ./scripts/server
[15:52:30] <empty> it doesn't make it any less wrong :P
[15:54:04] <empty> izibi: actually it should work
[15:54:24] <empty> it accepts a query class if you want. What SA version are you on
[15:54:34] <izibi> it doesn't work but i get another error :D
[15:54:52] <izibi> the same one as Leonidas
[16:01:51] <izibi> it looks like it works... let's see
[16:07:06] * EnTeQuAk has quit IRC
[16:09:40] <izibi> now there is no error but nothing happens when i click on the install button.
[16:11:05] <izibi> oh,that was the wrong mysql host but now the next error: http://paste.pocoo.org/show/87782/ :D
[16:25:07] <jek> i think zine tip requires sqlalchemy trunk
[16:35:35] <izibi> yeah! with trunk it works
[16:41:50] <izibi> and now i try running it using fcgi again.
[16:45:52] <izibi> it doesn't work :( can somebody help me, please?
[17:12:45] <izibi> it looks like it's creating the sockets in /tmp but it doesn't work...
[17:31:29] * highwaychile has quit IRC
[18:03:16] * highwaychile has joined #pocoo
[18:13:02] * highwaychile has quit IRC
[18:14:02] * highwaychile has joined #pocoo
[18:19:57] * highwaychile has quit IRC
[18:21:20] * highwaychile has joined #pocoo
[18:36:56] * alowry has joined #pocoo
[18:59:09] * jpcw has joined #pocoo
[19:00:51] * geryt has joined #pocoo
[20:08:42] * geryt has quit IRC
[20:13:10] * nuvocyhy has joined #pocoo
[20:28:15] * highwaychile_ has joined #pocoo
[20:44:17] * highwaychile has quit IRC
[21:08:04] * jpcw has quit IRC
[21:10:39] * stifal_ has joined #pocoo
[21:13:05] * stifal_ has quit IRC
[21:42:34] * alowry has quit IRC
[22:09:53] * Baumichel has joined #pocoo
[22:14:13] * stifal has quit IRC
[22:17:24] * maix_ has joined #pocoo
[22:17:37] * highwaychile_ has quit IRC
[22:19:01] * maix has quit IRC
[22:19:03] * maix_ is now known as maix
[23:09:10] * izibi has quit IRC
[23:11:13] * alowry has joined #pocoo
[23:24:47] * highwaychile has joined #pocoo
[23:28:14] * highwaychile has quit IRC
[23:34:44] * leche has quit IRC
[23:39:31] * nuvocyhy has quit IRC
[23:40:45] * highwaychile has joined #pocoo
[23:43:42] * DasIch_ has joined #pocoo
[23:47:22] * jlilly has joined #pocoo
[23:47:41] <jlilly> who would I speak to about removing something from the pastie service?
[23:48:36] * mete has joined #pocoo
[23:56:39] * DasIch has quit IRC
[23:57:06] * mete has quit IRC
[23:59:04] * loholusy has joined #pocoo