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

=== nick is now known as Guest8685
jbichawow, no amd64 builders for PPAs :(00:16
penguin42wasn't the some maintenance of that due to happen this week?00:17
pittiGood morning03:36
ajmitchhi pitti03:37
tjaaltonslangasek: excellent, thanks. yeah I bet the peformance could be better..04:45
=== Guest1266 is now known as jokerdino
=== tkamppeter_ is now known as tkamppeter
=== sagaci_ is now known as sagaci
dholbachgood morning07:07
shadeslayerwohooo07:19
shadeslayerdholbach: morning :)07:19
dholbachhey shadeslayer :)07:20
shadeslayero/07:20
shadeslayercjwatson: can't build ISO's, X stack went kaput :P07:20
shadeslayerit's one problem after another it seems ;)07:20
pittihttp://people.canonical.com/~ubuntu-archive/testing/quantal_probs.html does not have X.org any more, though07:22
pitti(it has mostly NBS binaries)07:22
shadeslayerhttp://paste.kde.org/538460/ < most certainly broken ( try installing xserver-xorg-video-geode )07:23
shadeslayerpossibly something hasn't been published07:23
brendandi am trying to do a net install on some servers, and it seems like since yesterday, dhcp configuration is failing08:07
brendandis anyone aware of this issue?08:07
pittiinfinity: hm, still so many disabled PPA builders?08:13
seb128pitti, I'm talking about it on #is08:15
seb128pitti, we got 3 back08:15
seb128pitti, so progress ;-)08:15
pittinice08:16
pittistill, three amd64 builders which all build "private jobs"08:16
pitti(and only 3 available)08:16
pittibut as long as it's known, I'm fine08:17
seb128pitti, they are working on it apparently, fingers crossed08:20
=== Guest68144 is now known as wordpress
=== wordpress is now known as ikonia
cjwatsonshadeslayer: I'm working my way through analysing a stack of failures right now, including that one08:32
cjwatsonMy inbox was pretty unhappy this morning08:34
dholbachev, mpt: it'd be great if you could have a look at http://benjaminkerensa.com/2012/08/23/canonical-privacy-policy-for-zeitgeist-is-insufficient and see if there's anything you would add08:44
seb128dholbach, ev, mpt: the title seems misleading, the guy is rather concerned about the "datas sent to canonical" part and unsure if that includes zg datas since they are in the same settings panel08:45
dholbachyes - that's what I tried to explain in the last comment08:46
evseb128, dholbach: I could be mistaken, but I think mpt was already working with Andrew Sinclair on the text08:47
mptYes, he's just being very slow.08:47
seb128it would probably be good if somebody commented on the launchpad bug saying that it's being worked?08:47
mptsure08:48
seb128mpt, thanks08:48
seb128pitti, 9 amd64 builders08:52
pittiI saw \o/08:52
hrwquestion: how to make package which uses cdbs to generate dbgsym?09:31
seb128hrw, dbgsym are nothing to do with the source, just install pkg-create-dbgsym09:33
seb128it will create the ddebs for you09:33
hrwseb128: if package calls dh_strip09:34
seb128right09:34
hrwah.. wrong build I looked at. sorry09:34
=== mcclurmc is now known as mcclurmc_away
=== MacSlow is now known as MacSlow|lunch
rsalvetitjaalton: mind reviewing bug 1040405 ?10:38
ubottuLaunchpad bug 1040405 in xorg-server (Ubuntu) "xorg doesn't try to autoload the omap xorg driver at omapdrm enabled devices" [High,In progress] https://launchpad.net/bugs/104040510:38
rsalvetithere's also another patch for xf86-video-omap to properly use the platformProbe call10:39
rsalvetiwhich makes the probe a lot easier, and without conflicting with the fbdev device (which checks for the platform slot before initializing itself, same as it was doing already for pci based devices)10:40
rsalvetitjaalton: and at the bottom of bug 1015292 you can see the debdiff for xf86-video-omap10:43
ubottuLaunchpad bug 1015292 in xf86-video-omap (Ubuntu Quantal) "X11 crashes with seg fault when running QT5 based applications on a Pandaboard with the SGX driver" [High,In progress] https://launchpad.net/bugs/101529210:43
rsalvetiwould be nice if you could also review it10:43
rsalvetijust tested both at my panda, and worked nicely (by autoloading just the omap driver)10:44
dholbachdpm, ogra_: do you think you can update https://wiki.ubuntu.com/UbuntuDeveloperWeek/Timetable with a session title? :)10:56
=== cpg is now known as cpg|away
dpmdholbach, yeah, let me think of something later on today. TBH, I got inspired by ogra_'s title, so I thought I'd use a similar one until I've got something set up ;)10:57
dholbachyeah, I know - ogra_ is a very deep source of inspiration10:58
dholbach:-P10:58
dpmabsolutely10:58
bdrungdholbach: should i add ubuntu-packaging-guide to packaging-dev?11:00
dholbachbdrung, ah yes - if that's possible, that'd be great11:00
tjaaltonrsalveti: great, thanks11:00
bdrungdholbach: shouldn't we get this package into debian, too?11:03
dholbachif anybody wants to help with doing that, that'd be great - yeah :)11:04
bdrungdholbach: i offer my help11:04
dholbach:-D11:04
Andy80dholbach, hi! even this link http://developer.ubuntu.com/packaging/singlehtml from this page http://developer.ubuntu.com/resources/tools/packaging/ is broken.11:10
dholbachAndy80, yes - it's on my list :)11:10
Andy80cool ;)11:10
Andy80dholbach, I'm re-reading for the *n time the packaging docs. There is a python application that I use that is not available in repositories yet. I want to start with that... it's just a simple one :) p.s: no, not telling the name in public or someone faster than me will package it removing me the motivation to learn :D11:12
dholbachAndy80, keep your motivation, but ask if you run into trouble, ok? :)11:15
Andy80dholbach, sure :)11:16
Andy80the first thing I don't understand is this command: bzr dh-make hello 2.7 hello-2.7.tar.gz - what it does exactly? What if my source code is not on bazaar?11:23
dholbachAndy80, AFAIK it will import the hello-2.7.tar.gz tarball you have on your disk locally into a fresh and new bzr branch11:25
dholbachand give you some initial packaging11:25
dholbachif it's not clear enough in the guide, please file a bug :)11:25
Andy80dholbach, ah ok. yeas it makes sense... I mean, the person who is packaging is supposed to upload the sources and debian/ folder on launchpad so other people can check it.11:26
Andy80I will just read for now since as I told you my app is not compilable with "make", it's a Python app and I want to read the differences explained here: http://developer.ubuntu.com/packaging/html/python-packaging.html before executing any command11:27
=== mcclurmc_away is now known as mcclurmc
Andy80(other than this I'm not at home right now and I don't have my .gnupg and .ssh with me .... so better not to upload anything)11:28
dholbachyou can build it locally by running: bzr bd11:28
Andy80ok, I finish reading in the mean time, thanks :)11:30
TJ-Have there been any changes from Precise onwards that would affect mmap() - in particular that could cause it to run out of VMA on amd64 for quite modest requests to map a device file?11:45
=== yofel_ is now known as yofel
=== dholbach_ is now known as dholbach
=== MacSlow|lunch is now known as MacSlow
=== _salem is now known as salem_
Guest47874!lista12:37
ubottuGuest47874: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».12:37
Andy80about this document http://developer.ubuntu.com/packaging/html/python-packaging.html - to package a Python application I do have to use dh_python2 instead of dh_make ? Does my app need to have a setup.py already? What if it's just one *.py file and I need the debian/install to copy it to /usr/bin folder? Thanks12:46
cjwatsondh_python2 and dh_make are quite different categories of things, despite the similar name12:47
cjwatsondh_python2 is a tool run as part of the execution of debian/rules12:47
cjwatsondh_make is a tool that writes out template packaging files for you to modify, including debian/rules12:48
cjwatsonif it's just one .py file, you should likely install it by hand in an override_dh_auto_install: rule in debian/rules rather than listing it in debian/install, since dh_install (which processes debian/install) will preserve the extension and policy says that programs in /usr/bin/ should not have a scripting language extension such as .py12:49
tjaaltonslangasek: uploaded mesa, libxatracker linking seems ok to me at least on amd6412:55
mr_pouitseb128: hey, you wrote about indicators only in your mail ("they will still keep gtk2 versions of13:05
mr_pouitthe libraries")13:05
mr_pouitseb128: yet libido is gone for gtk2 I think13:05
Andy80cjohnston, thanks in the mean time! I need to go home, I email me the chat history and I'll continue it later. Se you later and thanks :)13:06
seb128mr_pouit, well, I meant public libraries (the ones for applications to use, like libappindicator)13:06
mr_pouit(yeah, of course, ido isn't a public library in /usr/lib I guess)13:07
mr_pouitmeh :(13:07
mr_pouitseb128: any more surprise? :P (so I know how many packages I need to reintroduce for Lubuntu/Xubuntu)13:08
=== Guest81255 is now known as jpds
=== ken_ is now known as Guest96238
seb128mr_pouit, surprise: you can count on any indicator-*-gtk2 to go away if there are still some in quantal13:10
mr_pouitseb128: yeah, I know, but any more surprise starting with lib* ? ;-)13:11
xnoxbryceh: are you ~bryce? anyway love your e2fsprogs upload =)13:11
seb128mr_pouit, no, is libido even having an user out of indicator-sound?13:11
seb128mr_pouit, but you are right, it should probably have been made a private lib to indicators13:12
seb128mr_pouit, sorry about that13:13
mr_pouit(no big issue, that's just one more thing to do before indicator-sound-gtk2 is back)13:15
smoseranyone else seen delayed response on middle mouse paste in ubuntu?13:32
smoserits happening more an dmore that i highlight copy and something (likely from firefox) , hit middle mouse to paste it, hit enter, and then the paste happens.13:32
smoserthis often results in me trying to execute whatever i copied and pasted rather than giving it as input to some command.13:33
=== cyphermox_ is now known as cyphermox
tjaaltonrsalveti: the changes looked good, uploaded14:03
rsalvetitjaalton: great, thanks!14:04
mvoev: if you have time for the software-center polkit branch review that woudl rock, I would love to get it in today14:12
evmvo: will do!14:13
vibhavAre there any WNPP bugs in Ubuntu?14:33
cjwatson"needs-packaging" is the equivalent14:33
cjwatson(tag)14:33
vibhavcjwatson: yeah, but are there any "RFA" bugs?14:34
cjwatsonNot as far as I know.14:35
vibhavthanks14:38
xnoxvibhav: all packages are team maintained in ubuntu. You can look for "needs-packaging" tag & merges.ubuntu.com for things to do.14:47
xnoxas well as *wishlist* bugs, cause that's usually new feature requests.14:48
=== Guest96238 is now known as kenvandine
slangasekpitti: (grr) the retracer invalidated my bug because it was a package that depended on initscripts and it didn't have current dbgsyms for initscripts (bug #1040680)15:04
ubottuError: Launchpad bug 1040680 could not be found15:04
alo21hi all15:06
alo21can I send a package in Upstream when I fix some bugs (not security)?15:07
rsalvetihallyn: hey, mind reviewing the merge proposal https://code.launchpad.net/~fboudra/qemu-linaro/new-upstream-release-1.1.50-2012.08-0ubuntu1/+merge/120592 ?15:17
rsalvetifabo worked on updating the qemu to the latest one available from linaro15:18
rsalvetiand would be nice if someone else could also review and test it15:18
rsalvetiso we can try to land at quantal asap15:18
pittislangasek: it currently invalidates bugs if the retraced stack trace is bad and there are obsolete or missing packages; I guess in this case the retracing failed due to another reason, though (sometimes the memory is just too corrupted, and sometimes I have the feeling gdb is just not trying hard enough..)15:18
pittihmm, libdbus doesn't like to be symbolic?15:19
slangasekpitti: ah, ok15:38
hallynrsalveti: sure15:42
rsalvetihallyn: thanks!15:42
TJ-Has anyone seen/heard of problems with the nvidia driver 295+ failing some mmap() requests?15:51
hallynrsalveti: I'm not sure, but debian/patches/define_AT_EMPTY_PATH.patch *may* not be needed any more.  The fix to libc may have gotten into q.15:51
hallyn(no biggie )15:52
rsalvetihm, nice15:52
hallynrsalveti: is dropping --disable-darwin done on purpose?15:54
hallyn(i don't knwo what it is :)15:54
rsalvetiI think it got removed from upstream15:56
hallynrsalveti: ok - i see no problems with it.15:57
hallyn(commented)15:57
infinityhallyn: The fix is definitely in Q, yes.15:58
infinityhallyn: (and uploaded to P)15:58
hallynrsalveti: infinity: yeah just saw it in changelog15:58
hallynrsalveti: so you can drop that patch if you like.  but doesn't hurt anything15:58
rsalvetiyeah, great15:58
rsalvetithanks for the review15:59
hallynnp16:00
hallynrsalveti: and, confirmed i just pulled it out of qemu-kvm build on quantal and that worked fine too.  (\o/)16:09
rsalvetihallyn: awesome, thanks!16:11
stgraberhallyn: just checking, have you seen my PMs and messages to #ubuntu-server? (I remember you had issues with PMs in the past ;))16:15
bigonis there still any login in splitting geoclue package in geoclue and geoclue provider?16:22
hallynstgraber: oh, i may not have.  i'm back to using irssi, but byobu has been crshing for me every few weeks at night, and did again last night16:25
hallyni gots logs, lemme check16:25
seb128bigon, login in?16:25
bigonseb128: mmmh?16:26
seb128bigon, I don't understand the question16:26
seb128bigon, what "is there still any login in..." mean?16:27
hallynstgraber: sorry, i guess i may need to add a lxc-start-ephemeral test to the testsuite16:27
bigonmehhh16:27
bigonseb128: s/login/logic16:27
hallynstgraber: i'm quite sure i pushed the lxc-attach v2 changes.  i'll substitute v3 today or tomorrow.16:27
bigontime to go home I guess16:27
seb128bigon, ooooh16:27
hallynstgraber: do you need anything more from me before ff?16:27
seb128bigon,16:27
seb128  * debian/control16:27
seb128    - Split the gypsy, gpsd, and gsmloc providers out into16:27
seb128      a separate source package, geoclue-providers, to simplify the16:27
seb128      MIR reducing the number of build depends.16:27
seb128    - Removed ofono-dev and libgypsy-dev build depends16:27
seb128bigon, does geoclue still use ofono-dev and libgypsy-dev?16:28
seb128bigon, if the reply is "yes" so the reason still stand16:28
stgraberhallyn: sorry, was blind, I didn't see you indeed pushed it, so nothing needed on your side16:29
bigondo we want these provider? in debian gypsy is not built (due to the huge security fail that it contained), gpsd is not even building iirc16:29
bigonthe only remaning one is gsmloc16:29
seb128kenvandine, tedg: ^ do you know?16:29
hallynstgraber: cool, thanks.16:29
seb128bigon, I don't know, I guess not16:30
tedgI don't really know, but I imagine it'll be something we have to fix at some point.16:31
tedgI mean, if it's disabled today, that's fine.16:31
bigonthe thing is that I'm not sure about the mismatch of version between geoclue and geoclue-provider pkg16:32
seb128bigon, it just means nobody has been maintaining and updating geoclue-provider16:32
seb128we should probably just drop it16:32
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
bigonI also guess that the main geoclue pkg should be remerged with the debian one16:41
seb128ok16:41
roaksoaxHi gusy I have a packaging question. 'maas' currently Depends on 'maas-provision', however, the newer 'maas' I'll upload no longer does. So I was wondering what should be in debian/control in order for 'maas-provision' to be uninstalled on upgrade16:47
cjwatsonroaksoax: Is maas-provision intended to be removed from the archive?16:49
roaksoaxcjwatson: yes16:49
cjwatsonroaksoax: Then Conflicts: maas-provision + Replaces: maas-provision16:51
cjwatsonYou might need Provides as well if other packages currently depend on maas-provision (but you often don't)16:51
roaksoaxcjwatson: right, so that's what I was thinking, but manually testing I got something like "can't remove maas-provision because maas (older version) still depends on it"16:52
slangasekroaksoax: manually testing with dpkg, or with apt?16:54
roaksoaxslangasek: dpkg16:54
slangasekroaksoax: wrong tool :)16:54
slangasekroaksoax: you either need to pass a slew of additional options to dpkg to accurately test this, or you should test using apt16:54
roaksoaxslangasek: alright! I'll get it tested with apt! Thanks for the info :)16:55
cjwatsonadditional options> -B, I think16:56
cjwatsonBut yeah, use apt16:57
shadeslayercjwatson: re : <cjwatson> My inbox was pretty unhappy this morning > haha :D17:03
mlankhorstcan xf86-video-omap be moved into main?17:06
shadeslayermlankhorst: file a MIR request?17:07
ogra_that shouldnt need a mir17:08
BadDesignWhat is the UTC release time for Ubuntu 12.04.1?17:08
infinitySure it should.  It's new code.17:08
infinityNot that it'll be a hard MIR to process.17:08
mlankhorstit was a continuation from omapfb I think17:09
ogra_right17:09
infinityIt's basically a rewrite, from what I understand.17:09
infinityBut meh.17:09
infinityEither way, I think it's an obvious promotion.17:10
infinityHow about we do an informal MIR.17:10
infinityjdstrand: Do you have security concerns about promoting the X driver for omap* ?17:10
jdstrandinfinity: not especially other than to ask who the upstream is and how responsive are they?17:11
cjwatsonBadDesign: We never hand out release times in advance.17:11
infinityjdstrand: Upstream is Rob Clark from TI, plus the general X usual suspects.17:11
ogra_its the same person maintaining the omap4 binary driver at TI17:12
cjwatsonBadDesign: Largely because we generally simply don't set a time.17:12
jdstrandinfinity: so we can expect support in the event of a security concern?17:12
ogra_++17:12
infinityjdstrand: Absolutely.17:12
jdstrandok, then no, I don't have conerns17:12
mlankhorstgreat :)17:12
* ogra_ hugs jdstrand 17:12
infinityYeah.  Alright.  And I already reviewed packaging and such when I synced it from Debian.17:12
infinitySo.17:12
infinityThere.  MIR done.17:12
infinity:P17:12
jdstrandheh17:13
ogra_:D17:13
mlankhorstawesome17:13
* infinity goes to find some place to seed it.17:13
infinityActually, it should get pulled in without seeding, if it's in drivers-all on arm*17:14
ogra_infinity, i think mlankhorst planned to have it in the -all package for xorg17:14
infinityAnd if it's not, that's a bug.17:14
infinitymlankhorst: Is it in drivers-all already?17:14
mlankhorstwell I prepared it, I can't push directly17:14
infinitymlankhorst: I can, though.  Where do I find it?17:14
ogra_i think tjaalton is on it17:14
infinityOh, snazzy.17:15
infinityWell, if I know it's going to land soon, I'll just do the promotion.17:15
infinitymlankhorst: Promoted.  Please make sure that whoever's sponsoring that change does it soon, so component-mismatches doesn't spend the next day yelling at me.17:16
mlankhorstinfinity: oh if you want you can do it now17:17
mlankhorsthttp://anonscm.debian.org/gitweb/?p=pkg-xorg/debian/xorg.git;a=shortlog;h=refs/heads/ubuntu17:17
=== mcclurmc is now known as mcclurmc_away
infinitymlankhorst: Want to commit a dch -r to that, and give me a source package to sponsor?17:20
infinitymlankhorst: (I don't have commit to pkg-xorg)17:20
mlankhorstoh sure17:20
mlankhorstinfinity: done17:24
infinitymlankhorst: Thanks, that'll do.17:29
=== sgnb` is now known as sgnb
infinitymlankhorst: Uploaded.17:30
mlankhorstyay18:24
mlankhorsttime to update my panda to quantal I suppose :)18:24
goddardContributing to the Ubuntu Wiki is a pain18:37
goddardAny plans to change it?18:38
mlankhorsthowso? just create a account?18:40
goddardyou would think it is that easy18:43
goddardbut when i last contributed i had to actually download a bzr package, edit it, build html, and upload it18:44
goddardI did some contributions to the packaging guide18:45
slangasekwiki.ubuntu.com doesn't involve any of those things; what wiki are you talking about?18:47
xnoxgoddard: well yes, packaging guide and e.g. server guide etc. do require that, because they are not hosted on the wiki, but rather available in a few formats & translations18:49
xnoxgoddard: help.ubuntu.com/community and wiki.ubuntu.com can be edited directly in the web-browser.18:49
goddardahh i see19:00
goddardis there a reason why the packaging guide isn't on the wiki as well?19:01
mlankhorstgoddard: because they have to be shipped separately and not only to the wiki :)19:13
xnoxgoddard: because packaging guide can be translated, and the wiki does not support translations.19:47
TJ-A recent change to the nvidia DKMS drivers package has broken another package such that it won't conceivably ever work again. What's the procedure in such cases?19:48
infinityTJ-: That might need to be slightly less vague.19:48
TJ-infinity: bug #1039916 ... look at the last comment19:49
ubottuLaunchpad bug 1039916 in nvclock (Ubuntu) "Nvidia driver causing SIGSEGV in nvclock and smartdimmer" [Medium,Triaged] https://launchpad.net/bugs/103991619:49
infinityTJ-: But if it's "some third-party tool relied on a feature that the upstream binary driver no longer provides", the solution would be to (A) remove the third-party tool from the archive, and (B) make the nvidia packages conflict with it.19:49
infinityOh, in precise, we wouldn't do the removal bit.19:49
infinityBut certainly, having the driver conflict with the tool, if there's really no way to fix the tool, would work.19:50
TJ-OK... it'll affect Q too of course19:50
infinityTJ-: You might also want to talk to Marc, since it was his patch that broke things (now that I've read the whole bug report).19:52
infinityTJ-: But if it's a tradeoff between dimmer control and priviledge escalation, with no way to compromise on fixing both, I suspect security wins.19:53
TJ-infinity: Yes, I was planning on emailing him. I think the patch is a good one - nvclock is using not-quite-approved hacks to do its thing, so I think nvclock has to give19:53
TJ-infinity: There is an alternative project developing for an nvida backlight DKMS kernel module that - when/if it works - does things properly with a /sys/class/backlight/ interface... so I think that should be the preferred route19:54
infinityTJ-: That does seem to be the saner way forward, yeah.19:54
TJ-infinity: besides which I think nvclock has been abandoned by its creator since 2009/1019:55
TJ-infinity: thanks; I'll figure out who to contact and what to do to let users of nvclock aware and remove it for Q19:55
=== jibel__ is now known as jibel
infinityTJ-: I can remove it from the archive for Q right now, if you think that's the Right Thing To Do, but it'll still need the nvidia-* packaging updated to conflict and force removal on upgrades.19:58
TJ-infinity: Let me check first... if nvidia proprietary isn't used by nouveau or the old nv is, nvclock may still work19:58
TJ-infinity: And all I really wanted was the backlight dimming *sigh* :p19:59
nabamNot certain if this is the correct channel to ask this, but in using patch, is it a possibility to ignore a specific line?20:06
Andy80I'm working on packaging a project and I want to put my file on LP. Is it ok if I push using this url: bzr push lp:~andreagrandi/PACKAGENAME/packaging ?20:28
alesageAndy80, sounds fine--if not I've been doing it wrong :)20:31
Andy80alesage: I already tried with bzr push lp:~andreagrandi/PACKAGENAME but it wasn't enough.... maybe the last part is mandatory20:32
Andy80:)20:32
Andy80let's try...20:32
Andy80uhm..... LP says noooooo :\20:33
Andy80actually "PROJECTNAME" doesn't exist...20:33
Andy80maybe I should use +junk ?20:33
Andy80but it's so odd name...20:33
roaksoaxslangasek: so the conflicts/replaces works. However, what about some of the dependencies of maas-provision (dnsmasq, tftp-hpa specifically). I'm currently listing them under conflicts/replaces too but don't know whether that's the correct approach since they only overlap functionality (and not files, etc)20:35
Andy80ok, pushed in junk20:35
=== cpg|away is now known as cpg
xnoxAndy80: bzr push lp:~/ubuntu/quantal/PACKAGENAME/packaging20:40
Andy80xnox: it's not a package already available in Ubuntu (I'm not a MOTU or something like that neither). I'm just getting started. It's a simple Python utility and I'd like to package it. I've put it in my /+junk/20:43
slangasekroaksoax: you certainly shouldn't conflict/replace with those, they're not obsolete packages and users can legitimately install them on the same host20:43
slangasekroaksoax: oh, or do they fight over the ports?20:44
xnoxAndy80: that's ok then. you could try pushing, it should create a new package name.... I think... maybe not.20:44
roaksoaxslangasek: they fight over ports20:44
slangasekroaksoax: ok; a bidirectional conflicts is allowed there - see tftpd-hpa, which already Conflicts: tftpd20:44
xnoxI presume EXTLINUX is the new bootloader thing...20:46
* xnox is confused why I am having it on non-efi system, but ok =)20:46
roaksoaxslangasek: cool, thanks!!20:47
slangasekxnox: no, EXTLINUX is a very old bootloader thing20:48
slangasekefilinux is the EFI one20:48
xnoxslangasek: i now ponder why did I install it back in january20:51
=== salem_ is now known as _salem
=== cpg is now known as cpg|away
=== jbicha is now known as Guest41777
=== seb128_ is now known as seb128
=== Guest41777 is now known as jbicha_
seb128ev, is errors.ubuntu.com known to have issues? it stays on "Loading" it seems21:38
stgraberseb128: try /?launchpad=false21:38
seb128in fact worked after a retry but it's very slow21:39
seb128stgraber, thanks21:39
=== rsalveti` is now known as rsalveti
=== cpg|away is now known as cpg
=== cpg is now known as cpg|away
=== cpg|away is now known as cpg
=== zyga_ is now known as zyga
=== Ursinha` is now known as Ursinha
=== dendrobates is now known as dendro-afk
xnoxme wonders if I can "just do it" bug 1038577 is annoying23:29
ubottuLaunchpad bug 1038577 in gnome-keyring (Ubuntu Quantal) "p11-kit: duplicate configured module: gnome-keyring.module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so" [Medium,Triaged] https://launchpad.net/bugs/103857723:29
xnox... just needs rm maintainer script...23:29
slangasekxnox: of course you can23:32
slangasekI would have myself, but I wasn't sure whether it was better to rename the conffile back to the original name, or deal with the move23:32
xnoxslangasek: i'm off to find the correct branch....23:32
xnoxslangasek: hmm... did upstream rename it? did debian rename it? decisions... decisions... decisions...23:33
=== cpg is now known as cpg|away
=== dendro-afk is now known as dendrobates

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