/srv/irclogs.ubuntu.com/2009/04/16/#ubuntu-devel.txt

=== fader__ is now known as fader_
=== spm changed the topic of #ubuntu-devel to: Archive: release freeze | Ubuntu 9.04 Beta released! | Development of Ubuntu (not support, not app development on Ubuntu) | #ubuntu for support and general discussion for dapper-intrepid | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs
dmgHey, it appears the latest mplayer svn makes dash segfault during ./configure.  Can anyone else reproduce this?01:19
dmgMy version of dash is the latest in jaunty, 0.5.4-12ubuntu2.  mplayer svn is at svn://svn.mplayerhq.hu/mplayer/trunk .01:20
dmgI'd give a backtrace, but dash is stripped.  Should I build one by hand with -g?01:20
cjwatsonhttp://wiki.ubuntu.com/DebuggingProgramCrash has instructions for acquiring debugging symbols and getting backtraces01:22
dmgcjwatson: thanks01:22
cjwatson(i.e. yes, it's stripped, but we save the debug symbols in packages on ddebs.ubuntu.com)01:22
=== ember_ is now known as ember
dmgcjwatson: looks like dash and mplayer's configure script are both wrong.01:51
dmgthe configure script has a bug -- they replaced all the `` with $(...) instances, but there's a place where they had01:52
dmg`(echo foo | grep ...)`01:52
dmgthat turned into $((echo ...) ...01:52
cjwatsonhah01:52
cjwatsonarithmetic expansion01:52
dmgand dash slurped in the entire file while parsing looking for the closing ))01:52
cjwatsonI don't entirely blame dash for getting confused, although obviously it's still a bug01:53
dmgit segfaulted because parser builds stuff using alloca(), and it ran out of room.01:53
ebroderGood for them for quoting things properly, though!01:54
ebroder...or something01:54
cjwatsonindeed, the problem is obvious from http://bazaar.launchpad.net/~vcs-imports/mplayer/trunk/revision/2914402:00
cjwatsoninterestingly, bash manages to parse it as the author intended, although I have no idea how02:01
cjwatsonit must be doing some serious lookahead to manage that02:01
dmgcjwatson: probably once it sees something that's not an arithmetic token, it gives prunes that branch of the parse tree and figures it must just be a normal command line replacement?02:07
dmg(i.e, 'echo' isn't numeric ...)02:08
dmgI'd need to go back and look at bash's grammar..02:09
dmgcjwatson: my two-line patch has been sent to the mplayer mailing list.  I suppose that's good enough.02:21
dmgThanks for your help.02:21
jdongkees: I'm getting multiple user feedback that the udev update doesn't trigger a reboot notification. Is this intended?03:36
mrooneykirkland: just thought you might like to know that I got my sheeva plug (http://www.linuxdevices.com/news/NS9634061300.html) today and it is running jaunty server, in a 150mb footprint no less!05:42
mrooneyI will hopefully be putting up a blog post soon about it, I imagine not too many people are shipping jaunty already, let alone the ARM port05:43
keesjdong: lacking it is not intended, no.  It was mentioned in the USN, though.05:52
jdongkees: ah, okay. I suppose it doesn't make much sense to spam another update to pop up a pretty bubble.05:53
keesjdong: but it's possible the packaging lacked it originally05:53
jdongyeah about 5 users told me it on separate accounts, so I'm assuming the packaging lacked it.05:53
jdongI don't think we had to replace udev very often (the binary itself) :)05:53
keesjdong: it's actually never happened before for -security.  :P05:54
jdong:)05:54
jdongI'm kind of shocked that of all the other major distros that I subscribe security notifications to, none have mentioned this yet.05:54
jdongwhen was this vulnerability discovered?05:54
keesjdong: last week05:54
jdongyikes05:55
keesjdong: 1700 UTC today was the coordinated release time... *shrug*05:55
jdongah, I see05:55
jdongI suppose it looks like a one-man show for now, huh? :)05:55
keesbut yeah, I'm a bit surprised, this is a pretty serious issue.  :P05:55
jdongyeah, painfully serious.05:55
kees1700 was SUSE's recommendation, too.05:55
ebroderI'm still trying to figure out if I care enough to patch my high-use Debian machine myself while I wait for them to get their act together05:55
jdongand it's not like the SELinux profiles in RHEL do anything to stop it either. udevd_t is shockingly unconfined_domain()05:56
keesyup.  the Xen-guest SELinux-escape route is possible with this vuln too.05:56
jdongouch, xen guests can exploit the host you mean?05:57
ebroderWait..what?05:57
* ebroder may really care now05:57
keesit was a paper that was written about a specific Xen guest-to-host vulnerability.05:57
jdonghaha ebroder is gonna have a sleepless night :D05:57
keesebroder: the Xen issue was fixed a long while ago.05:57
ebroderOh, ok05:58
jdongah, dan walsh wrote a reflection on that, I recall05:58
jdongi.e. it being a mistake RH didn't confine VM's in the host.05:58
keesjdong, ebroder: http://invisiblethingslab.com/pub/xenfb-adventures-10.pdf05:59
keesjdong: no, it was confined, but allowed block device access.05:59
keesanyway, same principles could be used to escape SELinux with the udev vuln.  I think, I'm not much of an selinux-escape-artist06:00
jdongmmm I see.06:00
dholbachgood morning06:00
jdongcurrently what I see in refpolicy is that the "user_u, sysadm_u, staff_u" users do not have the ability to use netlink_socket06:00
jdongI assume that means users confined under these domains would not have then ecessary access to pull this off.06:01
jdonghowever, the default config is to place users in unconfined_u so this is moot.06:01
bryce_slangasek: so, evidence is piling up that switching "greedy" on is a very good thing.  There is only one data point to the negative - your firefox case06:04
bryce_slangasek: so I'm wondering how to reproduce that issue, and if we can definitively tie it to greedy, or if it might be an unrelated issue06:05
slangasekbryce_: which was informally confirmed by others on IRC last night; so we'd be trading performance for correctness...06:05
slangasekthe only thing that changed to trigger the behavior was turning on greedy06:06
slangasekreproducing> i965, switch/scroll windows rapidly06:06
bryce_slangasek: was it?  I missed that discussion.06:06
bryce_slangasek: I'm on i965 and not reproducing it06:07
slangaseker, sorry - 94506:07
slangasekyou'd think I'd know by now what I'm running06:08
bryce_heh06:08
bryce_what were other people on?  who else reported seeing the issue?06:08
bryce_if it's only appearing on !i965 or only i945 or whatever, maybe we can conditionalize those cases06:08
slangasekI'll check my logs06:09
=== dholbach_ is now known as dholbach
slangasekbryce_: it was Lure this morning06:13
slangasek<Lure> slangasek: I have also noticed some black areas with greedy (but not to the level that I would go back to non-greedy ;-))06:13
jdongkees: *WOW*, the Xen dude is quite an escape artist. Quite an amazing read.06:14
slangasekbryce_: did you get a fixed patch that doesn't cause insta-segv?06:14
jdongkees: by far the biggest mistake was xend_t being allowed *ALL* block devices.06:14
bryce_slangasek: no, but based on the good perf numbers we're getting I'm considering taking a shot at making one06:14
* slangasek nods06:14
bryce_slangasek: I mean, if it's worth giving it a shot06:15
bryce_ideally, I'd like to have the black firefox problem out of the way though06:16
macoslangasek: wait, is it scroll in firefox quickly *or* switch between various windows, or is it switch between firefox windows? i'm confused06:18
macoive got a 945 at home i can play with in the morning and a 965 here06:18
bryce_I also have a 945 I can upgrade and play with tomorrow I guess06:20
slangasekmaco: a lot of all of the above06:34
macoslangasek: ok06:41
tjaaltonsigh, this klogd hang is driving me nuts07:23
tjaaltonit's not doing any remote logging, so that's not it07:24
tjaaltonKeybuk: shouldn't init wait for the network to be up before it proceeds to rc2?07:24
liwtjaalton, I don't think init sets up networking, and anyway, it shouldn't wait, since it can take indefinitely long (e.g., if the dhcp server is down during boot)07:25
liwtjaalton, where does klogd hang for you?07:26
tjaaltonliw: it hangs on boot if the network is not up yet (normal dhcp setup, network-manager isn't used)07:27
liwtjaalton, hmm... weird07:27
tjaaltonbecause the dhcp server is on another network, so it might take a while to get a lease07:27
tjaaltonI'll try to strace it..07:27
tjaaltonldap is used, and it tries to run it as 'klog' user.. maybe that's why it fails07:29
maxbwindow level all07:49
tjaaltonhm, now that I messed up the klogd initscript (it didn't try to start it at all), it fails in the next initscript which is dbus07:53
tjaaltonso klogd is not at fault here, that's for sure07:54
=== evand1 is now known as evand
tjaaltonliw: it's the mountnfs-scripts that are failing.. looks like mountnfs.sh is run even though the network is not up, and that hangs the boot08:27
liwtjaalton, that'd be a bug, yes08:28
liwthe fix would be to switch to using upstart events, I'm sure :)08:28
pittiGood morning08:37
seb128hello pitti08:37
slangasekTheMuso: we're slipping in one kernel upload post-RC; one change is specific to lpia, but the other applies to anyone running ext4.  Can you sync up linux-rt and linux-ports and get them into the upload queue, so we can push that through ASAP after RC is done?09:25
=== sabdfl1 is now known as sabdf1
liwslangasek, any chance you'd accept a further change to fix my SATA/SEMB problems? http://bugzilla.kernel.org/show_bug.cgi?id=11579 (but I haven't verified the patch yet)09:31
ubottubugzilla.kernel.org bug 11579 in Serial ATA "Libata SATA hard drive detection" [Normal,Resolved: code_fix]09:31
slangasekliw: is that a blocker for installability?09:31
slangasekoh, if the patch isn't verified yet, then the timeline probably doesn't work09:32
liwslangasek, it prevents installing on a bunch of WD SATA hard disks -- the kernel doesn't recognize them as hard disks09:32
slangasekthe kernel in question is already uploaded, and needs to be accepted for building by tomorrow in order to make this work out time-wise09:32
liwah, too bad09:32
liwI'll test the patch RSN anyway, it'd be nice to get this fixed in an SRU09:33
TheMusoslangasek: ok I'm on it, I have one bug I need to kill thats powerpc-specific as well, so this is good news, thanks.09:33
liw(although it probably requires an updated ISO image, too, hmm)09:33
slangasekliw: yeah, which would have made it useful to have in for final :/09:34
TheMusoslangasek: ...or I could if the git commits were pushed to kernel.ubuntu.com.09:36
slangaseksmb_tp: ^^ linux-ports folks need those kernel commits :)09:36
smb_tpslangasek, TheMuso The patches itself are there. Just a sec I forward Tims mail with the ids09:37
smb_tpI am currently locally building that kernel to get the abi files for the merge back09:38
TheMusosmb_tp: Not really useful, as I list the exact changelog bits from mainline in the ports upload'09:38
TheMusoI could generate it however, so I'll see what I can come up with.09:38
smb_tpTheMuso, would the exported patches be ok? You could apply them with git am09:39
=== fta_ is now known as fta
TheMusosmb_tp: that would be fine, means I rebase by hand, i.e no script, but thats ok.09:40
TheMusoseems the RSS for gitweb is not updating which is why I thought some of the patches weren't there.09:40
pittismb_tp: I just updated bug 321474 to remove the v-failed/regression tags09:41
ubottuLaunchpad bug 321474 in linux "[Intrepid] Update kernel to Linux 2.6.27.13" [Medium,Fix committed] https://launchpad.net/bugs/32147409:41
pittismb_tp: is there a plan when to release the intrepid kernel to -updates?09:42
smb_tppitti, Yes, I definitely wanted to go over the open stuff to see where we stand and have Intrepid and Hardy moved to updates soon09:43
smb_tpTheMuso, I created a local topic branch for that upload and have to merge it back as soon as I got the abi files. Then I'll push everything09:44
smb_tpTheMuso, Mail is away09:44
TheMusosmb_tp: thanks09:44
TheMusosmb_tp: re your email regarding intrepid ports, I'll read it again on the weekend and look into it then.09:45
smb_tppitti, The when: is early next week ok for you or would it be better this week?09:45
smb_tpTheMuso, NP, it has been behind quite some time now. So a little longer won't hurt09:46
pittismb_tp: I don't mind, the actual copying is trivial09:46
pittismb_tp: I see two regression-proposed bugs: bug 337929 and bug 31171609:47
ubottuLaunchpad bug 337929 in linux-backports-modules-2.6.28 "ieee80211_regdom=EU now causes oops after latest update" [Medium,Fix released] https://launchpad.net/bugs/33792909:47
ubottuLaunchpad bug 311716 in linux "The slider brightness Applet has value inverted after the last update (2.6.27-11)" [Medium,Confirmed] https://launchpad.net/bugs/31171609:47
pittismb_tp: no v-failed any more09:47
pittiif we could clarify those two, then we'd be good to go09:47
pittismb_tp: oh, and no regressions reported against the hardy update09:47
smb_tppitti, The regdom thingy should be somewhere. But it might be in the patches queued up. I have to check. With brightness problems I fight a bit. Trying to get info about the specific issue as all are mixed up. But from the general feeling that is not worse than the version in updates now, just not better.09:49
smb_tppitti, Oh, right the regdom bug is for lbm. I see andy asked for feedback which seems to have arrived now. But it is not yet uploaded to proposed09:54
pittismb_tp: ah, so it needs another lbm upload first?09:55
smb_tppitti, yes09:55
smb_tppitti, I put it onto my list to get done soonish.09:56
smb_tppitti, About the inverted brightness: as it is that way on 2.6.27-11 and (maybe as I have not clear feedback) the same in proposed. Would it be ok to move proposed to upadates anyway? I even think the inversion issue should be fixed in the proposed.09:59
loolThe linux-backports-modules-intrepid-generic in ship-live seems to be bogus; anybody minds if I drop it?09:59
smb_tplool, What means bogus?10:01
loolIt's not in jaunty anymore10:01
loolsmb_tp: The fact that's a package not existing in jaunty is listed there seems wrong, I'm not saying tehre are bugs in the package  though :)10:01
smb_tplool, Oh, is that the meta-package10:01
looleagle-usb-utils isn't in jaunty either10:02
loolsmb_tp: Not really, it's a task listing additional packages to install in the live CD I think10:02
looleagle-usb-utils isn't in jaunty anymore either; looks like I could cleanup this seed10:03
smb_tplool, I pretty much think so. The nameing with the release in it looks like that10:03
smb_tpIt would then be linux-backports-modules-jaunty-generic10:03
TheMusosmb_tp: hrm ok, since you haven't also uploaded other patches that are in the jaunty tree, theres no point rebasing. I'll just use that ext4 patch fix, and do another bug fix I need to do, and that will be it.10:11
loolstgraber: Hey, we really need the ARM images added to the tracker10:12
pittimvo: hm, should I remove the current intrepid-proposed update-manager due to lack of feedback, or do you want to test it yourself? (bug 292179)10:13
ubottuLaunchpad bug 292179 in update-manager "Intrepid upgrade removed EVMS but should not have allowed upgrade" [Medium,Fix committed] https://launchpad.net/bugs/29217910:13
smb_tpTheMuso, that new kernel only consists of that config change in lpia and the ext4 fix (compared to the last release)10:13
TheMusosmb_tp: from there on in, any SRUs that are likely to be useful for ports can just be pulled as patches directly, no tree rebasing.10:13
TheMusosmb_tp: yes I know10:13
loolstgraber: Could you please add an entry in Ubuntu for desktop armel imx51 babbage (that's a live) and split the netboot ones with one per flavor (versatile, ixp4x, iop32x)10:13
loolstgraber: Also, UMPC needs dropping and UNR should be its own toplevel project (and server as well BTW)10:14
pittimvo: (I'd prefer the latter, of course)10:14
TheMusosmb_tp: what I'm saying is that there are other commits in the jaunty tree that haven't been uploaded, so I don't need to rebase, and for SRUs, commits will only need to be pulled where they are applicable to ports10:14
slangaseklool: why is there any need to reorganize the products?10:14
loolslangasek: Well the current situation is inconsistent, the MID and UNR images are listed in different ways, but they are built in the same way10:15
loolslangasek: But I can understand if you prefer avoiding any reorg at this point10:15
loolstgraber: ^10:16
=== evand1 is now known as evand
slangaseklool: ah, well; UNR is built from main, which also sets it apart from MID presently?10:16
loolslangasek: UNR is built from universe as well; it includes cheese for instance10:16
smb_tpTheMuso, A complete rebase would pull things not yet uploaded, yes. So it is not useful here. When we are doing sru's I guess both approaches are ok. With rebasing you get all things, but if you prefer you can cherry pick what you find applicable/useful10:16
slangaseklool: oh10:16
TheMusosmb_tp: yeah the cherry-picking will likely be what I'll do.10:17
loolslangasek: This might be a bug though, not one I expect to be fixed before release though, there are ~24 binaries from universe or so10:17
smb_tpslangasek, I just had the full test-compiles done for that proposed kernel and just saw lpia ftbs due to a missing module. I look into that and get back to you. Maybe the package I uploaded should get dropped10:19
slangaseksmb_tp: ack, let me knwo10:19
smb_tpslangasek, Yeah, the problem was the change for CONFIG_PACKET from m to y. Which needs a little tweaking with the modules list10:21
mvopitti: I can do it myself if, but probably not today10:21
pittimvo: doesn't need to happen today, I was just wondering if it makes sense to keep it in -proposed10:22
slangaseksmb_tp: rejecting this upload, please reupload at your discretion10:22
smb_tpslangasek, ok, thanks10:22
pittimvo: especially because I assume we'll need more u-m SRUs soon10:22
smb_tpTheMuso, If you are not picking the config change for lpia, you will be ok10:22
TheMusoslangasek: mind having a quick look at bug 355344? Since another ports upload is forthcoming, I'd like to get this fixed now, rather than have to do an SRU.10:22
ubottuLaunchpad bug 355344 in linux-ports "crtsavres.o is required for kernel module builds" [Undecided,Confirmed] https://launchpad.net/bugs/35534410:22
TheMusosmb_tp: I'm not, since lpia is not built from ports at all10:23
slangasekTheMuso: sorry, can't do it right now10:23
TheMusoslangasek: ok I subscribed ubuntu-release to it anyway10:23
pittimvo: ubuntu-vm-builder is in a similarly sad state :(10:24
mvopitti: ok, I put that on my list as wel10:31
* pitti hugs mvo10:32
pittiI'm currently doing a cleanup round for -proposed10:32
loolmdke_: Around?10:55
loolmdke_: We'd need some help in getting the installation instructions in shape for UNR10:55
loolmdke_: We have some bits in the middle of https://wiki.ubuntu.com/UNR and some reqs on https://help.ubuntu.com/community/Installation/SystemRequirements10:56
=== tkamppeter_ is now known as tkamppeter
=== android is now known as jussi01
pittislangasek: there's a new tzdata update (http://launchpadlibrarian.net/25523792/2009e-2009f.diff) with a trivial, but urgent diff; would you rather have this as an SRU, or can I upload it to jaunty?11:26
slangasekpitti: jaunty11:28
pittiok, thanks11:28
pittislangasek: oh, doko uploaded a tzdata as well, I'll look at it and integrate11:28
pittiah, installs a missing file; seems safe enough11:28
pittidoko: I reject your tzdata upload, I'll integrate it into the 2009f one11:29
YokoZarmvo: poke11:32
dokopitti: ok, thanks11:36
superm1pitti, TheMuso should have hardware that will be able to reproduce and test the package from -proposed for bug 29724511:56
ubottuLaunchpad bug 297245 in xserver-xorg-video-intel "[i965] Dell Studio 15 White Screen on X startup" [High,Fix committed] https://launchpad.net/bugs/29724511:56
superm1he's got the one system I had that could do it11:56
TheMusosuperm1: I'll isntall intrepid on it tomorrow and test that.11:58
superm1TheMuso, it's actually a hardy proposed package i think in question11:59
TheMusosuperm1: oh11:59
TheMusowell it will be hardy then11:59
superm1TheMuso, you don't need to install to test it, it will fail off a hardy live disk, and you can install the deb in the live mode to verify X comes back to life11:59
slangaseksuperm1: morning11:59
TheMusosuperm1: good enough, thanks11:59
TheMusoI'll do that tomorrow and report back11:59
slangaseksuperm1: mesa has just been accepted; it's a .5h build, then a 1.5h wait for the publisher, then I'll reroll mythbuntu12:00
superm1slangasek, g'morning.  dog kept waking me up all night, so i figured i might as well stay up :)12:00
pittiKeybuk: for bug 283316, is "sudo udevadm monitor --udev" really the correct thing to debug the udev rules? I only get some "change" event on the USB host, not the actual rules processing (the tracks/vol_id detection is probably the part which causes this)12:00
ubottuLaunchpad bug 283316 in udev "CD-ROM tray closes automatically after eject" [High,Fix released] https://launchpad.net/bugs/28331612:00
slangaseksuperm1: heh12:00
superm1slangasek, sounds good.12:00
superm1TheMuso, thanks12:00
slangaseksuperm1: testing resources will be available around then?12:00
superm1slangasek, i'll be able to, not so sure anyone else is up yet though12:01
slangaseksuperm1: well, that gives them another 3h to wake up :)12:01
=== evand1 is now known as evand
slangaseksuperm1: you and fader seem to have been the main testers, anyway12:02
superm1slangasek, yeah at least for those that report it.  there's a handful of people that we've been getting testing dailies and reporting whether things are broke for their situations, but can't seem to get them reporting to the iso tracker yet12:03
slangasekheh, ok12:03
TheMusoslangasek: BTW I won't be able to get linux-rt sorted until a new linux-source package is in the archive, since that doesn't currently use a git repo, and build deps on the linux-source-2.6.28 package to build12:07
slangasekok12:08
wubbbiAny Packagebuild or bugfixes needed here?12:21
mvoYokoZar: /poke12:21
YokoZarhi12:21
pittiKeybuk: nevermind, --environment was missing12:21
YokoZarSo I've seen quite a few changes for the kernel set as "fix committed" - is a new kernel gonna roll out for the release candidate?12:28
slangasekno12:33
ograslangasek, so one time back to the ltsp change ... formerly the amd64 server + i386 client installations didnt have to touch dhcpd.conf, while they had to rebuild their chroots for i386 the conffile was preconfigured for i386 and didnt have to be touched ...12:42
ograslangasek, as i understand conffiles the change in the package will quietly replace the existing dhcpd.conf for these users12:43
ogra(on upgrades)12:43
ograwhich means their clients will silently stop booting12:43
slangasekogra: conffiles> correct; the flipside seems to be that amd64-on-amd64 is the only thing you can actually configure out-of-the-box right now, and that common case fails?12:47
slangasekdholbach: could you elaborate on why you consider bug #361765 a bug?  AFAICS, the task still exists12:47
ubottuLaunchpad bug 361765 in tasksel "DVD alternate install still offers "Edubuntu Desktop"" [Undecided,New] https://launchpad.net/bugs/36176512:47
ograright, but doe sthat justify to break all existing amd64->i386 setups (which is a huge amount imho)12:47
slangasekogra: discuss that with stgraber?12:48
ograi did, i just wanted a second opinion12:48
ograthe problem is known since breezy and since we didnt have a proper solution we kept it the way it was until tonight12:49
slangasekah12:49
dholbachslangasek: I think it's just the term12:49
ograi'd rather perfer to work out a proper solution than breaking it for many people on RC day12:49
davmor2ogra: I don't think the fix has gone in yet has it slangasek?12:50
slangasekogra: then that's a good argument for rejecting it, but I would like you to come to an agreement with stgraber instead of me being a mediator for that12:50
slangasekdholbach: i.e., "edubuntu" vs. "Ubuntu Education Edition"?12:50
ograyes, he will come here once he is online again (he is commuting atm)12:50
dholbachslangasek: yes12:50
ogradavmor2, nope12:50
ogradavmor2, its waiting for the freeze to fall, thats why i brought it up12:51
davmor2ogra: Okay.12:51
ogradholbach, the dvd installs edubuntu-desktop12:51
slangasekdholbach: ok, makes sense12:51
ograas a package/task12:51
ograand by the definition RichEd set up "Ubuntu Education Edition" != edubuntu12:52
ogra(though dont ask me what "Ubuntu Education Edition" is actually after his definition :) )12:53
ograbut the two are very distinct on all websites so you need to update these as well12:53
slangasekhrm?12:54
slangasekI have no idea what definition that is.  As far as I was ever told, Ubuntu Education Edition was a new name for edubuntu.12:54
ograhttp://www.ubuntu.com/education was referring to edubuntu as a distro ... www.edubuntu.org was referring to ubuntu in education as something different from edubuntu12:55
* ogra checks if that was fixed/changed already12:55
ograedubuntu is still in the menu on ubuntu.com but apparently the text referring to it was removed now12:56
=== ion__ is now known as ion_
ograthere is still http://www.ubuntu.com/products/WhatIsUbuntu/edubuntu though12:57
ograthat should point to http://www.ubuntu.com/education12:57
dholbachogra: https://bugs.launchpad.net/ubuntu-website/+filebug :)12:57
ograslangasek, the prob is that the actual strategy was never made clear to anyone by rich so there is a lot confusion12:58
ogradholbach, i'm not doing edu stuff and am busy up to my ears in arm, can you file it ?12:59
dholbachogra: I don't know much about the edubuntu situation, just noticed it during the installation12:59
ogra(that should really be discussed with LaserJock rather)13:00
ogradholbach, the transition rich had to do is only half way done, i have no idea who has taken over his role but if we change it on the DVD it should be changed everywhere for a professional look13:01
dholbachogra: I'm not sure we'll find the right answer here in #ubuntu-devel13:01
=== pedro__ is now known as pedro_
ograno idea13:02
ograi dont mind if it stays as is, just pointing out the overall inconsistency13:02
liwis the queue with uploaded packages that aren't entering the archive due to the freeze visible somewhere?13:08
slangasekhttps://launchpad.net/ubuntu/jaunty/+queue?queue_state=113:09
sorenliw: http://launchpad.net/ubuntu/jaunty/+queue13:09
soren...and choose "Unapproved"13:09
liwthanks13:10
sorenOr save slangasek's link if you're the bookmarking sort of person.13:10
soren:)13:10
liwI'd like to save the bookmark where I can easily find out such things :)13:10
sorenIt's called #ubuntu-devel :)13:11
sorenYou may have heard of it.13:11
soren:p13:11
slangasekirc://chat.freenode.net/%23ubuntu-devel13:12
geserit's part of the secret knowledge passed on from one developer generation to the next one :)13:12
liwI'm not sure oral history is the best way to document things13:13
liwbut I'll ask more things again :)13:13
geserI don't know how well google has indexed http://irclogs.ubuntu.com/13:14
ScottKwget and grep work though.13:14
directhexwgrep!13:14
vlada_hi13:23
vlada_can someone help me set up development environment the easiest way?13:24
vlada_I need boost package. Is it called libboost in ubuntu?13:24
Piciapt-cache search boost13:27
vlada_ah, thanks13:29
vlada_I've found one package with version number attached after libboost.13:30
vlada_Is it advised to call that one, or should I proceed with libboost-dev only?13:30
=== azeem_ is now known as azeem
ScottKvlada_: It depends on what version you want.13:33
directhexvlada_, generally, version numbers in package names refer to ABI versions, versionless -dev packages pull in the most recent headers corresponding to the most recent API/ABI in the archive13:34
ScottKdirecthex: Generally, yes, but not in the case of boost13:38
ScottKvlada_: ^^13:39
mdzlool: regarding bug 362071, are we actually using lpia for any alternate ISOs?13:53
ubottuLaunchpad bug 362071 in linux "CONFIG_PACKET should be "y" on lpia; breaks DHCP in alternate installer?" [Medium,In progress] https://launchpad.net/bugs/36207113:53
cjwatsonmdz: I filed it after getting a bug report from a user who was doing so.13:54
cjwatsonmdz: actually, I think they were using a netboot image13:54
cjwatsonnevertheless, http://cdimage.ubuntu.com/ports/daily/current/jaunty-alternate-lpia.iso exists13:54
mdzcjwatson: is it being considered RC?13:54
loolmdz: A bunch of people seem to be trying to install Ubuntu flavours with the lpia arch via the alternate images13:55
loolmdz: I guess they think lpia is best for their atom or whatever13:55
cjwatsonmdz: not quite, but there was an ext4 bug that we wanted to fix anyway13:55
cjwatsonmdz: (Medium bugs aren't RC)13:55
cjwatsonI discussed it with slangasek last night13:56
slangaseknot publishing the alternate is also an option, if the kernel update is considered untenable; but the ext4 issues are fairly high-profile as well, and the delta is very manageable here13:57
pittimeh, svn.debian.org/wsvn is just about the worst svn browser I've ever seen14:07
pittiI just want to look at a file...14:07
azeempitti: heh, I feel your pain14:08
directhexthey updated wsvn to a version which can't browse source14:08
directhexuse viewvc14:08
slangaseksuperm1, fader_: mythbuntu build going now14:08
fader_slangasek: Thanks14:08
cheleois the rc to be released today?14:08
vlada_thank you all14:16
vlada_I have another strange problem14:16
vlada_cmake generates this message:14:16
vlada_-- The CXX compiler identification is unknown14:16
vlada_CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.14:16
vlada_every other pagkage seems to recoganized14:17
=== primes2h_ is now known as primes2h
dholbachslangasek: do you think bug 334657 is release-critical?14:30
ubottuLaunchpad bug 334657 in qt4-x11 "Subpixel/Lcd mode with VRGB/VBGR makes qt4 applications on Jaunty unreadable" [Medium,Confirmed] https://launchpad.net/bugs/33465714:30
slangasekdholbach: is it really only VBGR/VRGB that are affected?  That seems like a blatant configuration error, then?14:32
dholbachslangasek: I have no idea - ccm (in #ubuntu-bugs) told me about it and asked how to get more attention to it14:33
slangasek(you don't use the vertical subpixel settings unless your pixels are laid out vertically; which for most people they aren't014:33
dholbachseb128, Riddell: any idea about bug 334657?14:33
ubottuLaunchpad bug 334657 in qt4-x11 "Subpixel/Lcd mode with VRGB/VBGR makes qt4 applications on Jaunty unreadable" [Medium,Confirmed] https://launchpad.net/bugs/33465714:33
seb128dholbach: why would I have any idea about qt?14:34
seb128no14:34
seb128I've no clue about fontconfig, fonts or qt14:34
ccmhi there14:36
dholbachccm: slangasek asked: "is it really only VBGR/VRGB that are affected?  That seems like a blatant configuration error, then?"14:38
ccmdholbach: in my tests it is and all users seemed to report so14:39
ccmdholbach: it happened directly after an upgrade to jaunty for me14:40
slangasekccm: why did you have VRGB set?14:41
slangasekthat's not a default, and it's not the subpixel orientation that most users have14:41
ccmslangasek: actually that was a result of lcd (laptop) display tuning for getting better font results - as it is quite easy to reach this menu in ubuntu and you dont even need admin rights for it, i think a bunch people tested it14:45
ccmslangasek: and might still have turned it on as it had no negative side effect14:45
slangasekwell, it's still a misconfiguration if you click a setting that doesn't actually match your subpixel layout, and if it looked good at all that was an unintended side-effect in the first place14:46
slangasekso I don't see that this is a critical bug14:47
slangaseksuperm1, fader_: mythbuntu 20090416 up14:47
fader_slangasek: Thanks, I'll start grabbing it14:47
slangaseksuperm1, fader_: can you give an estimate of how long it'll take to get the tests covered?14:48
fader_slangasek: I think I can get the i386 ones done in 1-1.5h once I have it downloaded14:48
slangasekfader_: how long's the download take? :)14:49
fader_slangasek: I'll let you know in just a moment :)14:49
slangasekok14:49
fader_slangasek: rsync says about 15 minutes for the download14:51
slangasekcool14:51
ccmslangasek: well actually vrgb is broken now. that means at least it will hit users who intentionally configured it for rotated displays and those who turned it on by chance. so the question seems more if it might have impact to a remarkable amount of users after release - be it by misconfiguration or intention, in fact both will be presented unusuble qt applications and might have no clue at all on how to fix it14:52
Keybukfbond: what would you like to know?14:53
slangasekccm: can you give me a simple test case with which to reproduce the bug, given that I'm running Ubuntu with no Qt apps currently installed?14:54
fbondKeybuk: Can you point me to docs in the wiki?14:55
Keybukfbond: what are you trying to do?14:55
fbondI want to force r8168 to be loaded before r8169.14:55
Keybukfbond: there is no r8168 driver14:55
fbondOh, crap, that's right.  This system is actually Debian.  Sorry.14:55
Keybukfbond: off to #debian with you then ;)14:56
ccmslangasek: I assume no14:56
fbondKeybuk: sorry about that.  I forgot that I sometimes am on machines that *aren't* running Ubuntu.14:56
slangasekccm: hmm?14:56
cody-somervilleIts okay fbond. I make that mistake *all* the time.14:56
ccmslangasek: at least "qtconfig" is enough as a test application14:56
cody-somerville:P14:56
tjaaltonKeybuk: network is started up both by udev and init, but why?14:56
Keybukfbond: though in general, first check whether your device is supported by the other driver (modinfo r8168)14:56
slangasekccm: ok, grabbing14:56
pittifbond: curiously, I sometimes forget that there are machines out there which aren't running Linux.. :)14:56
Keybuktjaalton: physical devices are started by udev, logical devices by init14:56
slangasekccm: in any case, even if the conclusion is that Qt is Really Broken, this is likely to be a matter for an SRU rather than an emergency pre-release fix14:57
fbondKeybuk: I'm bugging people in #debian now, but in this case r8168 and r8169 both support the chip in question, but r8169 is buggy on it while r8168 works fine.14:58
fbondKeybuk: Meanwhile, the *other* chip on the system requires r8169.14:58
ccmslangasek: then go you to you display settings and enale "lcd" mode and "vrgb" (while no qt app is running)14:58
ccmslangasek: then start qtconfig14:58
=== evand1 is now known as evand
tjaaltonKeybuk: well, ifup -a is run twice here, since /e/n/interfaces has eth014:58
slangasekaugh, just turning on VRGB hurts my eyes14:58
Keybukfbond: ah, then you need both 8168 and 8169 loaded14:58
tjaaltonat least the services in if-up.d are run twice14:59
Keybuktjaalton: ifup -a should only be run once14:59
Keybuktjaalton: udev does not run it, it will run ifup eth014:59
Keybukfbond: in that case, you're going to have to poke things in /sys/bus/pci/drivers/r8169 and 816814:59
tjaaltonKeybuk: right, true.. but the services are restarted15:00
Keybuktjaalton: shouldn't be15:00
Keybuktjaalton: if the device is up, it won't be run again15:00
slangasekccm: I cannot say with certainty that what qt is doing there is actually wrong for true VRGB15:00
tjaaltonnfs-common is run three times here (obviously a bug, it shouldn't do that in rc2/S20)15:00
slangasekwait, yes I can, I can rotate my output :)15:00
Keybuktjaalton: are you sure they're not just getting run again because you don't actually check multiple devices?15:00
Keybuktjaalton: they'll be run for "ifup lo" *and* "ifup eth0" remember15:00
ccmslangasek: well qtconfig looks unusable, right? in all display directions15:01
fbondKeybuk: That seems ... unreasonable.15:01
Keybukfbond: why?15:01
fbondKeybuk: Well, I just can't help but feel that I have to know an awful lot of implementation details to do something that seems pretty simple.15:02
fbondKeybuk: Between udev/modprobe/sysfs ...15:02
Keybukfbond: changing drivers is not supposed to be "simple"15:02
Keybukyou're not supposed to need to worry about it at all15:02
fbondKeybuk: Oh, well that's true.15:02
fbondKeybuk: Any docs on the particular pokings that need to occur?15:02
slangasekccm: ah, yes, it's still unusable when I rotate my monitor (and not just because it makes my neck hurt)15:02
tjaaltonKeybuk: ah, excellent..15:03
Keybukfbond: there's lots of documentation, e.g. in the kernel source15:03
Keybuktjaalton: there's a reason we don't start services in that directory ;)15:03
slangasekccm: so it's certainly a valid bug, but we certainly can't commit to fixing this before release when there's no known fix yet15:03
tjaaltonKeybuk: hmm, you mean the ones in if-up.d shouldn't be run?15:04
fbondKeybuk: Would it be unreasonable to, e.g., blacklist both r8168 and r8169 and then put both in /etc/modules?15:04
ccmslangasek: okay then. If that does not fit into release critical thats fine for me. I just wanted to bring this up to somebody who can say so as it did not get any attention so far and I wanted to prevent that it just got overseeing.15:04
Keybukfbond: wouldn't make any difference15:04
ccmslangasek: thank you for the taking the time15:04
Keybukfbond: both would load, and the existing rules for binding would still take place15:05
slangasekccm: no problem :)15:05
ccmdholbach: and thank you for getting me in contact :)15:05
Keybuktjaalton: they're not services usually, they're tasks15:05
dholbach ccmno worries15:05
dholbachccm: no worries :)15:05
Keybuktjaalton: ie. they poke or prod or do something when a network device comes up15:05
Keybuktjaalton: we don't start/stop services based on the presence or not of network devices15:05
Keybukfbond: the kernel makes the decision which driver gets which device15:06
fbondKeybuk: Things currently work if I rmmod both, modprobe r8168, and then modprobe r8169.  I was under the impression that drivers "claim" devices.15:06
Keybukfbond: ah, that's more interesting then - yes you can force that15:06
Keybukthough that should be forceable with a tweak to modules.order15:06
fbondKeybuk: Ah, perfect.  Let me read about that.15:07
Keybukie. edit /lib/modules/$(uname -r)/modules.order and make sure r8168 is before r816915:07
Keybuk(assuming both claim your device, that will make 8168 "win")15:07
fbondKeybuk: If depmod gets run will my changes be overwritten?15:07
Keybukfbond: no, only a kernel upgrade would overwrite your changes15:08
Keybukuse dpkg-divert to prevent that15:08
fbondKeybuk: Great, thanks for your help.15:08
fbondI'm still hoping that one day I will understand udev, modprobe, and kernel interactions.  But I think it would take a few days of reading.15:08
Keybukfbond: there's good books on it which are only slightly out of date <g>15:09
fbondKeybuk: You're pulling my leg, right?  Does such a book truly exist?15:10
Keybukfbond: "Linux Device Drivers" by Greg Kroah-Hartman15:11
fbondKeybuk: Oh, I have an old old copy of that, I think.15:11
tjaaltonKeybuk: yes, figured as much. maybe I just need to hack around the mountnfs issues for now, and make sure this works properly when sysv-initscripts are replaced by upstart events ;)15:12
Keybuktjaalton: karmic, hopefully15:12
tjaaltonKeybuk: yeah, looking at the specs15:12
Keybukfbond: http://lwn.net/Kernel/LDD3/ is the current edition15:12
Keybukfbond: ch.14 is the relevant one, though there are improvements there that the book misses15:13
fbondKeybuk: I think I bought my copy about 5 years ago.  I'll have a look at the recent edition.15:13
Keybukfbond: LWN is an excellent resource for catching up on the changes since15:13
fbondKeybuk: Okay, thanks again.15:15
Keybuk(in summary, rather than all the _PRODUCT, _ID, etc. nonsense, the kernel now exports a single MODALIAS string that describes the device uniquely15:16
Keybuk and modules have aliases that wild-card match these strings15:16
Keybuk so if we do 'modprobe $MODALIAS' we get whatever module(s) think they can support that card)15:16
slangaseksuperm1: ping?15:17
tkamppeterpitti, hi15:18
slangasekfader_: hmm, I forgot that I'd already neutered the sync-mirror script - you don't actually have mythbuntu 20090416 yet15:19
slangasek(because I failed to fully publish it)15:19
fader_Ah, heh... okay, I'll stop testing :)15:19
slangasekpublishing now15:19
fader_Should I just grab it from cdimages via http?15:19
slangasekfader_: whichever way you'd like to grab it - just make sure you're grabbing the 20090416 serial15:20
fader_slangasek: roger that... I'll just grab it via http15:20
pittihey tkamppeter, how are you? had a good travel back?15:21
tkamppeterYes, and I have a new SRU, for Jaunty and for Intrepid, bug 35773215:23
ubottuLaunchpad bug 357732 in ghostscript "cups always prints with the default page size" [Undecided,New] https://launchpad.net/bugs/35773215:23
tkamppeterThe patch is small, perhaps the Jaunty version can directly get in after the RC.15:23
azeemW3115:27
azeembah, sorry15:27
pittitkamppeter: should rather become an SRU15:30
tkamppeterpitti, uploaded to Debian BZR of CUPS15:35
pittitkamppeter: ok, thanks15:36
tkamppeterpitti, how to proceed for the Jaunty SRU?15:36
pittitkamppeter: we should create a jaunty branch anyway15:37
tkamppeterpitti, also uploaded upstrream now.15:38
pittitkamppeter: "uploaded"?15:39
tkamppeterUpstream is http://www.openprinting.org/download/printing/pdf-printing/15:39
pittiah, that part :)15:40
tkamppeterpitti, you thought that upstream is Debian?15:40
pittitkamppeter: no, I thought that you got cups upstream commit rights now15:40
vlada_can somebody tell me how can I get c++ executable15:49
vlada_gcc is already installed?15:50
directhexgcc is a C compiler15:50
vlada_-? +!15:50
directhexg++ is for c++15:50
directhexinstall build-essential.15:50
vlada_didrocks: thanks15:50
vlada_I've never thought these could be separate packages15:51
superm1slangasek, pong15:56
slangaseksuperm1: hi, mythbuntu images are up and waiting :)15:56
superm1okay cool thanks15:56
fader_superm1: I'm testing the i386 ones atm15:57
fader_(Just FYI)15:58
superm1fader_, cool, i'll grab amd64 then15:58
superm1i've got amd64 hardware that failed that open luckily enough15:58
fader_Works out well then :)15:58
tkamppeterpitti, bug 357732 is prepared for a Jaunty SRU. An Intrepid SRU is not needed (here the bug does not occur).16:15
pittitkamppeter: thanks, this will be a good reminder16:16
tkamppeterbug 35773216:16
evand2seb128: Do you have any suggestions for a workaround for bug 361112?  I'm convinced it's a GTK/metacity bug as we definitely call set_transient_for.16:17
seb128evand2: better to ask mvo about wm issues16:18
evand2sure thing.  mvo ^16:18
=== evand2 is now known as evand
mvoevand: looking now16:34
evandthanks!16:34
* jtholmes is away: for about 3 hours16:37
mvoevand: could you please try http://paste.ubuntu.com/152178/ ?16:48
evandwill do16:50
mvoevand: I will be away for a bit for dinner but I will read backlog16:50
evandok16:51
evandmvo: no such luck16:55
Keybukliw: Matrix Keysigning Party?16:59
Keybukwe all wear PVC, Bondage Gear, Sunglasses and come with large guns?16:59
jdongnow THAT'S a keysigning party :)17:02
jdongWHOOO I GOT video-intel TO HANG AGAIN!!17:07
jdongcompiz's fade-in animation for the Firefox awesomebar did it in this time.17:07
Keybukjdong: there's no prize for that, you know? :)17:07
jdongKeybuk: so that's why I'm not filthy rich yet :)17:08
Keybukgetting video-intel to not hang is where the prize is at17:08
jdongnow that's no fun.17:09
ograjdong, well, at least it hangs for you ... for me it does that:17:10
ograSwap:      4803392    4352308     45108417:10
jdongawesome17:10
jdongdoes it put itself out of misery soon thereafter?17:10
ograuntil i hit OOM at some point and the whole machine hangs17:10
jdongaww.17:10
ograthough i'm adventurous and use UXA17:11
jdongapart from hanging after 30 minutes of use, 90% probability of crash-after-resume is my other problem.17:11
jdongthis is under UXA17:11
jdongEXA has completely stopped working for me in Jaunty17:11
jdong(when compiz attempts to launch I get a GPU lockup)17:11
ograworks here just not fast17:11
KeybukUXA is full of lock-up bugs17:12
Keybukreally no prizes there17:12
ograyeah17:12
ograbut i somehow got used to see xchat through my terminal windows while working17:12
ograno UXA no compiz for me17:12
slangaseksuperm1: how's it looking for you?17:22
fader_slangasek: Sticking my $0.02 in, i386 looked great17:24
superm1slangasek, not sure yet.  my download took awhile, so i'm just testing now17:26
slangasekok17:26
superm1fader_, what graphics hardware did you test with?17:26
superm1fader_, not sure if you saw with your disconnect; what graphics hardware did you test with?17:29
fader_I tested in virtualbox... not sure what it emulates17:29
superm1vesa17:30
superm1and mythtv-setup was fine for the last step correct?17:30
fader_superm1: Correct... I didn't see any problems in any of the setup screens17:30
superm1fader_, okay cool; good17:31
pittitkamppeter: I thought bug 357732 wasn't needed for intrepid? You requested an intrepid task; also, the jaunty task is needsinfo, is it still waiting on something?17:49
ubottuLaunchpad bug 357732 in ghostscript "cups always prints with the default page size" [Undecided,Invalid] https://launchpad.net/bugs/35773217:49
fbondKeybuk: FWIW, blacklist r8168, blacklist r8169, and putting r8168, r8169 in /etc/modules does do the trick.  initramfs needs to be regenerated, of course, and your root fs can't be on a network filesystem.17:53
fbondKeybuk: modules.order doesn't seem to be used/present on any systems I have available here, BTW.17:53
fbondKeybuk: (but I didn't look that hard)17:54
superm1slangasek, i'm having a hard time authenticating with iso tracker for some reason (getting 403 errors), but the test turned out mostly right.  the bug we were trying to fix is fixed, but it uncovered another (in ubiquity) that is lower priority.  so i'd say push rc, and i'll have the ubiquity bug fixed for final17:54
Keybukfbond: ok17:54
slangaseksuperm1: ok, thanks17:54
pittilool: notify-osd bzr branch has two uploads which aren't in jaunty; and the second is unreleased18:03
pittilool: the second one has major changes, I hope you didn't intend them to go into jaunty?18:06
loolpitti: The first is in the queue18:06
loolpitti: the second is just in progress stuff not worth an upload18:06
pittilool: ok, that's for karmic then; I'll branch off a jaunty branch and commit the stuff DX asked for for jaunty18:06
loolpitti: The changes are trivial, but they might show a big diff; happy to defer to karmic18:07
tkamppeterpitti, I have updated bug 357732 now. I have requested the Jaunty and Intrepid tasks before I found out that the bug is not present in Intrepid. The Intrepid task I have set Invalid now. I have also set the CUPS/Jaunty task to "In progress" now as the reporter has done the requested tests and the fix is uploaded upstream and commited to Debian.18:08
ubottuLaunchpad bug 357732 in ghostscript "cups always prints with the default page size" [Undecided,Invalid] https://launchpad.net/bugs/35773218:08
=== fader_ is now known as fader|lunch
keespitti: hi, I have a friend experiencing the volume-notification part of bug 338837, but he's running notify-osd past 0.9.5 which supposedly fixed it18:25
ubottuLaunchpad bug 338837 in notify-osd "New notification does not work if icon theme is changed from Human" [High,Fix released] https://launchpad.net/bugs/33883718:25
keesdoes anyone have a T60 that can reproduce this: 362463 ?19:00
=== fader|lunch is now known as fader_
Picibug 36246319:02
ubottuLaunchpad bug 362463 in notify-osd "Volume change notifications no longer displayed in Jaunty" [Undecided,New] https://launchpad.net/bugs/36246319:02
brycepitti, slangasek:  https://wiki.debian.org/XStrikeForce/InputHotplugGuide19:04
Picikees: I can reproduce that here.19:08
chrisccoulsonPici - you see anything on the session bus?19:08
Picichrisccoulson: dbus-monitor? No. I get activity for changing the brightness, but not from volume changes/mutes.19:10
chrisccoulsoni'd be tempted to reassign that to gnome-settings-daemon then19:10
chrisccoulsonit's not a notify-osd bug if there is no messages being sent to it19:10
keeschrisccoulson: what's the method for debugging this?19:15
keesPici, chrisccoulson: dmandell is the filer of 36246319:15
keesdmandell: can you run "dbus-monitor" and see if you get messages for volume changes?19:16
keesdmandell: Pici was not seeing dbus notifications, so it seems like this is a lower regression than just notify-osd19:16
pittikees: can you please follow up in the bug and talk to MacSlow about it?19:17
dmandellSure19:17
keespitti: sure, though I'd like to have more specific details.19:18
pittibryce: want me to do anything with that guide? (ECONTEXT)19:18
dmandellNo messages when I change my volume.19:19
keesdmandell: okay, cool.  can you add that detail to the bug report?19:19
dmandellYup.19:19
keeschrisccoulson, pitti: what is actually responsible for sending those dbus messages?19:19
brycepitti: nope, just reference19:19
pittikees: that's done by libnotify119:20
pittikees: programs usually link to that, and this converts the libnotify API calls to d-bus messages, which notification-daemon or notify-osd pick up19:20
pittikees: but I doubt that there's a problem with the dbus side19:21
pittiI guess it just fails to draw the bubbles19:21
* pitti -> dinner19:21
keesthe drawing works, but the app linked to libnotify1 isn't sending... but I don't know what app that is on a T60.  :)19:22
pittikees: oh, I see; that's an app problem then, and dbus-monitor should show whether it's actually sending the calls19:24
keespitti: right, I just don't know how the button-press maps all the way into dbus.19:26
keespitti: and it's clearly HW specific.  2 T60 people see it, and I don't.19:26
keespitti: and their volume buttons actually function.19:26
ebroderkees: Should I add openafs-client.NEWS entries to all of the debdiffs for bug 356861?19:27
ubottuLaunchpad bug 356861 in openafs "OpenAFS Security Advisories 2009-001 and 2009-002" [Undecided,In progress] https://launchpad.net/bugs/35686119:27
keesebroder: we tend not to, but you can if you want.  :)19:27
keestedg: ah-ha, there you are.  trying to track down the root cause of bug 36246319:27
ubottuLaunchpad bug 362463 in notify-osd "Volume change notifications no longer displayed in Jaunty" [Undecided,New] https://launchpad.net/bugs/36246319:28
ebroderkees: *nods* Ok. Since the intrepid one is the only one that needs changing, I'll pull it from there for consistency :)19:28
ebroderHmm...actually, I take that back. I think I do want them in there so people know you need to upgrade the kernel modules19:28
tedgkees: My guess would be gsd would be the next place to look.19:29
tedgkees: The person to ask about that is davidbarth, who doesn't seem to be in this channel.19:29
tedgkees: #ayatana19:29
keestedg: what can dmandell do to diagnose that?19:29
keestedg: he's not in #ayatana either :(19:30
tedgkees: Hmph.  There goes passing it off :)19:30
keestedg: any ideas on how to diagnose gnome-settings-daemon ?19:34
hyperairadd some fprintf hooks in it19:34
hyperair=p19:34
tedgbratsche: The bug we're talking about is bug 36246319:34
ubottuLaunchpad bug 362463 in notify-osd "Volume change notifications no longer displayed in Jaunty" [Undecided,New] https://launchpad.net/bugs/36246319:34
tedgkees: No, not really :(  I'm hoping that bratsche does :)19:34
keestedg: could debian/patches/16_use_synchronous_notifications.patch have done it?19:34
bratscheI'll take a look.19:35
keestedg: that's the only thing that seems to touch notifications recently.19:35
keesbratsche: cool, thanks19:35
tedgkees: Well, that should make them work at all.  So it should have to be there.19:35
keesheh19:35
tedgkees: It may have changed though, and that might be the issue.19:35
bratschekees: You know, I think this may have been removed deliberately because some people (including myself and dobey) were complaining that it's annoying to hit the "volume up" button and then see a notification that basically says "you just hit the volume up button, as you thought you did."19:36
keesbratsche: but this still happens for me on my machine.19:37
keesbratsche: i.e. it's specific to the T60 or something.  also, I thought that was the point of those notifications?19:37
keesbratsche: it gives you an indication of where you are on the spectrum of volume, min, max, etc19:37
keesbratsche: I would imagine mpt would freak out if volume-change-notifications were _removed_.  :P19:38
bratscheI just tested, and when I do volume up key.. I get the volume progress bar kind of notification.. but I no longer get the one that just says "you hit the volume up button" or whatever.19:38
bratscheLet me go test on my Thinkpad.19:39
keesbratsche: right, we're debugging a total lack of the progress bar notification.19:39
bratscheAh, I see.19:39
bratscheOkay hang on.19:39
bratscheI misunderstood.19:39
keesnp :)19:39
bratscheI'm getting the progressbar notification on my T6119:39
bratscheLet me update and make sure I'm on the latest package.19:39
keesbratsche: dmandell (and Pici) are seeing the problem, so anything you can have them do to help diagnose would rock (if you can reproduce it yourself).19:41
a|wen-pitti: ping19:42
bratscheI'm updating now.19:43
dmandelltop19:49
bratschekees: I just did an update and restarted my T61 and the volume progress notification is still working for me.19:53
keesbratsche: okay, please work with dmandell, he's the one seeing the issue.  :)19:53
keesheya mneptok19:54
mneptokkees: ahoyhoy!19:54
mneptokkees: you going to be in town around the middle of June?19:54
mneptok(PDX)19:54
dmandellbratsche: Anything I should do to debug?19:54
keesmneptok: I think so, yes, drop me a line.  :)19:55
bratschedmandell: I'm not familiar with this code yet.  Let me take a look in it.19:55
dmandellOk.19:55
bratschedbarth did the gsd patches I think, but he's not around right now.19:55
bratschedmandell: You're up-to-date right?  And you reset after your last update?19:56
mneptokkees: roger roger19:56
dmandellbratsche: I updated yesterday to see if the problem had been fixed, rebooted after the update.19:58
bratscheOkay, just checking.19:58
dmandellI can do it today to rule that out as a problem.19:59
bratscheI'm looking through the code, but I'm not really sure what to be looking for yet.  I should talk to dbarth probably since he's more familiar with it.19:59
pittikees: oh, it's about the volume buttons?20:08
pittikees: the path is roughly like this:20:08
pittikees: keypress -> kernel -> evdev event KEY_VOLUMEUP -> X.org -> X.org key Event XF86VolumeUp -> gnome-settings-daemon -> call libnotify to produce volume up notification -> dbus -> notify-osd picks it up and draws bubble20:09
pittia|wen-: hi20:09
sbeattiepitti: where does the actual sound volume adjustment occur in that pipeline?20:09
pittisbeattie: that's also g-s-d, triggering the mixer when it receives the keypress20:10
sbeattiepitti: cool, thanks.20:11
a|wen-pitti: i was just in a longer discussion in #ubuntu-modu about the sru policy https://wiki.ubuntu.com/StableReleaseUpdates ... motu-sru would like to give the ack before upload, and afaik for main uploading before ack is ok?20:11
pittisbeattie, kees: if you strace -p `pidof gnome-settings-daemon` and press the button, you should see some open("/dev/snd/controlC0", O_RDWR) fiddling20:12
pittiand in dbus-monitor there should be something like http://paste.ubuntu.com/152308/20:13
pittii. e. g-s-d sending to dest=org.freedesktop.Notifications the notification-audio-volume-high message20:13
pittia|wen-: right; it's much easier (and rare) to reject something from the queue than to have the uploader wait for another round of bug ping pong20:14
pittia|wen-: however, that's standard practice for main; if motu-sru wants ack-before-upload, that's totally fine for me20:15
pittia|wen-: just let me know what you decide, so that I stick to it20:15
pittia|wen-: right now, my practice is that when I see an universe upload in the queue, I look at the bug and check if it's ack'ed; if not, I sub motu-sru and ask for ack20:15
chrisccoulsondmandell - for the volume notification issue, it might be useful to do "killall gnome-settings-daemon; gnome-settings-daemon --debug --no-daemon" and attach the output to the bug report when you hit the volume key20:15
chrisccoulsong-s-d is quite verbose in debug mode20:16
a|wen-pitti: all started with the process description not being clear about ack before upload or not necessary ... you might get a ping from jdong at some point about updating the description to reflect their decision (nobody fills compelled with changing wordings in processes too much)20:17
dmandellchrisccoulson: No output at all from hitting volume key20:18
chrisccoulsonvery strange20:19
chrisccoulsonif you completely kill gnome-settings-daemon and then hit the volume key, then does the volume change?20:20
chrisccoulsonit shouldn't, but i just wonder if you've got something else that grabs the key (very unlikely)20:20
chrisccoulsoni should check to see if i get debug output on volume change actually;)20:21
chrisccoulsoni get this output each time i hit the volume key:20:21
chrisccoulson** (gnome-settings-daemon:28950): DEBUG: Using volume step of 620:21
chrisccoulsonyou don't see that no?20:22
liwKeybuk, I keep forgetting that movie exists, ever since the sequels20:35
ion_liw: http://xkcd.org/566/ (the bottom one)20:39
seb128dmandell: there?20:50
dmandellseb123: I'm back20:50
dmandellseb123: Went to lunch.20:50
seb128dmandell: I was not there before but I read the bug, what hardware do you have? do you event for those keys in xev?20:51
dmandellchrisccoulson: The volume buttons on my T60 stlil work with gnome-settings-daemon disabled.20:52
chrisccoulsonright#something else has to be grabbing the volume button20:52
chrisccoulsonwierd20:53
dmandellseb123:  I'm just a normal user, I don't think I'm doing anything weird, how would I check xev?20:53
dmandellchrisccoulson: Per the bug, this worked in Jaunty until fairly recently, I haven't made any config changes in that time, just apt-get updates.20:54
seb128dmandell: open a command line and type "xev"20:54
chrisccoulsondmandell - my volume doesn't change when i kill gnome-settings-daemon20:55
seb128chrisccoulson: hi, you get the bug too?20:55
chrisccoulsonno, it works fine for me20:56
dmandellwhen I start gnome-settings-daemon --debug --no-daemon, I see the following:20:56
dmandell** (gnome-settings-daemon:25566): DEBUG: Unable to parse: 'XF86AudioMedia'20:56
dmandellNot sure if it has anything to do with anything, but it's audio related so I thought I'd bring it up.20:56
chrisccoulsondmandell - what does xev show when you press the key with no gnome-settings-daemon running?20:56
seb128dmandell: should not, could you run xev and see what events you get for those keys?20:56
seb128chrisccoulson: could be bug #357673 but it doesn't have lot of details, still good to debug it20:57
dmandellnothing in xev20:57
ubottuLaunchpad bug 357673 in gnome-settings-daemon "No notification when sliding audio volume on X31" [Low,Incomplete] https://launchpad.net/bugs/35767320:57
seb128dmandell: is g-s-d running?20:57
seb128does stopping it makes a difference?20:57
dmandellseb128: yes20:57
dmandell(running)20:57
chrisccoulsonyou should kill it first20:57
seb128chrisccoulson: you think that g-s-d grab events and do nothing with those?20:58
dmandellno, killing it doesn't make a difference.20:58
chrisccoulsonseb128 - i think there is something else on the system grabbing the key20:58
LaserJockhmm, did Gnome switch to git today?20:58
seb128ok, so sounds similar to #35767320:58
chrisccoulsondmandell says that the volume still changes with no g-s-d running at all20:58
seb128LaserJock: they are in the middle of it not sure if it's done yet20:59
seb128chrisccoulson: his laptop might have those cabled, ie acting on an hardware level20:59
LaserJockseb128: does that mean any bzr mirrors or bzr-svn branches are going to not work now?20:59
seb128LaserJock: that would be a question for #launchpad rather I guess20:59
chrisccoulsonseb128 - quite possible, but they worked at some point before20:59
LaserJockseb128: right, just thought you might know21:00
seb128chrisccoulson: before today or before a linux or xorg update? ;-)21:00
seb128LaserJock: no, I don't use bzr imports, I use svn directly usually21:00
seb128it's faster and less buggy (no outdated imports)21:00
* chrisccoulson finds it very confusing to understand how keypresses get from the hardware to an application21:01
LaserJockseb128: ah, but I guess you'll have to switch to git or find a bzr <-> git method21:01
seb128LaserJock: I'm not using bzr to work on GNOME so I've nothing to switch really21:01
seb128LaserJock: we only have the debian directory in bzr for desktop packages and we use tarballs21:01
dmandellseb128: the timeframe of bug 357673 approximately matches my own.  I think I lost volume notifications at around the same time.21:01
ubottuLaunchpad bug 357673 in gnome-settings-daemon "No notification when sliding audio volume on X31" [Low,Incomplete] https://launchpad.net/bugs/35767321:01
chrisccoulsondmandell - could you switch to a terminal (CTRL+ALT+F1), and run "sudo showkey -k" and press the volume button21:02
chrisccoulsondo you see any keycodes when you do that?21:02
LaserJockseb128: ah, I thought you were doing more upstream stuff so that you'd often want VCS checkouts21:02
LaserJockseb128: anyway, I'll ask #launchpad21:02
seb128chrisccoulson: https://wiki.ubuntu.com/Hotkeys/Troubleshooting is quite detailed21:03
chrisccoulsonthanks seb128 - i'll have a read of that21:03
seb128dmandell: you might want to follow instructions on https://wiki.ubuntu.com/Hotkeys/Troubleshooting too21:03
ion_I didn’t read the bug report, but i think some package changed something so that the volume control keys don’t control software volume *at all*, since they can’t be prevented from controlling the hardware volume. That’s probably why there’s no indicator.21:03
dmandellchrisccoulson: nothing happens21:04
dmandellno keycodes21:04
chrisccoulsondmandell - that's wierd, so the kernel is not producing any keypress event at all21:04
seb128dmandell: do you still have old linux versions installed you can boot?21:04
ion_chrisccoulson: That’s probably an intentional workaround.21:04
dmandellseb128:  I may, hold on.21:05
chrisccoulsonthanks ion_ - is there a reference to that somewhere? do you know what changed?21:05
ion_hotkey-setup (0.1-23ubuntu10): * Drop the override of the hotkey mask for ThinkPads.  This is currently used for brightness keys, volume keys, and the ThinkVantage button: - overriding the volume keys causes double-stepping of the volume, because the volume was also being adjusted in the hardware mixer, which we can't disable - so we don't want these keys exposed for now. LP: #355300.21:05
chrisccoulsonion_ - thanks21:06
chrisccoulsondmandell^^^21:06
chrisccoulsonlooks a likely suspect for your issue21:06
seb128and that was uploaded around the time where it broke21:08
seb128bug #357673 is on 2009-04-0821:09
ubottuLaunchpad bug 357673 in gnome-settings-daemon "No notification when sliding audio volume on X31" [Low,Incomplete] https://launchpad.net/bugs/35767321:09
=== dpm_ is now known as dpm
keesion_: what's the correct fix for this?21:11
ion_kees: I haven’t investigated the issue, but probably either finding a way to disable the hardware mixer control, or making the keys control the indicator but *not* software volume.21:12
ion_The latter one would probably be a bit of a kluge.21:12
* kees 's head spins21:13
keesion_: so prior to that fix, pressing volume keys on that hardware would double-step?21:13
ion_Yes21:14
ion_The behavior used to be such that like 80% of the volume indicator would be equivalent to total silence and the last 20% would suddenly raise the volume.21:15
keesicky.  :)21:15
dtchencan you try deselecting the relevant tracks using system> preferences> sound> devices> default mixer tracks ?21:16
dtchens/relevant tracks/relevant mixer elements/21:16
ion_Which makes sense if you plot [0:1] x*x21:16
=== slangasek changed the topic of #ubuntu-devel to: Archive: release freeze | Ubuntu 9.04 RC candidate released! | Development of Ubuntu (not support, not app development on Ubuntu) | #ubuntu for support and general discussion for dapper-intrepid | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs
cjwatsonslangasek: "RC candidate"? :-)21:23
calcheh21:23
ebroderCourtesy of the Department of Redundancy Department :)21:23
* jdong starts seeding the .torrent torrent21:29
ebroderOh, do torrents need seeds? I have bandwidth I can throw at the problem, too21:30
sladenebroder: throw it, and see if there are catchers21:30
DnaXogra: about status of irda-utils bugs?21:33
=== fdoving_ is now known as fdoving
ericdcI am remastering a Ubuntu Server 8.04 LTS CD with a preseed file. I would like to include some packages on the CD to avoid grabbing them from the internet. Can anyone help me or tell me when I can get help?21:35
ebroderericdc: You want to look at https://help.ubuntu.com/community/InstallCDCustomization21:38
ericdcebroder: thats where I started21:42
akgranermdz: What happened to the animal theme for the desktop background?21:58
directhexakgraner, good question. i kept the default wallpaper for hardy & intrepid, but jaunty has pushed me towards nabbing something else21:59
akgranerdirecthex: I was waiting for it, just downloaded the updates and was notified that the RC was done...Was hoping the last update would have the artwork.22:00
=== mcasadevall is now known as NCommander
akgranerwell the animal artwork I mean...22:01
=== NCommander is now known as mcasadevall
rickspencer3akgraner: hi22:05
rickspencer3 I hear you were asking about default artwork?22:05
BUGabundoakgraner: hi22:05
akgranerrickspencer3: hi22:05
akgranerrickspencer3: yes...I was asking about the artwork22:05
rickspencer3sorry I missed it22:06
rickspencer3I hear through the irc grapevine you're looking for a bunny with antlers?22:06
rickspencer3:)22:06
mdzakgraner: I wouldn't go so far as to say there is a theme...the wallpaper has changed in different ways for each release.  these days, the design team develops it and we just drop it in22:06
akgranerrickspencer3: yes...I was hoping with last updates I installed, when I did the reboot a Jackalope would appear...I was a little disappointed...22:07
rickspencer3too bad22:07
rickspencer3I'm sorry you're dissapointed22:07
akgranerI liked the charm of that..was an announcement I missed.22:07
rickspencer3kwwii: is there not a different background that would suit with one of the alternate themes?22:07
rickspencer3akgraner: I don't think you missed an announcement22:08
rickspencer3like mdz says, we just help out the art team by dropping in their great work22:08
mdzakgraner: why did you expect to see a jackalope on your wallpaper?22:08
LaserJockextrapolation from a data set of 2?22:08
akgranerrickspencer3: maybe I'm just to new...well there was ipex and a heron...22:09
rickspencer3yeah22:09
akgranerso I guess I just expected a jackalope22:09
rickspencer3akgraner: you're right, the totally abstract background is a break from tradition22:09
rickspencer3but I think there are some good jackalope backgrounds out there22:10
* ScottK would have enjoyed Bassalope, but is many releases too late for that.22:10
ikus060join #launchpad22:10
* ScottK hands ikus060 a '/'22:10
rickspencer3I personally like how the new background has elements that are picked up elsewhere, like the default search page and such22:10
rickspencer3I think kwwii, our resident artist is in Germany, so it's late there, but he'll be able to connect you with some of the community submitted themes that have the jackalopes22:11
akgranerrickspencer3: I thought something that would break a tradition would have been discussed, that's why I asked if I missed something....22:11
LaserJockakgraner: well, the animal theme was new for Hardy22:12
rickspencer3akgraner: honestly, I don't know where it was discussed, I know the current background has been in the product for quite a while, since the week before visual freeze22:12
rickspencer3I wish I tracked this more, but I think there's a way for community members to submit themes and such, so I know it's a totally public deciscion22:13
akgranerrickspencer3: yes the current one as been there I just thought the final *pop* would be the animal showing up...that's all...22:13
calcis it possible to have comments in the control file?22:13
rickspencer3hehe22:13
mdzakgraner: 8.04 was, I believe, the first release to have animal-themed wallpaper.  if there was a tradition, the people making the wallpaper didn't know about it :-)22:14
akgranerrickspencer3: I'll go on a virtual hunt for the jackalope...just wish I had known it wasn't going to be there..I was *really* waiting to see it...22:15
ScottKcalc: yes.  leading '#'22:15
akgranermdz: see I blame on being the newbie..:)22:15
akgranerblame it I mean22:15
ScottKrickspencer3 and akgraner: There is a package called community-themes22:15
rickspencer3akgraner: I invite you to come back tomorrow in (what is your) morning22:15
rickspencer3ScottK - thanks22:15
akgranercool thanks!22:15
akgranerrickspencer3: ok..22:17
akgranerrickspencer3: what time and for what?22:17
rickspencer3kwwii: will be here, he's a really good guy and is generally in charge of our artwork, perhaps you will meet in Barcelona22:17
calcScottK: ok cool :)22:17
ScottKcalc: I use it all the time to stub out misbehaving binaries.22:18
pwnguindid i miss something? is there going to be a 9.06?22:19
calcScottK: cool :)22:19
cjwatsonpwnguin: ...22:19
calcScottK: i'm working on repackaging OOo and using it for better documenting22:19
akgranerrickspencer3: ok  thank you, I'm afraid I won't be able to make Spain...:(22:19
rickspencer3oh bummer22:19
rickspencer3you know me and Pete work together right?22:19
rickspencer3my wife couldn't make Barcelona either22:19
akgranerrickspencer3: I do now22:20
pwnguincjwatson: someone posted to -devel about a problem with 9.06 installing netbook-remix22:20
rickspencer3akgraner: let me know how the background works out for you22:20
rickspencer3ttyl22:20
akgranerrickspencer3: I will, Thanks..:)22:20
calcakgraner: maybe you can make it to 10.04 UDS :)22:21
calcakgraner: it should be somewhere in the US22:21
akgranercalc: I hope one day...:)22:21
cjwatsonpwnguin: typo22:21
cjwatsonor possibly abject confusion22:22
akgranercalc: if not I've already been talking to Outback steak houses for release parties..:)22:22
mdke_lool: I know that Dougie Richardson was interested in helping out with UNR documentation, I'm unlikely to be able to help until the end of Sunday but if you post to ubuntu-doc I'm pretty sure you'll get a bite22:22
cjwatsonpwnguin: the mail is very confusing and suggests that perhaps they were getting an image from somewhere entirely different, not us22:23
pwnguinprobably22:23
akgranerthanks ya'll for info...be back tomorrow..:)22:23
BUGabundoakgraner: what theme colour would you like for KK? not sure if we are going Green (that would be too much openSUSE)22:23
robbiewakgraner: http://kiriyard.com/2009/03/sarusaslu-jaunty-jackalope/22:23
akgranerrobbiew: me goes to look22:24
loolmdke_: We posted, but are held for moderation I think22:24
loolmdke_: Thanks22:24
akgranerBUGabundo: I need to think about that question...22:25
akgranerrobbiew: Thanks!  Great site...:)22:25
BUGabundohumm we are going out of raibow colours lol22:25
StevenKakgraner: Outback Steak House for a release party? Oh, there has to be something better ... :-)22:25
BUGabundoalready used most of the brownish22:25
robbiewakgraner: no problem22:26
BUGabundosuse is grean, redhat is redish22:26
BUGabundoand KDE uses all it can from blue and black22:26
akgranerStevenK: there are but the Koala theme...seemed to go with it...and the bar areas are cool....:)22:26
BUGabundoakgraner: are you imagining kk yellow? LOL22:26
mdke_lool: did you post with an Ubuntu or Canonical address?22:27
StevenKArgh, yellow is bad.22:27
StevenKYellow would require developers to wear sunglasses to use the release22:27
loolmdke_: ubuntu22:27
mdke_lool: nothing in the moderation queue22:27
mdke_lool: those addresses should be whitelisted anyhow22:27
loolmdke_: Might have gone through then -- I'm not sub-ed22:27
loolmdke_: Right22:28
BUGabundoStevenK: ehehe22:28
mdke_lool: I don't see anything22:29
loolmdke_: http://article.gmane.org/gmane.linux.ubuntu.doc/1237022:30
loollargish thread already22:30
loolmdke_: It's in the middle of it, sorry22:30
cjwatsonlool: FYI, pi-makelist-vfat seems to have broken with the partitioned armel images22:30
mdke_lool: ok, I see that, but it doesn't look lik a request for help. Better to start a new thread and clearly request assistance :)22:31
loolcjwatson: I think you had fixed that; it borke again?22:31
cjwatsonlool: if I remove the 2>/dev/null | sed from the end, I get http://paste.ubuntu.com/152384/22:31
cjwatsondefinitely broke, we're seeing zero-sized .list files22:31
loolcjwatson: That's bad; that's when a tool doesn't want LBA but only CHS addresses for partitions or verifies that they match both22:32
ograerm22:32
cjwatsoncan I leave it with you?22:32
ogradid you add a ~/.mtoolsrc ?22:32
cjwatsonyes22:32
loolcjwatson: Yeah except I don't know what to do22:32
cjwatsonsee debian-cd/tools/pi-makelist-vfat22:32
cjwatsonlool: you say that as if I do ;-)22:33
loolI guess I have to compute CHS and LBA compliant addresses; but I don't know how parted picks them22:33
loolThe thing is that parted seems to change the disks' CHS depending on the partitions you create22:33
loolThat is if you "parted mkpart" twice, you see different CHS values for the disk22:33
cjwatsonif you can't figure it out, I can have a look tomorrow, maybe22:33
cjwatsonI know where to look for parted's CHS handling, at least roughly, but I don't know offhand how it behaves or how to control it22:34
loolI'll try to fix it; I was hoping never to have to do that but it seems I was lucky until now22:34
* ogra doesnt see the mtools_skip_check=1 in the MTOOLSRC ...22:35
ograi think mtools need that for all image operations22:35
ograif you dont use actual devices22:35
loolmdke_: Point taken; will write a new email asking explicitely22:35
mdke_lool: roger. If nothing happens by the weekend, I'll lend a hand22:35
loologra: That looks like a good setting to avoid touching this stuff altogether  :-)22:36
ograheh22:36
loolmdke_: I'll wait til Tobin tries out various image writing tool and include his description in the list of things to help with; thanks22:37
mdke_lool: ok22:40
=== mdke_ is now known as mdke
ebroderLooking at bug #356861, is the security team not going to handle the Jaunty upload? So I should find a sponsor?22:40
ubottuLaunchpad bug 356861 in openafs "OpenAFS Security Advisories 2009-001 and 2009-002" [Undecided,In progress] https://launchpad.net/bugs/35686122:41
keesebroder: for jaunty, you need to clear it with motu-release since jaunty is frozen.22:43
blfgomescould anybody help me setup bzr to work with a proxy that requires authentication? =/22:44
cjwatsonblfgomes: #bzr is probably a better place to ask22:44
ebroderAny motu-release types around to OK?22:45
loolcjwatson: Sorry which image borke for armel?  live or alternate?22:45
blfgomescjwatson: it was down a while ago, but I guess it's up now... thanks!22:45
cjwatsonlool: I was looking at desktop, but both seem to have the problem22:45
cjwatsonblfgomes: that could only have been the server; individual channels on the same IRC server can't really be down independently22:46
blfgomescjwatson: whatever it was, it wasn't connecting :)22:46
dtchenebroder: i've pinged a -release member in -motu22:50
loologra: What was the syntax to use skip_check in mtoolsrc?22:53
ogralool, well, whats said in the error message ;)22:53
ogramtools_skip_check=122:54
loologra: I should learn to read really22:54
ericdcI do I prevent ppp-udeb to be loaded by the ubuntu installer OR how do I skip the detection with a preseed?22:58
ericdcHow do I prevent ppp-udeb to be loaded by the ubuntu installer OR how do I skip the detection with a preseed?22:58
loologra, cjwatson: No, the skip_check isn't enough22:59
looldamn22:59
cody-somervilleericdc, What image are you using?22:59
ograbut its definately needed if you work with images22:59
ograso keep it22:59
loologra: Why?23:00
ograno idea, but i cant work with images with mcopy or mdir if i dont have it set ... i think it was explained in the manpage somewhere23:00
ograAll the Mtools commands perform a few sanity checks before going ahead, to make sure that the disk is indeed an MS-DOS disk (as opposed  to,  say  an  ext2  or  minix23:01
ogra       disk). These checks may reject partially corrupted disks, which might otherwise still be readable. To avoid these checks, set the MTOOLS_SKIP_CHECK environmental variable or the corresponding configuration file variable (see section  global variables)23:01
loolYes it wasn't needed so far23:01
loolSo I'd better keep the safety checks if disabling them isn't enough and they used to pass23:01
ericdccody-somerville>Ubuntu 8.04 LTS Server23:01
ograi never managed to work with mtools on images without them23:02
ograi remember i used to set MTOOLS_SKIP_CHECK in former scripts i did, nowadays i just have it in mtoolsrc23:02
ericdccody-somerville: I remastered the CD image with some extra packages and now it's failing detection pppoe concentrators. Which is BAD because I want the process to be fully automated.23:03
cody-somervilleericdc, Did it try to detect PPPOE before?23:03
ericdccody-somerville: the worst part is I don't use pppoe23:04
ericdccody-somerville: no never23:04
ericdccody-somerville: only since I added extra packages23:04
cody-somervilleericdc, I think you can preseed the the error messages so they don't show. I couldn't figure out how to make it not try and detect except by removing the udeb and regenerating the archive indices.23:05
ericdccody-somerville: I can't seem to find what d-i directive to use to skip it23:06
cody-somervilleericdc, There is none23:06
ericdccody-somerville: I wish there was a list23:06
ericdcreally23:06
ericdccrap ok23:06
* calc is beginning to think that the only reason multiple OOo can't be installed at the same time is due to buggy packaging (nothing in upstream itself)23:25
jdongcalc: is there ever a better reason for why you can't install the same package to two prefixes?23:25
calcjdong: well its already essentially doing that by default, the debian packaging just changes it to be in a non-versioned prefix23:26
calcat least afaict so far23:26
calcOOo doesn't exactly follow the FHS23:27
calcwhich makes it fairly easy to do the multiple install23:27
jdongmeh the FHS is a "recommendation"23:27
* jdong watches the pitchforks come23:27
calcjdong: sticking arch indep data into /usr/lib isn't exactly a good idea23:27
jdongok that's a bit painful.23:28
calcjdong: and as far as debian is concerned FHS isn't just a recommendation its required23:28
calcof course some debian packages are thus buggy when it is too painful to try to fix them23:28
calcthere are 6 noted exceptions to FHS in policy23:29
jdongright.23:31
jdongI see the merit, but it does make packaging a lot hairier23:32
jdonghow do you put up with OOo packaging anyway? isn't there a good 6-8 hours of pipeline latency when you build a package? :)23:32
keespitti: I seem to have both /etc/default/apport and /etc/default/apport.default :(23:33
chrisccoulsonkees - there's a bug report for that already isn't there?23:33
calcjdong: for a cached build it takes ~ 1-2hr23:33
keeschrisccoulson: oh, dunno23:33
calcjdong: for the buildds it takes ~ 36hr before they are all done (armel is really slow)23:34
jdongah I see23:34
jdongat least caching makes it bearable then23:34
chrisccoulsonkees - bug 36154323:34
ubottuLaunchpad bug 361543 in apport "/etc/default/apport mistakenly installed as /etc/default/apport.default" [Medium,Fix committed] https://launchpad.net/bugs/36154323:34
keeschrisccoulson: thanks23:34
calcjdong: yea23:34
calcjdong: aiui there is a better c++ linker that might help as well in binutils but it is still experimental23:35
kwwiilol, I put mascots in the wallpapers and kinda felt the heat for it, and now we don't use them and people miss them, funny that23:39
kwwiiif it makes anyone feel better there is already a bunch of work going on in the ubuntu-artwork team creating koala pics ;)23:39
kwwiipersonaly, I prefer my desktop without a mascot23:39
calckwwii: yes... no matter what you do it is wrong ;-)23:40
=== mcasadevall is now known as NCommander
ebroderI thought the Ibex was really well done. I swear I looked at the background for at least 2 months before even realizing it was supposed to be an Ibex23:40
jdongkwwii: I'm thinking animated wallpapers23:40
jdonglike maybe with a jackalope and if you click it it runs across and shatters some desktop icons23:40
jdongcourtesy of compiz?23:41
* ebroder twitches23:41
askandAnyone here familiar with the new notify-osd?23:42
askandI am thinking of bug 338695 where lowresimages appears in the bubbles, in the case with pidgin it appears that they do not actually have a highresversion of the icon in question and therefore we see a lowresicon, would the way to go in this case be to file a bug against pidgin for not providing scalable images, or at least highresversions?23:44
ubottuLaunchpad bug 338695 in rhythmbox "low res icons for notifications" [Undecided,New] https://launchpad.net/bugs/33869523:44
cjwatsonericdc: your remastering has probably set incorrect Priority fields; compare the Priority fields in your Packages files against those in the archive23:49
cjwatsonericdc: also look through the installer's syslog to see which udebs it's loading; it generally includes a brief explanation of why23:51
=== Daviey_ is now known as Daviey
cody-somervillecjwatson, Does d-i load all the udebs on the cd or just those of a certain priority or what?23:57
cjwatsoncody-somerville: http://lists.debian.org/debian-boot/2004/07/msg01207.html23:58
cjwatsonin brief, by default it loads Priority: standard and above, and anything installed explicitly using an anna-install command (and the dependencies of both of those, of course)23:59
cjwatsonor the Enhances thing I mention; I forget whether I ever looked into how that really behaves23:59

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