=== dendro-afk is now known as dendrobates [00:40] rickspencer3, ping - just wanted you to know - I went through the surveys from SELF yesterday - many of them mentioned your Quickly session as their highlight [00:40] akgraner, sweet [00:41] and I had people asking me day Saturday and Sunday about Dev and App Dev week [00:41] all day I meant [00:42] rickspencer3, Thank you again! [00:44] rickspencer3: see? pays to go shirtless and oiled when giving presentations. [00:44] * rickspencer3 shudders [00:45] * akgraner rolls my eyes at mneptok :-P [00:46] you rolled a 6. missed saving throw. [00:47] mneptok, I couldn't get that database to work you told me about - will you have some time tomorrow to help me trouble shoot it [00:48] akgraner: sure thang === Dr_Who is now known as tgall_foo === hagebake is now known as hagabaka [01:43] away gone === ericm-Zzz is now known as ericm|ubuntu [02:42] i'm booting lucid on a tablet device. in windows the tablet has a working wifi device, but in ubuntu, neither lspci nor lsusb list anything that looks like a wifi device. [02:42] any clues as to what to look for? [02:43] m3ga: It could be a SD device? [02:44] StevenK: how would i figure that out? [02:44] I was still trying to work that one out [02:44] :-) [02:48] IIRC SD devices show up under USB. [02:48] I thought that depended on the USB HCD? [02:49] Could be. [02:49] StevenK: there is a wifi enable button on the side. i've messed with it but it still doesn't show up. maybe the button needs driver code to enable the chip before it can be listed with lspci. [02:49] m3ga: Did you boot with the button enabled? [02:49] since all the other hardware on this is intel, i suspect the wifi will also be intel [02:50] I've seen kernel issues with wifi switches were they didn't work if they weren't on at boot. [02:50] m3ga: In windows, did you check in device manager how it connects? Devices can be viewed by how they are connected, available from the view menu. [02:50] its not a toggle button, just a momentary contact. i'll try booting while holding it down. [02:50] TheMuso: i know close to nothing about windows. completely baffles me :-) [02:51] m3ga: Ok do you know how to get to device manager? If not, let me know what version of Windows you are using and I'm happy to talk you through how to open it. [02:52] holding the button while booting didn't help. [02:53] rebooting to windows (windows 7 btw TheMuso) [02:53] m3ga: Ok, getting to device manager will be easy then. [02:53] it boots windows rrrreeeaaalllllyyyyyy slow [02:54] heh [02:56] ok booted [02:56] Ok, to get into device manager, simply open the start menu, and type device manager (if the device has a keyboard). If not, we will have to take a longer route [02:56] If typign device manager is possible, you should see it appear as an option. You should be able to click on it to open it. [02:57] easy. have usb keyboard connected [02:57] ah ok that helps. [02:58] Once in device manager, open the view menu, and choose "view devices by connectin", I think thats what its called. [02:58] Then its a matter of expanding the tree view to find the wifi device [02:58] wow, wireless is usb. "3DSP Wireless 802.11 B+G Adaptor" [02:58] and going back through the tree view to see how the device connects to the system. [02:58] wow [02:59] ok, i can google that [03:00] some old stuff from 8:10 : http://ubuntuforums.org/showthread.php?t=1234213 [03:00] I have no idea at this point sorry, I just know that WIndows device manager can help in working out how a device connects. [03:01] thank Luke! [03:01] np [03:01] device manager can also show you the usb ids [03:01] ah yes, i should grab those [03:02] VID_05E1&PID_0100 [03:02] according to google [03:07] Sarvatt: yes, confirmed [03:09] its a syntek device, found a manual http://www.stk.com.tw/driver/Wireless/STA-UI-A0037S_USB_User's_Manual.pdf [03:09] http://www.stk.com.tw/product-01.asp?Product_Type=58 === ericm|ubuntu is now known as ericm-afk [03:09] lucid drivers there too, downloading to see what they are :) [03:13] Sarvatt: lspci output here http://pastebin.com/Uw9tRzsv [03:14] would like to get wifi and X working, but need lunch. back in an hour. [03:33] jcastro: forgot to say thanks in MI before closing out. stuck using a GUI IRC client right now :/ [03:33] nixternal: you've had some bad luck there [03:33] just a little [03:34] though, i have to admit..that server was a frankenstein box with components from the 90s [03:34] held together with duct tape & prayers? [03:34] need to find a system that uses very little power to do what it did. all it was used for was IMAP/Mutt, Irssi, and my SSH gateway to my home [03:35] actually, held together with dust [03:35] oh one of them - the type you should never try & clean [03:35] but my big puters bit the dust as well...now I am just a netbook luser :) you can't do much with a netbook, except surf the intertubes [03:35] nixternal: I might have a box that would work for that soon [03:36] micahg: yeah, a lil POS box is all I need. though I am thinking of a little crap box from tiger direct [03:36] $80 [03:37] gotta love the community though. i forgot i had one of those donation buttons on my site..someone donated $50, but I refunded it. don't want to be that guy [03:38] damn, tiger direct doesn't have that lil $80 crap box anymore :/ [03:38] nixternal: well, I might be able to save you that if you can wait till the weekend === almaisan-away is now known as al-maisan [07:10] Hey all, I am looking to get into programming, specifically helping with the ubuntu devel process. What is the primary language that ubuntu is coded in? Sorry if these are stupid questions, but I have never tried programming before... [07:15] zzcranjo: Ubuntu is programmed in many many languages. As a beginner, maybe start with Python. See http://wiki.python.org/moin/BeginnersGuide [07:16] thanks :D I am no stranger to python as I use blender quite frequently [07:16] You're welcome. [07:25] So in theory, python can be used to program anything in ubuntu/linux? Is it optimised for certain types of programs? [07:27] zzcranjo: python is really only useful for user space programming. all the drivers and a large proportion of low level user space daemons are written in C. [07:27] all the kernel is also in C [07:28] ok. Thats ok as at first i would like to be able to see what i program :D [07:28] with a very small amount of assembler [07:28] ty [07:28] m3ga: there are some python daemons too. [07:29] Also, how easy is it to actually contribute source code to the ubuntu project? is it vetted by mods? [07:29] there are also some in ocaml and haskell, but most are written in C, followed by C++. [07:29] zzcranjo: best to submit to the upstream project rather than ubuntu. [07:30] ubuntu and debian prefer not to modify upstream sources too much. they figure that upstream knows their project better. [07:30] upstream? [07:30] (sorry, im new :D) [07:32] eg postfix is the mail daemon in ubuntu. the upstream project is http://www.postfix.org/ [07:32] what is upstream? what does it mean? [07:33] similarly, for the samba server http://www.samba.org/ [07:33] oh so upstream is just the different programs that come with ubuntu [07:33] upstream means the people who actually do the coding on that project [07:33] oh ok [07:33] yes. [07:34] ubuntu/canonical do some development work, but more than 90% of the distro has a separate upstream that is used by all the distros and freebsd and other unices [07:34] so once I get decent knowledge of python, I would be an upstream developer of whatever program I chose to make. Is there a filtering process to get into the sources like there is for itunes apps? [07:34] nowhere near as bad as apple. [07:35] thats good to know :D [07:35] most stuff that is in ubuntu is there because it is in debian. ubuntu packages are mostly just slightly tweaked debian packages. [07:36] as for debian, getting a package in is pretty easy as long as the license is ok. [07:36] ok [07:36] once its in debian, it will automatically show up in ubuntu some time later [07:36] So I license something how i want? I can choose whether it is proprietry, open source etc? [07:36] btw thanks for your help m3ga :D [07:37] open source license and it will almost certainly be accepted. some proprietary stuff is also accepted into debian's non-free section. [07:37] sorry, gotta go. back in an hour :-) [07:38] ty cya [07:58] good morning [07:58] good afternoon ;) [08:04] Good morning [08:04] mr_pouit: we need it for an OEM project, but yes, my intent was to package it for maverick and backport it from there [08:05] kees: oh, will there be another security upload of eglibc? [08:06] m3ga, zzcranjo: *free* licenses will certainly be accepted. especially if it fulfils Debian's Free Software Guideline [08:06] zzcranjo: you can't go wrong with GPL ;-) [08:06] gpl is free, but closed source? [08:07] GPL is free and open source [08:07] mr_pouit: oh, seems it's all done in the PPA already [08:07] zzcranjo: check out the DFSG, for the definition of "free" [08:08] dfsg? [08:08] Debian Free Software Guideline [08:08] oh ty [08:08] !dfsg [08:08] !dfsg [08:08] hmm damnit [08:08] there isn't anything [08:09] lol [08:09] well the first few things on google should be correct [08:09] wiki even [08:09] http://www.debian.org/social_contract [08:09] I actually have a vague recollection of something like that [08:09] ty will check it out [08:10] pitti, so far no response from ubuntu-sponsors for bug 427805, the bug is affecting many people actually, anything else I can help? [08:10] Launchpad bug 427805 in libusb (Ubuntu) "usb_find_devices() crashed with SIGSEGV in free()" [Medium,In progress] https://launchpad.net/bugs/427805 === ericm-afk is now known as ericm [08:10] zzcranjo: there are some commonly used licenses in /usr/share/common-licenses/ which you might like to check out [08:11] ok ty [08:11] very sorry if this is not supposed to be in this room, but does anyone know how I can change how long notifications(music, empathy etc) stay on screen? Is it in ccsm? [08:12] ericm: so there are three patches on that bug, and the first one changes autoconf all over the pplace [08:13] ericm: what do I actually need to apply? [08:13] the first one changes autoconf so that the legacy package can build [08:13] ericm: and it breaks debian/control [08:13] - libusb-dev [08:13] + libusb-1.0-0-dev [08:13] the 2nd one actually fixes the problem [08:13] this is not libusb-1.0 [08:13] oh, the first one is the upower port [08:14] nevermind [08:14] pitti, Grrrr... that's not from me, so only the 2nd one please [08:14] ericm: what's the third one? http://launchpadlibrarian.net/49434737/libusb.patch [08:14] the 3rd one actually came from fedora mailinglist and seems to me it fixed some potential bug, but not this one [08:15] so at this moment, only the 2nd one is significant [08:15] alright, thanks [08:15] the 3rd one tested to be no side effect so far at my side, should be a plus - but may not be suitable for a SRU [08:17] ericm: ok, I'll sponsor the second one for now, and followed up upstream [08:19] pitti, thanks man - a lot duplicated bugs and many mac users are affected [08:20] strange enough - it seems so far to affect mac users only (who cares, :-) [08:21] good morning === hrw|gone is now known as hrw [08:22] morning [08:22] pitti, another general question in my mind - as we don't actually maintain libusb-0.1, what's the process to deal with such fixes in the future? (to me it's easy way like subscribe ubuntu-sponsor, yet I'd like to know a bit more detail) [08:23] that's pretty much it [08:23] we just need to patch it on our own, but more importantly, port stuff over to -1.0 [08:24] ericm: uploaded to maverick; preparing lucid SRU now [08:25] pitti, thanks, I'll try my best do it, that needs to be involved in upower upstream, and have that special usb device or something [08:25] ericm: upower is already ported [08:26] pitti, got you - so the best practice is to have a upower branch and get it tested and merged? [08:27] I'll package it shortly [08:28] anyone know when gnome3/gnome-shell is going to be implemented in a release as the default gnome wm? [08:28] pitti, thanks [08:32] pitti, confusing - https://launchpad.net/upower - Upower is a next generation boot splash system for Linux [08:33] huh? [08:33] upower = bootsplash? [08:33] wasn't upower the devkit-power rename.. [08:34] it's most certainly not a splash :) [08:35] the description would match plymouth [08:36] indeed [08:36] the website linked doesn't exist. [08:36] nanofreesoft.org, i mean [08:37] oh, seems it was indeed a different project [08:37] Usermode graPhical pOWER. [08:37] * hyperair facepalms [08:37] what kind of name is that? [08:37] bah [08:38] there's no code either [08:38] it's just a project page with nothing on it [08:39] hyperair, pitti, and interesting, a lot upowerd related bugs subscribe this upower as the source package, doh! [08:39] which is obviously wrong. [08:40] is there a way to unmark the link between this upower and upower in ubuntu? [08:40] or rename this project.. [08:40] can someone poke #launchpad about this? [08:41] bzr clone lp:upower [08:41] bzr: ERROR: Invalid url supplied to transport: "lp:upower": upower has no default branch. [08:41] https://bugs.launchpad.net/upower/+bug/133181/comments/1 [08:41] Launchpad bug 133181 in upower "Progress bar stall when turning on system" [Undecided,Won't fix] [08:41] but the version number of this upower seems consistent with the one in my lucid system [08:41] take a look [08:41] upower's a dead project that has been merged into usplash and splashy [08:43] ericm: lp:ubuntu/upower [08:43] https://launchpad.net/ubuntu/+source/upower/0.9.4-2, see packages built by this source [08:43] dholbach, ah sorry [08:44] ericm: the difference is: "lp:upower" means "default trunk of an upstream project registered in launchpad" [08:44] dholbach, I see [08:44] ericm: "lp:ubuntu/upower" means "source package branch of development release" [08:44] dholbach, now it's fetching [08:44] ericm: in case you knew this already, ignore me :) [08:45] dholbach, I pretended to know this already - since I was embarrassed :-) [08:45] haha, almost got away with it ;-) [08:45] * dholbach hugs ericm [08:45] * ericm has red face [08:47] it IS confusing [08:47] so it really looks strange about this upower project - maybe just the title is incorrect and actually we reused the original dead project [08:47] I'm still waiting for the "bzr fix-bug 1234567" plugin :) [08:47] Error: Could not parse data returned by Launchpad: 1234567 (https://launchpad.net/bugs/1234567) [08:47] sorry ubottu [08:48] hehe [08:48] the people in #launchpad would know how to reset it or change it if it'd make sense to change things now [08:48] so far it looks like only the title is wrong, the cloned code is all right [08:49] * ericm has to be offline for a while [08:49] alright [08:51] dholbach: is that like the bzr do-magic-stuff plugin? [08:52] ajmitch: ok… "bzr let-me-fix " [08:53] so lookup the appropriate project/package, branch it, and present you with a nice working tree ready to fix stuff? [08:55] yeah, and maybe set the push location already [08:55] oh and "bzr pbuild" :) [08:56] and maybe even fill in some of debian/changelog? we could dream, but I think you'd run into problems with multiple bug tasks for a bug # [08:56] yeah, that's right [08:57] apart from that, it sounds possible [08:57] it could be reportbug-esque, check the list of open ubuntu tasks only that are not in progress or fix committed yet and present you with a list *shrug* :) [08:57] I could imagine that "bzr pbuild" would have more users :) [08:58] so, got time to hack on it? :) [08:58] by pbuild, do you mean using pbuilder from a bzr branch? [08:58] I should at least file a wishlist bug about bzr pbuild [08:58] yes [08:58] I think that's possible with some magic at the moment [08:59] basically bzr bd -- -S -us -uc && sudo pbuilder build ../ :) [09:00] (and for that I wouldn't care if the output is a native package or not) [09:00] you can set the default builder command in the config, I think [09:01] * ajmitch just has to find where he'd set that up [09:02] I think it'd be useful for people new to the process who want to fix their favourite bug and just bzr branch; ; bzr pbuild; bzr commit; bzr push; bzr lp-open [09:02] isn't groundcontrol meant to help with the same problems, just from a gui perspective? [09:03] the main problem I've had this week with trying to fix stuff in bzr is the speed of getting branches from LP [09:03] yes, from a gui perspective, although I'm not sure how well it copes with source package branches and related stuff [09:04] having bzr branch take > 3 hours was a bit painful, but apparantly the bzr launchpad plugin could support some mirroring, with some work on the plugin & the LP side [09:05] holy cow [09:05] how far's the lightweight checkout stuff? [09:05] it was virtualbox-ose, it wasn't lightweight :) [09:07] I meant the bzr lightweight checkout stuff :) [09:07] yeah I know, I didn't try it [09:08] * ajmitch should check up on whether it's safe to do the virtualbox-ose merge [09:09] though I don't know if it's updated to work as a guest with 2.6.35 & the version of X in maverick [09:23] * cjwatson genuinely has no idea why pygi seems upset (in scrollback), and will take it to e-mail === apachelogger is now known as fluffymaster === yofel_ is now known as yofel [10:36] hello, can it be considered a bug that booting with an attached usb card reader (empty) moves the only internal hard disk from /dev/sda to /dev/sde? didn't happen with lucid. [10:41] htorque: Stuff like that is exactly why we boot based on UUID's. [10:41] htorque: Device names are non-deterministic. Don't rely on them. [10:41] htorque: In short, no, this is not likely to be considered a bug. [10:43] soren: k, thanks [10:43] htorque: Sure. [11:05] Hi. I'm running in problems with pbuilder. It's unable to install debhelper to my hardy chroot when building packages. I'm using Lucid === Nailor_ is now known as Nailor [11:09] Hello, I can't share the swap partition of ubuntu with another linux distribution , I guess its due to the encryption reason of that swap [11:21] btw - how much buildd power amd64 arch has? [11:27] hrw: https://edge.launchpad.net/builders [11:29] thx === cking_ is now known as cking === MacSlow is now known as MacSlow|lunch === arun__ is now known as arun [13:12] ping pitti [13:13] cjwatson: Pushed xdeb with a couple trivial tweaks from the testing I did this week-end, will you be in a position to NEW it, or should I make sure someone else does? [13:16] lool: somebody else ought to do it since I've been heavily involved [13:16] Right, that's what I thought [13:16] james_w: Would that be something you would have the time to do? [13:16] yes [13:16] it's there now? [13:18] (yes) [13:23] lool: done. The description could use some love. [13:23] james_w: Thank you [13:27] james_w: http://paste.ubuntu.com/450072/ [13:27] james_w: thanks! [13:28] lool: better, thanks === MacSlow|lunch is now known as MacSlow === fluffymaster is now known as apachelogger [13:39] stvo: pong [14:12] Riddell, around ? [14:14] smoser: afternoon [14:14] :) [14:14] so, ofr ebsmount, you think i probably need to get a new upstream tarball with more consitent file headers [14:14] is that right? [14:15] smoser: yes, with files under a free licence and a full copy of the licence text included in the tar [14:15] the debian/copyright file is in the original upstream tarball (and commited to their git repo) so it does seem reasonable. [14:16] smoser: I wouldn't be happy accepting it since it disagree with what the actual source files say [14:16] yeah, thats fine. [14:16] i agree, it should at least be consistent. [14:16] seb128: did you find the time to file the dh7 enhancement request we discussed yesterday? [14:20] buxy, not yet sorry but it's still on my todolist, I've only a bunch of items before it so I think I will get to it today [14:20] great [14:21] kees - are you there? === al-maisan is now known as almaisan-away === sconklin-gone is now known as sconklin [15:03] chrisccoulson: hello! [15:04] hi kees. i'm just working on the firefox 3.6.4 update for karmic, and going through my packaging branch reviewing all of the changes that have flowed from lucid. one of these changes is the addition of hardening-wrapper as a build-depend [15:05] is this something we want to keep in karmic? [15:07] chrisccoulson: yes, please. [15:07] kees - ok, thanks [15:08] chrisccoulson: np. let me know if it causes any problems (it shouldn't, though). [15:18] ahh, kees, just the man to ask since you made this commit... I'm confused by http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/maverick/lvm2/maverick/revision/46 [15:18] it says merge from debian... so I would expect to see to parent commits... r45, and the debian branch that was pulled from... but that doesn't seem to be what is there... [15:18] s/to/two [15:19] psusi: the bzr tree for lvm2 was unusable for a bzr-based merge. [15:19] psusi: I didn't do anything with the bzr tree as a result, because it was a total mess. [15:20] so... what is this commit telling me? [15:20] psusi: lvm2 got upgraded in the past to an intermediate upstream (total fork from Debian), and then upstream merged devmapper into lvm2, so Debian followed that, so really it's 3 bzr trees into 1. [15:20] it looks like it shows two parents, but I would expect one of them to be revision 45 and neither seems to be [15:21] I have no idea -- I didn't actually perform that commit. I think it was automatic. [15:21] weird [15:22] it was the nastiest merge I have ever done. :) === doko__ is now known as doko [15:22] well, wherever you merged from, doesn't ONE of the parents have to be the previous revision? [15:22] anyway, based on the "Revision ID" you can see it was done as part of the bzr auto-sync (james.westby@...) [15:23] those merge icons are just the merges from other branches [15:23] r45 is implicit [15:23] psusi: nope, that's what I mean. Ubuntu's version was totally different from Debian's, and Debian's was totally different from the Ubuntu fork point. [15:23] ohh... ok.... so this is a merge that pulls from two other branches onto r45... [15:23] probably one via the other [15:25] ok... so if I want to see the history of the debian branch this merge pulled from, how do I do that? I would expect that to happen if I click on the 3.1.8 squeeze link, but it doesn't seem to be what I get... [15:27] psusi: the "Changes" tab at the top [15:28] hrm... ok... I guess I actually am looking at the squeeze history... just through the looking glass of this branch... rather than looking at the branch that was pulled from... [15:28] once a branch is merged, its full history is available in the branch it was merged into, with dotted revision numbers [15:28] the web interface may not be the easiest way to get that level of detail though [15:30] right... I see that now... was just confusing... I wanted to be looking at the other branch [15:31] the other night I had tried updating to the latest upstream sources and most of the patches didn't apply... and most of them have no comment header describing what they were created for [15:33] so now I'm trying to find where they were added in bzr and read the commit message... [15:34] and am having a hell of a time [15:49] tseliot: It might be nice if the nvidia and fglrx packages had a dependency on xorg-video-abi-$n just like xserver-xorg-video-* have. If i were to get around to making a patch, would it be accepted? [15:50] ion: a dependency or something like Provides: xserver-xorg-video-6 [15:50] ? [15:52] as nvidia does that already [15:52] A dependency. The drivers would block the upgrade of xorg which would introduce an ABI incompatibility until versions of the driver packages supporting the new xorg appear. [15:53] it sohuld be a provides, not a depends [15:53] the xorg server already conflicts to -video-6 [15:53] which DTRT [15:53] Ah, indeed. [15:53] ion: in our setup, drivers Provides: the abi number and xorg depends on it [15:54] kind of unintuitive and backwards, but I guess they had their reasons [15:54] So, only fglrx needs a change to provide xserver-xorg-video-$n. [15:54] seems like it [15:55] yes, that would be easy to do [16:03] mathiaz: is there anything else i am supposed to do to re-request sponsoring for https://code.edge.launchpad.net/~serge-hallyn/ubuntu/maverick/qemu-kvm/update-to-12.4/ ? (I dont' see any "feedback addressed" option by your previous feedback that I can hit) [16:06] hallyn: if you go on the merge proposal page: https://code.edge.launchpad.net/~serge-hallyn/ubuntu/maverick/qemu-kvm/update-to-12.4/+merge/27293 [16:06] hallyn: on the left side you'll see a resubmit proposal link [16:07] hallyn: I've also added kirkland as a reviewer [16:07] mathiaz: thought i'd hit that already... but jsut hit it and it seemed to work - thanks [16:08] (thought i'd hit it 3 times!) [16:08] (glad i asked then) [16:08] doko, lool, cjwatson: if there's more to talk about regarding the toolchain, we can do it here [16:12] mdz: could we do this later this week? running out of time today, and I'd like to get some performance data (benefits) on ix86. For now the test packages are available in https://edge.launchpad.net/~ubuntu-toolchain-r/+archive/ppa [16:12] doko: sure === bjf[afk] is now known as bjf [16:45] pitti: just reading the irclogs for the TB meeting: isn't !sru the factoid for the wiki page for SRUs? so reusing it for the panic button might trigger several false positives till everyone adapts to its new meaning [16:46] it changed? [16:46] so now how do we direct people to the wiki page? [16:46] maco: not yet [16:46] so at some point its going to sneak up on me? :( [16:47] james_w: Mind NEWing xdeb in binary NEW as well? (sorry!) [16:47] maco: the is a plan to eventually change it (see the todays TB meeting logs) [16:48] * maco hopes its at least being replaced. was a useful factoid [16:49] geser: oh, it was just a strawman; we could call it !regression or !stable-alert or whatever [16:49] kirkland: regarding https://wiki.ubuntu.com/StableReleaseUpdates and bug #588293, should i actually butcher the original bug description to add that info, or is it ok to just add it in follow-on comments? [16:49] Launchpad bug 588293 in qemu-kvm (Ubuntu) "Memory leak" [Medium,Triaged] https://launchpad.net/bugs/588293 [16:49] * hallyn luvs bots [16:50] pitti: might be better unless you want to get pinged when someone wants to point somebody else to the SRU wiki page :) [16:50] !sru [16:50] Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [16:50] pitti: ^^ see [16:51] pitti: !omgsru [16:51] Is anyone interested in repackaging blt with the patch on this Bug #359857 (it is currently unstable, last stable version was in hardy). Once patched and tested this would be proposed as an SRU in Lucid. [16:51] Launchpad bug 359857 in blt (Ubuntu) "blt does not work as currently packaged" [Undecided,New] https://launchpad.net/bugs/359857 === beuno is now known as beuno-lunch [17:04] hallyn: better to add it at the bottom of the bug description, you can enclose your section in ==== ===== [17:04] hallyn: descriptions are editable, comments are not [17:04] hallyn: and it's not a big deal in small bugs like this, but some bugs have hundreds of comments, and the SRU notes can get lost eaisly [17:05] kirkland: will do thanks [17:05] (alas i built 64-bit packages but only have a 32-bit lucid install to test on, waiting for re-build :) [17:05] oh there we go === hrw is now known as hrw|gone [17:33] kirkland: is ubuntu-sponsors the right list to use for requesting merge review for the qemu-devel fix branch? [17:33] hallyn: yes, for stuff in universe [17:33] hallyn: sorry [17:33] hallyn: yes, for stuff in MAIN [17:34] hallyn: ubuntu-universe-sponsors for stuff in UNIVERSE [17:34] there's a separate 'ubuntu-sponsors-main' [17:34] oh, hm... [17:34] * kirkland looks [17:34] hallyn: well, i'm not sure any more ... jcastro ? [17:35] kirkland: not sure [17:35] I thought sponsorship got merged? [17:36] https://edge.launchpad.net/~ubuntu-sponsors [17:36] the teams have been merged into one now [17:36] hallyn: ^^ [17:37] nixternal: thanks [17:37] kirkland: thanks [17:38] nixternal: ah, cool, i forgot about that, i guess, thanks. [17:39] hehe, no problem [18:04] does anyone remember a bzr command that would update the debian changelog in native packages in one shot? [18:04] zyga: it's usually better to do it the other way round: edit debian/changelog and then use debcommit [18:04] which will pull out the message, parse out the LP/debian bugs, and so on [18:05] oh, debcommit [18:05] that's what I was looking for, thanks [18:05] zyga: and then dch -r/debcommit -r for an upload [18:05] debcommit == ♥ [18:06] -r will tag, generate an appropriate message, and commit this as a "release" [18:06] * mathiaz agrees with pitti [18:08] * zyga goes to read man and use it [18:08] thanks guys === beuno-lunch is now known as beuno [18:33] pitti, who would the right person be to talk to about a firewire stack change ? [18:34] Keybuk is officially the best person ever (via twitter) [18:34] apw: not sure actually; we don't integrate it very much in the UI, except for things like kino talking to cameras, and of course firewire based block devices (which won't change API-wise, I guess) [18:34] pitti, so if the kernel switches from old to new stack by default you don't see userspace exploding ? [18:35] apw: some bits certainly will :) [18:35] in particular, kino and friends used to talk to /dev/raw1394, i. e. might be sensitive to abi changes there [18:35] but *shrug* [18:35] pitti, if we wanted to do that, is there anything other than telling ubuntu-devel@ (which we already have) that we should do ? [18:36] awolfson: u-devel@ sounds fine to me === Amaranth_ is now known as Amaranth === deryck is now known as deryck[lunch] [18:45] pitti: would you please rescore kdepimlibs kdegraphics (only affects armel) [18:46] ScottK-droid: nudged [18:46] pitti: Thanks. [18:49] Riddell: "we sync automatically from debian"… of course, I know that. The question is: when? I've some packages that are in unstable since around may 25 and are still not imported. And they won't probably be imported before thursday, and I'll have to do lots of paperwork after feature freeze… This is the reason why I filed the bug report, to be sure it would be synced! [18:51] Thursday isn't feature freeze. [18:52] mr_pouit: it's a fair question, new syncs from debian are run manually and it's a fairly tedious process involving filtering out any packages we don't want [18:52] mr_pouit: do you have any examples of packages which should be synced but which aren't? [18:53] Riddell: e.g. parole, in unstable/testing [18:54] *g*, it has been synced this afternoon [18:54] okay, bad example :) [18:54] mr_pouit: see when I'm on archive duty, things happen :) [18:54] okay, okay ^_^ [19:01] lool: does the package follow the python policy? === deryck[lunch] is now known as deryck === rbelem is now known as rbelem_Brazil === apachelogger_ is now known as apachelogger === rbelem_Brazil is now known as rbelem [20:35] apw, could you also CC ubuntu-mythtv@l.u.c about the firewire stack change? hopefully at least someone on there can help to test myth* userspace [21:32] superm1, thanks for the heads up [21:51] james_w: Python policy for xdeb, yes, it build-deps on the relevant stuff and ends up with the proper runtime deps; it has a ./usr/share/python-support/xdeb.private telling it about the private dirs too [22:11] slangasek: around? [22:16] kirkland: hi [22:16] slangasek: feel free to tell me to go away (or elsewhere) [22:17] slangasek: but I'm looking for someone with some knowledge of the Desktop Live seed, preferably who's online now :-) [22:17] ok [22:19] slangasek: so I'm trying to put together a UEC LiveISO seed [22:20] slangasek: so I started with the "live" seed, copied it to live-uec [22:20] slangasek: dropped all the langpack stuff, and ubiquity [22:20] slangasek: and now i'm trying to blacklist openoffice, games, video, graphics, sound, etc. [22:21] slangasek: i guess i was looking for any tips/pointers [22:21] slangasek: i'm sure i'm not doing it the most efficient way possible [22:21] you can't blacklist packages in seeds [22:22] seeds are whitelists by nature; the blacklist directive only lets you throw an error when something creeps in that you didn't want [22:24] slangasek: hmm, i was trying something like: [22:24] == Blacklist == [22:24] libavcodec cannot be shipped on CDs (cf. Ubuntu technical board resolution 2007-01-02). [22:24] * !libavcodec* [22:25] yes; all that does is cause an error *if* something pulls in libavcodec [22:25] slangasek: ah, bumemr [22:25] slangasek: okay ... hrm [22:26] slangasek: so would it be better for me to create my deal as a meta package in ubuntu-meta ? [22:26] ehm, the contents of those metapackages are entirely autogenerated from the seeds :) [22:27] slangasek: heh, okay ........ [22:28] slangasek: okay, let's simplify the question .... [22:29] slangasek: let's say that I wanted to create a seed, call it live-uec, that is basically the same as the live desktop cd, except it removes openoffice-* and adds eucalyptus-* [22:29] slangasek: how would you recommend i go about doing that [22:29] for my part, I question whether it's really so important to keep these applications out of the live-uec seed [22:29] but, the way to do it is this: [22:29] - identify the bits that are common between your new seed and the existing one [22:30] - move those packages into a new seed [22:30] - restructure the 'live' seed to depend on the new seed [22:30] - create your new live-uec seed, also depending on this new common seed [22:31] slangasek: okay, thanks [22:41] lool: well, I was meaning "should it install the modules in a public location?" === apachelogger is now known as fluffymaster [22:44] slangasek: okay, so i have what i think might be a reasonable seed ... is there a tool i can run (germinate or something) to see what all it will bring in? [22:44] slangasek: and ideally build an ISO locally? [22:44] germinate is packaged, yes [22:44] building an ISO> awkward to achieve for live CDs [22:55] Would an buildd admin please rescore kdebindings. === sconklin is now known as sconklin-gone [23:21] cjwatson: bug #594839> didn't you fix this already? [23:21] Launchpad bug 594839 in plymouth (Ubuntu) "Plymouthd SIGSEGV on Lucid Xen Instance" [Undecided,New] https://launchpad.net/bugs/594839