[00:19] there seems to be a problem with an update of the package "upstart" (you're probably already aware, but just in case) [00:20] seems to be due to a dependency problem; the version of libc6 required doesn't match the one available on maverick [00:27] Gah was about to reply, and then he logged off... [00:32] I hate when people do that :-/ [00:41] cjwatson, I just found breakage from the dropping of the no 'p' partition separator patch.. the installer is still not using the 'p'. any idea where that code would be? [00:42] psusi: depends which bit of the installer. most of it should just come from parted. it would be easier to diagnose given a bug with syslog and partman [00:42] psusi: (we're in incompatible timezones, debugging by IRC probably won't be hugely useful - about to go to bed) [00:43] hrm... k... I'll take a look at partman and I'm pretty sure we dropped the patch from parted too, but I'll check [00:43] we dropped the parted patch, yes [00:44] there are various bits and pieces where it could be - it would be easier to debug from a log than to try to enumerate them all, I suspect :) [00:45] k... I'll take a look at the logs and file a bug [01:56] I had a dog and his name was bingo [02:01] cjwatson: just got that keyboard question x4 again on upgrade [02:04] sladen: bug with logs please, can't debug it by irc [02:04] I'll see a bug if you file it [02:04] don't suppose you happened to be running with DEBCONF_DEBUG=developer [02:13] SpamapS: argh, how did upstart 0.6.6-4 get promoted from -proposed but eglibc 2.12.1-0ubuntu10.2 did not? now the archive is broken. [02:19] if somebody validates bug 504198 on maverick then it'll be easy to promote [02:19] Launchpad bug 504198 in eglibc (Ubuntu Maverick) "locale support broken on upgrade to latest eglibc" [Undecided,Fix committed] https://launchpad.net/bugs/504198 [02:19] (and yes, this shouldn't have happened) [02:35] cjwatson, found the problem and fixed it. Hopefully you can upload it in the morning in time for alpha 2: bug #711616 [02:35] Launchpad bug 711616 in parted (Ubuntu) "[PATCH] Fix dmraid install regression" [High,Triaged] https://launchpad.net/bugs/711616 === dendrobates is now known as dendro-afk [03:02] I am the Debian maintainer of the pastebinit package. I'm preparing a new upstream release. Some file were moved from /etc/ to /usr/ (see https://bugs.launchpad.net/ubuntu/+bug/621923). I compiled and test-installed the package locally, but unfortunately, the files in /etc are not removed. http://paste.debian.net/106271/ What do I need to do to achieve the removal of these files? [03:03] Ubuntu bug 621923 in pastebinit (Ubuntu) "configuration folder does not respect FHS" [Low,Fix committed] [03:05] Laibsch: Have you performed the requisite supplications in preinst/postinst? [03:05] nope [03:05] Can you tell me more? [03:05] or give an example package I can go by? [03:06] http://wiki.debian.org/DpkgConffileHandling [03:06] thanks [03:07] And, obviously, use the dpkg-maintscript-helper stuff. [03:08] My machines are lucid [03:08] dpkg seems to be too old on them [03:09] Correct, unless we patched that in :( === dendro-afk is now known as dendrobates [03:53] if i'm hacking on a source package and modify debian/control so as not to build a specific binary package, can i simply comment out all the lines in the binary-package.install file, or do i need to remove the .install file completely? [03:54] achiang: if the package is no longer listed in debian/control, i don't think you have to do anything to the .install file [03:56] You may have to do something to the rules file, if it explicitly references the package you've commented out. [03:58] broder: RAOF: both make sense, thank you. :) [03:58] RAOF: hm, indeed, there is a reference in the rules file to the udeb [03:59] I've read a bit about the conf file issue. I'm starting to wonder whether the pastebin definitions are config files or not. [04:00] pastebinit has one for per supported pastebin where information is stored how to send text to that pastebin [04:00] these files used to reside in /etc/pastebin.d/ but we're in the process of moving them to /usr/share/pastebin [04:00] are these config files or not? [04:00] If you've installed them under /etc/ then they've been considered dpkg conffiles, and you'll need to do the magic dance. [04:01] I understand that [04:01] But I'm starting to wonder if they are config files (and should stay where they are) or whether they are not config file [04:01] s [04:01] they somehow configure the program [04:02] It depends on how complex you want the program to be. [04:02] hm, what do you mean? [04:02] from the next release, the program will read from both /etc and /usr [04:02] It seems to me that a totally acceptable solution would be to ship the default providers in /usr/share/hello-I'm-a-provider, and allow the user to define new ones in /etc/pastebin.d [04:02] I'm starting to have doubts that this is really the right thing [04:02] OK [04:03] rich set of defaults + user overrideability is a great model [04:03] RAOF, what you describe is what will ship in the next release [04:03] RAOF: http://pastebin.ubuntu.com/561246/ -- what do those two lines mean? in the sense that the first line specifies -plibx11-6, but the second line seems to negate it? [04:03] RAOF: my confusion stems from the fact that i think the first line should call dh_makeshlibs on the libx11-6 package *and* make it depend on the udeb [04:03] broder: actually, the program reads from three locations /usr/, /etc and dotfile in $HOME [04:04] Laibsch1: even better in my book :) [04:04] broder: Oh, yes. Xserver configuration is much much nicer now that we can throw snippets into /usr/share/X11/xorg.conf.d, and have users put stuff in /etc/X11/xorg.conf.d to override. [04:04] OK, thanks. So, I will keep this [04:04] now need to figure out the magic dance in a way that is supported in lucid (my main system for all machines) and acceptable for experimental [04:04] achiang: The first says “run makeshlibs on the libx11-6 package”, the second says “run makeshlibs on everything *but* the libx11-6 package”. [04:05] * Laibsch1 goes back to read the wiki === Laibsch1 is now known as Laibsch [04:06] Laibsch: if you can test in a pbuilder or schroot and use dpkg-maintscript-helper, that's probably better [04:06] I still need to have lucid support [04:06] RAOF: i see. so if i'm no longer building the udeb, i can just remove the --add-udeb= arg from that line, but still need to keep both lines to run makeshlibs both on the package and *not* on the package? [04:06] or I will upload a package that I cannot use myself. Now where would the point be in that? ;-) [04:07] achiang: You could also just remove the first line and the “-Nlibx11-6” from the second line. [04:08] RAOF: duh. that makes much more sense. thank you [04:33] does anyone know if we use libgtk2.0-0-udeb in our installer? or is that just a graphical d-i thing? [04:33] achiang: to the best of my knowledge, it would be a d-i thing. ubiquity feeds code from udebs into some of its backend stuff, but the runtime environment is all "normal" packages [04:35] broder: ok, thank you. i am backporting maverick's libgtk2.0 to lucid, and there are versioned B-D on a bunch of libraries, but they *all* look related to udeb / installer-type things [05:23] kees: BTW, new upstart wouldn't install w/out eglibc === Laibsch1 is now known as Laibsch === skaet is now known as skaet_afk [07:41] good morning [08:03] Hi, getting errors while connecting remote MS SQL server from my Ubuntu 10.10...check http://pastie.org/1520778 [08:04] any help would be appreciated [08:04] sk-ruby: you might want to try #ubuntu-server or #ubuntu as this channel is for development [08:04] micahg: i know, which is why i was crying :( the archive is broken until eglibc gets promoted :( [08:05] kees: why is that broke? Isn't apt DTRT? [08:05] well, not broken. just that upstart is suddenly uninstallable [08:06] i am up too late :) [08:06] kees: me too :) [08:06] kees: I also forget most people don't use aptitude which does nice things like tell you not to break your system [08:07] well, apt and update-manager should do the same [08:07] micahg: thank you [08:07] kees: *ick* [08:07] mvo: sorry, that came out wrong (2AM here :)) [08:07] micahg: no offense taken, no worries ;) [08:09] mvo: are there any plans for "suggestions" in update-manager like aptitude? [08:09] Good morning [08:09] good morning pitti [08:10] micahg: suggestions for alternative solution? [08:10] pitti: I've looked for that checkrdepends tool and I cannot find it [08:11] mvo: like how to resolve conflicts if packages cannot be installed [08:11] micahg: ah, I thought it was in lp:ubuntu-archive-tools, but apparently it's only on cocoplum [08:11] micahg: not in the near future, while useful its not easy to find a good UI for this so that its useful for non-powerusers I think [08:12] pitti: ah, ok :), is there anything proprietary about it, maybe it could go in one of the tools branches? [08:12] micahg: http://people.canonical.com/~pitti/scripts/checkrdepends [08:12] micahg: but there are some plans to improve the apt resolver :) [08:12] mvo: yeah, I was just thinking about that as well [08:12] micahg: no, nothing proprietary, but it is currently written to require a local mirror [08:13] micahg: shouldn't be too hard to change it to use urllib.open() instead, though [08:13] pitti: ooh, sounds like a nice mini-python project for me to learn on [08:15] pitti: thanks [08:15] pitti: oh, should I file a metabug to resolve the gcc-4.3 rdepends? [08:17] if we want to get rid of it, sure [08:17] easier for tracking [08:19] pitti: ok, I'll do that then, thanks, BTW, would you be able to accept thunderbird-locales in maverick-proposed? [08:20] micahg: yes, I'll try to have another SRU run today [08:20] pitti: ok, thanks, I can try to ask for testing at the Xubuntu meeting on Thursday then [08:35] good morning === smb` is now known as smb [08:49] bryceh, RAOF: is bug 696957 fixed in natty already? [08:49] Launchpad bug 696957 in xserver-xorg-video-intel (Ubuntu Natty) "[SRU] Large non-antialiased text causes xserver to abort" [High,Triaged] https://launchpad.net/bugs/696957 [08:50] ah, description says so, nevermind; closing natty task [09:14] <\sh> is there a "non recommended way" to re-enable closed source nvidia drivers for natty, for the newest xorg, somehow... === tkamppeter_ is now known as tkamppeter === hunger_ is now known as hunger [09:55] achiang: only graphical d-i; currently, we build it but don't use it [09:56] achiang: (though I'd like to use it at some point) [09:56] we could revisit it for 11.10? the X stack should at least be ready for it [09:58] AFAIK the images work, but (a) they haven't had any significant branding effort (b) they're a fair bit bigger and this presents CD size issues :-/ [09:58] might put them on the DVD or something [10:01] right === _LibertyZero is now known as LibertyZero === dendrobates is now known as dendro-afk [12:53] cjwatson: thanks === MacSlow is now known as MacSlow|lunch === nxvl_ is now known as nxvl === MacSlow|lunch is now known as MacSlow === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [14:35] @pilot in === udevbot changed the topic of #ubuntu-devel to: Archive: Soft freeze for Alpha 2 | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: mterry [14:45] hi [14:46] how am i supposed to build packages from bzr that have a quilt patch queue? [14:46] debuild tells me: [14:47] ah, nm. [14:47] it was for the src package === herton is now known as herton_lunch === skaet_afk is now known as skaet === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === oubiwann is now known as oubiwann_ === csurbhi2 is now known as surbhi === dendrobates is now known as dendro-afk === zyga is now known as zyga-food [15:51] cjwatson: any chance you can sponsor this: https://code.launchpad.net/~barry/ubuntu/natty/libvigraimpex/bug-711468/+merge/48237 [15:51] barry: I can, it needs to be after alpha-2 though I think [15:52] cjwatson: ah, right, thanks [15:52] it's the last main package w/python depends that fails to install afaict === Quintasan_ is now known as Quintasan [15:54] barry: I think I actually demoted it :) [15:54] python-vigra | 1.7.0+dfsg-7ubuntu4 | natty/universe | amd64, armel, i386, powerpc [15:55] it wasn't actually directly needed - it was pulled in by an arcane quirk of germinate [15:56] cjwatson: even better! :) it'll still be good to fix (and a rebuild alone should do it), but less critical [15:56] right, I'll leave this in my browser until Thu/Fri and merge it then [15:57] thanks! === herton_lunch is now known as herton === beuno is now known as beuno-lunch [16:13] mvo: ping [16:15] JontheEchidna: in a meeting, but otherwise hello :) [16:15] mvo: oh, ok. :) I was just wondering if there was currently a way to use the Icon: field of packages in extras.ubuntu.com [16:15] to actually get the icon === dendro-afk is now known as dendrobates [16:16] the thumbnail-url and screenshot-url fields seem pretty straightforward [16:17] JontheEchidna: there is support for icon-url [16:17] JontheEchidna: then it will fetch it dynamically, that should even be documented somewere, tremolux, do you have a link? [16:20] otherwise it was pretty easy to add support for extras.ubuntu.com apps: http://i.imgur.com/VNQO1.png [16:20] JontheEchidna, mvo: hiya, info here: https://wiki.ubuntu.com/PostReleaseApps/Metadata [16:21] yeah, I saw that page, but looking at the suspendend-sentence package the Icon: field doesn't give a url [16:21] skaet: for natty alpha 2 release notes, you may want to mention that all main packages should now be built for and installable with python 2.7 (at least afaik). please request bug reports for any incompatibilities folks find [16:22] barry, okie, adding now. [16:22] thanks! [16:22] skaet: i've looked at build failures and installation failures, but there's no way to know if a package is actually run-time compatible unless people actually use them [16:22] skaet: thanks. please ask folks to add the 'python27' tag to any bug reports [16:24] barry, will do. [16:25] mvo, JontheEchidna: If that's about suspended-sentence, I saw that we have a typo in the icon name field (after uploading the package obviously ...) so that might be why it's not showing up === zyga-food is now known as zyga [16:26] suspended-stentence? I saw that too. I'm just wondering where my app should grab the icon from [16:30] JontheEchidna: so, in the current scheme, the icons are published by LP to the following directory: http://extras.ubuntu.com/meta/ [16:30] ok, that's exactly what I needed. Thanks :) [16:31] JontheEchidna: you're welcome! yeah, it's pretty well-hidden (tho not on purpose) :) [16:35] JontheEchidna: I just added that info to the wiki page :) [16:35] thanks :) [16:47] thanks tremolux! [16:47] mvo: sure thing :) === JanC_ is now known as JanC [17:03] <\sh> micahg: ZF 1.11.3 is coming === dendrobates is now known as dendro-afk === beuno-lunch is now known as beuno === dendro-afk is now known as dendrobates [17:56] \sh: thanks === deryck is now known as deryck[lunch] [18:06] @pilot in === udevbot changed the topic of #ubuntu-devel to: Archive: Soft freeze for Alpha 2 | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: barry, mterry [18:06] kees: regarding bug 710582, can you elaborate on why its bad use of assert macros? [18:06] Launchpad bug 710582 in ubiquity (Ubuntu Natty) "webkit does not implement "assert" sanely (ubiquity crashes after step 'Who are you', yelp segfaults)" [Critical,Confirmed] https://launchpad.net/bugs/710582 [18:07] <\sh> micahg: zf 1.11.3 just reached natty...your turn ;) [18:07] ev: assert() is fine. webkit's insane way to die isn't helpful for debugging. if it actually used "assert" the reason would be capture, the backtrace would be sensible, etc. [18:07] *captured [18:08] kees: ah, that's what I thought, just wanted to clarify [18:08] * kees nods [18:08] it's not security-bad, it's just terribly ugly and unhelpful. :) [18:08] also, libraries should avoid assert() at all costs [18:08] indeed === dendrobates is now known as dendro-afk [18:10] mtaylor: hi. are you still piloting today too? can you tell me what you're looking at so we don't step on each other's toes? === sforshee is now known as sforshee-lunch [18:14] mterry: ^^ [18:15] barry, I was about to pilot off [18:15] in fact... [18:15] @pilot off [18:15] (pilot (in|out)) -- Set yourself an in or out of patch pilot. [18:15] @pilot out === udevbot changed the topic of #ubuntu-devel to: Archive: Soft freeze for Alpha 2 | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: barry [18:15] mterry: cool, np. i'll take over from here [18:43] cjwatson: hints on what I can do about bug #712029 are appreciated, not urgend, I will read scrollback (hints how to get grub going and what might cause the issue, I suspect its the subvolume @ that causes the issue) [18:43] Launchpad bug 712029 in ubiquity (Ubuntu) "ubiquity btrfs install fails to boot (grub rescue> prompt)" [Undecided,New] https://launchpad.net/bugs/712029 === ivanka is now known as ivanka-train === deryck[lunch] is now known as deryck === sforshee-lunch is now known as sforshee === bjf is now known as bjf[afk] === Kmos is now known as Guest252 === bjf[afk] is now known as bjf [21:09] is currently filled a bug against nvidia -> latest xserver ? === zyga is now known as zyga-nc10 [21:43] ari-tczew: Its known that the current AMD and NVIDIA drivers in the archive do not work with the new X server. It requires NVIDIA/AMD to release new drivers. [21:45] TheMuso: OK, thanks for info. [21:45] ari-tczew: you have a broken X or a bad resolution that you can't change? [21:47] RoAkSoAx: I can't boot natty on 2.6.38 kernel, so I removed it and now I'm running 2.6.37-12 kernel on default driver. I can change resolution and now it's native for my monitor 1440x900. [21:48] ari-tczew: I couldn't boot either with latest kernel and nvidia drivers. So I dropped to root prompt (recovery mode), installed xserver-xorg, which deleted the nvidia driver, and it booted. but the resolution was not right. Had to do sopme tricks to get it fixed [21:49] RoAkSoAx: What's your [21:49] uname -r right now? [21:49] ari-tczew: 2.6.38-1-generic [21:49] RoAkSoAx: Use 2.6.37-12 [21:50] You can change then resolution and even dualview. [21:50] ari-tczew: with nvidia drivers? [21:50] note: without nvidia, default driver (vesa?) [21:51] ari-tczew: oh ok!! nah I'm fine with 2.6.38 now! fixed the resolution problem already I just have an ISO with HDMI... but since it is nvidia.. it was expected [21:51] RoAkSoAx: Do you know how can I check which driver is natty running ATM? [21:51] ari-tczew: check /var/log/Xorg.0.log [21:54] kklimonda: Thanks. If I'm correct, it says nv with NOVEAU. Odd. [22:39] barry: around? [22:54] ari-tczew: i am [23:00] barry: could you look on bug 712136 [23:00] Launchpad bug 712136 in pymca (Ubuntu) "Please merge pymca 4.4.1p1-1 (universe) from debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/712136 [23:01] ari-tczew: sure === dendro-afk is now known as dendrobates [23:09] any idea if the new queue for debian is being processed at this time? [23:12] kklimonda: do you mean syncs from debian? not for natty right now since we're frozen for alpha2, but iirc, even after that it's by request only for the rest of the cycle [23:13] I guess kklimonda is thinking about flow of packages in Debian, not natty. [23:13] * micahg is guessing he means this: http://ftp-master.debian.org/new/ [23:13] barry: no, I'm talking about the NEW queue for debian - I'm interested in few packages that are still in their NEW queue and I can see they haven't yet been processed by ftp masters. [23:14] ah [23:14] DktrKranz: ^^^ [23:14] so I'm wondering if the reason for that is the close proximity to the squeeze release, or are they always being slow :) [23:14] kklimonda: before it was said the NEW processing would be slower during the freeze [23:17] I would expect ftpmasters to have better things to do right now [23:17] micahg: any idea if I can download packages from the new queue? [23:17] but it's not long until the release [23:18] packages in NEW haven't been vetted for redistributability, so I believe Debian would consider it a legal problem to allow you to download things from it [23:18] barry: any ideas for my question? [23:19] [23:19] ERC> ari-tczew: do you mean "timeout: 255 seconds [23:19] ERC> ari-tczew: do you mean " [23:19] * barry curses cut-n-paste [23:19] ari-tczew: do you mean "Please get in touch with someone expierence with python to add support for python 2.7." ? [23:19] barry: nope, support for python 2.7 in bug 712136 [23:19] Launchpad bug 712136 in pymca (Ubuntu) "Please merge pymca 4.4.1p1-1 (universe) from debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/712136 [23:19] yes [23:20] ari-tczew: yep, i'm looking at that right now === sconklin is now known as sconklin-gone [23:26] barry: are we dropping python 2.6 or keeping it until the next LTS (or no decision yet)? [23:26] micahg: no decision yet. i did post a message on ubuntu-devel looking for feedback and got radio silence ;) [23:27] barry: I remember the Launchpad people were big advocates of keeping it around until the LTS [23:27] they are :) [23:27] by until do you mean removing 2.6 in the next LTS, or after LTS? [23:27] micahg: if you have any thoughts, a follow up on the mlist would be great [23:28] * kklimonda has some thoughts actually.. [23:28] lets see if I can dig the message out of archive :) [23:28] barry: unfortunately, I know very little about the python stack, so all I have to contribute is hearsay [23:30] bah, can't find the email when I need it ;) [23:31] barry: do you remember the subject of the email about whether to keep python 2.6 or not for the next lts? [23:32] barry: I don't see it, was it moderated? [23:33] I do remember reading it [23:33] but I can't find it now :) [23:36] kklimonda: yeah, i can't either! maybe it didn't make it to the list [23:38] the subject is "Analysis of packages and their Python support" [23:39] didn't see it [23:39] dated 2011-01-24 [23:40] i don't see it on gmane either. i guess that explains why i haven't gotten any responses :( [23:41] how very odd. i'm going afk for dinner but i guess i'll resend when i get back [23:41] hmm.. nothing, but I do remember this topic being brought somewhere and that LP people were advocating keeping python 2.6 around.. maybe it was discussed here? [23:41] kklimonda: could have been [23:42] kklimonda: probably was discussed at UDS as well [23:42] *nods* also possible