[00:01] okay, ubuntu2 uploaded, and I've added a note to the bug. [00:04] kees: thanks for uploading === bjf is now known as bjf[afk] [00:16] I'm so happy I caught that sudo bug being mentioned in here :P [00:37] kirkland, did you figure out your status.net thing? [00:37] I think it's robbiew, btw [00:41] crimsun: pulseaudio works across resumes on Ubuntu, yes [00:50] someone please explain pinning to me :-) [00:50] i'm writing this software that assembles debs from a bunch of archives [00:50] (it fetches them using python-apt) [00:50] i want it to very much prefer one archive, even if another archive has a later version [00:51] i have a feeling this involves editing /etc/apt/preferences (in the kinda fake chroot the code uses) [00:52] I believe ‘apt pinning’ is the search term you're after; I need to look it up every time I try to touch it, so I'm not going to say anything more than that :) [00:52] yeah [00:52] it's what goes on the Pin: line that's a bit confusing to me [00:53] !pinning [00:53] pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [00:53] Thats all I know about it too ;) [00:53] mwhudson: it's what to pin, so like: Pin: release a=$RELEASE [00:53] where $RELEASE is natty, maverick, etc [00:54] ah hah, the end of http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html seems to be what i want [00:54] $RELESE comes from where? a Release file in the archive? [00:54] it's just a name, so Pin: release a=natty [00:54] I've only ever using pinning for this crazy script: http://bazaar.launchpad.net/~ubuntu-security/ubuntu-security-tools/trunk/annotate/head%3A/utilities/downgrade-all [00:55] that'll remove everything not in the primary archives. [00:57] hm, looks like i'll need to make a Release file then [00:57] (the archive i want to prefer is created from scratch) [00:57] mwhudson: I think you can put other thing on the Pin line, I've just never used any others [00:57] kees: they all seem to come from the Release file [00:58] in that case, see this tool http://bazaar.launchpad.net/~ubuntu-security/ubuntu-security-tools/trunk/annotate/head%3A/repo-tools/update_repo [00:58] For what it's worth, there is an apt_preferences(5), but I've never found it to be that useful [00:58] apt-cache policy is also useful for seeing how your pinning rules interact [00:58] well, according to this documentation from 2005 === akshatj|bed is now known as akshatj [01:03] hmm [01:03] about ubuntu on my maverick system seems to think i'm running natty.... [01:06] oh https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/690248 [01:06] Ubuntu bug 690248 in ubuntu-docs (Ubuntu) "In Maverick 'About Ubuntu' displays Natty info" [Undecided,Confirmed] [01:10] hah, whoops === zyga is now known as zyga-gone === jjohansen is now known as jj-afk [01:55] how do i get apport to unignore crashes? [01:57] export CRASHALLTHETIME=True [01:59] ScottK: er where? [01:59] hyperair: Sorry. Bad joke. [01:59] oh [01:59] haha [02:00] i'm beginning to really hate glib's memory management [02:00] hyperair: How about "sudo service apport start force_start=1" [02:00] ScottK: no, that's different. [02:00] ScottK: i clicked that checkbox "ignore future crashes for this version" [02:00] it's not like i completely disabled apport [02:01] hyperair: OK. Is it in /etc/apport/blacklist.d/apport? [02:02] Or that vicinity ... [02:02] ScottK: nah, it's not there =\ [02:02] i'm trying to debug this dbusmenu crasher i just created by mistake [02:02] did you know glib's memory management sucks? [02:02] really really hard? [02:03] i'm actually amazed at how little people are complaining about dbusmenu and indicator memory leaks [02:03] because if dbusmenu is leaking, pretty much every indicator-using application is leaking [02:06] Much of the target audience for Ubuntu desktop is used to the idea that having to reboot to fix a computer is normal. [02:08] heh [02:08] i mean even among devels. [02:09] Dunno. You're using a different dbusmenu implementation than I am. [02:13] ScottK: KDE uses a different one? [02:43] Sure. It's a standard part of KDE. [02:55] hyperair: My guess for that would be /var/lib/apport or the like, but I don't actually know [03:02] ebroder: hmm it's not there either [03:06] hyperair: How about ~/.config/apport? [03:20] ebroder: doesn't exist [03:20] Ok, I give up [03:21] haha [03:21] nevermind, i've figured out where it was crashing [03:21] * hyperair forgot to g_value_init before g_value_copy === pgraner-afk is now known as pgraner [03:57] lool: thanks, will see about pushing it into git. === yofel_ is now known as yofel === freeflyi1g is now known as freeflying [06:55] good morning! [07:08] what's the magic runes in grub so I can boot natty with nvidia drivers? is that gfxpayloadsomethinsomething? :) [07:09] dholbach: edit /etc/default/grub, uncomment the GRUB_GFXPAYLOAD_LINUX line and set it to text [07:09] aha! thanks a lot ebroder [07:09] Then run update-grub [07:09] sweet [07:09] I'll try that [07:11] ebroder, I don't have that line - I guess I just add it and set to text, right? [07:12] dholbach: Yeah [07:12] alright, let's see what happens :) [07:13] * dholbach hugs ebroder [07:13] thanks [07:13] No problem === almaisan-away is now known as al-maisan [08:08] dholbach: you've filed a kernel bug, right? [08:08] https://lists.ubuntu.com/archives/ubuntu-devel/2010-December/032244.html [08:09] cjwatson, will do when I get back to the machine [08:11] cjwatson: For what it's worth it's starting to sound like nvidia-current can't handle this across the board [08:12] cjwatson: Oh wait, I take that back. I had heard of it working in one case [08:14] ebroder: I've definitely had at least one positive report from a user of nvidia-current [08:15] and of course I guess it differs between nouveau and nvidia so we'll need to figure out how to handle that [08:16] cjwatson: Yeah, I've been trying to come up with something for that that doesn't involve putting the blacklists in the nvidia-* and fglrx packages [08:16] And for what it's worth, I haven't forgotten that I owe you a C module [08:18] heh [08:18] ebroder: we could have a .d directory for the blacklists [08:19] cjwatson: Sure, it would be a lot nicer if the blacklist files were all kept in one package separate from either grub or the driver packages [08:21] ebroder: I dunno, I was thinking about that and wondering if it was overengineering to keep it separate from grub2 [08:22] it would mean we'll have to have breaks each way when the format changes, etc. ... [08:22] but it does mean we don't have to change the bootloader to change the blacklist. meh [08:23] cjwatson: Yeah, but I suspect we're going to want to rev this increasingly frequently as we get closer to release [08:24] there is one tricky bit though [08:24] it's in $prefix, which means it really ought to be dealt with by grub-install [08:24] that means (say) grub-gfxblacklist would have to deal with running grub-install on upgrade [08:24] that's a REALLY hairy bit of code [08:25] see grub-pc.postinst for the horror [08:25] I'd kind of prefer to keep the invariant that only grub-$platform runs grub-install [08:25] That thought had crossed my mind. Unless I'm forgetting what I wrote, I intentionally didn't name the file foo.lst to avoid the grub-install wiping it out, so we can have update-grub drop it into place [08:25] you named it gfxblacklist.lst, actually :) [08:25] Ah, curses [08:26] grub-install doesn't remove foreign .lst files though [08:26] I'm pretty sure it has a rm $prefix/*.{lst,mod,a few others} [08:26] I don't see that [08:26] oh, wait, you're right [08:27] It's a bit obtuse. But it's focused enough that we can name our files around it [08:27] however: we could have grub-gfxblacklist install it in /usr/lib/grub/i386-pc/ so that grub-install will copy it, and additionally refresh it at update-grub time [08:27] that seems reasonable if slightly twisty to me [08:28] refresh it> as in refresh the one in $prefix? [08:28] or actually not even update-grub, just refresh it in grub-gfxblacklist.postinst [08:28] yeah [08:28] Yeah, that doesn't seem too horrid [08:28] saves having to write a grub.d hook with no output or whatever === smb` is now known as smb [08:44] smoser, you're still listed in the topic as patch pilot :) [08:44] (I guess you need to change nick to smoser` and "@pilot out" again) [08:44] dholbach, hey [08:45] hey seb128 - good work yesterday! [08:45] dholbach, thanks! [08:45] down to 30! [08:45] ;-) [08:45] we're getting there :) [08:45] in fact less [08:45] we should filter out the incomplete [08:46] or the merge requests that are "need fixing" [08:46] half of the list are things that need work [08:46] hmhmhm [08:46] see the status column [08:46] One problem I've noticed is that UDD branches are by default reviewed by ~ubuntu-branches, so nobody can get them out of the queue [08:46] (Needs fixing) [08:46] (Needs fixing) [08:46] etc [08:47] ebroder, right [08:47] Some people set them to ~ubuntu-sponsors or ~ubuntu-dev, which is great, but most don't [08:48] ebroder, that's no problem - the script that generates http://reqorts.qa.ubuntu.com/reports/sponsoring/ takes care of that [08:49] there is also some "Disapprove" in the list [08:49] seb128, aha! [08:49] dholbach: Look at http://bit.ly/fFlmak for instance. I wanted to reject that and take it out of the queue, but I couldn't [08:49] the logilab one for example [08:49] seb128, we should set the status of the merge proposal to "work in progress" then [08:49] dholbach, why? [08:49] the correct status is "Needs work" [08:49] because work is required? [08:49] work in progress would suggest someone is doing the work [08:49] seb128, not comment status, but merge proposal status [08:49] right [08:50] right now I only check for "Needs Review" because LP can give me that easily [08:50] but I take "Work in progress" as "is being worked" [08:50] well [08:50] there's only "WIP", "merged", "needs review" [08:50] dholbach: What about removing a MP from the sponsor queue if there's a negative review from someone on ~ubuntu-dev? (Assuming you can look at just comments starting from the last time the MP was resubmitted) [08:50] dholbach, no there is not [08:51] there is "Needs Work" [08:51] but the status is not available for some reason [08:51] seb128, I'm talking about the status right at the start of the page [08:51] seb128: It's at the very top of the page [08:51] that's what I call "merge proposal status" [08:51] persia, What is the default browser for Ubuntu on ARM? [08:52] dholbach, right sorry, I'm being confused [08:52] ebroder, the problem is that subsequent reviews (maybe in a resubmitted proposal) might approve it again - it's a bit tricky [08:52] that's "rejected" which is missing [08:52] on https://code.launchpad.net/~dobey/ubuntu/natty/logilab-common/namespace-packages/+merge/43841 for example [08:53] dholbach, I'm fine using wip to filter things out if you want [08:53] we should just make clear it's the way to do it [08:53] dholbach: It might be useful to send mail to u-d or something so that people know that in general [08:54] @pilot in === udevbot changed the topic of #ubuntu-devel to: Archive: Open | 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: apw, smoser` [08:54] if you think there's a better way (like find a way to parse if one of the last comments disapproves/needs-fixing, etc.), you could file a bug on https://launchpad.net/ubuntu-sponsoring/+filebug [08:55] or if we think that "Needs information" in terms of sponsoring bugs should be filtered out too, we can discuss that in the bug [08:55] (if that's intuitive enough) [08:55] No, I agree - I can't come up with a scheme that doesn't break down with multiple valid reviews [08:56] dholbach, what about filtering out "Incomplete"? [08:56] does that requires discussion? [08:56] seb128: Uh, I think the queue might need better detection of what the relevant bugtask is before we start doing that [08:57] ugh, yeah, ebroder's right [08:57] (It frequently picks the wrong one right now) [08:57] we should stop using bugs with patches altogether :) [08:57] ok, so we should unsubscribe the sponsor and ask to subscribe them again when the issue are adressed? [08:57] but if it's just one ubuntu task it should be easy [08:58] I'll file a bug about that one [08:58] seb128: Yes, for bugs definitely unsub sponsors if you ask them to fix something, and tell them to resub when they're done [08:58] dholbach: LP doesn't always get the right bug component for linked branches, either :-P [08:58] and for the merge proposals we could do something like define a bunch of bad_statuses (disapprove, needs work, needs info, etc.) and see if those are the last comments that were added [08:59] ebroder, then we can drop the code for bugs and just do merge proposals ;-) [08:59] dholbach: Check out the bugtask LP chose for https://code.launchpad.net/~broder/ubuntu/lucid/update-inetd/fix-601732/+merge/40737, though [08:59] one other issues is that some merge proposed are not listed [09:00] but I'm not sure how to fix that [09:00] seb128, which one? [09:00] like desktop ones [09:00] because we don'tuse lp:ubuntu [09:00] but a team vcs [09:00] so the mp are for the ubuntu archive [09:00] but it's not trivial to make the difference between those and a random vcs merge proposal [09:00] I guess that's what we get for using a team vcs :p [09:01] yeah, shame on you [09:01] bug 690998 [09:01] Launchpad bug 690998 in ubuntu-sponsoring "if bug has one Ubuntu task and its status is "Incomplete", filter out" [Undecided,New] https://launchpad.net/bugs/690998 [09:02] we would need a way to say "if the merge proposal is against the official vcs" [09:03] bug 691000 [09:03] Launchpad bug 691000 in ubuntu-sponsoring "if last comment on merge proposal is a review statement, filter out" [Undecided,New] https://launchpad.net/bugs/691000 [09:03] that's at least bug reports - I can't promise I'll get to it soon :) [09:03] dholbach: Looks good. Thanks [09:04] davidm, you still working? [09:04] davidm, or just not signed out? [09:09] dholbach, so set the status to wip would filter things out already? [09:09] or is that something that need to be added to the code? [09:09] seb128, no, it should do the trick [09:11] dholbach, thanks [09:12] seb128, de rien mon ami [09:29] I want to overtake a package from Debian without any Ubuntu changes, how do I do a new package introduction and sync at the same time? It is http://packages.debian.org/source/sid/pyppd. [09:31] tkamppeter, new sources are regularly synced from debian [09:34] seb128, how long will that take? Some weeks ago the pyppd package was added to Debian unstable and now I need it to be able to build foomatic-db in sync with Debian. [09:46] pitti, hi [09:46] tkamppeter, he's on holidays until end of year [09:47] tkamppeter, not sure about syncs, cjwatson used to do those almost daily [09:47] kees: thanks for taking care of the sudo issue [09:47] seb128, thanks. [09:47] cjwatson, hi [09:47] tkamppeter, you can open a sync request bug if you are blocked on it === diwic is now known as diwic_afk [09:49] tkamppeter, I can sync that one for you now [09:49] would someone sponsor this merge: LP #691009 ? [09:49] Launchpad bug 691009 in texlive-extra (Ubuntu) "Candidate revision texlive-extra 2009-10ubuntu1" [Undecided,Confirmed] https://launchpad.net/bugs/691009 [09:50] AnAnt, you can try pinging the current patch pilot, see topic [09:50] apw: ping ^ [09:50] smoser: ping ^ [09:51] seb128: thanks [09:51] you're welcome [09:51] AnAnt, hiya [09:52] apw: would you sponsor this merge: LP #691009 ? [09:52] Launchpad bug 691009 in texlive-extra (Ubuntu) "Candidate revision texlive-extra 2009-10ubuntu1" [Undecided,Confirmed] https://launchpad.net/bugs/691009 [09:52] AnAnt, i will look it over in a sec ... thanks for the pointer [09:52] apw: thanks [09:56] be back in few mins [10:03] seb128, would be great if you could sync pyppd for me. I do not find any instructions for importing from Debian or for sync requests in the Wiki. [10:04] tkamppeter, https://wiki.ubuntu.com/SyncRequestProcess [10:22] back [10:33] seb128, thanks for the link. When the package is not yet in Ubuntu, to which package assign the sync request? Or can you simply sync pyppd for me? [10:33] tkamppeter, in those case assign to no package [10:34] I can but I would like to check with cjwatson if he's going to do a new-source run before [10:34] seb128, OK, thanks. [10:54] BlackZ: Just saw your mail, so this means that we should avoid upgrading to *ubuntu1 of sudo? [10:58] cdbs: there's another version with the workaround, so yeah. But I think you will upgrade to the version with the workaround instead as it's in the archive now [11:05] BlackZ: ehm, how should I apply the workaround as I can't open the file with root rights? ¬_¬ [11:08] sebner: you might try with a live CD? [11:08] BlackZ: well, I guessed so far. No easier solution? [11:09] sebner: try passing single to grub [11:09] DrKranz: \o/ [11:09] don't know whether it works or not, though [11:10] sebner: if everything fails, format C:\^W^Wreinstall :) [11:10] DrKranz: pfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff :P [11:12] sebner: or with rescue mode or something like that (if you have that available) [11:12] * sebner reboots and sees if the magic happens [11:17] * sebner hugs DrKranz [11:17] worked? [11:19] DrKranz: yeah [11:19] nice [11:20] maybe adding that as a workaround could help === BlackZ_ is now known as BlackZ [11:56] tkamppeter: I'll sort it out [11:56] sebner: ^- [11:56] oops [11:56] seb128: ^- [11:57] np [11:58] tkamppeter: if by "some weeks ago" you mean "ten days", I suppose ... [11:58] but yeah, I seem to have been slacking there ... [11:58] cjwatson, thanks [12:02] seb128: i choose to merge into natty [12:02] seb128: but source branch already updated [12:02] cjwatson: could you approve my e-mail sent to ubuntu-devel-announce@l.u.c ? [12:03] seb128: i use bzr merge-package but last commit from lp:ubuntu/checkbox doesn't appear [12:04] BlackZ: done. Does user-setup need to change to put that bit somewhere else in future? [12:11] cjwatson: thanks. I did some tests and I noted that. Is there a separate part for that on ubiquity? [12:11] no. [12:19] cjwatson: ok, then I'd say yes; AFAIK that's done by user-setup-apply [12:20] BlackZ: please file a bug / add a bug task [12:20] I can take care of the details, I just need to know where the configuration should go [12:21] and I want a record of it in a bug so that I have it later [12:22] cjwatson: I will add a bug task ASAP [12:22] cjwatson: should I subscribe you to the bug report? [12:39] @pilot out === udevbot changed the topic of #ubuntu-devel to: Archive: Open | 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: smoser` [12:55] BlackZ: no need [12:55] thanks === fddfoo is now known as fdd [13:08] tkamppeter: sorted now, binaries will be available after the next full publisher run (so a bit over 1.5 hours) === diwic_afk is now known as diwic [13:31] Does anyone know if pitti is expected to be around today? [13:36] ScottK, he's away until the end of the year [13:36] he might still read emails though he said to drop him an email if required [13:36] seb128: Thanks. Do you know who's taking his place on SRU approvals? [13:37] I don't think there is anything formal [13:37] he did SRUs yesterday and he's not the only one in the team [13:37] you can probably ping someone from ~ubuntu-sru if required [13:37] Thanks. I will. [13:38] jdong or slangasek or cjwatson [13:41] cjwatson: I've just filed Bug #691068 in preparation for exercising the point microversion update exception for KDE for the first time. I'm going to be reviewing and uploading them starting shortly. I was wondering if I could have permission to also do the accept once they are all uploaded. KDE packages have a sequence they build in and I'd like to dribble them in in such a way as they don't flood the buildds. [13:41] Launchpad bug 691068 in oxygen-icons (Ubuntu Lucid) "SRU tracking bug for KDE 4.4.5/8 update in Lucid" [Undecided,New] https://launchpad.net/bugs/691068 === njpatel is now known as njpatel_ [13:41] cjwatson, thank you very much. [13:43] ScottK: hm, I never accept my own uploads as a matter of policy - do they not have suitable build-depends? [13:43] if you give me the sequence I would be happy to follow it [13:44] cjwatson: They do, but due to soyuz funkyness uploading all at once results in a lot of FTBFS that have to be retried. [13:44] OK. [13:44] wow, that's crazy [13:44] OK then ... [13:45] For lucid we can probably upload them in reverse order and not accept kde4libs until everything is depwait. Then it should ~work. [13:45] well, I'll be around for maybe seven hours yet [13:45] Unfortunately the wiki doesn't version attachements. The current order for Natty is https://wiki.kubuntu.org/Kubuntu/Ninjas/DependencyGraph. [13:45] OK. [13:46] (except that I need to go and resupply on rewritable DVDs) [13:46] With the exception of meta-kde not being relevant for Lucid that should be approximately correct for Lucid. [13:47] * cjwatson fails to understand the positioning of meta-kde in that graph [13:48] (also it's kde4libs rather than kdelibs, right?) [13:48] Yes. [13:49] That hasn't changed, we just tend to know that one (the bzr packaging branches are under kdelibs) [14:13] cjwatson: I've started uploading, so you can start accepting. As long as we don't get kde4libs in before everything hits depwait, order isn't terribly significant (we lost this feature later when we improved the packaging and I'd forgotten about it) [14:17] ScottK: so I do the lot but kde4libs *last*? seems counter-intuitive, but OK ... [14:18] cjwatson: There's an oddity of soyuz that it will fail a build if a build-dep is uninstallable (or something close to that), but if it isn't present in sufficent version will depwait. Once it's in depwait, if the build-dep is uninstallable it just goes back to depwait. [14:19] ah, gotcha [14:21] * cjwatson accepts kdeplasma-addons to see how that goes [14:22] tseliot: would something like http://paste.ubuntu.com/544440/ be OK for you? [14:22] as a rough structure for a way to blacklist things from gfxpayload=keep based on whether they have the proprietary drivers installed [14:22] cyphermox: sorry for yesterday...do you still need my gconf file? [14:25] mdeslaur, well, mostly just to know which one, but if you can tell me what it looked like when it failed it would help me test failure and resolution [14:26] cyphermox: I'll email it to you, hold on a sec [14:26] * tseliot has a look at the patch [14:26] mdeslaur, however, I do have the updated evolution-data-server ready in my PPA now, just want to test that your migration issue is really fixed... for the calendar stuff it is, I checked :) [14:27] cyphermox: well, I can't migrate a second time :( [14:29] nah, that's fine, I'll try to reproduce the issue and force migration again [14:29] I may still have a pre-migration backup [14:29] cyphermox: I don't know what old version of evo added the URI to gconf...it may have been older than maverick [14:29] ok [14:30] cjwatson: it looks fine to me. I've noticed that you put a "v" at the beginning of the pci id (v10ded0298.*). Maybe I should have a look at your update-grub-gfxpayload script to see how it parses expressions in the blacklist file [14:31] cyphermox: have you managed to reproduce not being able to mark the junk folder as read? [14:31] mdeslaur, can you remind me the bug number? I don't recall that one === zyga is now known as zyga-food [14:33] tseliot: it's vVENDORdDEVICEsvSUBVENDORsdSUBDEVICEbcBASECLASSscSUBCLASS [14:33] with regex-matching [14:33] ebroder did that bit [14:33] cyphermox: bug 690036 [14:33] Launchpad bug 690036 in evolution (Ubuntu) "[natty] Cannot mark Junk folders as read anymore" [Low,Triaged] https://launchpad.net/bugs/690036 [14:35] cjwatson: ok, I can definitely include your patch in my git branch and do the same for other drivers (nvidia-96, nvidia-173 and fglrx). Thanks [14:36] tseliot: http://paste.ubuntu.com/544450/ is the core grub-gfxpayload-lists package [14:36] tseliot: let's only blacklist cards when we know it's necessary though [14:37] cjwatson: it's good to see that it's documented in the code :) [14:37] do you think this structure will meet our needs? [14:38] mdeslaur, right now, I'm not successfully marking any folder as read [14:38] cjwatson: yes, of course but still it's good to know that, as our last resort, we can use a regex to blacklist all of the cards from the same vendor [14:38] tseliot: oh, I missed a bit, you need to run update-grub-gfxpayload (if it exists) on removal as well [14:38] prerm probably [14:38] cyphermox: oh! my other folders work [14:38] are we right in the basic assumption that problems are often hardware-specific? [14:38] it's very hard to say what the scope of the bugs are === njpatel_ is now known as njpatel [14:39] cjwatson: right, whenever I update the initramfs would be fine. Maybe I should do it in Jockey too (in case the package is already installed but disabled) [14:39] mdeslaur, wait, it works, but evo is not playing nice. [14:39] tseliot: mm, in that case you'll need to move the blacklist file around ... [14:39] update-grub-gfxpayload currently just picks up anything in /usr/share/grub-gfxpayload-lists/blacklist/ [14:39] do I need to be more selective there or something? [14:40] cjwatson: I can make it a slave link to an already existing alternative, as I already do with the module blacklist [14:41] kenvandine: howdy; right clicks and menus are invisible for me in natty/unity ... ideas? [14:41] kenvandine: been that way for ~2 days now [14:41] kenvandine: works okay in gnome [14:42] seb128, ^^ [14:42] i saw you guys talked about that, but i didn't follow it closely :) [14:42] kirkland, there was several discussions about that since yesterday [14:42] kirkland, do you know when it started exactly and what you upgraded before? [14:42] we are trying to get a clue what happens [14:42] neither unity or compiz changed recently [14:43] seb128: i think it started yesterday morning very early [14:43] seb128: i was without menus all day yesterday for sure [14:43] can you check what was in your upgrade run before the issue started? [14:43] cjwatson, I filed bug 691102 [14:43] Launchpad bug 691102 in linux (Ubuntu) "[kernel-key-gfxpayload] Boot leaves me with no means to login, etc.: black screen" [Undecided,New] https://launchpad.net/bugs/691102 [14:43] like copy your dpkg.log online? [14:43] seb128: might have started yesterday morning, or possibly late the night before [14:45] dholbach: thanks [14:46] seb128: okay: pbget http://pastebin.com/chazt1e6 > /tmp/dpkg.log [14:47] seb128: it's very large (2M) so I used pbput/pbget, which compresses and uuencodes it before pastebin'ing it [14:48] kirkland, hum ok, thanks [14:50] cjwatson: to answer your question, I think that would be flexible enough to do what we need [14:51] tseliot: ok, good [14:59] ok [14:59] so people having menu issues [14:59] could you try to downgrade to https://launchpad.net/ubuntu/+source/compiz/1:0.9.2.1+glibmainloop3-0ubuntu1 [15:00] and see if that fix those after a session restart? === zyga-food is now known as zyga [15:05] seb128: okay, sure [15:05] seb128: btw, that same logfile ... http://paste.ubuntu.com/544454/ [15:06] seb128: in case you didn't use pbget [15:06] kirkland, thanks, I think we are ok with update logs, we got some [15:06] including yours ;-) [15:08] seb128: okay, downgraded, logging out now [15:08] ok [15:11] seb128: uh oh, that's way worse [15:11] seb128: now i don't have any launcher or anything [15:12] unity --reset? [15:12] kirkland: interesting, i think the pattern for me was that with the -9 kernel i got menus, and with -7 i didn't... [15:12] maybe that was purely spurious :) [15:14] seb128: ah, okay, unity --reset restored sanity [15:14] seb128: and yes, now i have menus [15:14] hallyn_: interesting; what versions of compiz are you running? [15:14] hallyn_: as downgrading that has improved matters for me === dendro-afk is now known as dendrobates [15:14] kirkland_: whatever the latest was after the sudo upload last night :) [15:14] hallyn_: heh, okay, me too [15:15] kirkland_: btw, when you have a moment, opinion q on kvm [15:15] hallyn_: hit me [15:16] well, someone begged today to backport 0.12.5 to lucid. Now, I'm pretty sure mahmoh has been pounding 0.12.5 on lucid for a month or two now, so while normally i'd say no, i'm wondering whether we should just do it [15:16] hallyn_: where do they want it to land? [15:16] hallyn_: i'd recommend ~ubuntu-virt's PPA for starters [15:16] kirkland: thanks, you are the second to confirm that downgrading compiz fix it [15:16] seb128: np; thanks for the help [15:16] hallyn_: that has long been the destination for mostly-stable backports of kvm [15:17] hallyn_: see the kvm-84 backport for hardy [15:17] hallyn_: we could also pursue lucid-backports [15:17] kirkland_: i'll take a look at ~ubuntu-virt, thanks [15:17] hallyn_: which has only a *slightly* wider audience, but involves significantly more work to push it there [15:17] that does feel more comfortable [15:18] hallyn_: yeah, i kinda like that ~ubuntu-virt is typically only found by people who really need/want it [15:18] hallyn_: -backports is stumbled upon by all sorts of random users [15:18] hallyn_: is there a known bug or feature in particular that people want out of 0.12.5? [15:18] hallyn_: or just general stability? [15:18] hallyn_: (like mahmoh and yourself, I'm pretty happy with 0.12.5) [15:21] cjwatson: I noticed last night on natty that the plymouth screen looks terrible. I think this is because of the gfx_keep_payload change in grub leaving plymouth running the screen in 640x480. Any ideas on fixing that? Seems like grub needs to use the correct resolution or not keep_payload. [15:22] psusi: already improved in grub2 1.99~20101210-1ubuntu1 [15:22] (which should have been in the archive already, but failed to be because of launchpad librarian downtime - sorting that out now) [15:22] oh goody... how? ;) [15:22] grub now does vbe resolution autodetection as best it can [15:22] ohh... nifty [15:22] you should get the closest mode that's no larger than the preferred mode claimed by your vesa bios [15:23] (sometimes the preferred mode is not in fact in the vbe mode list. blame your bios manufacturers for that piece of genius) [15:23] heh [15:23] kirkland_: there were specific bugs he cited [15:23] hallyn_: okay [15:23] here's to hoping my bios correctly reads the edid info and reports that as the preferrred mode [15:23] so it might still not look brilliant - my laptop has a 1280x800 panel but the closest resolution in vbe is 1024x768 [15:24] hallyn_: well for specific bugs with specific commits, we can obviously cherry pick and get an SRU out [15:24] but it should be better than 640x480 [15:24] hallyn_: otherwise, just upload to ~ubuntu-virt [15:24] some bioses don't manage to report decent edid, some do :-/ [15:24] hallyn_: i think that would be a real good idea, actually [15:24] like virtio corrupting >1Tb disks [15:24] hallyn_: oh. well that's SRU material [15:24] grub tries edid followed by the vbe flat panel extension, which is roughly the same logic used by xserver-xorg-video-vesa [15:24] i beg to disagree about 'obviously cherry pick' :) [15:24] so since it isn't in the vbe mode table at all, it just isn't possible for grub to go to 1280x1024 right? even if you set the config file up to use that resolution? [15:24] correct, unfortunately [15:25] when the code bse totally changes underneath you ... [15:25] at least not without importing something equivalent to kernel modesetting [15:25] yeah ill upload to ~ubuntu-virt [15:25] blast [15:25] hallyn_: okay, you're on ~ubuntu-virt now [15:25] cool, thanks. i'll see what i can do with that [15:25] however, it would be fixable by a bios rev [15:25] now... a side effect of the higher resolution is making the font used on the boot menu smaller isn't it? [15:25] probably, I haven't looked much at that yet [15:26] up to a certain point that's an improvement of course [15:26] hallyn_: how many git commits are there between 0.12.3 and 0.12.5? [15:26] it's a bit big and chunky on 640x480 [15:26] I think the last time I tried using the higher resolutions that happened because grub uses raster fonts, so it needs to load a larger raster font for higher resolutions or it is hard to read [15:26] hallyn_: (you don't have to answer that question now, unless you have git in front of you) [15:26] I'm not too desperately worried about that for the meantime [15:27] hallyn_: you know, if it's a handful (maybe 10 or less? i don't know ...) we could consider grabbing the set and adding them to lucid's [15:27] hallyn_: i suspect its a lot more than that [15:27] for the meantime meaning testing during the development cycle? or you would be ok going to release with hard to read boot menu? [15:27] hallyn_: aliguori takes a lot of "stabilization" patches :-) [15:28] the latter, TBH [15:28] it doesn't seem hard to read on any hardware I have [15:28] maybe if you have a 1920x1280 panel or something [15:28] 1280x1024 makes the default font quite small ;) [15:28] (or whatever it is) [15:29] cjwatson, Is it possible to have the "daily" lucid install images rebuild with the current updates kernel? There is bug 546091 which depends on the updated kernel being in the installer and the last build seems to have been Nov-24. [15:29] Launchpad bug 546091 in linux (Ubuntu) "10.04 Installer doesn't properly detect 9240 MegaRaid SAS Controlers " [Undecided,In progress] https://launchpad.net/bugs/546091 [15:29] but I suppose that is better than flickering or ugly plymouth screen [15:29] kirkland_: unfortunately i don't have the tree in front of me, but i remember looking at what it would take to cherrypick some of those, and it was huge [15:29] maybe I'll take a look at having grub switch to a larger font when it is using a higher resolution [15:29] definately not LTS material - that is, cherry-picking would be more dangerous than taking the maveick version, imo [15:29] psusi: if you want to, sure [15:29] hallyn_: yeah, it was more a thought exercise [15:29] smb: sure, give me a minute [15:29] hallyn_: right, agreed [15:30] hallyn_: "data corruption" though, is LTS material [15:30] cjwatson, no worries. thanks. [15:30] hallyn_: even if it means asking aliguori for some assistance selecting the patches that need to be in the cherry pick [15:30] kirkland_: > 1tb disk though [15:30] hm === sanchaz is now known as shz [15:31] kirkland_: maybe we shouldadd a 'wantSRU' tag to the ones we want to find some way to apply to lucid [15:31] (so i can find them again all at once and amke notes) [15:31] Anyone noticed unusually high memory usage in Xorg over time? Seems to have become more severe with 10.10. Trying to think of ways to debug it. [15:32] now if I could find someone who knows about pulseaudio and how it is initialized to shed some light on why the login sound can start to play before pulseaudio is ready so it is cut off or not heard at all... [15:32] Stays high if I quit all apps and killall nautilus. I'm about to try binding in gdb again. [15:32] Last time I tried this it locked up my machine hard (yes, completely). Wondering if anyone might have any other ideas [15:32] kirkland_: well, 95 commits between 0.12.3 and 0.12.5 [15:32] (my theory is that I can try dumping memory in gdb and examining contents for clues) [15:32] hallyn_: yeah, that's huge; too much for an SRU [15:32] it's less than i thought it was :) [15:33] top line after a killall of nautilus. 1239 root 20 0 1625m 893m 86m S 3 23.3 2115:22 Xorg [15:33] hallyn_: tags are good, yeah [15:33] all right, back in a flash - i need to sync my U1 befor my trip, or i'm in bad shape next week [15:33] hallyn_: at least when aliguori was running ubuntu a lot, he'd poke me when he saw a mission critical stable commit come across, that he thought we'd want to SRU [15:33] hallyn_: word, thanks. [15:34] hallyn_: you can probably just take mahmoh's 0.12.5, update the version appending a ~ppa1 on it, and dput to the ~ubuntu-virt ppa [15:35] kirkland_: ok, cool. so first i'll do the ppa, then i'll just try to cherrypick the critical ones and talk to aliguori if i must. (tbh my impression had been that he really was not interested in helping with that, but i'll see) [15:36] smb: wait. that bug is claimed to be fixed in linux 2.6.32-26.47. the installer on the current lucid CDs was built against linux 2.6.32-26.47. what difference would rebuilding make? [15:36] hallyn_: let's take him out for a beer :-) [15:37] some vodka diplomacy [15:37] could someone binNEW gdk-pixbuf girs to main for me? it's blocking the gtk rebuilds for the gir transition [15:38] (I don't want to NEW my own upload but it should be trivial) [15:39] cjwatson, Hm in that case none. I assumed they were build before. I'll need to check closer then. Sorry for the noise [15:43] cjwatson, seb128, I have posted a MIR for pyppd now (bug #691133). Should I already modify foomatic-db to build-depend on pyppd? Or have I to wait for the MIR being approved? [15:43] Launchpad bug 691133 in pyppd (Ubuntu) "[MIR] pyppd" [Undecided,New] https://launchpad.net/bugs/691133 [15:44] tkamppeter, better to wait for the mir to be approved or you will break installations [15:45] jdstrand, there? [15:45] seb128: ? [15:46] "could someone binNEW gdk-pixbuf girs to main for me? it's blocking the gtk rebuilds for the gir transition [15:46] (I don't want to NEW my own upload but it should be trivial)" [15:46] seb128: sure, I'll take care of it [15:46] jdstrand, ^ sorry to direct ping, I just would like to catch the next publisher run [15:46] np [15:46] I want to get that transition through today and we still need to build gtk and then other things after gkt [15:46] gtk [15:46] jdstrand, thanks! [15:46] hi [15:47] why ubuntu package maintainers doesnt create any libreoffice package [15:47] kibibyte, hey [15:47] because it's quite some work and nobody had time for it [15:47] kibibyte: Feel free to contribute. [15:47] but if you want to work on that you are welcome to do it [15:48] seb128: I see a gir gconf and gir json-glib too. also needed? [15:49] jdstrand, yes [15:49] jdstrand, to main please [15:49] jdstrand, thanks ;-) [15:49] sure [15:49] working on it now [15:49] but seb128 then whu you fixing shitty openoffice instead of drop it and take care of libreoffice [15:50] kibibyte, there is nobody working on openoffice either [15:50] kibibyte, there is an open position at Canonical for it though [15:50] kibibyte, you are welcome to apply if you are interested [15:51] is it remote? [15:51] based [15:51] yes [15:51] hm [15:51] I'd recommend a more constructive approach than "shitty" though! [15:51] heh [15:51] * jdstrand is still chuckling [15:52] can someone accept tftp-hpa into proposed for me? [15:53] cjwatson: There's another 7 in the queue when you have a moment. [15:54] oh yeah, sorry, too many things going on at once [15:57] seb128: accepted json-glib, gconf, and gdk-pixbuf to main [15:57] jdstrand, thanks a bunch [15:57] on time for the publisher run ;-) [15:57] seb128: sure! :) [15:58] is it har to create package for libreoffice? [15:58] hard [15:58] i just did once simple package [15:59] I think that Canonical having a dedicated position for packaging and maintaining openoffice.org is an indication it is non-trivial [15:59] put another way. yes [16:00] kibibyte: doing any kind of decent libreoffice packages is a lot of work [16:00] without wishing to disparage any other package, openoffice.org is probably the single most complex package in the archive [16:00] * jdstrand unfondly remembers oo.o security updates :) [16:00] how much that simplifies with libreoffice, I'm not certain; there are packages in Debian experimental [16:01] hey, that teasing someone to quit a job to package oo :P === diwic is now known as diwic_afk === deryck is now known as deryck[lunch] [16:10] ScottK: FAILED: kdepim (The source kdepim - 4:4.4.8-0ubuntu1 is already accepted in ubuntu/natty and you cannot upload the same version within the same distribution. You have to modify the source version and re-upload.) [16:11] cjwatson: Thanks. Sorry about that. Please reject kdepim-runtime as well. [16:11] done === beuno is now known as beuno-lunch [16:24] cjwatson: Both reuploaded. Those should be the only ones at risk for that kind of problem. === diwic_afk is now known as diwic [16:31] kirkland: hye, i tried pushing vmbiulder using 'bzr merge-upstream' like you suggested, but got: [16:32] bzr: ERROR: Merge upstream in merge mode is not yet supported. [16:32] hallyn_: doh [16:32] hallyn_: might need to chat with james_w, jelmer, or #bzr [16:33] i'll try #bzr, thanks [16:47] hi [16:47] apw, seems like the texlive-extra build failed [16:47] http://launchpadlibrarian.net/60746119/buildlog_ubuntu-natty-i386.texlive-extra_2009-10ubuntu1_FAILEDTOBUILD.txt.gz [16:47] (something to do with pkgstripfiles) [16:48] hi, i was wondering, is there something like YaST2 available for Ubuntu that allows easy starting, stoping, configuration, and scheduling of services from a easy GUI? [16:49] and if not is that something that might be in the works [16:49] or is that a suggestin i can make [16:52] kirkland: all right, seems what we wanted is not quite possible [16:52] hallyn_: vmbuilder, you mean? [16:52] dholbach: james_w: hi, I was wondering what exactly woudl be involved in my geting upload rights for the vmbuilder project? :) [16:52] kirkland: yeah [16:52] anyone? [16:53] kirkland: final answer was that all I can do is build te source package and upload it (like we did last time) [16:53] hallyn_, https://wiki.ubuntu.com/UbuntuDevelopers#PerPackage [16:53] dholbach: thanks [16:53] de nada [16:53] (i thought iw as looking at that page yesterday, but somehow missed the per-package section) [16:53] hallyn_: alrighty then ... bummer. we'll play by thems rules [16:56] zul: would you mind sponsoring people.c.c/~serge/vm-builder-461.tgz ? (contains the source package) [16:58] are there any plans for an ubuntu GUI based services manager/configurator? [16:58] sort of like yast2 on suse? [16:58] hallyn_: sure as soon as lunch is done [16:58] zul: thanks! i'll owe you a red bull in dallas :) [17:02] glicks: I don't know yast2, but as a suggested improvement, that might be better presented on brainstorm - http://brainstorm.ubuntu.com/ [17:03] i see charlie-tca__ thanks. I think a yast2 like interface would add alot of polish to ubuntu, basically its a interface to configure, schedule, start and stop system services and firewalls from a nice easy GUI [17:03] um, that might be ufw === al-maisan is now known as almaisan-away [17:04] glicks, there was a GSoC project for the services part this summer [17:04] GSoC? [17:04] Google Summer of Code [17:04] oh google [17:04] yeah [17:04] hmm [17:04] https://launchpad.net/jobsadmin [17:05] apt-get install jobs-admin [17:12] mvo: Hi, around? I just tried a maverick->natty update-manager upgrade, and it died because it didn't disable ppa.launchpad.net sources in my sources.list [17:13] maxb: I'm about to leave for dinner, but could you please mail me the logs in /var/log/dist-upgrade/* ? I have a look then [17:17] mvo: Actually, I suck, I'd forgotten about an /etc/update-manager/release-upgrades.d/allow-third-party.cfg left over from lucid->maverick [17:19] maxb: ok, no worries === dbarth_ is now known as dbarth === deryck[lunch] is now known as deryck [17:23] Is there a place where ddebs.ubuntu.com issues are typically tracked? [17:23] e.g. missing packages, or bugs === charlie-tca__ is now known as charlie-tca === beuno-lunch is now known as beuno [18:02] cjwatson: Everything execpt kde4libs and oxygen-icons (which doesn't depend on anything else and can be accepted anytime) is done. I'd appreciate it if you could take another pass at accepting. [18:10] kirkland: ok, so the menu thing is just random. i just rebooted, and now have no menus [18:10] ari-tczew: re webkit merge, does the version currently in natty still build? If so, try disabling the new Debian patches to see if it builds then [18:10] cjwatson: ^ [18:11] micahg: current also ftbfs [18:11] hallyn_: done [18:12] ScottK: done [18:12] cjwatson: Thanks. [18:12] hallyn_: hmm? I haven't been following this. (also, off to dinner now) [18:14] hallyn_: you're looking for seb128 [18:14] hallyn_: he's gone, though [18:14] zul: thanks! [18:14] cjwatson: oops, sorry [18:14] i scrolled up and apparently misread :) [18:26] ari-tczew: re: webkit, looks like there's a gir transition in progress, can you attach a branch to that bug with what you have from the merge, I can try to take a look later if no one else gets to it first [18:27] micahg: branch attached a few minutes ago. it looks like I'm reading in your brain but my reaction is faster ;-) [18:27] ari-tczew: heh, ok, thanks [18:29] cjwatson: say, any thoughts on bug 690030 ? I don't even know where to begin to debug it. [18:29] Launchpad bug 690030 in grub2 (Ubuntu) "fails to read disk partitions" [Undecided,New] https://launchpad.net/bugs/690030 [18:30] @pilot out smoser` [18:30] (pilot (in|out)) -- Set yourself an in or out of patch pilot. === smoser is now known as smoser` [18:30] @pilot out === udevbot changed the topic of #ubuntu-devel to: Archive: Open | 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: === smoser` is now known as smoser [18:39] hallyn_: i just dist-upgraded to natty, held my breath, rebooted, and i'm up and running with a functional unity desktop again [18:40] hi everyone, not sure if this is the right chan to post this question, but I'm looking into preseeding a server install from (https://help.ubuntu.com/10.04/installation-guide/hppa/preseed-using.html) and the first paragraph says to look at the developers' documentation for debian-installer. I've scoured for a while not able to find it. Anyone know where the docs for it are located? [18:42] cjwatson: I had to reupload kdebindings and kdebase due to forgetting to include the tarball. They are waiting for you .... [19:00] kirkland: jinkeys! you were having that trouble in maverick? [19:00] hallyn_: no ... [19:00] hallyn_: natty [19:00] 'dist-upgraded to natty' ? [19:00] hallyn_: dist-upgraded to latest natty [19:01] oh :) [19:01] hallyn_: from slightly less than latest natty [19:01] well, give it a few reboots :) [19:01] i thought i was past the menu thinguntil this lastest boot [19:40] dwalker: apt-get install debian-installer [19:41] kees: ok, I'll look in a bit [19:41] cjwatson: i'm really looking for a guide on what all the d-i options are for preseeding [19:42] dwalker: the useful ones should all be in the installation-guide [19:42] there are lots of internal ones - a full dump would confuse more than help [19:43] the installation-guide seems a bit sparse when it comes to all the partman-auto settings, is there a more drilled down guide on those? I've been scouring the net for examples and got most of what I need, but the partman recipes are a bruiser [19:45] dwalker: yes, /usr/share/doc/debian-installer/devel/partman-auto-recipe.txt.gz in the debian-installer package [19:45] ScottK: done all but kde4libs - let me know when it's safe to accept that? [19:45] score [19:46] kees: tell me (or the bug) about the disk layout on this system? [19:46] cjwatson: Thanks. If you'd please rescore kdebase and kdebindings so they can jump the queue on get to depwait on powerpc, that would move things along (sorry about the need for the double upload). [19:46] sorry, being called away to deal with toddler [19:46] in an urgent tone of voice [19:46] Understand. Good luck. [19:56] doko or NCommander: Would you please rescore kdebindings and kdebase since cjwatson's been called away (this is on Lucid). [19:59] Nevermind. [20:00] They're coming up faster than I thought. === makl is now known as ximion1 [20:08] cjwatson: I found one more that I'd missed the orig.tar.gz on and had to re-upload (kdeutils). Please accept that one when the toddler situation permits. [20:10] ScottK: are there any plans to SRU KDE point releases in maverick as well? [20:10] micahg: Yes. [20:10] ScottK: cool [20:10] Probably not until after the last one though. [20:10] ScottK: you mean until 4.5.x is EOL? [20:11] micahg: Normally KDE does 4 or 5 point updates and moves on. [20:11] ScottK: so, not incremental updates, just one final update [20:11] IIRC 4.5.4 just come out. [20:12] We'll package all the intermin versions in ~kubuntu-ppa for testing. [20:12] interim .... [20:13] ScottK: I assume that PPA is fairly stable then? [20:13] Mostly. [20:13] ok, maybe I'll just add that then [20:13] We at least smoke test them before putting them in the PPAs. [20:13] Testing feedback is useful. [20:14] cjwatson: not sure if your good with the partman stuff in the debian-installer but is there a way to create a recipe for it that defines partitions on different disks? All the examples in the documentation are really suited for 1 drive, or doing RAID over multiple disks. Not much of a use /dev/sda for /, and /boot, but /dev/sdb for /home [20:25] Hi I am wondering what programming laguages are required or one should know in order to start developing . I know it depends on personal preference and interest . But right now I am just a student (freshmen) and looking for some guidance :P [20:29] Shayon: personally I think people learning to develop should start with a high level intepreted language or a low level language like C [20:30] nemo, i see. thanks :) [20:30] i started with c++ [20:30] ah [20:30] IMO that's a rough place to start [20:30] C++ is rather complex [20:31] then you mean c /? [20:31] though it seems like many colleges are teaching either java or c++ as the intro languages [20:31] i guess java is def. hig end [20:31] dwalker_: I'd say java is a better intro language [20:31] dwalker_: fewer surprises [20:31] not* [20:31] dwalker_: we started with C at my college. although I understand they have switched to java now [20:32] nemo: meh, I'm self taught C when I was 12, I figure if you can't learn it yourself it's a long uphill battle. [20:32] but I think just for learning, oh, data structures and whatnot, hell, you could start with javasciprt [20:32] now that javascript has types [20:32] dwalker_, 12 ? Well thats sweet :) [20:32] dwalker_: mm. my first language was pascal - mom shipped me off to local community college when my bro was 9 and I was 10 [20:32] we struggled [20:32] dwalker_: I self-taught visual basic [20:32] er [20:33] basic [20:33] there was no visual back then :) [20:33] I still have some of my programs from when I was a kid :) [20:33] ummm pascal [20:33] dwalker_: I use it a lot today, amusingly [20:33] on Hedgewars [20:34] I've recently gotten a haskell fettish developing. [20:34] * xnox javascript self-taught grasshops at 11 [20:35] * xnox later pascal at a CS after-school club at 16 === dwalker_ is now known as dwalker[afk] [20:35] dwalker[afk], hmmmm I want to try Haskell one day =) my last fettish was ObjC [20:36] nemo: For Ubuntu development C, Python, and C++ are probably the most useful. [20:36] dwalker[afk]: hedgewars also uses haskell :) [20:37] dwalker[afk]: server is haskell, engine is pascal [20:37] ScottK: well. Python satisfies "high level" and C "low level" - I just would not suggest people start with C++ [20:37] they might get some odd ideas [20:38] Depends. If you want to develop for KDE, the C ideas are the odd ones. [20:42] Qt is not exactly C++ either :) [20:42] ScottK: I'm just saying the advantage of C is you learn 'sactly what is doing what in a computer [20:42] and high level, you get to focus on language concepts [20:42] but C++ is just an odd mix === dwalker[afk] is now known as dwalker_ [20:46] doco: i send review request at bugs 514401 [20:46] Launchpad bug 514401 in Ubuntu Translations "Translations are not loaded for the test descriptions in Checkbox" [High,Triaged] https://launchpad.net/bugs/514401 [20:46] thankss before === ximion1 is now known as makl === makl is now known as ximion [20:48] kirkuh,yeah. so i updated my natty netbook, and now have no termcap entries :) i have to ctrl-m instead of return [20:48] kirkland: ^ and no tab apparently either :) [20:50] neat thing is byobu can't update the status line the right way, so status keeps jumping another line up every second [20:50] well this just won't do [20:51] cjwatson: bug updated. thanks! [20:52] hallyn_: wait, what? huh? [20:58] kirkland: http://pastebin.com/jepjqs0B [20:59] seems to be *** VTE ***: Failed to load terminal capabilities from '/etc/termcap' [20:59] thta is, seems to show up once in awhile in launchpad [21:06] kirkland: you've still got menus? [21:06] dist-upgrade+reboot, but still no menus here [21:11] seb128: bug 685584, can you enumerate the tweaks required? (The patch since your comment looks fine to me) [21:11] Launchpad bug 685584 in amule (Ubuntu) "amule FTBFS with gcc 4.5" [Low,In progress] https://launchpad.net/bugs/685584 [21:12] tumbleweed, it is, you can sponsor if you want [21:12] the update just came after the end of my work day === rmrfslash is now known as ubuntuish [21:12] seb128: aah, you weren't subscribed so I assumed you weren't following it [21:13] uploaded [21:14] tumbleweed, thanks [21:17] tumbleweed: I guess that you have less to do in SQ this cycle :> [21:18] ari-tczew: the queue is in fantastic shape :) [21:19] cjwatson: Whenever you can take another pass at lucid-proposed, just go ahead and accept kde4libs and kdeutils at the same time. Worst case I'll have a couple of retries to do. Most likely it'll be just fine. Thanks again. [21:20] tumbleweed: the most contributing people in maverick have been joined to motu in one time - bhavi, bilal and me :P [21:20] so you have nothing to do for us [21:20] ah, debfx also joined motu [21:20] and angelabad is coming [21:21] dwalker_: unfortunately partman really isn't especially good at that yet. I personally just use LVM in those situations - makes things much easier anyway. [21:22] ScottK: meh, I should only have to wait a couple of minutes for kdeutils now so I might as well wait [21:22] hello, i know that there are known issues with using usb-creator to create a Lucid USB stick while hosted on Maverick; are there issues in the other direction too? [21:22] cjwatson: OK. Thanks. [21:22] hosted on Lucid, and trying to create a maverick USB key? [21:22] ScottK: (I assume you've seen the sparc failures) [21:23] cjwatson: Yes. Those are expected. KDE was totally broken on sparc at release and so this isn't a regression. [21:23] * cjwatson nods [21:26] cjwatson: yeah I caught that in some site 8000 searches later that partman can't do multiple disks for preseed [21:27] I do kind of intend to fix that at some point, but ... [21:30] Hello, I'd like to use mysql embedded in my app and want to store database to user's directory but apparmor privets me in it. Strange is, that ~/tmp is accessible but when I create directory e.g. ~/abc, it is not. Where could be a problem, please? [21:31] PetrHH: You might look at what the amarok package does. AFAIK it uses mysqle. [21:31] ScottK: build dominoes should be starting now. (only amd64+i386 have so far dep-waited kdeutils, but the rest should finish well before kde4libs builds and publishes and renders stuff uninstallable. besides, I'm bored of waiting. :-) ) [21:31] cjwatson: Excellent. Thank very much for taking care of it. === sam---___---- is now known as sam-_- [21:37] ScottK, I'm sorry I don't understand. Strange is that mysqld command works if I run it from ~/tmp and doesn't work when I run it from ~/abc. I double checked, directories has the same permission but apparmon won't allow mysqld to wok at ~/abc [21:38] I don't know why. I didn't change anything in apparmor configuration. Even I don't know where and how. [21:39] I have ubuntu 10.04 [21:40] PetrHH: what do you mean 'run from tmp'? you put it's database there? [21:43] s/it's/its/ === jonatin is now known as jonatin_ [21:44] jdstrand, Yes, just for testing [21:45] PetrHH: yes, it will work in /tmp and not from $HOME. you can see the denied messages in dmesg [21:45] PetrHH: you have to adjust the profile [21:45] Here is the command: mysqld --defaults-file=`pwd`/my.cnf --default-storage-engine=MyISAM --datadir=`pwd` --socket=`pwd`/sock --skip-grant-tables --port=3334 [21:45] PetrHH: the apparmor profile that is [21:45] jdstrand, but it works from ~/tmp [21:45] but not from ~/abc [21:46] PetrHH: yes [21:46] that is consistent with the apparmor policy [21:46] look at /etc/apparmor.d/usr.sbin.mysqld [21:47] thank you [21:59] ScottK, where I can find out it? [21:59] PetrHH: apt-get source akonadi. [21:59] ScottK, thank you === evilnhandler is now known as Guest37948 [22:01] slangasek: any multiarch updates? [22:02] slangasek: I'm getting asked to merge/update natty ia32-libs... === dendrobates is now known as dendro-afk [22:11] No patch pilot..... I'm failing to find info on how to request a package rebuild?! [22:12] xnox: Which package? [22:12] anjuta-extras [22:12] depends on older binutils that is already in natty. Rebuild makes it work. [22:12] s / that / than / [22:13] xnox: file a bug and attach a debdiff or create a branch is how to request one [22:13] micahg, ok, i'll do that then. [22:13] xnox: dch -R and describe the reason [22:14] I was just going to fix it [22:14] TBH :-) [22:14] well, that works too [22:14] xnox: ^^ [22:14] StevenK, please do that. I thought there was a script to generate $version+b1 and upload it [22:15] but I'm not ubuntu-dev so it will be PITA to create branch, find sponsor, upload that.... =) [22:15] I can't think of one, of the top of my head [22:15] xnox: dch -R is the scripts and a simple debdiff works [22:16] oh, won't upload :-/ [22:16] StevenK, anjuta-extras is "synced from debian" although I think it should be managed by ~desktop-team, because anjuta is managed there. [22:17] ScottK, I added rule to apparmor and it works. Thank you. I looked at akonadi and found out that mysqld binary is copied to mysqld-akonadi. I'm not sure that it is good idea. What happened when original mysqld is updated? But don;t know what is better. Copying mysqld or adding my own rule to usr.sbin.mysqld file. [22:17] micahg, --bin-nmu is better =) [22:17] xnox: we don't do those :P [22:17] PetrHH: jdstrand would be the one to discuss it with. [22:17] jdstrand: If we could get rid of mysql-akonadi that would be marvelous. [22:18] mysqld-akonadi is currently configured to run unconfined [22:18] * xnox recalls a vague discussion to use +b1 version string on "ubuntu-style 'binnmu' source upload, no change, just rebuild uploads" [22:18] ScottK: I agree [22:18] don't currently have the cycles [22:18] PetrHH: ^ [22:18] xnox: nope, build1 for native/Debian or increment Ubuntu version [22:18] micahg, that way it doesn't end up in the merge-o-matic next time around and continues to sync. [22:18] * xnox might be wrong [22:18] It should continue to sync [22:19] It's just a changelog entry, and it doesn't matter if it dies in a fire [22:19] PetrHH: in terms of security updates, should be fine because mysqld-akonadi would get updated [22:19] PetrHH: bottom line-- if you can add the line to your apparmor profile, that is best [22:19] StevenK, micahg =) ok learned something new. [22:19] xnox: that's why it's better to use dch -R and not worry about what it should be [22:20] So StevenK when can I $ sudo aptitude update && sudo aptitude install anjuta-extras from my preffered mirror from Estonia? [22:20] =)))))) [22:20] A few hours, at least [22:21] =( [22:21] jdstrand, thank you very much, I'll do it. My app was designed to run from $HOME and now I'm working to package it so I must do a lot of changed. Thank you for patience. === dendro-afk is now known as dendrobates === Guest37948 is now known as evilnhandler === evilnhandler is now known as Guest47572 [22:56] hello [22:57] can you help me?? [22:57] !ask | itachi [22:57] itachi: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [22:58] i wanna to install beowulf clustering without hard disk. but i dont know what services i chould install [23:00] itachi: that's probably a question for #ubuntu-server [23:00] \o/ sponsor queue is down to 25 items [23:10] bdrung, https://code.launchpad.net/~dmitrij.ledkov/ubuntu/natty/htmldoc/fix-ftbfs/+merge/43393 sponsor comments fixed. Please review and upload? =) [23:11] xnox: from d/changelog "Trying to fix"? [23:11] hmmmmm [23:11] bzr revert did too much =) [23:12] * xnox damn it [23:12] xnox: enough reviewed for today. :P [23:14] =)))) [23:15] xnox: why are you adding autoreconf, is that required with your change? [23:17] micahg, yes [23:18] micahg, New proposal https://code.launchpad.net/~dmitrij.ledkov/ubuntu/natty/htmldoc/fix-ftbfs/+merge/43994 [23:18] cleaned-up version =) [23:18] diff is being generated. [23:18] xnox: sorry, I can't upload though :) [23:19] micahg, =)))) if you understand firefox you should be granted full upload rights ;-) [23:19] to *everything* [23:19] =) [23:19] xnox: I highly disagree :) [23:20] alright then =) [23:21] micahg, + AC_CHECK_LIB(X11,XCreateBitmapFromData) in configure.in needs regenerating configure scripts =) meh [23:22] xnox: ah, but why is that needed? [23:22] Fix FTBFS because of --as-needed [23:22] all three issues cause FTBFS [23:22] (well make subdir makes fail was "hiding" one of the FTBFS by not erroring out) [23:23] xnox: right, but adding to build-dep isn't enough, the build system needs to be patched (in Ubuntu)? [23:23] micahg, yes! See doko announcing on -devel "Natty toolchain changes" [23:24] nm, I'm still green WRT autoconf-foo [23:24] libtool will now only link as-needed from what is supplied on the link line. [23:25] if there is no -lX11 on the link line libtool will no longer "add it for you" in natty based on dependencies from dependencies. [23:25] xnox: ah, and the AC_CHECK_LIB is the clean way to do that [23:26] micahg, Consider libA <- libB <- libC. If app links against libA should it be automatically linked against libB and libC? If it uses symbols from libC but not from libB? That's what the change is about =) you have to ask to get libC. [23:26] micahg, yes AC_CHECK_LIB is clean way to do that. But it is not the only way to do it. [23:27] upstream seems to preffer AC_CHECK_LIB, I on the other hand preffer pkg-config. [23:27] xnox: ok, yeah, I know about the linking requirements WRT needing to be explicit, but still unsure about where/how those fixes go [23:31] micahg, easy =) ld tells you [23:31] Linking htmldoc... [23:31] /usr/bin/ld: gui.o: undefined reference to symbol 'XCreateBitmapFromData' [23:31] /usr/bin/ld: note: 'XCreateBitmapFromData' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line [23:31] /usr/lib/libX11.so.6: could not read symbols: Invalid operation [23:31] collect2: ld returned 1 exit status [23:32] xnox: right, I get that, but how to add the dependency is where I run into issues, I just need to read a little more I think [23:34] micahg, http://bit.ly/eHLcbx <---- I read this every night before going to bed =) === Guest47572 is now known as evilnhandler === evilnhandler is now known as Guest44355 === Guest44355 is now known as evilnhandler [23:52] good night all