[15:47] nathwill: morning [16:20] bkerensa [16:23] hey, morning bkerensa [16:23] morning everyone [16:23] how's it going? [16:24] oh fun [16:24] :D [16:28] nathwill: u? [17:03] not bad [17:03] planted a garden this weekend :) [17:15] oh yeah? [17:15] I am planting mine next weekend... there has been some frost and its supposed to get cold this week [17:15] dont want them to die [19:02] yeah it's colder than i thought it would be [19:02] we're tarping them at night [19:03] http://blog.linode.com/2013/04/09/linode-nextgen-ram-upgrade/ [19:40] nathwill: oh nice... I still have a hefty credit with them [19:47] nathwill: http://hackspots.net/ [20:59] nathwill: will you make it to lfnw? [22:53] slangasek: openldap has a memory leak on ubuntu 12.04 :( [22:53] don't make us use centos [22:53] blkperl: I think I am going to set up a bot that responds to all highlights from you with a sympathetic nod and shrug [22:54] slangasek: thats what I was going for, I need a complainbot :) [22:54] blkperl: do you know where the memory is leaking? [22:54] want some pmaps? [22:55] slangasek: i don't know how to figuret out where the memory leak is :( [22:55] i took some pmaps [22:55] http://i.imgur.com/bc0Vfw4.png [22:55] run slapd under valgrind, for great justice [22:56] that is a cycle of grow memory, oomkiller, puppet restarts [22:56] slangasek: don't i need it to be compiled with debuging symbols [22:56] blkperl: a pmap wouldn't help much to narrow down the cause [22:56] slangasek: I was just repeating what nibz was telling me before he joined the channel :) [22:56] nibalizer: install the dbgsym packages from ddebs.ubuntu.com, that should be enough? [22:57] okay [22:57] i'll try that! [22:57] .... assuming they're available, since historically we've not been great at keeping the write packages on there; if you find you're missing any relevant packages, let me know and we can cook you some fresh debug builds [22:59] kk [23:14] slangasek: [23:15] slapd-dbgsym : Depends: slapd (= 2.4.28-1.1ubuntu4) but 2.4.28-1.1ubuntu4.2 is to be installed [23:15] not sure what that means [23:15] did you enable precise-updates for ddebs.ubuntu.com? [23:15] this is my sources.list line [23:15] deb http://ddebs.ubuntu.com/ precise main restricted universe multiverse [23:15] you need an exact version match of the binary package and debug symbols (obviously); you've configured to look at only precise for ddebs while your binary package is from precise-updates [23:16] so you should add a second line for precise-updates [23:16] hrm okay [23:16] will do [23:16] ty