/srv/irclogs.ubuntu.com/2012/08/21/#ubuntu-devel.txt

=== nick is now known as Guest38838
BenCLaney: What did you mean last week by "will work itself out" regarding all the haskell dep-waits and ftbfs on powerpc?00:06
BenCIs there a plan to get this worked through, or what?00:07
infinityBenC: Most of it will shake out via extensive give-backs.00:09
infinityBenC: Unless some bits are just plain broken and holding up the whole mess.00:09
infinityBenC: None of that's going to happen until the current insane backlog brought on by the weekend DC move is cleared, though.00:10
BenCinfinity: It looks like a lot of dep-waits are on things that need ABI related recompiles (e.g., they compiled in the wrong order, against older modules with wrong ABI, and now that module is recompiled against a newer ABI, so uninstallable now, etc, etc)00:10
infinityBenC: In cases where order got broken, yeah, we'll need some no-change uploads.  Again.  I was hoping Laney was keeping an eye on that, though.00:11
=== Fluffer is now known as log
=== log is now known as k
BenCIt's pretty horrid for powerpc :(00:11
infinityThe GHC transition tracker doesn't seem to think PPC is an much worse shape than anyone else.00:12
infinitys/is an/is in/00:12
BenCScrolling down the ftbfs listing gives me a different impression00:12
infinityYes, but FTBFS doesn't mean broken, just means it might need some careful unsnagging or violent give-backs.00:12
infinityThe tracker tracks uninstallability (in theory), and it shows all arches in pretty much the same boat for haskell packages.00:13
infinitySo, either the tracker heuristic is wrong, or the situation isn't all that bad and we just need a bunch of give-backs in the right order.00:13
BenCinfinity: Well, I only ever meant it in a sense of "my beautiful numbers are not slogging" :)00:13
BenC*now00:13
BenCinfinity: where's the ghc tracker?00:14
infinityBenC: http://people.canonical.com/~ubuntu-archive/transitions/ghc.html00:16
infinityBenC: It may well be wrong.  I don't have the time to look at it much today, but fiddling with this transition was on my TODO.00:17
BenCinfinity: the tracker shows things like haskell-algebra as being "X" on all platforms, but the ftbfs page only shows it being ftbfs on powerpc00:19
BenCMaybe I don't understand what X and Y is00:19
BenCerr, X and check00:19
BenCThanks for the page though, I'll just keep checking back00:19
infinityX is if the check deems it "broken" from the POV of the transition (in this case, if it's uninstallable).00:21
infinityLike I said, the check might also be broken.  But a package being built or not has no bearing on it having transitioned correctly.00:21
infinityUsually, these trackers use simple heuristics like "does it depend on the new or old SOVER", but the crackful wait GHC does ABI tracking makes this difficult. :P00:22
infinitys/wait/way/00:22
infinityAlso, I can't type on Mondays.00:22
=== dendrobates is now known as dendro-afk
infinitytjaalton: Did xserver-xorg-core-udeb pick up a libdrm dependency it didn't used to have?01:49
RAOFinfinity: It didn't used to have a libdrm dependency?01:51
infinityRAOF: Dunno, looking.01:51
infinity Depends: xkb-data-udeb, x11-xkb-utils-udeb, udev-udeb (>= 149), libc6-udeb (>= 2.15), libpciaccess0-udeb (>= 0.12.902), libpixman-1-0-udeb (>= 0.21.6), libudev0-udeb (>= 147), libxau6-udeb, libxfont1-udeb (>= 1:1.4.2)01:51
infinity Depends: xkb-data-udeb, x11-xkb-utils-udeb, udev-udeb (>= 149), libc6-udeb (>= 2.15), libdrm2 (>= 2.4.31), libpciaccess0-udeb (>= 0.12.902), libpixman-1-0-udeb (>= 0.25.2), libudev0-udeb (>= 147), libxau6-udeb, libxfont1-udeb (>= 1:1.4.2)01:51
infinityObviously, the latter fails miserably, as that's a non-udeb dependency.01:52
infinitySo, we need a libdrm2-udeb01:52
infinityOr we need xserver-core to not actually depend on it.01:52
infinityPick on.01:52
infinityone01:52
RAOFHm.01:54
RAOFI could look into why it's pulling in libdrm now.01:54
infinityCool.01:55
infinityWe may decide it's unavoidably, and you get to add udebbery to libdrm.01:55
infinityEither way, it's blocking d-i builds, which sucks a little.01:55
infinityunavoidable, too.01:55
=== dendro-afk is now known as dendrobates
infinityRAOF: We could also just not build those bits of d-i that I don't think we actually use in Ubuntu, but that discussion should involve cjwatson (and it probably needs investigating/fixing for Debian somehow anyway)02:02
=== cpg|away is now known as cpg
=== k is now known as Logan_
RAOFinfinity: Ok.02:27
RAOFinfinity: The libdrm dependency is new, and it's due to the addition of hotplug support. Probably the correct action is to generate a libdrm2-udeb.02:28
infinityRAOF: Would it need to include all the hardware-specific modules in the udeb too, I wonder, or just the base library?02:28
RAOFJust the base library.02:29
RAOFX isn't doing anything funky; it just wants things like the “Yo! Is KMS supported?” function.02:29
infinityRAOF: Mmkay.  Then go forth and get me a libdrm udeb, and I'll heart you forever.02:30
infinityRAOF: And a new xorg-server upload that fixes the dep.02:30
infinityAnd then none of that will build because we're still in DC move hell.02:31
jk-i sure hope that function starts with yo_02:31
RAOFinfinity: What's the urgency on that?02:31
infinityRAOF: Given that I can't build installers, and I blame you, I'd say moderately so.  Day or two, don't let it fall off the radar sort of urgency.02:32
RAOFOk. One libdrm2-udeb coming right up.02:33
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
infinityRAOF: I'm going to see about getting us some buildds back again, which would then make the xorg/drm thing a bit more urgent in that we can actually fix it. :P04:25
tjaaltoninfinity: right, looks like it was added by dh_shlibdeps, so a rebuild after the libdrm update should be enough04:35
infinitytjaalton: One would hope, assuming the udebification of libdrm is done right.04:37
tjaaltonyeah04:38
RAOFtjaalton: just finishing off the testing05:22
infinityRAOF: Good timing, we haz buildds again.05:25
tjaaltonRAOF: nice05:26
pittiGood morning05:34
infinityBah.  The disk in my local mirror just started dying.  It must be bedtime.05:41
RAOFinfinity: One shiny new libdrm uploaded05:53
infinityRAOF: Thanks.  Scored those up a bit.  If you want to throw an xorg-server up with a versioned build-dep, you can just fire-and-forget.  Or I can do a no-change upload in the morning after I let these through NEW.06:02
RAOFI'll do a versioned build-dep upload.06:03
RAOFNow that Zoë's lying down.06:03
infinityRAOF: Did you verify that dpkg-shlibdeps DTRT when built against this version?06:04
RAOFYes; I rebuilt xorg-server against it, and the -udeb had an appropriate dependency against libdrm2-udeb.06:04
infinityRAOF: Shiny.  Many thanks for the quick fix.06:05
dholbachgood morning06:53
=== smb` is now known as smb
dholbach@pilot in07:30
=== udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: dholbach, Daviey
dholbachDaviey, still piloting? :)07:31
dholbachcan somebody please reject https://code.launchpad.net/~jm-leddy/ubuntu/precise/transmageddon/movepresets/+merge/11747807:48
pittidholbach: *zap*(07:53
dholbachthanks :)07:54
Laneyinfinity: (Looks like BenC has gone): : I don't see anything out of the ordinary. It went on hold due to the move and associated backlog.08:25
LaneyI'm honestly not sure why he's panicking so much08:25
Daviey@pilot out08:27
=== udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: dholbach
Davieyno :)08:27
=== sil2100_ is now known as sil2100
Laneyinfinity: One thing to note is that the tracker is all-or-nothing since the archive changed to hold arch:all packages back when an arch is behind. Ben sees the older version and still thinks that the package is 'bad'.08:37
Laneythat's happening with cmdargs for example, and has lead me and some others to spuriously rebuild it ;-)08:37
=== imbrando1 is now known as imbrandon
tumbleweedis that not solveable in the tracker?08:38
Laneywell, the code is there, anything is possible :-)08:38
Laneyit's a matter of applying the appropriate effort in its direction, y'know? :P08:39
tumbleweedyou're the one who knows the codebase :)08:40
Laneyonly the parts that I had to change08:40
Laneya possibly easier fix (and one which may be necessary when it starts looking at proposed) is to pre-process its input08:40
LaneyI'm kind of loathe to do anything about it until the new ben is deployed though08:41
tumbleweedyeah08:41
=== apachelogger_ is now known as apachelogger
seb128hum08:53
seb128pitti, moving here08:53
seb128pitti, archive-reports returns after a few seconds and http://people.canonical.com/~ubuntu-archive/testing/quantal_probs.html is still not updated08:54
seb128something weird going on there08:54
pittiseb128: it compares timestamps of the previous run08:55
pittiand thus is likely to return early08:55
* pitti starts run-britney manually08:55
pittiso yes, that doesn't seem to work either08:56
seb128pitti, the first time I ran it, I got some warnings08:56
seb128"$ archive-reports08:56
seb128file has vanished: "/home/ubuntu-archive/mirror/ubuntu/dists/quantal/universe/source/.Sources.gz.otVOT0"08:56
seb128rsync warning: some files vanished before they could be transferred (code 24) at main.c(1070) [sender=3.0.9]08:56
seb128"08:56
pittiI'm fairly sure we had that problem before08:56
seb128do you remember what it was,how you solved it?08:56
pittiI didn't; I think cjwatson debugged it08:56
seb128cjwatson, help! ;-)08:56
seb128pitti, danke08:57
pittiah08:57
pittihttp://paste.ubuntu.com/1158647/08:58
pittiseb128, cjwatson ^08:58
pittilplib login_anonymously08:58
seb128hum, another corrupted cache issue?08:58
pitti... crashes, splendid08:58
* pitti purges cache and re-runs08:58
seb128pitti, rm .launchpadlib/api.launchpad.net/cache08:58
seb128and try again08:58
pittidoes that happen often?08:59
pittiyeah, running now08:59
seb128to NBS, every day or so recently08:59
seb128pitti, cjwatson said it's a lazr.restfulclient bug and that we need the fix released and SRUed to stop those09:01
pittiseb128: it's updated now, BTW09:15
pittistill running for _outdate, tohugh09:15
seb128pitti, http://people.canonical.com/~ubuntu-archive/testing/quantal_probs.html looks much better on amd64, I guess another run for armhf to settle09:16
seb128pitti, danke09:16
ogra_gah, server images are broken09:31
ogra_oh, probably because there was a linux upload09:32
Davieyogra_: yeah, 19 hours ago09:34
ogra_right, but d-i wasnt bumped yet09:34
Davieyogra_: missing kernel modules?09:34
ogra_yeep09:34
Davieyyeah, same on the testing.09:35
Davieycjwatson: do you have a d-i upload planned/09:35
Daviey?09:35
ogra_yup (it was my automatic continous arm testing here that alarmed me :) )09:35
pittiit's not that hard -- check out bzr, bump the kernel versions (just look at the previous bump), and bzr bd -S; there's no extra magic09:41
ogra_pitti, well, the installer team rules require yuz to have CIA set up properly to announce your commits in the IRC channel :)09:43
pittiI did several d-i kernel bumps in the past without that and never got a complaint09:43
ogra_ah. well09:43
ogra_(documented on https://wiki.ubuntu.com/Installer/Development)09:45
ogra_hmm, seems infinity already did it09:48
ogra_ah, it FTBFS !09:48
ogra_The following packages have unmet dependencies:09:49
ogra_ xserver-xorg-core-udeb : Depends: libdrm2 (>= 2.4.31) but it is not installable09:49
ogra_E: Unable to correct problems, you have held broken packages.09:49
pittishould be good to retry now, not on http://people.canonical.com/~ubuntu-archive/testing/quantal_probs.html any more09:49
ogra_done09:51
Davieypitti: I didn't claim it was hard, but if there is already one in the pipe... it makes sense to ask.09:52
pittiDaviey: oh, sure; I was just pointing out the procedure to avoid blocking on him09:53
Davieywhat is more interesting to me, is why this happened.. before linux was pocket-copied, why wasn't there a d-i waiting to go in tandem?09:55
LaneyFTBFSed again :-)09:56
ogra_same issue09:56
* Daviey reviews the libdrm binaries 09:59
ogra_i wonder if that dependency is right10:04
ogra_libdrm2 builds libdrm2-udeb but xserver-xorg-core-udeb depends on libdrm2 not libdrm2-udeb10:04
=== mcclurmc_away is now known as mcclurmc
dholbachcan somebody please reject https://code.launchpad.net/~bcurtiswx/ubuntu/precise/telepathy-glib/0.18.2-0ubuntu1/+merge/117176?10:10
pittidholbach: done10:10
dholbachthanks pitti10:10
dholbachpitti, oops - can you unreject? it was for precise /o\10:13
pittidholbach: done10:13
=== mcclurmc is now known as mcclurmc_away
ogra_https://launchpad.net/ubuntu/quantal/+source/xorg-server/2:1.12.99.904-0ubuntu2 is in dep-wait on most arches, that holds up d-i10:19
tjaaltonshove libdrm through first10:20
* ogra_ retries them 10:20
ogra_i thought libdrm was done10:20
tjaaltonprobably in NEW10:20
tjaaltonhum no10:20
pittilibdrm is built everywhere10:21
ogra_https://launchpad.net/ubuntu/+source/libdrm/2.4.38-0ubuntu2/+build/3733603 say it was published10:21
ogra_*says10:21
seb128let's retry builds?10:21
ogra_right10:21
pittibut the buildd lag is quite severe, perhaps they just didn't get to it again10:21
tjaaltonbut libdrm2-udeb is in universe..10:21
ogra_on it :)10:21
ogra_oh !10:21
pittimoving libdrm2-udeb to main10:21
ogra_thx10:21
pitti(will need another publisher, though)10:21
ogra_well, shouldnt hold up xorg from building10:22
pittiseb128: btw, all the approved empathy stuff on http://people.canonical.com/~ubuntu-archive/component-mismatches.svg, should that be promoted?10:22
seb128ogra_, why would xorg-xserver depwaiting on all arch holds up d-i?10:23
ogra_if anyone wants to bunp scroes for all builds under https://launchpad.net/ubuntu/+source/xorg-server/2:1.12.99.904-0ubuntu210:23
pittiogra_: doing10:23
seb128pitti, yes, if jdstrand finally signed off that stack10:23
ogra_seb128, because d-i needs xserver-xorg-core-udeb which in turn depends on libdrm2-udeb in the newest upload10:23
seb128pitti, they were still discussing it yesterday, security team had issue with the increasing webkit use and maintainability and security10:23
ogra_seb128, the upload thats in the archive depended on libdrm2, not on libdrm2-udeb10:24
seb128ok10:24
seb128pitti, ok, https://bugs.launchpad.net/ubuntu/+source/libaccounts-glib/+bug/1029549/comments/3210:24
ubottuLaunchpad bug 1029549 in signon-ui (Ubuntu) "[MIR] online-accounts and friends" [Undecided,Fix committed]10:24
seb128pitti, seems like we can promote10:24
ogra_sigh10:26
ogra_there is still something wrong10:26
ogra_went into depwait on libdrm-dev (>= 2.4.38-0ubuntu2~) again10:26
pittilibdrm-dev | 2.4.32-1ubuntu1 |       precise | amd64, armel, armhf, i386, powerpc10:27
pittithat might explain it :)10:27
ogra_precise ?10:27
pittierr, sorry10:27
ogra_:)10:27
pittilibdrm-dev | 2.4.38-0ubuntu1 |       quantal | amd64, armel, armhf, i386, powerpc10:27
pittiubuntu1 < ubuntu2~10:27
seb128when were the binaries NEWed?10:28
seb128we need a publisher run after NEWing to get the new version available10:28
seb128next publisher run I guess...10:28
* ogra_ goes to twiddle thumbs in a corner then10:28
seb128ogra_, I can give you work if you want...10:29
ogra_lol10:29
seb128ogra_, NBS has plenty of material to keep you busy ;-)10:29
ogra_dont take my statements to literal :)10:29
* ogra_ has enough to do :)10:30
seb128:-p10:30
=== MacSlow is now known as MacSlow|lunch
=== _salem is now known as salem_
=== cpg is now known as cpg|away
mitya57pitti: hi, is there any policy for adding packages to jenkins autopkgtest section?12:25
mitya57pitti: is it possible to add there sphinx, for example?12:25
mitya57(my own interest is python-docutils, but version with DEP-8 tests is still in experimental because of a RC bug)12:30
=== MacSlow|lunch is now known as MacSlow
pittimitya57: sure! you just need to add autopkgtests, and add a "XS-Testsuite: autopkgtest" source header in debian/control12:34
pittimitya57: it'll get picked up automatically then12:34
mitya57pitti: ah, great, is that header name already a standard?12:38
pittimitya57: yes, I got that in some months ago12:38
mitya57pitti: great, so I'll now file some bugs to Debian about that header ;)12:39
verwilsthi, not sure if there's a kernel developer here i can talk to wrt a patch?12:43
ogra_try #ubuntu-kernel12:44
cjwatson#ubuntu-kerenl12:44
cjwatsonOnly with spelling12:44
lifeless#ubuntu-kerning might be fun.12:44
ogra_and finally we have a d-i12:47
kwootI am making a ubuntu package to customize 1204 to our company network. How can I use my package to answer configuration questions about the krb5-config package upon which it depends?12:52
ogra_read about preseeding12:54
DebolazMaking the preseeding process easier would be a good step towards making Ubuntu more enterprise-friendly imho.12:57
=== Quintasan_ is now known as Quintasan
sil2100Hi guys!12:59
sil2100Our compiz merges and builds all started failing on compiz due to some problem in latest librsvg12:59
sil2100/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:27:2: error: #warning "Including <librsvg/rsvg-cairo.h> directly is deprecated."12:59
kwootbut preseeding seems to be for doing a fresh install. I want to do a install using flashdisk and later on install my customization package. Or is that not the best way to go forward?12:59
sil2100We get this all the time12:59
=== mcclurmc_away is now known as mcclurmc
sil2100Anyone knows who I should ping about this issue?12:59
sil2100Wait, acutally ;)13:00
sil2100Nevermind!13:00
ogra_Debolaz, whats wrong with it ? it even has a gui tool (system-config-kickstart) to manage it13:00
xnoxkwoot: see late_command or equivalent for ubiquity.13:05
xnoxkwoot: you can do most of the stuff with preseeding, e.g. answering any debconf installation questions etc.13:06
xnoxkwoot: what do you want to customize in your "customisation package"13:06
kwootxnox: well, kerberos and ldap config, printerdrivers install, configure loginwindow for non-local users, mount windows (sorry) shares, sudoers file. For starters :-)13:09
xnoxkwoot: you would be better off with puppet than a customisation package.13:09
xnoxkwoot: cause once all your machines are talking to puppet you can easily change/modify/increase configuration.13:10
xnoxkwoot: debian packages should not touch files under /etc13:10
kwootxnox: don't get me started, I know. Thing is, I am head of dev dept, and sysadmin dept wants to go all MS.13:10
Debolazogra_: That GUI lacks some necessary features, such as full disk encryption. But creating the preseed file isn't the biggest problem, its using it. Most tools for remastering an Ubuntu ISO are either difficult to use or just plain don't work with the most recent version of Ubuntu, forcing the user to hunt around.13:10
xnoxkwoot: puppet can manage MS as well.13:10
kwootxnos :-)13:11
ogra_Debolaz, why would you modify the iso for preseeding ?13:11
cjwatsonDebolaz: I tend to agree, but unfortunately not enough hours in the day13:11
ogra_jusr use the url= kernel cmdline option13:11
Debolazogra_: Because you want it to work automatically, and doing that at the moment requires quite a bit of black magic if you're not integrating it into the ISO.13:11
ogra_*just13:11
Debolazogra_: I'm not arguing that it can't be done. I'm saying that it could be a lot better.13:12
ogra_oh, for sure it could be improved13:12
ogra_but then i also dont think its actually bad13:12
DebolazAnother difficulty for Ubuntu in the enterprise environment at the moment is Landscape. There's no way of getting it without a support contract, I don't even know what it looks like, where is my incentive to spend money on something I don't know if will solve a problem or not?13:13
ogra_oh, and if you install from USB the iso changing really isnt relevant :)13:14
ogra_(you can just cp your file in place)13:14
ogra_didnt landscape have a trial option ?13:15
* Debolaz doesn't see that anywhere now.13:15
DebolazIf it's there, it's well hidden. :-)13:15
ogra_heh13:16
Debolazogra_: The Ubuntu documentation says you have to remake the initrd for the ISO, so it seems to be a little bit more effort than to just copy it over involved even for the USB option.13:17
ogra_i havent looked at landscape in years, dont ask me :) but i seem to remember there was a trial option13:17
* Debolaz does actually remember the trial option himself now that you mention it.13:17
DebolazMany, many years ago.13:17
cjwatsonOne problem is that we don't have any staff tech writers, so documentation is either as developers get round to it - and developers don't often make good documenters - or rather haphazard wiki pages13:18
cjwatsons/don't often/often don't/  wow, word order can produce quite different emphasis from what I intended13:18
cjwatsonAs it happens there's no need to rebuild the initrd just for preseeding, although it can be the easiest way to do preseeding of things early in the installation13:19
DebolazI'm also in the situation that I simply do not have a lot of time to contribute, otherwise I'd probably take it on myself to make an "Enterprise Ubuntu" edition. :)13:22
cjwatsonThere's really no reason for it to be a separate edition13:22
cjwatsonAll the installer kind of stuff you mention is common13:23
jocartercjwatson: isn't there an ubuntu business edition by canonical?13:23
cjwatsonnowt to do with me :13:23
cjwatson:P13:23
DavieyDebolaz: I struggle with the thought that Ubuntu Server isn't already Enterprise suitable.13:23
cjwatsonand anyway it doesn't make installer changes13:23
cjwatson(afaik)13:23
jocarterDebolaz: you could even get an evaluation version here! http://www.ubuntu.com/business/desktop/remix13:24
Davieyjocarter: There is a desktop remix, with less social apps etc, built in non-free components such as Flash and Java.. but that is entirely different for server13:24
dupondjexnox: thx for cryptsetup merge :)13:25
DavieyServer hasn't focused on "basement deployments" for some years.13:25
lifelessDaviey: http://www.baserock.com/13:25
xnoxdupondje: np =) it was non-trivial. Most of the stuff did go into debian, but the 2 upstart jobs for Booting + 2 SysV init jobs for Shutdown is "interesting"13:26
dupondjexnox: there should exist a cleaner way imo ... :p13:26
xnoxdupondje: well http://upstart.ubuntu.com/cookbook/#shutdown13:27
xnoxdupondje: note how upstart is killed early, before rootfs unmount, and cryptsetup unmount should happen after rootfs is unmounted...13:27
xnox=/13:27
seb128pitti, did you say you would promote the empathy,signon stuff earlier or should I do it? the MIR got acked13:28
pittiah, I didn't; I was just wondering about it, as I looked at c-m for that libdrm udeb13:28
seb128pitti, ok, doing it13:29
xnoxdupondje: I presume jodh might know if there is a better way.... or simply work towards upstart handing *all* of the shutdown...13:30
dupondjexnox: guess thats the best goal :)13:31
dupondjeor remove it :P13:31
jodhxnox, dupondje: yes, that is the plan.13:31
ogra_whats there to handle ? umount and halt ...13:32
xnoxjodh: cool. Cause cryptsetup is in split situation now: booting with upstart jobs, shutdown with SysV init scripts ;-)13:32
ogra_:)13:32
jodhxnox: yeah - not ideal.13:33
xnoxogra_: yeah + networkfs, raid (dmraid, btrfs, mdadm), lvm, cryptsetup and then you are done =)13:33
dupondjenow its dirty situation imo13:33
xnoxjodh: it works without a hitch for now. So it's not critical.13:33
DebolazDaviey: We have had Ubuntu servers in this company before, but managing them was always a very manual process, and there wasn't really obvious value in getting landscape. It seems this is a fairly common experience.13:35
dupondjexnox: 'it works' ... :) but its not clean imo13:35
dupondje4 init scripts for 1 thing13:35
* dupondje not like :)13:35
DavieyDebolaz: When did you last use Landscape?13:36
DebolazDaviey: I actually remember trying it a few months after it was released. It may have been a lot of improvements since then, but none of those are communicated through the website.13:37
DebolazIts a fairly expensive application after all.13:37
dupondjejodh: any eta on shutdown support in Upstart ?13:38
jodhdupondje: not this cycle unless you're offering to help? :)13:38
dupondjeIf I had enough time .. :)13:39
jodhdupondje: snap ;-D13:39
DavieyDebolaz: Landscape has been around since, what.. 2007?  I'd hope it has imporved since then..13:39
smosercjwatson, caribou has a mp at https://code.launchpad.net/~louis-bouchard/ubuntu/precise/grub2/grub2-recordfail-timeout/+merge/120562 that looks straight forward enough.13:39
smoserdue to 12.04.1, should i hold out on uploading?13:40
DebolazDaviey: It was probably around 2008 that I tried it.13:40
smoseror just assume that entry into -proposed is gated anyway atm.13:40
cjwatsonsmoser: It's fine to upload to -proposed13:46
smoserk. thanks.13:47
cjwatsonAfter all it'll land in the queue anyway13:50
cjwatsonIf nothing else13:50
mitya57pitti: does the Jenkins server run autopkgtest >= 2.2.0 (so that $ADTTMP is available)?13:59
pittimitya57: it runs whatever is in quantal, which is 2.2.313:59
mitya57pitti: great, I do now have lp:~mitya57/ubuntu/quantal/sphinx/autopkgtests, now will test it and propose the merge14:00
pittinice!14:00
evmpt: for bug https://bugs.launchpad.net/errors/+bug/1020580, what do you think of http://errors.ubuntu.com/filter/Ubuntu 12.04/software-center/5.3.7, http://errors.ubuntu.com/filter/software-center/5.3.7, http://errors.ubuntu.com/filter/software-center, ...14:04
ubottuLaunchpad bug 1020580 in Errors "Permanent URLs for most common problems view" [Undecided,New]14:04
dholbach@pilot out14:08
=== udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
* ogra_ hugs dholbach 14:08
* dholbach hugs ogra_ back :)14:08
pittiapw: hey Andy, how are you?14:08
pittiapw: may I ask about the current status of kmod? at this point it's probably too late to package the systemd source for udev for quantal, so I guess for Q we are staying at our old stuff?14:09
apwpitti, hiya, good thanks, and uyou14:10
seb128pitti, come on, you have 2 days to ff, you can do it :p14:10
DebolazBtw, would be interesting to see zram enabled by default on Ubuntu desktops with less than 2 GB RAM.14:10
apwpitti, oh dammit that got stalled, do we hold kmod now or do you think its worth putting in14:10
ogra_Debolaz, apt-get install zram-conf14:11
Debolazogra_: You missed a word. :)14:11
Debolaz"default"14:11
DebolazIt's zram-config btw.14:11
ogra_right, file a whishlist bug :)14:11
pittiapw: I still think it's worth putting in; it unblocks the packaging and gets rid of the old m-i-t at least14:11
pittiseb128: well, I can give it a try of course14:11
seb128pitti, I was mostly teasing you but it would be good to get that update in if we can14:12
Debolazogra_: I'm thinking it could be a good thing because when I tried it on my 1 GB desktop, it gave it a monumental performance boost. Probably wouldn't make much difference if you had a lot more memory, but I'd say anywhere under 2 GB is probably going to be worth it.14:12
* xnox is sad over bug 46090614:15
ubottuLaunchpad bug 460906 in lvm2 (Ubuntu) "disk/by-uuid/foo symlink points to snapshot rather than the origin" [High,Confirmed] https://launchpad.net/bugs/46090614:15
xnoxs/to snapshot/to a random snapshot/ would be more correct14:15
* xnox *sigh*14:15
jdstrandinfinity: hey, I have a weird situation with hardening options14:53
jdstrandinfinity: so, sbeattie uploaded https://launchpad.net/ubuntu/precise/+source/squid3/3.1.19-1ubuntu3 to enable hardening options14:53
jdstrandinfinity: it built fine and then I ran 'hardening-check /usr/sbin/squid3' and it shows that PIE and BIND_NOW are enabled14:54
jdstrand(great!)14:54
jdstrandinfinity: then, https://launchpad.net/ubuntu/+source/squid3/3.1.19-1ubuntu3.12.04.1 comes along and only changes the upstart job14:54
jdstrandinfinity: I run 'hardening-check /usr/sbin/squid3' and it shows that PIE and BIND_NOW are disabled14:55
jdstrand(not great)14:55
jdstrandlet me see something14:55
jdstrandok, so using quantal's hardening check on the precise-updates binary, it still shows as not enabled14:56
jdstrandkees: ^ could this be a bug in hardening-check?14:59
jdstrandwell, readelf -dW definitely is not showing BIND_NOW for the squid3 in precise-updates15:00
jdstrandah, interesting15:02
jdstrand/usr/sbin/squid3 has 'Elf file type is DYN (Shared object file)' for the old squid3, but doesn't for the new15:03
jdstrandinfinity: nm15:03
jdstrandwell, for the moment15:03
jdstrandyes, 'readelf -lW' is giving different results15:04
jdstrand'Elf file type is EXEC' vs 'Elf file type is DYN'15:05
jdstrandwell, hold on. that would mean that the compiler didn't make it pie15:06
jdstrandinfinity: ok, I think I need you again :)15:06
* jdstrand compares build logs15:07
tjaaltondoes the installer image still have a 700MB budget?15:08
LaneyI think we decided on 850MiB? (and should update the cdimage scripts to know about that)15:09
dobeyi thought it was 1G but try to keep it as small as possible still15:11
=== iainfarrell1 is now known as iainfarrell
tjaaltonok, asking because updating mesa to still use a common libgallium.so to save space might still take some time, so we could upload what we have and use "some" more space.. (dunno how much, yet)15:13
jdstrandhrm, there is nothing in the buildlog15:16
* jdstrand files a bug15:16
slangasektjaalton: we certainly have space to play with right now; I for one would rather have the new mesa in and worry about the size after15:17
tjaaltonslangasek: great15:19
tjaaltonslangasek: I'll upload it later this evening after some tests15:21
mptev, as with Launchpad, for before-and-after-release URL persistence (and predictable consistency with Launchpad), it might be better to use the release codename15:22
slangasektjaalton: huzzah :)15:22
ogra_tjaalton, does the package have llvmpipe for arm enabled ?15:23
tjaaltonogra_: no, should it?15:24
tjaaltonit's enabled on fedora15:24
tjaaltondisabled here becase "no-one has tested it"15:24
ogra_no idea, i olny heard bad stuff yet :) ... but if we want to test it broadly now would probably be the time to enable it ... that leaves us more time later if we need to disable it again15:25
tjaaltonmaybe best to enable, what could possibly go wrong (worse)15:25
tjaalton:)15:25
ogra_right15:25
tjaaltonalright, will enable it as well15:25
tjaaltonno afk ->15:25
ogra_we can drop it again in the next upload15:25
tjaalton*now15:25
ogra_if it shows to be a disaster :)15:25
ogra_(which i actually suspect)15:25
jdstrandinfinity: I subscribed you to bug #1039593. can you take a look when you have a moment-- seems like it might be a build issue...15:28
ubottuLaunchpad bug 1039593 in squid3 (Ubuntu) "squid3 lost compiler hardening options in last update, but shouldn't have" [Undecided,New] https://launchpad.net/bugs/103959315:28
jdstrandkees: fyi ^15:29
xnoxslangasek: do you mind if I merge hdparm15:33
infinityjdstrand: Erm...15:44
infinityjdstrand: I hate to question your science here, but:15:44
infinityHowever, 3.1.19-1ubuntu3.12.04.1 lost PIE and BIND_NOW, even though the only change was to the upstart job (see attached debdiff):15:44
infinity[...]15:44
infinity$ dpkg-deb -x /var/cache/apt/archives/squid3_3.1.19-1ubuntu2_amd64.deb files15:44
infinity^-- What's wrong with this picture?15:45
jdstrandah, hrm15:45
jdstrandok, hold on :)15:45
* jdstrand looks funny at his schroot15:46
slangasekxnox: no objection15:47
jdstrandinfinity: man, I am an idiot. so, my chroot didn't have updates enabled, and then assumptions went from there15:48
xnoxslangasek: ok. will do sometime before the freeze & hopefully fix the other bug assigned to me about that package.15:48
slangasekxnox: btw, I see the cryptsetup merge leaves the upstart job names as-is - did you and dupondje reach an agreement on this?  I thought he still wanted to change them15:48
jdstrandinfinity: thanks for the look :)15:49
=== deryck is now known as deryck[lunch]
xnoxslangasek: yes. see earlier discussion with dupondje, jodh and myself. The upstart jobs are used at the start-up, at shutdown/reboot upstart is killed, and then the both SysV init scripts are used to unmound cryptfs. Hence we need all four.15:49
jdstrandinfinity: and for questioning my 'science'15:49
xnoxs/unmound/unmount/15:50
* xnox can't type properly all day. I wonder if my keyboard's battery is flat.15:50
xnoxslangasek: so for now I am keeping all 4. When upstart will handle *all* of the shutdown, we can fully migrate.15:50
Andy80hi16:24
iainfarrellhi!16:25
Andy80anyone knows why, even if I'm subscribed to ubuntu-devel mailing list, every time the message I send are kept for moderation? I get this reson: The reason it is being held: Post by non-developer to moderated list. - how do I become part of the developer group? Thanks.16:25
cjwatsonAndy80: https://wiki.ubuntu.com/UbuntuDevelopers16:29
cjwatsonIt's quite intentional that posts from non-developers are moderated - that was part of the charter of the ubuntu-devel list, as opposed to ubuntu-devel-discuss16:29
slangasekAndy80: you become part of the developer group by getting involved in Ubuntu development; I would suggest that you should have a stronger reason for doing this than wanting your posts to not be moderated, before you start down that process :)16:29
cjwatsonIndeed16:29
cjwatsonAndy80: I've moderated your post16:35
evmpt: for what it's worth, we'll need named parameters after all. As we need to map the parameters they give us in the URL to the fields in the HTML, so the view stays consistent with the data we're fetching.16:59
=== deryck[lunch] is now known as deryck
Andy80slangasek: cjwatson sorry, I was away from keyboard. You're perfectly right. Anyway I'm actually interested in being involved in Ubuntu development :)17:12
Andy80now I will read the wik in the mean time17:12
=== dendrobates is now known as dendro-afk
Andy80cjwatson: thanks for approving the message :)17:15
keesjdstrand: er, the backlog is confusing. was there a bug in hardening-check?17:38
jdstrandkees: no. it was a bug in my process17:38
keesjdstrand: ah, okay. :P anything I can do to hardening-check to help with that?17:39
jdstrandkees: not unless you want to add an option to it to enable -updates in the schroot. and then have it know that is exactly what I need when I need it even though I might not be thinking about it :P17:40
keesjdstrand: heheh, okay. I wasn't sure what the mode of failure was :)17:40
jdstrandthat might be hard to code17:40
jdstrandand a bit of a corner-case17:40
keesif [ "$USER" = "jdstrand" ]; then echo "hey, did you include -updates?"; fi17:41
jdstrandhehe17:41
jdstrandI'll pass on in-archive targeted trojans... err, workarounds :P17:41
keeshehe17:42
* xnox ponders to include an eastern egg just for kees17:43
keesheh. I still want my unity fire easter egg.17:44
xnoxkees: i wonder if anybody would notice an lvm2 file trigger to divert theme update after 1st of april  to do something like that.17:47
xnoxkees: I remember the bug report about "ubuntu virus" which plays music when openning.... a webbrowser.... with pacman-flash google doodle....17:47
keesxnox: yes! the pacman day was great!18:00
xnoxkees: I have pinged you about lvm2 a while ago, it's sorted now. So no worries ;-)18:02
mitya57doko: hi, can you please accept the patch from bug 1001585?18:04
ubottuLaunchpad bug 1001585 in python2.7 (Ubuntu) "Python documentation search does not work" [Undecided,Confirmed] https://launchpad.net/bugs/100158518:04
mitya57doko: (I believe this affects 3.2 and 3.3 as well)18:04
keesxnox: ah yes. I was going to ask about that. sorry I was high-latency :)18:04
keesxnox: will you be at Linux Plumber's next week?18:05
=== pp7 is now known as malkauns
xnoxkees: sorry no, a bit too far from London =) slangasek might be there (?!)18:06
=== dendro-afk is now known as dendrobates
* xnox or probably somebody else....18:07
infinitykees: stgraber and I will be there.18:07
* xnox mutters something about north americans hosting most of the events and always doing stuff together....18:08
seb128xnox, we had the best even of the year in Europe though (GUADEC), your fault if you didn't come18:08
seb128;-)18:08
seb128but I guess people living in the u.k don't like the europeans either :p18:09
xnoxseb128: desktop.... that's not where the fun is at ;-) I have emacs, I don't need desktop ;-)18:09
* xnox is not british though18:09
seb128hehe18:09
davmor2seb128: I'll have you know we hate everyone the same, there are no favourites in this country ;)18:16
infinityxnox: There's always FOSDEM.18:29
keesinfinity: sweeeet18:30
Andy80I've seen that LightDM has a lightdm-qt subfolder http://bazaar.launchpad.net/~lightdm-team/lightdm/trunk/files/head:/liblightdm-qt/ what is it used for? Was it used for Unity-2D or is it another thing?18:31
davmor2Andy80: KDE maybe?18:37
penguin42Andy80: lightdm-kde-greeter links against liblightdm-qt-2.so.018:38
Andy80davmor2: penguin42 ah it's a binding to use lightdm from KDE, ok.18:40
infinityseb128: BTW, your libsecret uploaded probably wanted a build-dep on dobcook-xsl.  Which still will fail anyway later in the build with dh_install --fail-missing having a hissy fit about some files not being installed.19:02
seb128infinity, thanks, will fix that, it's on my list of things to look at19:03
seb128(hate xml and dtds)19:03
=== mcclurmc is now known as mcclurmc_away
infinityseb128: Well, I thought I'd do the docbook-xsl fix since it was an obvious 2-minute fix, but as I pointed out, that just fails later with: http://paste.ubuntu.com/1159563/19:06
infinityseb128: So, I'll let you clean that up. :P19:06
seb128infinity, thanks, seems like a side effect of Laney fixing vala19:08
=== cpg|away is now known as cpg
=== cpg is now known as cpg|away
=== cpg|away is now known as cpg
=== lifeless_ is now known as lifeless
alkisglarsu: sorry for the ping, I'm affected by LP bug #842768 in precise with gnome-fallback, should I reopen the bug for indicator-printers? Maybe there was a regression somewhere? (didn't try if they show up in Unity or not)20:32
alkisg"Lars Uebernickel (larsu) wrote on 2012-03-07: In precise, indicator-printers handles notifications. It doesn't show a notification in this case at all."20:32
ubottuLaunchpad bug 842768 in indicator-printers (Ubuntu Precise) "Cups notifies "printer ' xxx ' may be not connected " although printer is OK and printing is OK too" [Medium,Fix released] https://launchpad.net/bugs/84276820:32
larsualkisg, does gnome-fallback use indicator-printers?20:33
alkisglarsu: I see it on my processes list20:33
larsu"printer may not be connected" is probably coming from the printer plugin in gnome-settings-daemon20:33
alkisgalkisg    2894  0.0  0.2  61120  9316 ?        Sl   10:40   0:01 /usr/lib/indicator-printers/indicator-printers-service20:33
larsuwhich shouldn't run at the same time as indicator-printer20:34
alkisgWhat's I'm seeing is "Error: connecting-to-device"20:34
alkisg(while printing is fine)20:34
alkisgalkisg    2052  0.0  0.5 259328 22408 ?        Sl   10:40   0:24 /usr/lib/gnome-settings-daemon/gnome-settings-daemon20:34
alkisgalkisg    2425  0.0  0.1  49836  4180 ?        Sl   10:40   0:00 /usr/lib/gnome-settings-daemon/gsd-printer20:34
alkisgHmm so the problem is deeper, that one of gnome-settings-daemon or indicator-printers should be running?20:35
larsualkisg, yep, gsd-printer shouldn't be running20:36
larsulet me find out why it is20:36
alkisgThank you20:36
larsualkisg, do you have dconf-editor installed?20:42
alkisglarsu: yes20:42
larsucool, set org.gnome.settings-daemon.plugins.print-notifications.active to false20:43
alkisglarsu: do I need to logout to test?20:43
larsualkisg, don't know tbh :)20:44
* alkisg tests directly first...20:44
larsuthanks20:44
alkisgOuch apport window about gnome-settings-daemon20:44
alkisg(when I powered on the printer)20:45
larsuurgh20:45
larsuwell I guess logout to test :)20:45
alkisgok, brb20:45
larsu(definitely worth filing a bug, though)20:45
alkisg...I think I got a different printer icon now in the notification area... and no message about printing, problem solved!20:49
=== cpg is now known as cpg|away
alkisgNow to make gnome-fallback enforse that setting?20:50
larsualkisg, cool. Can you post a comment on the bug please? (Because I don't know how to set that as default)20:51
larsuI'll ping the right people in the morning20:51
alkisglarsu: sure, thank you again20:51
larsualkisg, np, glad I could help20:51
verwilsthello! could somebody put the status of the bugreport to confirmed here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1020207 i kinda messed up :(21:00
ubottuLaunchpad bug 1020207 in linux (Ubuntu) "gfs2 kernel oops when deleting file as first action after mounting" [Undecided,Fix released]21:00
verwilstthe fix isnt released ;)21:00
tumbleweedverwilst: done21:07
verwilstthanks tumbleweed :)21:07
kenvandinebarry, FYI, that online-accounts branch is now merged into trunk21:10
barrykenvandine: great!  i'm still slowly but surely making progress on my branch.  probably won't be ready for ff though :/21:10
kenvandineok21:10
kenvandinethanks!21:11
barrysure thing!  i have a few more dbus services to port and then it might be fun to try to integrate the front-end with the new gwibber-service21:11
kenvandinebarry, I uploaded python3  fixes for the gi.overrides from libaccounts-glib and libsignon-glib today21:12
kenvandinethose would have broken you for sure21:12
kenvandinenot sure if you had hit those errors yet21:13
barrykenvandine: cool.  btw, is there documentation for those libraries available?21:13
kenvandinebarry, you are funny...21:13
barrykenvandine: not yet21:13
barry;)21:13
kenvandinethere are gtk docs21:13
kenvandinelibaccounts-glib-doc21:13
kenvandinelibsignon-glib-doc21:14
kenvandinethat is about it21:14
kenvandineso far21:14
barryhey, it's a start! :)21:14
tjaaltonslangasek: need to push the mesa upload for tomorrow, some rpath issues remain21:18
slangasektjaalton: anything I could help with?21:18
tjaaltonslangasek: you can test build from git, the upstream libdricore implementation seems to use rpaths21:19
slangasektjaalton: and this shows up as a lintian warning, or somewhere else?21:19
tjaaltonyup21:19
slangasekok21:19
tjaaltonerror actually21:19
slangasektjaalton: interestingly, llvm is also needed for building the radeonsi driver; should the driver be made x86-only, or should the build-dep be added?21:22
slangasek(this is from an armhf test build just now - I know we'll add llvm-3.1 for armhf anyway for llvmpipe, but that's separate)21:22
tjaaltonprobably doesn't make sense to build it on arm21:22
tjaaltonoh21:23
tjaaltonright, the build-dep needs to be added21:23
tjaaltonsince ogra_ wanted to build llvmpipe for armhf21:23
slangasekyes21:23
slangasekbut that's separate from whether we should build radeonsi on !x8621:24
slangasekI don't know what kind of device radeonsi is21:24
* doko wonders if somebody maintains llvm for this kind of use ...21:24
tjaaltonradeon southern island21:24
tjaaltonsome new chip gen21:25
tjaaltonslangasek: it builds all kinds of silly drivers on archs that have never seen the hw.. :)21:26
tjaaltonthat said it's easy to make it build only on x8621:27
slangasektjaalton: sure; generally the rule is that if it's physically *possible* to have the hardware on the arch, we should build it21:27
slangasek(the rule in Debian, anyway)21:27
tjaaltonright, ok21:28
tjaaltonslangasek: feel free to commit anything, I've had enough of this day :)21:30
slangasekack :)21:30
tjaaltoni'll check back in ~7h21:31
=== salem_ is now known as _salem
adam_gis there anything blocking bug #1021530 from release into precise-updates? i just re-targetted toward precise-updates (was previously targetted @ 12.04.1)21:49
ubottuLaunchpad bug 1021530 in openvswitch (Ubuntu Precise) "[SRU] update to include stable fixes for OVS 1.4" [Medium,Fix committed] https://launchpad.net/bugs/102153021:49
=== rsalveti` is now known as rsalveti
=== Ursinha` is now known as Ursinha
shadeslayerhi, I was wondering if someone could point me to where ubiquity picks up the RELEASE variable?21:58
slangasektjaalton: ok, it looks like the radeonsi driver is only buildable if using gallium llvm generally, so we don't really want that... I'll disable the driver on !x86 for now21:58
=== jibel_ is now known as jibel
xnoxshadeslayer: yeah good question.22:14
xnoxshadeslayer: /cdrom/.disk/info22:15
xnoxshadeslayer: see misc.py22:15
shadeslayerah ok22:17
TREllis1022:19
TREllisbah22:19
TREllis:)22:19
shadeslayerxnox: thanks22:27
xnoxshadeslayer: your welcome22:27
* shadeslayer goes off to find what casper-uuid-generic is22:28
shadeslayercjwatson: any progress on the live build merge?22:30
=== cpg|away is now known as cpg
cjwatsonshadeslayer: almost done, but I found this afternoon that its handling of chroot hooks was broken, so I fixed that, started a test build, and then went out to dinner22:56
shadeslayerah alright22:57
shadeslayercjwatson: since the live build was broken, I've hacked my own scripts to do the customization22:57
cjwatsonso should be able to upload that stack tomorrow morning22:57
shadeslayernow fiddling with casper-new-uuid22:57
shadeslayerawesome22:57
cjwatsonI don't think there was much else broken, though I'll do another diff of file lists to make sure22:58
shadeslayerhmm, I hope it makes ISO's bootable22:58
shadeslayerthough that'll mean throwing away the last 20 hours of work :P22:59
cjwatsonI don't know, but I'll be happier to spend time investigating on the new base22:59
shadeslayer:)23:00
shadeslayertried hexdumping the fedora ISO?23:00
cjwatsonno23:00
cjwatsonenotime as yet23:00
shadeslayerhehe :)23:00
penguin42what would cause a mismatch of -dbgsym for apparently matching package versions: warning: the debug information found in "/usr/lib/debug//usr/bin/chuck.alsa" does not match "/usr/bin/chuck.alsa" (CRC mismatch).23:25
xnoxpenguin42: version scew between package & dbgsym package.23:31
xnoxpenguin42: upgrade & try again23:32
xnoxpenguin42: or rebuild locally in sbuild to get the package & matchin dbgsym package23:32
penguin42xnox: Same version numbers on both, both freshly installed23:32
xnoxpenguin42: something diverted /usr/bin/chuck.alsa and now debug symbols do not match cause it's a different binary?23:33
penguin42xnox: It's possible the package does something odd to get the chuck.alsa and chuck.oss etc23:33
xnoxpenguin42: yes. there are packages that create bad -dbgsym package. In that case do open launchpad bug, to blacklist that package from generating dbgsym.23:34
xnoxpenguin42: DEB_BUILD_OPTIONS=nostrip ./debian/rules binary23:35
xnoxpenguin42: is your best option ;-)23:35
penguin42yeh, I might try buildign it locally; I was just triaging some ancient bugs - found this one which is a trivial seg - 3 years old and was still at new/undecided23:36
penguin42there are a few gems in the older bugs - lots and lots of package install and probably fixed bugs, but some fun ones23:37
=== RAOF_ is now known as RAOF

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!