[00:00] cjwatson: so should this be filed against partman-crypto instead of d-i then? [00:02] yes, I already reassigned the LP bug [00:02] (debian-installer is a reasonable starting point for alternate installer bugs, though) [00:03] cool [00:03] * tonyyarusso tries to figure out Debian bug reporting.... [00:04] tonyyarusso: http://www.debian.org/Bugs/Reporting [00:04] tonyyarusso: I'm pretty sure that bug is already filed in Debian, it's at least been a known issue for some time [00:04] cjwatson: yeah, reading that now. I'm fond of pretty web interfaces though. [00:04] slangasek: Really? I'll look again then...didn't see it in the list. [00:05] hmm, you're right, no open bug on partman-crypto about it [00:05] so someone's tracking it in their heads instead of in the BTS, sigh [00:07] slangasek: (I checked before saying anything ;-)) [00:07] unless it's actually on some other bit of partman or d-i [00:08] There was a note about a separate page for partman-crypto-dm, I should look there. [00:08] nvm, nothing there [00:08] partman-crypto-dm is a binary from the partman-crypto source package; bugs.debian.org/src:partman-crypto would find it [00:09] cjwatson: well, it certainly belongs to partman-crypto AFAICS, so if it's on another package, also bad :) [00:09] quite so, just sayin' [01:03] how can i dowload the source to the gnome weather applet?? [01:04] grndslm: #ubuntu is a better place to ask this sort of question - this channel is for development of Ubuntu itself, not development using Ubuntu [01:04] Though check the manpage for the apt-get command and look for the source option [01:04] i reallize, but they can't tell me what package it would be in [01:04] ...or source [01:05] You can use dpkg to find out which package a file is in [01:09] it's not working [01:19] hey guys [01:19] hiya [01:19] hows it going manchicken ? [01:19] sleepy [01:20] huh, I usually am but I got a good 9.5 hours last night [01:20] I have a question about initramfstools, would this be the place to ask? [01:21] alright, well I will ask and we will take it from there... [01:22] I like having an encrypted root, I mean I really like it and I think it was a great feature to be added to gutsy gibbon but I prefer luks myself [01:22] Um. It is luks. [01:23] I think, at least. [01:23] huh, I just had to erase a lot, it is luks that we are using now? [01:23] lemma turn to my laptop and take a look before I ask [01:25] I had some issues setting up encryption with the installer on my 4 disk desktop too [01:25] even if I only worked on one disk [01:25] when it was done installing grub failed with a error 15 [01:26] huh, your right, it is luks [01:27] well I am gonna ask my question anyways since I have an installed system to luks partition and this has always worked for me in previous installations [01:27] This channel isn't for support, so you may be better off asking somewhere else. :) [01:28] typically I setup luks, then run the installer and have it install to the luks partition with /boot elsewhere, then after install before I reboot, I modify /etc/cryptab, fstab, and /boot/grub/menu.lst, run update-grub && update-initramfs -u [01:28] well I figure my question is about to delve into something that this channel will contain the only people who know the details [01:28] should I still head out? [01:29] * jetole also thought it was a good place to ask programmer to programmer [01:29] ok, well... [01:29] Maybe. If it's a bug, then #ubuntu-bugs may be more appropriate. [01:29] I am not sure if it is [01:29] You can ask, but it's quite possible no-one will answer [01:30] alright, fair enough [01:30] when I run update-initramfs my system doesn't seem to do the cryptroot thing [01:30] now I saw all these components in the initramfs-tools dir [01:30] but when I cpio'd my current initrd I didn't see it installed [01:31] and I was wondering if I am supposed to enable this somewhere / somehow [01:31] or if it is a bug [01:31] EOF [01:35] Well, I dunno. It may be a result of the work to fix the installer-setup cryptroot stuff. Possibly. [01:35] since I have my old / backed up to one of the disks and did a diff one the two initrd's new+old, I might just manually add the missing files to /etc/initramfs-tools/ [01:35] could be [01:35] make sure the cryptsetup package is installed === cjwatson_ is now known as cjwatson [01:36] I looked over initramfs.conf and mkinitramfs and didn't see anythign worth touching [01:36] cjwatson: yes, that part was obvious [01:36] since it ships the necessary initramfs hooks [01:36] cjwatson: it does but they are in the /usr initramfs dir and not etc so I think I am going to add them manually [01:36] they shouldn't be in /etc [01:37] /usr/share/initramfs-tools is not copied to /etc/initramfs-tools or anything like that [01:37] well the crypthooks etc are not installed in my current initrd [01:37] no /sbin/cryptsetup? [01:38] the stuff in .../hooks/ isn't meant to be installed in the initrd [01:38] "hooks" in initramfs parlance are scripts that are run when building the initramfs that are responsible for copying bits in dynamically [01:38] it is, but I ran a recursive diff on the one that worked on feisty and the one on gutsy and I am missing ... [01:39] Only in ./old_init_dir/conf/conf.d: cryptroot [01:39] I understand that there is a problem, but it would be nice to try to fix it properly rather than randomly copying stuff in, so that we can make it work for more people :) [01:39] well I guess thats the only one [01:39] understood, I was under the assumption myself that data that was used was copied [01:40] my mistake [01:40] perhaps you aren't using UUID device names? [01:40] in /etc/fstab and /etc/initramfs-tools/conf.d/resume [01:40] in /etc/crypttab and /etc/fstab I am.... [01:40] conf.d/resume? [01:40] * jetole looks [01:40] that may not be relevant [01:41] I'm just tracing through the cryptroot hook and looking for places where it can bail out before creating conf.d/cryptroot [01:41] I also changed root in grub/menu.lst to point to /dev/mapper/linux as before it had it in kopt but in kopt_2_6 it pointed to the uuid of dev/mapper/linux [01:41] it may be easier for you to do that on your system with the aid of 'set -x' [01:41] set -x does what? [01:42] * jetole mans bash [01:42] 'help set' [01:42] -x Print commands and their arguments as they are executed. [01:43] fair enough, I set this command and then I run what? [01:43] no [01:43] put it on the second line of /usr/share/initramfs-tools/hooks/cryptroot and then run update-initramfs -u again [01:43] you should get a trace [01:44] ok [01:44] waiting for vim to load, I am in the encrypted root on the live cd [01:46] cjwatson: you want me to look for something in perticular here? is this something you want pastebin'd? [01:46] <`23meg> jcastro, https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/134361/comments/6 is probably of interest to you [01:46] Launchpad bug 134361 in transmission "Could you update Transmission please?" [Wishlist,Confirmed] [01:47] is there a kernel parameter which can prevent graphics mode from kicking in? ideally, this would provide a full login rather than a recovery mode login. [01:47] `23meg: thanks for the tip [01:47] jetole: I don't know exactly what I'm looking for, so pastebin is good [01:48] jetole: (btw, while I know the initramfs system reasonably well, I'm far from an expert on the cryptsetup stuff, so it is possible that I am not the guru you need; also, I'm going to bed soon ...) [01:48] <`23meg> jcastro, you're welcome; would you like me to pass similar info requests on to you when I come across them? [01:48] ok, will do now, so far I see it loading appropriate modules i.e.: dm-crypt, dm-mod, aes, sha256... anyways, will post now and continue reading after I post [01:49] `23meg: absolutely, feel free to leave me pm's or mail me directly [01:50] <`23meg> jcastro, will do [01:51] cjwatson: http://pastebin.com/m357ba14f [01:51] I will brb, laundry should be done [01:56] jcastro: we should probably look at transmission as our default bittorrent client [01:59] Burgundavia: is this like a spec or are you just thinking outloud? [01:59] the latter [01:59] feel free to make it a spec, although it probably should merely be added to the discussion of reducing duplication [02:00] # If keyscript is set, the "key" is just an argument to the script [02:00] if [ "$key" != "none" ] && [ -z "$KEYSCRIPT" ]; then [02:00] echo "cryptsetup: WARNING: target $target uses a key file, skipped" >&2 [02:00] return 1 [02:00] fi [02:02] cjwatson: are you leading the discussion on the reducing-duplication topic in Boston? [02:02] jetole: you're tripping that check. Figuring out why that explicitly prevents the node being added to conf.d/cryptroot is off the limits of my knowledge [02:02] Burgundavia: it's part of my track [02:02] Burgundavia: so I guess I will be coordinating it; but, if history is anything to go by, that session will have a fair sprinkling of doing as well as discussion [02:03] cjwatson: right, poor you. Is there a spec, should I start one and get some stuff on the wiki page? [02:03] Burgundavia: no, it doesn't need a spec [02:03] * lamont wonders how to make half-tone characters actually be readable on his LG LCD display [02:03] Burgundavia: unless there are particular things of interest that can't just be done straight away [02:03] scared myself for a second, have a linux shirt I only wore once and after putting laundry away it was awol but it was on the couch in the living room [02:03] Burgundavia: I expect those will come up on the day [02:04] cjwatson: well thanks for your help anyways [02:04] jetole: hope it gets you a little further, at least [02:04] I will continue to look, if I have to add it myself I will but I want to find a legitimate solution [02:04] cjwatson: it definitly does [02:04] I am going to read the rest now [02:05] Burgundavia: though if you have something to add, feel free to create a spec and dump it into the status whiteboard for now; I don't think it'll need a wiki page yet [02:07] oh shit, I think I just found the problem cjwatson [02:07] and it was my problem [02:08] lemme try this and if it works I will let you know [02:08] cjwatson: ok, that works [02:10] cjwatson: yeah I found it [02:11] fstab had the uid and crypttab had the name linux, the uuid pointed to /dev/mapper/linux but because the names were different update-initramfs never saw it [02:11] now the new initrd has a cryptroot [02:11] in both conf.d and scripts/local-top [02:12] * jetole is gonna reboot into what should be a working gutsy gibbon [02:12] oh and cjwatson you saved my ass with set -x [02:17] oh, fantastic, I never knew that - "wildcard" is translated into German as "Jokersymbol" or "Jokerzeichen" [02:17] it makes sense, but just sounds cool :) [02:30] well it worked, I am in gutsy [02:30] and wow if wmv support ever good on here [02:31] I never looked into the details but it looked good on mplayer in feisty and constantly choppy in totem/vlc [02:33] ok, I am not sure if you would be the guys to ask, but just let me know if not, would dpkg --get-selections on feisty work for gutsy? === RAOF_ is now known as RAOF [02:59] jetole: in what sense? [03:08] dpkg --get-selections allows you to backup your list of installed packages and dpkg --set-selections allows you to set them for installing [03:08] ... it doesn't used version numbers at all [03:08] yes I know that :) [03:08] so I am wondering if I can install my package list from feisty [03:08] that's the whole point, right? [03:08] you know, without fubar'ing my system [03:09] normally you can [03:09] ok [03:09] lol [03:09] so hopefully it wont screw me over? [03:09] but I don't think it's the recommended way of doing thing [03:09] s [03:09] well [03:09] well suppose I have my whole feisty installation backed up into a chrootable dir, what would be the recommended way? [03:09] hrrrm one sec [03:10] I need to order myself some dinner [03:10] k back [03:10] I have been playing with gutsy too much tonight [03:10] sure [03:10] the recommended way of upgrading is update-manager [03:10] it makes sure you have certain packages needed for your system to work installed [03:10] but [03:10] well I had some issues with that because I always use a custom encryption method [03:11] since you even know about dpkg --get-selections at all, I suppose you, to some degree, know what you're doing :) [03:11] now I'll say this [03:11] I do, like I said though, I am just not sure if it's safe [03:12] this laptop was originally installed with errr [03:12] dapper or the release before that [03:12] I apt-get upgraded my way through edgy en feisty [03:12] and it didn't break :) [03:13] there are a few commands that can help you out when the upgrade breaks though [03:13] you know about "apt-get -f install" and "dpkg --configure -a" ? [03:14] yeah... [03:14] typically I have found it easier to do a whole install but i [03:14] didn't back up last time [03:14] now for what it's worth [03:14] doing a clean install has its advantages too [03:15] well the clean install was done [03:15] removes old cruft from your system, and makes sure you got the packages with the new features for feisty installed [03:15] and I have feisty in a directory now [03:15] Guys here's an idea [03:15] apport should figure out how to fix broken crap [03:15] Whenever thunderbird crashes I REMOVE compatibility.ini FROM THE PROFILE DIRECTORY. [03:15] * jetole looks at apport [03:16] bluefoxicy: I hardly think apport is relevant here ;) [03:16] It just crashed 10 times in a row when I tried to open a message (even tried to delete the message), I removed the file, it works. I do this all the time D: [03:16] Chipzz: pitti wrote it! :D [03:16] jetole: apport is a program that hanles program crashes and makes it easy to submit a bug report including backtrace [03:16] never heard of it [03:16] but I will statr using it [03:17] it can automatically install -dbg packages to give you a meaningfull backtrace iirc [03:17] but, there's just ... recurring issues that have quick fixes <.< Need something to easy fix things. I just re-initialized my whole home directory (vacuumed over a lot of stuff, left out a lot of configuration, let .gconf reset) to get desktop effects to not crash my machine because I don't know what's busted x_x [03:17] well I guess for now I am going to use dpk --set-selections [03:17] and hope it works [03:17] but anyway [03:17] * bluefoxicy wanders away [03:17] (welcome to my 5 minutes of ADD) [03:17] jetole: btw, if I may give you one hint [03:18] fresh install so if it crashes, well I still have my backups [03:18] yeah? [03:18] it's always a good idea to upgrade apt and dpkg to the latest versions before upgrading [03:18] first, before doing the rest of the upgrade, that is [03:18] I know but it did have some issues with my encryption but I had a backup of the whole system [03:19] and there is one minor issue with the dpkg --set-selections thing [03:19] whats that? [03:19] don't know if you care about that though [03:19] you'll loose the information of which packages were automatically installed as dependencies in your old system [03:20] hmmm [03:20] but that's a minor issue I think [03:20] not really sure if there's a way to backup that information (I think there is though) [03:21] well I know that has always worked on the same distro if you need to do a reinstall [03:22] but I have never tried it after an upgrade [03:23] well since your importing the whole list of packages installed on your old system, you'll also be explicitely installing the dependencies, so they won't be marked for automatic removal [03:23] ah, I see what your saying [03:23] (I think) [03:23] ah well, I will just reinstall what I need [03:23] no, your right [03:25] btw, I recommend apt-get dselect-upgrade after dpkg --set-selections [03:25] I have typically just used dselect but I think it's the same thing [03:27] hi folks [03:27] i'm a student in computer engineering, i'd like to contribute in ubuntu [03:28] joeamined: #ubuntu-motu [03:28] jdong, anf ubuntu-dev is for what exactly ? [03:28] joeamined: for developers to coordinate activity directly related to development of Ubuntu [03:28] lol [03:28] ah okay [03:29] joeamined: not for discussions like this -- developers read scrollback of this channel and are irritated by random noise :) [03:29] okay [03:30] yeah... sorry but I had a legitimate question when I came in that #ubuntu would have not known s!@# about, my last question though probably wasn't for this room === Whoopie_ is now known as Whoopie [03:31] despite the official purpose of the channel though, you have to admit, some questions do belong to where they are proposed to the people who actually write the code [04:05] sad :( liferea wasn't able to handle google tech talks as a label [04:05] and now the label's gone [04:06] bug fixed, i guess === ubuntu__ is now known as DaSkreech [04:40] * Hobbsee wonders when the next open office upload will be done [04:41] 30 meg downloads to remove a file? sounds great! [04:41] exactly. [04:41] Whole Os upgrades to get some securoty? great! [04:42] oh, awesome! [04:43] it looks like update manager actually obeys dpkg pinning now! === Jucato_ is now known as Jucato === Gman_ is now known as GmanAFK [05:39] where is the place to log suggestions? (in addition to "import key from file" add "dl key from url") [05:40] (... in synaptic) === rob1 is now known as rob [06:07] CarlFK, what kind of suggestions? [06:07] Do you mean a way to make Synaptic easier to use? [06:47] good morning === jsgotangco_ is now known as greeneggsnospam === greeneggsnospam is now known as jeromesg [07:02] es [07:03] de? [07:03] fi? [07:04] en_FI [07:11] wha'? [07:12] Ever heard a Finnish athlete or a formula driver being interviewed in English? That’s en_FI. [07:18] what's kinda amusing is en_DK actually exists as a language code. === doko_ is now known as doko [07:56] morning pitti! [07:56] Good morning [07:57] Morning pitti [07:58] Hi [08:37] is there an easy way to copy the SpecTemplate, or should I just copy the code? [08:39] tepsipakki: usually you create a new page and select it as the template in the list to the left [08:41] pitti: ah, that simple. thanks :) [09:00] ion_: en_FI: a very slimmed down language consisting that has a limit of maximum sentence length? === GmanAFK is now known as Gman [09:03] sladen: And mohr importtantly, a suhrttan acksent. [09:27] doko: would you consider updating sun-java6 in feisty? The current version has problems with eclipse [09:28] JVM crashes sometimes [09:40] tepsipakki: yeah thats beena long time bug, i had posted a debdiff for it but the domain i was using (given by a member of community) was closed its too big for LP to handle [09:41] atleast the update 2 fixed it iirc and update 1 is in feisty [09:43] tepsipakki: https://bugs.edge.launchpad.net/ubuntu/+source/sun-java6/+bug/122442 this maybe your crash or not [09:43] Launchpad bug 122442 in sun-java6 "Memleak in Sun Java 6 on ubuntu feisty" [Wishlist,In progress] [09:45] gnomefreak: update 1 is not in feisty.. [09:46] build 1.6.0-b105 [09:46] tepsipakki: i know that is the one i had debdiff for so we could move to update 1 [09:46] i had updates confused its been a while since i did that [09:46] why bother, straight to the latest one ;) [09:47] agreed at the time update 1 was latest it wasnt even in gutsy at the time of that bug [09:47] update 3 is in gutsy [09:48] # Problematic frame: [09:48] # C [libc.so.6+0x6d688] strcmp+0x8 [09:48] that's from the current version. I'll ask the reporter to test update 3 [09:48] (a local student) [09:49] If a postinst has an upgrade quirk (if dpkg --compare-versions "$2" le blah; then foo; fi) that checks for version that is pre-dapper, it should be ok to drop it, right? [09:51] soren: AIUI yes [09:51] Goody. [09:52] since pre-dapper releases aren't supported anymore, and neither is upgrading breezy -> hardy :) [10:30] mjg59: do we actually need this hal SSB bus support patch for anything? there are no bug numbers referenced in your changelog, and upstream didn't apply it yet because they are waiting for an update to the spec (http://lists.freedesktop.org/archives/hal/2007-April/008078.html) === Gman is now known as GmanAFK [10:42] mjg59: same with the memstick patch: no upstream bug, no LP bug in th changelog, nothing on hal@l.f.o, nor in git head [10:42] mjg59: what is the use case for this? can you please forward it upstream with some explanations? [10:52] pitti: Sonics Silicon Backplace, I suspect it'll be some on-chip wifi/similar cores that are directly connected without even CI [10:52] PCI [10:52] ..be for some... [11:04] StevenK: I'm doing the devscripts merge, by the way.. [11:09] soren: Fair enough [11:10] ...unless of course, you've mostly already done it? [11:10] pitti, sladen: ssb is used in some linux based access points that can run *wrt.. Iirc on those based on broadcom chipset [11:11] sjoerd: and it is actually useful in hal? [11:11] anyway, I ported over the patches, but eventually those should go upstream [11:11] Unless ubuntu runs on some embedded devices with a similar chipset, no not really :) [11:12] Yay. `(i) The bug contacts for apt (Ubuntu) have been subscribed to this bug. Page not found. Theres no page with this address in Launchpad [etc]' === Zdra_ is now known as Zdra === Jucato_ is now known as Jucato [11:21] mjg59: btw, if you have a hal ubuntu branch checkout, please re-do it; I recreated the ubuntu bzr branch from scratch as a proper fork from the Debian svn (through bzr-svn, pushed to LP as 'debian') === ivoks is now known as ivoks_zzz === norsetto is now known as norsetto_limbo === Mez|Away is now known as Mez === Mez is now known as Mez|Away === Mez|Away is now known as Mez [13:07] asac: yay for xulrunner! === zul_ is now known as zul [13:10] pitti: thanks for confirming this ;) [13:10] pitti: Have you gotten a chance to review jdong's email on azureus yet? === dendro-away is now known as dendrobates [13:25] ScottK: not yet, sorry, will do ASAP [13:27] pitti: No trouble. I look forward to seeing your reply. [13:34] pitti: Yeah, I'll sort those out [13:34] mjg59: thank you === norsetto_limbo is now known as norsetto === agoliveira is now known as agoliveira_brb === agoliveira_brb is now known as agoliveira === ivoks_zzz is now known as ivoks === dholbach_ is now known as dholbach === stdin_ is now known as stdin [14:02] mpt: "a way to make Synaptic easier to use?" yes I added it to: https://wiki.ubuntu.com/IdeaPool === ogra__ is now known as ogra === ferrari_ is now known as pferrari [14:25] $ submittodebian [14:25] ImportError: No module named debian_bundle.changelog [14:25] dholbach: ^ what's the trick to make it work here? looks like a missing dependency [14:25] oh [14:25] python-debian, I guess [14:25] ah, python-debian [14:25] pitti: soren wrote it [14:26] ? [14:26] Oh. [14:26] Install python-debian. [14:26] that should be a dependency then [14:26] pitti: ^^ [14:26] Sure, I'll add it right away. [14:26] yep, that worked, thank you! [14:27] np :) [14:30] soren: if you are at it, how do you feel about incorporating https://wiki.ubuntu.com/Bugs/Debian/Usertagging into submittodebian? [14:30] pitti: It's already there, actually. [14:30] pitti: reportbug needs a patch to support it. [14:30] soren: hm, not in the current version at least; maybe in unapproved? [14:31] pitti: ...so it's disabled. [14:31] ah, I see [14:31] soren: feel free to merge it, and add that too [14:31] I'll upload it when Hardy opens. === agoliveira is now known as agoliveira_lunch [14:31] cool. then you can be bitten by the TIL principle :) [14:31] Tell me about it. [14:32] I'm just happy I haven't touched something like dpkg.. Eeek! [14:32] I took a quick peek at the merge.. I haven't slept since! [14:32] (ok, it was this morning, so it's not that strange, but still!) [14:33] soren: i've uploaded that before. it was very scary. [14:34] soren: apt and mesa are also fun packages to upload. [14:34] I can only imagine. [14:34] actually, apt's just a horror package. [14:35] Personally, I would just have bribed mvo to do it. [14:37] soren: hm, submittodebian did not tell mutt to attach the patch; I had to fish it out of /tmp, copy it to a sane file name, and attach it manually [14:38] soren: that may have been teh smarter move. but it tends to be quicker to Just Do It, rather than by the Nag Mvo Every Day method. [14:38] pitti: /me blames reportbug :) [14:38] * Hobbsee blames soren, for not merging/dealing with it earlier. [14:38] pitti: Could you file a bug about it? I'm a bit tied up right now and is likely to forget all about it. [14:39] soren: yes, can do [14:39] soren: but dpkg is lovely. [14:39] * soren hugs pitti [14:39] soren: a bit of rough love, admittedly. [14:39] Mithrandir: === dtghadgtnadgtnad is now known as dendrobates [14:44] dendrobates: dtghadgtnadgtnad? were you born in Wales or so? :) [14:45] pitti: Is that hard to pronounce in German? [14:45] Hobbsee: mesa is no horror anymore, since it began using a patch system (quilt, but anyway) :) [14:45] tepsipakki: haha. [14:45] dendrobates: I got as far as "dtg" when my throat deformed to a knot [14:45] * ogra_cmpc trise to get the knots out of his tongue [14:45] tepsipakki: it's still got all the libs differing by one letter. [14:46] Ooh! [14:46] pitti: that was me angrily banging the keyboard because [14:46] * pitti flushes the hardy queue [14:46] Whee! [14:46] pitti: I had to recover my nick yet again. [14:47] * Hobbsee has an alias for nick recovery. === pitti changed the topic of #ubuntu-devel to: Development of Ubuntu (not support, even with hardy; not application development on Ubuntu) | #ubuntu for support and general discussion for dapper/edgy/feisty/gutsy | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Hardy opened, go wild! [14:47] * Hobbsee UPLOADS LOTS OF CRACK! [14:47] omg [14:47] * pitti flushes the first round of pending autosyncs, too [14:48] oh yes :) [14:48] pitti: danke [14:49] pitti: lets sync debian-installer. i think that would be fun. and adept. [14:49] pitti: can we sync the entire debian kernel, too? [14:49] * ogra_cmpc humps asac's leg [14:49] xulrunner !!!! [14:50] * Hobbsee covers eyes [14:50] my first seed change in hardy will be dropping FF, yay [14:50] * ScottK takes video [14:51] *g* [14:51] * Hobbsee wonders hwat happened if someone requested a sync of the kernel. [14:51] ogra_cmpc: hehe :) [14:51] er, what would happen. [14:53] Hobbsee: they'd get told off? [14:54] Mithrandir: hmm. might be fun to try. [14:54] Hobbsee: Save it for near a milestone when the archive admins are really tired. [14:54] ScottK: [14:54] ScottK: i'm listed as one of them myself. i'm unsur ehow well tha twould go :P [14:55] Ah. Right. Forgot about that. [14:55] ScottK: then we might not just tell somebody off, but actually yell. :-) [14:56] * Hobbsee ponders if that would be amusing or scary. [14:56] * ScottK thinks it'd be amusing to watch it happen to someone else ;-) [14:57] * Hobbsee has already set off a whole bunch of work alarms tonight, so is somewhat game :P [14:57] but seeing as they have a 30 min response time, it's easy to get away :) [14:57] I'll hold the new xorg-server 1.4 until broken keymaps with input-hotplug are resolved (bug in evdev) [14:58] the new hal includes the .fdi file for it [15:01] * ogra_cmpc grumbles ... why the heck isnt pidgin capable of running fullscreen [15:02] does anyone know if the rooms at hotel@mit have power outlets for european devices? [15:02] probably not. [15:02] they don't [15:02] figures [15:03] * TheMuso is just taking an adapter anyway, as it will be needed at some point. [15:03] All of the devices I'm bringing at this point will work for 110V, which is nice. [15:04] StevenK: Likewise. [15:05] most modern powerbricks have autosensing though [15:06] ogra_cmpc: yeah, just need adaptor for the shape of the plug... [15:06] And even if you get it wrong, 220v device in 110v outlet just doesn't work. The reverse is often more spectacular. [15:06] heck, even modern computer PSUs seems to be autosensing. [15:07] I'm trying to find a suitable wire for the lenovo laptop charger [15:08] should be somewhere.. [15:08] Mithrandir: not autosensing per se... most I've seen still use the 110-240 switch deal [15:09] Mithrandir: the cheap ones I've sacrificed to experimentation do fatally brown out on the wrong setting [15:28] I need to file a critical bug against myselkf [15:28] Keybuk: Oh? [15:28] I took the battery out of my laptop, so I could put the larger travel battery in [15:29] since I'll want that for the Boston flight [15:29] checked charge before I did, and thought "hmm, could do with emptying it first, so it gets a full charge cycle" [15:29] so I pulled the power cable out, and then put the battery n [15:29] ... === cprov is now known as cprov-lunch [15:29] Haha [15:35] Keybuk: haha, nice :) [15:36] * jdong still sad launchpad.net/jdong was declined because I am not an open source project [15:36] jdong: gpl your dna ;) [15:36] jdong: as iwj has said in the past, we need to be able to file bugs on people [15:36] mc44: his DNA is almost certainly patented [15:37] mc44: I wish I could, but isn't providing your DNA to minors illegal in most places? ;-) [15:37] Keybuk: I tried registering myself as a product :D [15:37] Keybuk: yeah, I wonder if the prior art argument works there ;) === agoliveira_lunch is now known as agoliveira [15:39] mvo: About time m8 :) [15:39] mvo: You got a second to answer a question that I've probably over-simplified and haven't been able to answer on my own? [15:39] manchicken: sure [15:39] mvo: If I have a package entity in libapt, how do I determine the package's priority? [15:40] I'm trying to put in a warning to help prevent removal of important packages. [15:41] Or at least warn folks when they're trying to purge libc :) [15:42] manchicken: I would check for the flags: pkgCache::Flag::Important and pkgCache::Flag::Essential, give me a sec, I dig out a code example [15:42] Much thanks. [15:44] manchicken: something like: http://paste.ubuntu.com/1238/ should work (if you have a pkgCache::pkgIterator for the package, but I assume you have [15:47] Well I'm trying to remember where this is... [15:51] If I weren't in the office today this would be much easier. === ogra_cmpc is now known as ogra [15:54] BTW, those who remember me complaining about python-mode in emacs22, (re bug #155681) dpkg --purge python-mode fixes it and makes the world a happier place. [15:54] Launchpad bug 155681 in python-mode "emacs22 and python-mode do not play together" [Undecided,Incomplete] https://launchpad.net/bugs/155681 [15:55] apt-get install vim ? [15:55] * ogra runs and hides [15:56] ogra: No, that just makes the world a sadder place. [15:57] thats a very subjective view :) [15:58] I agree with ogra :) [15:59] ogra: lets just purge emacs from the repos. [15:59] gedit ftw [15:59] Does anyone else get a mail to -devel-discuss list dated March? [16:00] Amaranth: wow, do you know anyone really using it in actual development ? [16:00] <-- [16:19] soren: I see... :( [16:20] gaspa: Huh? [16:20] qemu [16:20] thanks, anyway. [16:20] Oh. [16:20] Yes, sorry about that. [16:21] There's still plenty of merges to do, if you want to help out! [16:21] np, the next time, i'll worry ask before make anything ;) [16:21] sure. [16:22] soren: but is http://dad.dunnewind.net/universe.php updated? it doesn't seem so [16:22] It's generally updated hourly. [16:22] gaspa: I think it only runs once a day. [16:22] Oh, really? [16:22] MoM is less frequent. [16:22] Well, the qemu upload didn't hit the archive until just about an hour ago. [16:23] qemu is still open [16:23] ah,ok. [16:24] DaD universe is updated at :30 each our (and main at :00) [16:26] (btw last update's time is written at the bottom of the page) === cprov-lunch is now known as cprov [16:38] http://nicubunu.blogspot.com/2007/10/distro-deathmatch-werewolf-versus.html [16:38] Vote for the gibbon! [16:38] * tonyyarusso can't...is actually feeling pretty disappointed :( [16:44] Is BenC awake by any chance? I was wondering if you could explain the issues causing the bugs relating to no virtual terminals when using vga= options other than normal in Gutsy. ('tis quite annoying, so hoping there's a really good explanation) [16:44] mvo: can you tell me how to fix https://bugs.edge.launchpad.net/ubuntu/+source/ubuntu-restricted-extras/+bug/152358 ? [16:44] Launchpad bug 152358 in ubuntu-restricted-extras "Xubuntu Restricted Extras has no entry in Add/Remove..." [Undecided,New] [16:44] it's a desktop thingy, which i think was your domain? [16:44] Hobbsee: sounds like a desktop file missing. I can check the repo [16:45] mvo: thanks. [16:51] and *that* time was GNOME Power Manager being somewhat optimistic about the battery charge [16:52] If it's the first time you've put the battery in for a while, it'll be entirely uncalibrated [16:53] I suspect it's the first time it's ever put this battery in [16:53] though shouldn't it at least use the battery's own guess in that regard? [16:55] I believe that it does, in the absence of any other information [16:55] If the battery has been sitting on a shelf for a while, the battery will have no idea either [16:56] A lot of the battery figure comes from monitoring how much energy has gone in and how much has come out. If it's been slowly self-discharging, that's going to be wrong [16:56] ah, true [16:56] it's the travel battery, so it's been on the shelf since ... Seville :p [16:58] ogra: I think there are some other things wrong with pidgins GUI too ;P for example, why the view log dialog has to be modal :S [17:01] Chipzz: well, usually i dont use pidgin but i'm to lazy to install xchat here [17:01] Keybuk: IIRC, right after I bought my asus notebook I had to run a calibration routine on the bios to have an acurate report from the batery. [17:02] mvo: is there a UDS sessions for LTS upgrade? [17:03] Riddell: does that need discussion? "make it work" ;-) [17:05] seb128_: there's always some amount of how to make it work [17:06] well, as long as we keep all the transitional code in maintainer scripts until after 8.04 release, it shouldn't get too bad; then u-m mainly needs to sort out things like which packages to additionally install/remove [17:06] ISTR seeing changelogs which dropped transitional code, but I don't remember which any more [17:07] Riddell: not that I know of, might be good to have one, also there is a spec from last uds [17:07] mvo: should I register it? [17:07] we'll need to look at porting the Kubuntu upgrade tool to dapper [17:08] Riddell: yes, I think that is sensible then [17:08] Riddell: to register a session about it I mean [17:11] mvo: I've proposed lts-upgrades for UDS Boston [17:13] has ubuntu autosync already turned on? [17:22] DktrKranz: started today; not quite finished the first pass yet though === seb128_ is now known as seb128 [17:23] cjwatson: thanks. [17:25] cjwatson: do you know when it will be fully functional? [17:25] no [17:25] ok, thanks anyway [17:25] it is in progress, that's all I'm prepared to say :) [17:31] this looks odd - http://merges.ubuntu.com/main-trend.png [17:32] bryce: what is odd about it? [17:33] the lines on the left should be on top of the color right? [17:33] or something else? [17:33] hmm actually thats not quite right the color should extend to the left [17:33] and there are no new lines for gutsy [17:36] pitti: Hi, can an accepted upload to gutsy-proposed be removed from it? === norsetto_ is now known as norsetto [18:07] geser: only until the publisher runs [18:09] cjwatson: do you have some time to look into dapper's d-i linux installation for lbm? do you want a bug report for it? [18:09] pitti: do we have current images I can grab and hack on, that have l-b-m seeded? [18:10] cjwatson: ah, no; if you need that, we'll need to wait until tomorrow [18:10] cjwatson: kernel was FTBFS, new one is almost built (and then lbm and lrm can build over night) === agoliveir1 is now known as agoliveira [18:12] pitti: it would help === geser_ is now known as geser [18:13] this is a little bit weird and I'd rather not try to get it right first time without something to test on [18:13] cjwatson: ok; CDs should be there tomorrow morning [18:13] thanks [18:13] cjwatson: I just hoped to get test CDs done by Boston [18:13] we want to install l-b-m unconditionally? [18:13] (on new installs but not upgrades) [18:13] cjwatson: if that isn't much work, do you reckon the d-i changes could be done tomorrow? [18:14] yeah [18:14] cjwatson: yes, that was the idea AFAIK [18:14] BenC: ^ [18:17] pitti: probably something like http://paste.ubuntu.com/1250/ [18:18] LaserJock_: that you? [18:19] cjwatson: s/\(linux\|linux-image\) looks funny; I didn't know that this DTRT [18:19] pitti: should do, what do you think is wrong with it? [18:19] sed takes basic regexes unless given -r [18:19] it looks a bit indeterminate [18:20] like, linux-image-generic could go to linux-backports-modules-generic or linux-backports-modules-generic-image [18:20] $ echo linux-generic | /usr/lib/initramfs-tools/bin/busybox sed 's/\(linux\|linux-image\)/linux-backports-modules/' [18:20] if sed always prefers to replacte the longest possible match, it's fine of course [18:20] linux-backports-modules-generic [18:20] $ echo linux-image-generic | /usr/lib/initramfs-tools/bin/busybox sed 's/\(linux\|linux-image\)/linux-backports-modules/' [18:20] linux-backports-modules-generic [18:20] sed should always take the longest match yes [18:20] cjwatson: yeah, I didn't doubt that you tested it, just mentioning that it looks a bit funny :) [18:21] that is generally true of regexes [18:21] I hadn't actually tested it before you asked ;-) [18:21] 24520 jdong 35 19 1707m 653m 724 D 2 64.8 46:31.76 trackerd [18:21] "If the RE could match more than one substring starting at that point, it matches the longest." regex(7) [18:21] Dear Jesus and Santa: Tracker should not use 2GB RAM [18:21] Thanks, [18:22] P.S. Sorry about those jokes last week. I didn't mean it seriously. I hope I still get gifts for christmas. === dendrobates is now known as dendro-away [18:28] if I do dapper->gutsy, I assume that we should be filing bugs (against what?) so that they get fixed for the dapper->hardy update-manager thang, yes? [18:28] * lamont pokes cjwatson [18:31] lamont: dunno why you're poking me ... but 'update-manager' typically unless it's clearly a package bug [18:35] lamont: what cjwatson said, what packages/problems have you seen when you tried the upgrade? [18:39] mvo: it mostly came in the form of file also exists in bar type errors, and the fact that evms needs to be eliminated if one wants to live. [18:40] I just have another machine to upgrade, so I figured I'd actually be pedantic about it. [18:43] lamont: ok. i expect that missing conflicts/replaces will be a large chunk of the problems [18:44] mvo: and those are package bugs. nice for you. :) [18:46] pitti, cjwatson: Yeah, lbm on livecd, and d-i should be default [18:47] BenC: thanks (we won't rebuild live CDs, BTW) [18:47] ah, right, server only === dendro-away is now known as dendrobates [19:15] hi folks [19:15] sistpoty! [19:15] hey LaserJock [19:15] * slangasek waves [19:15] hi slangasek [19:15] is there any reason why nvidia-settings is in restricted instead of main? (looking at bug #59945) [19:16] Launchpad bug 59945 in sensors-applet "no nvidia support" [Undecided,Confirmed] https://launchpad.net/bugs/59945 [19:17] actually debian/copyright only says gpl-2, and I didn't spot any deps/build-deps from nvidia-settings outside of main (but have looked only 5 secs at these though) [19:18] nvidia-settings> because it came from Debian contrib [19:18] and doesn't it only drive the closed nvidia driver? [19:19] yes [19:19] sistpoty: at a guess, I'd say it requires nvidia-glx-legacy to be useful but only Recommends it because it's a virtual package provided by the per-kernel bits which may not be packaged or may only become available later [19:19] and hello (first :) [19:20] correction, nvidia-glx-legacy is a real package that depends on the kernel bits [19:20] or because generally userspace stuff tries to avoid expressing dependencies on kernelspace things by means of package dependencies, because it causes problems / doesn't work right if you have multiple kernels installed [19:21] I hope gouki enjoys the EISDIR from his quit message [19:21] ok... what do you think then would be the right fix for the aforementioned bug? duplicate the source to multiverse (which imho is ugly)? [19:22] I think I'm OK with a source in universe building a binary in multiverse as long as it has no non-free components itself (i.e. it's only Debian contrib-style) [19:22] but the source could always be moved to multiverse and build a binary in universe if somebody has a problem with that [19:23] cjwatson: but it would have to b-d on s.th. from restricted, wouldn't it? [19:23] cjwatson: ah, if that's possible, cool :) [19:23] the source package would probably have to go in multiverse then [19:23] but that's OK, it can still produce a universe binary [19:23] our closure rules aren't quite the same as Debian's [19:23] though, hmm, that does feel kind of icky [19:24] I think universe actually technically can build with restricted [19:24] even better, that would mean less stress then :) [19:24] "Secondly, enabling NVIDIA support would be an Ubuntu-specific change to the package, so the Ubuntu packager would have to make it." sigh why do people say that in Ubuntu bugs? you file an Ubuntu bug because you want Ubuntu to make a change [19:25] btw, they are completely broken on amd64 with serie 8x [19:25] ok, I'll start out with a patch for nvidia-settings then (as the header isn't shipped atm.) thanks for your help! [19:25] == crash [19:26] do please make sure that the restricted build-dep doesn't influence the binary in universe in any way, though [19:26] and it might be a problem later if the package is ever to migrate to main [19:27] what do you mean with influence? if I get it correctly, nvidia-settings only ships a static library, so it would definitely have an effect on sensors-applet [19:28] err, the actual binary in universe? I thought you were talking about creating a separate binary [19:28] linking a library from restricted into an executable in universe is not acceptable [19:29] ah, ok, got it... so I create two binaries where one goes into multiverse, right? [19:29] building a source package in universe and having it produce a binary package in universe (which only uses stuff from main and universe) and a binary package in multiverse (which is not limited in that way) is OK, provided that the binary is only in multiverse due to dependencies and not because it is itself non-free [19:30] if the source package only produces one binary and that requires non-free things and so is in multiverse, then the entire source package should be in multiverse [19:30] your choice [19:31] that would be the easiest thing, not too sure if that's desirable though [19:36] are backports of lrm feasible? (bug 156325) [19:36] Launchpad bug 156325 in fglrx-driver "New fglrx 8.42.3 to Gutsy" [Undecided,New] https://launchpad.net/bugs/156325 [19:45] Riddell: bug 153889 requires verfication for Feisty and Gutsy correct? [19:46] Launchpad bug 153889 in adept "feisty dist upgrade check does not work" [High,In progress] https://launchpad.net/bugs/153889 === _stefan_ is now known as sistpoty === cprov is now known as cprov-out === GmanAFK is now known as Gman === asac_ is now known as asac [22:00] mbiebl: I SO agree with your last post on upstart-devel :-). KISS FTW. [22:05] bdmurray: yes, in feisty it didn't show when it should have and in gutsy it showed when it shouldn't have [22:07] Riddell: okay, I was unable to verify the fix for gutsy [22:07] bdmurray: it still showed? [22:08] Riddell: Yes, after launching Adept in the system menu and then clicking Fetch Updates [22:08] I put it all in the bug [22:11] bdmurray: that's with 17.1? [22:11] running kdesu adept_manager? [22:15] I ran it from System -> Adept Manager which then prompted for my password [22:15] I could try it via kdesu adept_manager if that would make a difference [22:17] shouldn't do [22:18] but give it a shot anyway :) [22:18] and obviously make sure it's adept-manager and adept-common ubuntu17.1 [22:18] it definately solves the problem for me [22:20] okay, I think I see my problem then [22:20] just installing adept from proposed is not enough? [22:25] If so that isn't obvious from the bug report or verfication steps [22:25] "adept" is just a meta package [22:25] maybe we should add versioned depends to it [23:56] *sigh* [23:56] evolution takes so long to build [23:58] There’s a cure for that. Do all builds under valgrind for a month. After that, everything seems to build quickly.