[12:35] if a build fails on ia64 because debhelper wasn't installed, does lp automatically resubmit? === jamesh_ [n=james@canonical/launchpad/jamesh] has joined #ubuntu-devel === Martinp23 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel === Gman [i=gman@nat/sun/x-4f969c124cae2970] has joined #ubuntu-devel === cypherbios [n=cyr@ubuntu/member/cypherbios] has joined #ubuntu-devel === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #ubuntu-devel === jml [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #ubuntu-devel === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-devel [01:35] Nafallo: Opal? [01:37] Nafallo: Ah, nm. === dsas [n=dean@ubuntu/member/dsas] has joined #ubuntu-devel === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #ubuntu-devel === illovae [n=illovae@lns-bzn-58-82-251-253-251.adsl.proxad.net] has joined #ubuntu-devel === doko_ [n=doko@dslb-088-073-065-090.pools.arcor-ip.net] has joined #ubuntu-devel === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel === lamont rescores perl/i386 so that it'll get built sooner and make things installable again. sigh === svolpe [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel === svolpe [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel [02:21] and perl is building [02:21] it'll be nice when the buildds can install debhelper again. [02:21] slangasek: sorry [02:22] well, partially [02:22] poor timing on having oo.o, gcc-4.2, and perl all hit together === jack_wyt [n=jack@123.115.241.211] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel === illovae [n=illovae@82.251.253.251] has joined #ubuntu-devel === illovae [n=illovae@lns-bzn-58-82-251-253-251.adsl.proxad.net] has joined #ubuntu-devel === illovae [n=illovae@82.251.253.251] has joined #ubuntu-devel [02:50] whee that was fun... ate dinner out got bad enough 'gas' that it caused me to vomit when i got home :-\ [02:50] TMI [02:50] heh === defcon [n=ion@71-36-162-36.phnx.qwest.net] has joined #ubuntu-devel === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-devel === nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-devel === predius [n=predius@190.8.154.185] has joined #ubuntu-devel === edson [n=edson@unaffiliated/edson] has joined #ubuntu-devel === zzxc [n=dnl@cpe-71-65-48-5.insight.res.rr.com] has joined #ubuntu-devel [03:43] Are there any plans to implement a binary diff system (eg. debiff) in the apt interface for a future release? === j_ack [n=j_ack@p508D84EC.dip0.t-ipconnect.de] has joined #ubuntu-devel [03:48] For something like that to work with the Ubuntu live cd, the binary diff program would have to patch individual binaries, instead of entire .deb archives, to create the new .deb archive to install. This would require considerable installation effort, and I am not near familiar with apt to do it, but it would make updating Firefox go from a 7MB download to a 200KB download. [03:49] zzxc: Debian have such a system rolled out already, I think. [03:49] <_MMA_> There's also Conary. [03:50] zzxc: They certainly do for repository information, I'm not sure about actual packages though. [03:50] RAOF: It works with entire .deb archives, though, if I recall correctly. [03:50] Yes, repository information is of course synced intelligently, but package syncing is much harder - especially if no .deb files are on the system to begin with. [03:51] For the mirrors, processing power is often more scarce a resource than bandwidth. [03:51] There's also at least one project to make apt use zsync, a server-processor-friendly version of rsync. [03:52] The processing would be done only once; the servers would simply store a binary diff from the last version of the package. [03:52] And how would that work if your own version is not the latest one? [03:52] Then you would need an entire download. [03:53] Alternatively, the versions could be installed one-at-a-time until the latest version is achieved. [03:53] I'm not sure that going from version N to version N+1 is the most common case for updates. [03:53] Right now, it's not the most common case. But for security, it should be. [03:57] Existing .deb diff software would have to be reworked for this to happen. For example, the binary diff might be a modified .deb file. Instead of containing entire binaries, it would contain binary diffs from the last version. Apt would then have to be modified to require the previous package to be installed, and to properly apply the binary diffs. If an error occured during package extraction (for example, one of the files that needs [03:58] god damn. keescook: any way to check which processes are using openssl and therefor needs a restart? [03:58] lsof? [03:59] hmm. might actually work... [04:01] kewl [04:01] zzxc: https://blueprints.edge.launchpad.net/ubuntu/+spec/apt-sync might interest you. [04:01] thanks aj [04:01] ajmitch [04:02] ajmitch: hmm... everything :-( [04:02] heh === DrPepperKid [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel [04:05] RAOF: How close is that to an implementation? === Knightlust [n=dax@ubuntu/member/knightlust] has joined #ubuntu-devel [04:07] RAOF: Actually, it seems that it requires the package file be on the remote system - which is not the case for most end-users. [04:10] done :-) [04:10] the one affected mostly is probably my ntp :-/ [04:12] hmm. [04:12] I seeded 547GB for the beta. that should be enough damnit :-) [04:12] I think I might try to investigate the feasibility of a "partial .deb file", and post something to one of the debian mailing lists. It would be trivial to have a folder on each mirror called "partial" to host partial packages. This is how Mozilla does it. === fen_ [n=fen@84.179.233.220.exetel.com.au] has joined #ubuntu-devel [04:14] It's definately a turn-off to a user with a slow connection to realize that 100MB of updates required for security. [04:14] zzxc; best bet, i think, is to have some sort of [something] that modifies the user's system in-place [04:14] zzxc; including performing the actual changes and modifying the dpkg state to pretend that the new version has been installed [04:15] desrt: That would seem to be risky, to 'pretend' to install packages while avoiding apt entirely. [04:16] zzxc; in many cases all you'd be doing is bumping the version number of the installed package [04:16] since when security updates occur you have to install all of the binary packages from that given source package and probably only one of them has actually changed [04:17] desrt: Implementing something like that would seem to be 'reinventing the wheel' with Apt. In addition, it would have to stay up-to-date with the current apt version to avoid major problems. [04:18] it's actually completely orthogonal to apt [04:18] I suppose for security updates, where the only change is changes to existing binaries, such a solution would work. [04:18] if you wanted to get really fancy you could do all sorts of neat binary-patching techniques [04:20] desrt: It would seem to be difficult, however, to have a general tool that would generate these "update instructions" from deb files in the general case. [04:20] this is the fun part :D [04:21] seriously, though: why not just extract the two debs and run diff? [04:21] Tools for that exist. However, the old version's .deb doesn't exist on the remote computer. [04:21] who the hell is david portwood? [04:22] i report a problem with the livecd and my bug gets "New => Invalid" with "Compiz package is not from the official Ubuntu repositories, and as such is not supported here." [04:23] have i missed something? [04:23] A 'partial .deb', on the other hand, would be able to be extracted into a 'full .deb' using existing binaries (such as soffice.bin) on the remote machine. [04:24] Thus, OOo 2.3.0->2.3.0.1 might be 5MB instead of 100MB. [04:25] zzxc: are you talking about binary diffs? [04:25] google deb binary diffs [04:30] Burgundavia: Sort of. I'm talking about a partial deb that *contains* binary diffs being used to update software on a computer in which no existing .deb to patch exists. === dendrobates is now known as dendro-away [04:37] FWIW, dm-crypt as part of d-i greatly excites my wriggly bits. [04:38] as well as my full head latex Bruce Schneier mask [04:38] zzxc: you can rebuild the .deb from already installed packages, then binary patching that package, you mean? [04:39] zzxc: where the archive cache has been previously cleaned? [04:40] With live cd installs, there never is an archive cache. [04:41] I hadn't noticed that, strange. [04:43] Such a technique would probably not try to rebuild the existing .deb archive. Rather, it would download a new .deb archive from a mirror that would contain binary diffs instead of entire binaries. New binaries would be in the .deb file in their entirety, and files that may be edited (such as configuration files) would not be diff'ed either. === stub [n=stub@ppp-58.8.2.199.revip2.asianet.co.th] has joined #ubuntu-devel [04:44] Some program would then convert the binary diffs inside the .deb file into full binaries, by patching binaries on the user's system. The user would then have a full .deb file that could be normally installed as normal. [04:47] I see, so download binary patches as a .deb, then patch existing installed binaries, _then_ build the new .deb? === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === RAOF [n=chris@123-243-65-41.tpgi.com.au] has joined #ubuntu-devel === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-devel === jsgotangco [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel === pavan [n=IceChat7@c-68-36-126-187.hsd1.nj.comcast.net] has joined #ubuntu-devel [05:15] ubuntu (almost) no functional after attempted upgrade to gutsy 7.10 .. can i please get some help.. thanks [05:15] pavan: Help in #ubuntu+1 [05:16] pavan: Which also has the advantage of having more people in it :) [05:16] thx === pavan [n=IceChat7@c-68-36-126-187.hsd1.nj.comcast.net] has left #ubuntu-devel [] [05:22] Is there any words about mass build failures on all buildds of different arches? === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel [05:30] realist: I think it might be cheaper calculating the binary diffs client side, than storing diffs between every package release on the server [05:30] zzxc rather. [05:31] Talking to myself again :-) [05:31] Then again, Canonical might have the funds for such a trade-off. === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #ubuntu-devel [05:32] realist: How could the diff be calculated on the client side? === CarlF1 [n=carl@71.239.174.23] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel [05:33] zzxc: by storing checksums of the package, rather than diffs between releases [05:33] I'm not sure what you mean. [05:34] To compute the diff, the computer would need access to both the old and new versions. Thus, the client computer would be unable to do it. [05:35] Storing and pushing binary diffs stored as "partial .deb files", as I described earlier, could be done with the exsting mirrors. There would just be two .deb files for each update, rather than one. [05:38] You would need to rsync/zsync the blocks with different checksums [05:38] So it's not so much patching, as syncing, the packages [05:39] If the original .deb doesn't exist, you could regenerate it from the installed binaries [05:40] realist: Generally speaking you aren't guaranteed to reconstruct a .deb from installed binaries. [05:42] minghua: you could just sync the binaries listed in the package meta-data then [05:44] realist: True. I was not arguing against your "rsync-like update" idea, just pointing out some inaccuracy in your statement. [05:45] minghua: fair call. [05:48] What would be interesting to see, is this type of patch or sync capability, combined with debtorrent === dongthao [n=t3318@222.253.82.3] has joined #ubuntu-devel [05:52] hello [05:52] realist: Are there not enough ubuntu package mirrors for your liking :) [05:52] I want to join ubuntu developers, how can I begin? [05:53] please help me :( [05:54] zzxc: I just like the idea of distributed networks, fewer points of failure, etc [05:54] dongthao: #ubuntu-motu is a better place to start. [05:54] dongthao: wiki.ubuntu.com/MOTU [05:54] dongthao: There's all sorts of stuff to do :) [05:54] I've create launch-pad account [05:55] but there're too many teams [05:55] I don't know where to begin [05:55] Find something that interests you, for a start [05:56] dongthao: How do you want to help? What do you want to do? Translation, packaging, programming, etc. [05:56] I want programming :) [05:57] excellent [05:57] I'm learning and working with python [05:57] dongthao: do you know what a diff is? [05:57] I think a little :) [05:57] I often use it in compare files [05:57] sometimes in patching [05:58] yup [05:58] check out that wiki page [05:58] and [05:58] the MOTU just had a blog about how to get started [05:58] dongthao: What sort of project might you be interested in? There are a bunch of Ubuntu python projects, or you could write a gnome-screensaver hack configurator :) [05:58] ye [05:59] oh [05:59] gnome-screensaver [05:59] it sounds interesting [05:59] RAOF: gnome-screensaver's configuration indeed sucks. [05:59] I have some hacks in gnome-app-install [05:59] http://daniel.holba.ch/blog/?p=54 [05:59] but just for fun in free time [06:00] dongthao: What that would entail is being able to write .desktop files, it'd be pretty simple. [06:01] yep [06:01] dongthao: http://ubuntuforums.org/showthread.php?t=418759 is a forum thread containing some information about that. [06:01] I modify some source from it === XSource [n=XSource@41.201.242.66] has joined #ubuntu-devel [06:02] mostly in translating and rearrange the columns === RAOF was going to look into it at *some* point, but I'm exceptionally bad at time-management, so... [06:02] if you really want to hack gnome-screensaver [06:02] make it accept pam [06:03] pwnguin: Not hack *on* gnome-screensaver, write a GUI for configuring xscreensaver hacks. [06:03] pwnguin: Of course, pamifying could be good, too. [06:03] siretart: next time you modify a postinst please make sure it actually runs.. or at least sh -n it [06:04] RAOF: it'd be handy for my fingerprint reader ;) [06:04] yep [06:04] I think it's neccesary === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [06:04] anyone like that task? [06:05] im not sure what task you're thinking of, but it's all yours [06:05] dongthao: I'll join you in it if you want to start it up. You'd probably want to create a gnome-screensaver-config project on launchpad, use LP for bzr hosting, and write it in python :) [06:05] pamifying gnome-screensaver [06:06] i'm a very new in ubuntu development [06:06] event dun know clearly about lauchpad [06:07] i'm studying on it [06:07] dongthao: This wouldn't strictly be ubuntu development, but it *would* be very useful :) [06:07] yep [06:07] i like it [06:07] dongthao: joing #ubuntu-motu, and check out https://bugs.edge.launchpad.net/ubuntu/+bugs?field.tag=bitesize [06:07] so anyone start it [06:07] i'll join with you [06:07] dongthao: those are supposed to be good "learning" bugs [06:07] yep [06:07] i'll check it now [06:08] That's if you want to help by packaging, of course :) [06:08] i'll training experence :D [06:08] packaging and dev'ing go hand in hand really [06:08] pwnguin: No, not really. [06:08] :) === RAOF eyes his "write a 'How to be a good upstream' wiki page" todo item [06:10] i also think they go hand in hand [06:10] i mean, if you want changes into ubuntu, you at least need to know how to get the current source, modify it, and pass it back [06:10] pwnguin: You may notice that almost all the software we package isn't packaged by the developer(s). [06:10] pwnguin, realist: What exactly does "pam-ifying gnome-screensaver" mean? Doesn't gnome-screensaver ship /etc/pam.d/gnome-screensaver in Ubuntu? [06:10] Oh, that. Yes. [06:10] im not saying that upstream should be providing a debian dir [06:11] though its handy as a reference [06:11] minghua: I don't even use gnome :-) [06:13] minghua: it doesn't work with pam_thinkfinger [06:13] i havent yet dug into why [06:14] pwnguin: Added pam_thinkfinger to /etc/pam.d/common-auth ? [06:14] pwnguin: Okay. Then you should have said "pam_thinkfinger-ifying". ;-) [06:14] RAOF: ages ago [06:14] Fair enough :) === RAOF 's pam knowledge is thus exhausted [06:14] RAOF: skimming some stuff suggested an ACL [06:14] i wasnt even aware ext3 had acls [06:14] but apparently FC ships with em [06:15] Yeah. What doesn't? [06:15] Even ffs has acls. [06:15] ffs? [06:17] bsd-ffs [06:17] huh [06:17] i figured it was just unix permissions === Onyxyte [n=Onyxyte@r75-110-104-20.rmntcmtc01.rcmtnc.ab.dh.suddenlink.net] has joined #Ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === j_ack [n=j_ack@p508D84EC.dip0.t-ipconnect.de] has joined #ubuntu-devel === Onyxyte [n=Onyxyte@r75-110-104-20.rmntcmtc01.rcmtnc.ab.dh.suddenlink.net] has joined #Ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === defcon [n=ion@71-36-162-36.phnx.qwest.net] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === mneptok drips onto Hobbsee === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel === Hobbsee takes a very hot shower === Hobbsee beats mneptok off [07:17] (in the opposite order0 [07:17] uh [07:19] hi Hobbsee [07:21] i ... [07:21] i need to walk away [07:21] just ... walk away [07:21] hi LaserJock [07:22] mneptok: yes, you do. go drown yourself in some beer. [07:22] mneptok: maybe a first class ticket to Australia is in order :D === freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-devel [07:26] anybody here got any experience with vcs imports? [07:26] Hobbsee: ouch, all I can say is ouch [07:26] Burgundavia: heh. [07:29] mneptok, pfft, quoting yourself on /Quotes is discouraged. ;-) [07:32] kylem: dude. i know the pressure i just absorbed. i get a back-pat. [07:32] you know it, too. [07:32] ha. [07:33] you know how difficult that was yor me. [07:33] *for [07:33] i'm still kinda shaking. === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === Hobbsee sighs at words that have too many slang meanings. [07:43] heh === Hobbsee thinks you all have very dirty minds. === desrt throws soil at Hobbsee === TheMuso_ [n=luke@121.44.16.69] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === Hobbsee throws the soil back at desrt, first adding water. === ogra ducks to not get hit [07:48] hello Hobbsee [07:48] hi ajmitch [07:48] nice to see you [07:48] hi ogra [07:48] hey he [07:48] y [07:48] hm === desrt is muddied === Treenaks quickly Ctrl+C's his upgrade [07:52] Treenaks: some breakage ahead? === davidm [n=davidm@pool-71-170-59-181.dllstx.fios.verizon.net] has joined #ubuntu-devel [07:53] ajmitch: tip of the day: don't run apt-get -y dist-upgrade [07:53] heh [07:53] it tried to deinstall perl.. and everything depending on it [07:53] oh, noone would be silly enough to do that [07:53] yes [07:53] which is pretty much everything [07:54] yeah, it seems like perl is important for some reason [07:54] perl seems to have broken most of the buildqueues as well [07:54] can we punt perl to universe? [07:56] sounds sane ;-) [07:56] well, only ntp and console-setup seem to depend on it :) [07:57] it shouldn't take long to rewrite debhelper in python [08:02] yay for remove vs purge.. system fixed :) [08:09] anyone else notice apt-get being buggy on dist-upgrade lately? [08:10] bug 146614 [08:10] Launchpad bug 146614 in apt "apt-get dist-upgrade fails due to bogus(?) unmet dependencies" [Undecided,New] https://launchpad.net/bugs/146614 [08:10] sorry, I've only noticed that you broke ooo installability. :) [08:10] lol [08:10] heh it installed fine for me :) [08:11] wrt apt-get issue apt-get upgrade works fine for me but apt-get dist-upgrade complains of installed packages not being installed and that they won't be installed since obviously they already are [08:11] mines complaining about perl and a dep that isn't in the repo [08:12] frostburn: hmm shouldn't that just cause it to hold perl? [08:12] apt-get upgrade held several packages on my system [08:12] The following packages have been kept back: gnome-cards-data gnome-games-data libperl5.8 perl perl-base tracker tracker-search-tool [08:12] 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. [08:13] you can install the rest of them [08:13] individually [08:13] except perl stuff [08:13] ok [08:14] i guess dselect upgrade calls the same code as apt-get dist-upgrade because it doesn't work either with the same output === luckyone [n=jordan@CPE-65-28-7-102.kc.res.rr.com] has joined #ubuntu-devel === Kstrings [n=strings@wsip-68-99-62-215.pn.at.cox.net] has joined #ubuntu-devel [08:18] calc you on amd64? [08:18] frostburn: yes === jml [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #ubuntu-devel [08:19] luckyone, you, and me all have the same prob =] [08:19] frostburn: follow up to 146614 noting you have the same problem ;) [08:19] interesting [08:20] cjwatson: you were the last to touch apt, any idea if what you changed could have caused the issue? [08:21] idle 10hr, he'll be back soon maybe ;) [08:21] why do you suppose it's a bug in apt, rather than simply a normal side-effect of uninstallable packages in the archive? [08:21] slangasek: er shouldn't it tell us what is uninstallable then? [08:22] never has before [08:22] apt is fine [08:22] slangasek: i thought it used to complain about the packages that were actually uninstallable [08:22] you only get told about which packages are uninstallable if you request packages to be installed by name [08:23] so it is normal for apt to complain about packages that are perfectly fine and installed when it can't install some other random package, and not mention that package at all? [08:23] i haven't had dselect->upgrade break me in so long i can't remember the last time it did [08:23] er for me [08:24] eg in this case it complains about xbase-client, xclock, xfd, xlogo, xorg, xterm all of which are installed and don't have new versions === calc notes if it is normal for that to happen apt is a big stinking pile [08:24] calc: have you managed to look at bug 140673 yet? I know its not a priority for you, but if you could look into it, it would be great for helping us get deacent accessibility for screen reader users for the final release. [08:24] Launchpad bug 140673 in espeak "Espeak + portaudio v19 causes undesirable lock-ups." [Medium,Confirmed] https://launchpad.net/bugs/140673 [08:25] TheMuso: looking [08:26] TheMuso: i can drop portaudio dep from ooo completely if that is agreeable, esp since it seems to cause problems in this case [08:26] TheMuso: i just recently added it anyway so its not a big deal [08:27] calc: I'm convinced, but I'm probably not the one needing convincing. [08:27] calc: If you could leave a comment, and I think pitti should be good with it/. I can then get an upload for espeak done. Thanks a lot. [08:29] yea i added a comment just now [08:30] calc: Thanks again. [08:30] no problem :) [08:33] anything I can help with to fix the dependencies issue with xorg and xbase-clients === nb-au [n=karl@60-241-64-234.tpgi.com.au] has joined #ubuntu-devel [08:33] luckyone: it appears it may just be apt is a pos issue and complains about the wrong thing [08:33] luckyone: apt-get upgrade should work for you, it is probably perl being broken that caused the weird apt error message === Kstrings [n=strings@wsip-68-99-62-215.pn.at.cox.net] has joined #ubuntu-devel [08:34] any idea when perl-modules will be updated anyone? [08:34] huh, is there a link I can follow up with this on? [08:34] I *need* to head to bed [08:34] but *need* to fix this... tomorrow [08:34] luckyone: just run apt-get upgrade and go to bed, perl will probably be fixed tomorrow [08:35] calc: or monday. it is a saturday todya. [08:35] luckyone: apt-get dist-upgrade will probably be broken until perl is fixed [08:35] luckyone: see what Hobbsee said [08:35] yeah, doesn't work [08:35] luckyone: er apt-get upgrade worked for me [08:35] luckyone: it was apt-get dist-upgrade that failed on my box [08:36] I concur [08:36] good to know that upgrade still works [08:36] I was afraid I wouldn't be able to install packages [08:36] ok, so just don't use dist-upgrade until perl is fixed :) [08:36] wahoo [08:37] and hopefully someone can beat apt up enough that it complains about the actual broken packages in the future === luckyone thanks his merciful heros === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [08:38] oh i know what is different about the perl thing wrt dselect->upgrade [08:38] I also have a stupid question about media players that can leverage dual core processors [08:38] oh yay, breakage. [08:38] usually dselect determines something is fubar and doesn't try to upgrade it, but didn't figure out how to do it correctly in this case [08:38] does such a program exist? [08:38] so it passed it on to apt which choked on perl === Hobbsee blames calc [08:40] Hobbsee: 8-P [08:41] luckyone, what do you mean? [08:41] calc: http://rafb.net/p/Brxzd428.html [08:42] Hobbsee: how recently did you try that? [08:42] calc: just now [08:42] Hobbsee: it may be that your openoffice.org-l10n-* is out of date still [08:43] Hobbsee: check to see if you see 1:2.3.0-1ubuntu2 versions available for them as well [08:43] calc: *eyebrow raise* [08:43] Hobbsee: they are on the main mirror already but maybe not in au [08:44] the output you showed there showed that openoffice.org-common had not been updated but wasn't in the list to up date either afaict [08:44] calc: dude, did you even *look* at the error log? [08:44] oh wait, [08:44] Hobbsee: yea :P [08:44] why do i have openoffice.org-l10n-en-za:installed? [08:44] because its pulled in by language-support-en probably [08:45] oh, langsupporten [08:45] and if the mirror you are using doesn't have up to date version of that it might be holding back ooo [08:45] though its already on some of the mirrors at least === Hobbsee uses two sets of mirrors. === Kstrings [n=strings@wsip-68-99-62-215.pn.at.cox.net] has joined #ubuntu-devel [08:45] calc, for me i had to force OO then lang support would install [08:45] whether i missed a mirror pulse in the last ~15 mins is an interesting question, though [08:46] calc: i don tleave myself only on the au mirror. in fact, i use a different au mirror, and a.u.c === topspin [i=allenc@66-17-143-99.static.mesanetworks.net] has joined #ubuntu-devel [08:46] because it's not worth having the packages ~12+ hours out of date [08:46] it finished building 5 hours ago, not sure when it hit the mirrors [08:46] nb-au: oh [08:46] oh, so this one built :P === topspin [i=allenc@66-17-143-99.static.mesanetworks.net] has left #ubuntu-devel ["Konversation] [08:46] of course ;) [08:46] it builds at least some of the time ;) [08:47] Hobbsee: you sound like a born sceptic [08:47] oh, here we are [08:47] yes, force installing it works. [08:47] ajmitch: i must have done too much RM stuff. [08:47] hehe === MagnusR [n=magru@c83-252-222-139.bredband.comhem.se] has joined #ubuntu-devel [08:48] you should be able to slowly work your way down to the perl files by messing around in apt === calc notes it just worked for him but he is pointed at the main a.u.c site [08:48] if you use dselect you can just put the perl files on hold and it will automatically get the rest [08:49] hehe, ive already manually half installed them :/ === Hobbsee doesnt have perl installed anyway [08:49] Hobbsee, its default === pwnguin wonders how you get rid of perl [08:50] nb-au: alternatively you can use dpkg --set-selections to put them on hold if you don't like dselect ;) [08:50] oh, yes i do. [08:50] i didnt get perl falling over and dying, though [08:50] calc, i mean i somehow got perl to half upgrade to 7ubuntu3 [08:50] before i realised it was mssing packages [08:50] lol [08:50] oh, only ubuntu2 on my mirror [08:50] nb-au: oh ok [08:50] and a.u.c, it looks like [08:51] im on main [08:51] Hobbsee: 1ubuntu2 is the current ooo packages [08:51] Hobbsee: they should install fine if they are all there, it worked for me off of a.u.c [08:51] calc: i meant of perl [08:51] Hobbsee: oh ok, nm [08:51] time for me to go to bed, 2am [08:52] Hrm... What am I doing wrong here. apt-get source pbuilder build dpkg -i then synaptic tells me that I need to update to the same version. [08:52] so i ihave perl and perlbase as u3, with lib-perl as u2 but with upgrade avail, and perl-modules at u2 with no upgrade available, and im waiting for that upgrade [08:52] Kstrings: you probably should set it to hold after installing the manual version unless you want the one from the archive === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === allee [n=ach@dialin-145-254-253-098.pools.arcor-ip.net] has joined #ubuntu-devel [09:06] looks like some stuff have been updated (namedly perl) [09:07] give it a go :) [09:09] hmm seems not, have to go manual [09:11] HOLY CRAP [09:11] FIXED [09:11] woot === Gman is now known as GmanAFK === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === marcel [n=marcel@lt3.xs4all.nl] has joined #ubuntu-devel [09:35] do i have to recompile kaffeine/totem to get dvd playback [09:36] fabbione: oooops - sorry. willdo next time :( === siretart hides in the corner [09:37] frostburn, shouldnt [09:37] should work with dvdcss [09:38] aye, it's installed already [09:39] strange [09:39] i watched 2 dvds back in tribe 3 === jinty [n=jinty@p57BB2401.dip0.t-ipconnect.de] has joined #ubuntu-devel [09:39] yeah it was working in 7.04 [09:39] i'll keep plugging at it [09:41] tried mplayer? [09:41] if it doesnt play it that something is badly amiss [09:42] or maybe u dont have codecs [09:43] yeah === dannioni [n=dannioni@81-235-188-29-no48.tbcn.telia.com] has joined #ubuntu-devel [10:01] Does anyone know why aptitude thinks you need to update packages compiled from source (pbuilder) when they are the same version? [10:03] sounds like a #ubuntu+1 type question [10:04] but, it's because you probably compiled the same version as what's in the repos - and iirc, it will usually try to use the repo version, not your own. [10:04] due to apt priorities [10:04] it will [10:05] but I usually fix that either by setting the package status to 'hold', or setting the version a bit higher (but not as high as an update would set it) [10:06] which is where ~ in versions comes in handy [10:07] The ~ is? [10:09] hm, will keybuk eat me for uploading udev? [10:09] Hobbsee: yes, fabbione already uploaded a new version [10:09] Hobbsee: he might, depends on how buggy you made it ;) [10:10] ajmitch: awesome. that was the one. [10:10] Kstrings: it's used to denote that a version is less than another, eg 1.2.3-1ubuntu1~ppa1 [10:10] Hobbsee: yeah, good thing fabbione uploaded it first, otherwise I would have done uploaded my fix :) [10:10] :) === zasf [n=matteo@host178-61-dynamic.6-87-r.retail.telecomitalia.it] has joined #ubuntu-devel [10:12] the only problem is that it failed to build on !i386, and is in the build queue for i386 [10:14] oh dear [10:14] yeah [10:14] one of those days... === ant30 [n=ant30@85.137.228.170.dyn.user.ono.com] has joined #ubuntu-devel === pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-devel === Mez sighs [10:27] and now my DVD drive / HDD#'s show as s * not h* meaning I cant watch DVDs on my PC (shdparm -d wont work) === jinty [n=jinty@p57BB2401.dip0.t-ipconnect.de] has joined #ubuntu-devel === Zdra [n=zdra@50.226-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-devel [10:36] Mithrandir: I think that there'll be a large number of packages uploaded recently that will need given back on !i386 due to a perl upload - perl was made uninstallable by perl-modules on !i386 until it was built on i386 [10:37] heh [10:37] one important one to give back is udev, for a typo fix === asisak [n=conp@ubuntu/member/coNP] has joined #ubuntu-devel === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-devel [10:41] ajmitch,Hobbsee : I'll give-back what's failed. [10:41] thanks :) [10:41] thanks Mithrandir === Hobbsee hugs Mithrandir === rulus [n=rulus_|@164.70-243-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === defcon [n=ion@71-36-162-36.phnx.qwest.net] has joined #ubuntu-devel === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-devel === Kmos [n=gothicx@249-111.dial.nortenet.pt] has joined #ubuntu-devel === lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-devel === xerakko [n=xerakko@debian/developer/xerakko] has joined #ubuntu-devel === RicardoPerez [n=A@84.122.254.82.dyn.user.ono.com] has joined #ubuntu-devel === Kopfgeldjaeger [n=nicolai@p54AD5E79.dip.t-dialin.net] has joined #ubuntu-devel === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-devel [11:06] hey === XSource [n=XSource@41.201.192.123] has joined #ubuntu-devel [11:10] there, stuff given back. [11:11] thanks Mithrandir === Hobbsee uploads kdebase === zasf [n=zasf@host178-61-dynamic.6-87-r.retail.telecomitalia.it] has joined #ubuntu-devel === TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-devel === thekorn [n=markus@a89-182-25-170.net-htp.de] has joined #ubuntu-devel === nb-au [n=karl@60-241-64-234.tpgi.com.au] has joined #ubuntu-devel === slytherin [n=onkar@pdpc/supporter/base/slytherin] has joined #ubuntu-devel === Watersevenub [n=Watersev@242-108.dial.nortenet.pt] has joined #ubuntu-devel === Watersevenub [n=Watersev@242-108.dial.nortenet.pt] has left #ubuntu-devel ["Saindo"] [11:28] I had sent a mail to ubuntu-devel-discuss team about theora beta 1 poackages. Should I wait for some testing feedback or just go ahead and file a freeze exception bug? === Yvonne [n=Yvonne@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel === thekorn [n=markus@a89-182-25-170.net-htp.de] has joined #ubuntu-devel [11:33] slytherin: If you're prepared to follow the freeze exception process, there's a compelling reason for theora beta 1, and it doesn't break anything, I'd say file a freeze exception bug. There's been someone looking at this in here before. Was that you? [11:34] RAOF: If that was yesterday then it was me. [11:34] There was someone before yesterday, too, but I can't remember who it was. [11:35] RAOF: Till now I have tested totem, mplayer, and ffmpeg2theora and no breakage found. But there are too many rdepends, so dholbach suggested me to send mail. [11:38] bug 146666 [11:38] Launchpad bug 146666 in ubuntu "Installation Break on ASUS P5K SE" [Undecided,New] https://launchpad.net/bugs/146666 [11:38] i think this is kernel related [11:38] slytherin: Ah, fair enough. Then maybe wait for replies on -devel-discuss. It is the weekend, after all. === phanatic [n=phanatic@3e44adce.adsl.enternet.hu] has joined #ubuntu-devel === ivoks [n=ivoks@23-118.dsl.iskon.hr] has joined #ubuntu-devel === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel === dexem [n=dani@212.97.172.119.dyn.user.ono.com] has joined #ubuntu-devel === Zdra [n=zdra@91.177.16.86] has joined #ubuntu-devel === Kstrings [n=strings@wsip-68-99-62-215.pn.at.cox.net] has left #ubuntu-devel [] === jetscreamer [n=jetscrea@unaffiliated/jetscreamer] has joined #ubuntu-devel === bryce [n=bryce@c-67-169-207-142.hsd1.or.comcast.net] has joined #ubuntu-devel === ssam [n=ssam@87.127.117.246] has joined #ubuntu-devel === Whoopie [n=Whoopie@unaffiliated/whoopie] has joined #ubuntu-devel === slytherin [n=onkar@pdpc/supporter/base/slytherin] has left #ubuntu-devel [] [12:17] mjg59: Hi, could you have a look at bug 109151? I re-added usplash support to uswsusp. but the acpi-support package also needs a change. [12:17] Launchpad bug 109151 in uswsusp "no hibernate with uswsusp installed" [Undecided,Confirmed] https://launchpad.net/bugs/109151 [12:18] Whoopie: How did you handle the resolution information? [12:19] mjg59: I added a -x and -y command line parameter to suspend.c and resume.c [12:19] and these values are read from /etc/usplash.conf in /etc/acpi/hibernate.sh === cassidy [n=cassidy@host-85-27-68-188.brutele.be] has joined #ubuntu-devel [12:21] Whoopie: Ah, ok. And the swap device is auto-chosen? [12:21] mjg59: it's in /etc/uswsusp.conf. And this was added during install. debconf?? [12:22] Hm. Not entirely ideal, but fair enough. [12:22] Ok, I'll try to upload that later [12:22] mjg59: I was following Whoopie on it, if that patch is ok, I can move to upload that [12:23] mjg59: just wanted to hear your opinion about it [12:23] mjg59: problem for me is that it hangs on resume. It doesn't switch back to X, but the laptop is still responsive so that I can poweroff it by pressing the power button. [12:23] really don't know if it's usplash or my laptop. === lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-devel === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-devel [12:40] mjg59: and if you are on the acpi-support package, could you add the 0 to /etc/acpi/events/asus-brightness-{up,down}? it's bug 76593. thanks! [12:40] Launchpad bug 76593 in acpi-support "asus brightness hotkeys" [Wishlist,Confirmed] https://launchpad.net/bugs/76593 === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === ssam_ [n=ssam@87.127.117.246] has joined #ubuntu-devel === XSource [n=XSource@41.201.215.175] has joined #ubuntu-devel === IanC26 [n=IanC26@2002:908b:a5bc:4:216:6fff:fe39:ff6e] has joined #ubuntu-devel === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-devel === Zic [n=Zic@ubuntu/member/zic] has joined #ubuntu-devel === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel === mdke [i=mdke@planters.dreamhost.com] has joined #ubuntu-devel === defcon [n=ion@71-36-162-36.phnx.qwest.net] has joined #ubuntu-devel === bigon [n=bigon@212.71.12.55.adsl.dyn.edpnet.net] has joined #ubuntu-devel === jamiemcc [n=jamie@82-32-8-26.cable.ubr02.azte.blueyonder.co.uk] has joined #ubuntu-devel === dexem [n=dani@220.Red-83-52-31.dynamicIP.rima-tde.net] has joined #ubuntu-devel === mbiebl [n=michael@e180066045.adsl.alicedsl.de] has joined #ubuntu-devel === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel === lucas_ [n=lucas@35.110.76.83.cust.bluewin.ch] has joined #ubuntu-devel === allee [n=ach@dialin-212-144-131-061.pools.arcor-ip.net] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === salty-horse [n=ori@pdpc/supporter/active/salty-horse] has joined #ubuntu-devel [01:41] hi. is there a way to hurry up a build? there was a small bug in udev that prevented it from being installed, and I fear to restart my machine after a gutsy upgrade without it working: https://launchpad.net/ubuntu/+source/udev/113-0ubuntu14 [01:46] if there are buildd admins around, yes [01:46] otherwise, no [01:46] Hobbsee, I'm installing an older version: https://launchpad.net/ubuntu/+source/udev/113-0ubuntu12/+build/398871 [01:47] you could just fix the script, so it installs - the bug tells you how to, iirc. [01:48] I'm not an expert at .deb packaging -- rather not mess with it === salty-horse is restarting his system, hoping everything goes well after the upgrade === glatzor_ [n=renate@p57AED89C.dip.t-dialin.net] has joined #ubuntu-devel === defcon [n=ion@71-36-162-36.phnx.qwest.net] has joined #ubuntu-devel === gicmo [n=gicmo@91.64.103.36] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel === jsgotangco [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === greeneggsnospam [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel === lucky_lucas [n=lucas@168-160.5-85.cust.bluewin.ch] has joined #ubuntu-devel === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel === XSource [n=XSource@41.201.204.5] has joined #ubuntu-devel === zasf [n=matteo@87.6.61.178] has joined #ubuntu-devel === ryu [n=chris@unaffiliated/ryu] has joined #ubuntu-devel === shiyee [n=Shiyee@0x50a16837.abnxx4.adsl-dhcp.tele.dk] has joined #ubuntu-devel === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-devel === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-devel === Martinp23 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel === Martinp23 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel === RainCT [n=RainCT@unaffiliated/rainct] has joined #ubuntu-devel === Vegar [i=vegar@unaffiliated/vegar] has left #ubuntu-devel ["Leaving"] === Yvonne [n=Yvonne@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel === danderson [n=dave@atlas.natulte.net] has joined #ubuntu-devel === manchicken [n=manckn@12-226-72-69.client.mchsi.com] has joined #ubuntu-devel === ant30 [n=ant30@85.137.228.170.dyn.user.ono.com] has joined #ubuntu-devel === rnorwood [n=rnorwood@adsl-074-167-242-127.sip.rmo.bellsouth.net] has joined #ubuntu-devel [03:48] hello Riddell, the latest ati drivers in Ubuntu do no longer support xinerama. So I prepared a patch to disable dualhead in guidance for ati cards. === RainCT [n=RainCT@unaffiliated/rainct] has left #ubuntu-devel [] === AnAnt [n=anant@217.139.224.194] has joined #ubuntu-devel [03:51] Hello, a latex package (package here means set of macros, not debian package) has this file in the fonts/ directory 'Uqnskh.fd', does anyone know where the *.fd files should be installed in latex system ? === luks [n=lukas@unaffiliated/luks] has joined #ubuntu-devel === AnAnt [n=anant@217.139.224.194] has joined #ubuntu-devel === AnAnt [n=anant@217.139.224.194] has left #ubuntu-devel [] === _MMA_ [n=_MMA_@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel === edson [n=edson@unaffiliated/edson] has joined #ubuntu-devel === bigon [n=bigon@ubuntu/member/bigon] has joined #ubuntu-devel === jinty [n=jinty@p57BB3A7E.dip0.t-ipconnect.de] has joined #ubuntu-devel === rulus [n=rulus_|@164.70-243-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === j_ack [n=j_ack@p508D8DDB.dip0.t-ipconnect.de] has joined #ubuntu-devel === afflux [i=k@gateway/gpg-tor/key-0x6E18D3C4] has joined #ubuntu-devel === Drakas [n=drak@78.129.140.170] has joined #ubuntu-devel === edson [n=edson@unaffiliated/edson] has joined #ubuntu-devel === xerakko [n=xerakko@debian/developer/xerakko] has joined #ubuntu-devel === j_ack [n=j_ack@p508D8DDB.dip0.t-ipconnect.de] has joined #ubuntu-devel === Drakas [n=drak@78.129.140.170] has left #ubuntu-devel [] === freeflying [n=freeflyi@123.116.97.71] has joined #ubuntu-devel === bddebian [n=bdefrees@c-71-224-175-179.hsd1.pa.comcast.net] has joined #ubuntu-devel === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel === ivoks [n=ivoks@23-118.dsl.iskon.hr] has joined #ubuntu-devel === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel === c1|freaky [i=alpha@team.code-1.de] has joined #ubuntu-devel === Skiessi [n=qwe@dsl-roibrasgw1-ff90c100-219.dhcp.inet.fi] has joined #ubuntu-devel === ivoks_ [n=ivoks@17-193.dsl.iskon.hr] has joined #ubuntu-devel === svolpe [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel === danderson [n=dave@atlas.natulte.net] has left #ubuntu-devel [] === attunix [n=patrick@c-71-203-10-234.hsd1.fl.comcast.net] has joined #ubuntu-devel [05:29] Where can I download the new "Elephant" wallpaper available in Gutsy? I'm on Feisty. [05:31] attunix, here are some: https://wiki.ubuntu.com/Artwork/Incoming/GutsyIdeas [05:31] or you could fetch the gutsy packe from packages.ubuntu.com and extract it === jinty [n=jinty@p57BB3A7E.dip0.t-ipconnect.de] has joined #ubuntu-devel [05:32] ryu: without the logo? ;) === mlind [n=matti@IP-62-216-117-160.telemail.fi] has joined #ubuntu-devel [05:37] then you should pick the second way i mentioned... [05:38] ryu: how do I do that? :) [05:39] attunix, http://mirrors.kernel.org/ubuntu/pool/main/g/gutsy-wallpapers/gutsy-wallpapers_0.16_all.deb [05:39] cool; thanks :) [05:39] you can take a file-roller oder similar programms to extract it... === stu1 [n=stub@ppp-58.8.10.189.revip2.asianet.co.th] has joined #ubuntu-devel === lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-devel [05:40] calc: certainly nothing to do with my change; have a look at the diff, it's trivial === cjwatson_ is now known as cjwatson [05:41] greetings, cjwatson [05:41] hello, briefly [05:42] must walk dog, do laundry, do washing up, do everything else. argh. [05:42] hehe [05:42] find a robot. [05:42] on the upside I think I nearly have oem-config i18nised [05:42] tollef's too busy. === attunix [n=patrick@c-71-203-10-234.hsd1.fl.comcast.net] has left #ubuntu-devel [] === lucky_lucas [n=lucas@35.110.76.83.cust.bluewin.ch] has joined #ubuntu-devel === edson [n=edson@unaffiliated/edson] has joined #ubuntu-devel === l_ [n=l_@mix.mmjgroup.com] has joined #ubuntu-devel === zenrox [n=zenrox@pool-71-115-208-222.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === nags [n=nags@122.167.146.161] has joined #ubuntu-devel === pkern [n=pkern@durotan.0x539.de] has joined #ubuntu-devel === kent [n=kent@80.251.192.2] has joined #ubuntu-devel === jinty [n=jinty@p57BB3A7E.dip0.t-ipconnect.de] has joined #ubuntu-devel === nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-devel === dendro-away [n=dendroba@adsl-065-005-186-012.sip.asm.bellsouth.net] has joined #ubuntu-devel === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel [06:45] mornin' [06:45] hiya keescook! [06:45] hi! [06:45] thanks for the kdebase upload. There are a few more CVE fixes still to go into it, though. Got any time for that? [06:46] keescook: for main packages? [06:46] yup. konqueror. [06:46] urgle. [06:46] let me find the bug # [06:47] keescook: btw, do you know if that csh shell thing was correct? i saw you un-securified it [06:47] hurm? where? [06:47] i'ts in kdebase buglist [06:48] checking [06:49] afaik, the xsession is running as the user (not root), so if csh blows up, it is certainly a bug, but not a security issue. [06:49] (137946) [06:50] keescook: i'm more wondering fi the fix is correct [06:52] Hobbsee: hmm, yeah, it looks okay. It feels like there would be a cleaner way to handle it though. [06:53] keescook: right [06:54] I'd almost be tempted to try things like $SHELL -c "(if (-f /etc/csh.login) source /etc/csh.login; if (-f ~/.login) source ~/.login) >/dev/null; /bin/sh -c export" > $xsess_tmp === mbiebl [n=michael@e180072004.adsl.alicedsl.de] has joined #ubuntu-devel === jdong [n=dizzle@ubuntu/member/jdong] has joined #ubuntu-devel [06:55] hm === Skiessi [n=qwe@dsl-roibrasgw1-ff90c100-219.dhcp.inet.fi] has joined #ubuntu-devel [06:55] (or whatever the csh redirection looks like) === jinty [n=jinty@p57BB3A7E.dip0.t-ipconnect.de] has left #ubuntu-devel [] === shiyee_ [n=Shiyee@0x50a16837.abnxx4.adsl-dhcp.tele.dk] has joined #ubuntu-devel === kent [n=kent@80.251.192.2] has joined #ubuntu-devel [07:03] Hobbsee: bugs #140707 and #146870 are the qt-x11-free, qt4-x11, kdebase, and kdelibs CVE issues. [07:03] Launchpad bug 140707 in qt-x11-free "[Qt 3, Qt 4] Potential vulnerability in QUtf8Decoder" [High,Fix released] https://launchpad.net/bugs/140707 [07:03] Launchpad bug 146870 in kdelibs "konqueror URL bar spoofing" [Medium,Triaged] https://launchpad.net/bugs/146870 [07:04] since those are bzr'd what's the best way for me to prepare patches for kde uploaders to take/upload ? [07:05] Hobbsee: also, do you have archive powers to take-back a build? Something broke in openssl for amd64 (that I can't reproduce locally) and was hoping it was just a temp failure. [07:06] keescook: i dont have any archive powers at all. i dont work for canonical. [07:06] keescook: sometimes i wish i did === keescook nods [07:07] oh, ow [07:07] Setting up linux-restricted-modules-2.6.22-12-generic (2.6.22.4-12.4) ... [07:07] Segmentation fault (core dumped) [07:07] keescook: can you email me about those bugs? i'm really tired [07:08] urgh. [07:08] Hobbsee: sure, sending. [07:08] (it's after 3am) [07:08] thanks a million [07:08] keescook: Sweet. [07:08] yeow, yeah, I thought it was late for you. :) [07:08] keescook: Got an oops in dmesg? [07:08] mjg59: seems depmod faulted. but then my computer has hated me lately, so I bet it's my filesystem or something stupid. [07:10] jamiemcc: Btw, is it intentional that tracker returns zero results until everything has been indexed? Id rather already get results for the already indexed entries, with perhaps a warning that the initial indexing is still going on. === kagou [n=kagou@156.60.98-84.rev.gaoland.net] has joined #ubuntu-devel [07:19] ion_: 0.6.3 caches more in RAM so search results may not be avilable til its finished - we will amend the UI to warn about that [07:21] jamiemcc: file-meta.db already contains some of the files im testing with, but tracker-search doesnt return any results for them. [07:22] ion_ index is stored in file-index.db [07:23] jamiemcc: Ah, ok. It doesnt contain any data about files. Couldnt it be updated every once in a while *during* the indexing? [07:23] ion_: it is when 16mb cache is full - it flushes to index [07:25] jamiemcc: Would it perhaps be better to mmap files and let the kernel do all the RAM caching and flushing? === lamego [n=lamego@81.84.194.98] has joined #ubuntu-devel [07:25] ion_ no can do - mmap is not supported in qdbm or sqlite === CarlF1 [n=carl@71.239.174.23] has joined #ubuntu-devel [07:25] ion_: mmap does not work on fuse as well [07:26] I see. [07:26] ion_: also mmap takes memeory away from disk cache [07:26] if you have 1gb index it would eat 1g ram from disk cacje [07:27] pool/universe/o/openoffice.org-l10n/openoffice.org-help-km_2.3.0-1ubuntu2_all.deb [07:27] do we not love Comoros then? [07:28] The whole mmapped area is kept in RAM? If that is the case, id say the kernels implementation is faulty. Id expect the kernel to flush pages that have been unused for a while to the disk and free the memory when RAM is needed for something else. [07:28] pool/universe/o/openoffice.org-l10n/openoffice.org-l10n-uz_2.3.0-1ubuntu2_all.deb [07:28] and lets not forget Uzbekistan [07:28] Of course, i could be missing something important. :-) [07:29] ion_ it gets flushed when memory is low or you call unmap [07:32] So, someone should implement a way to tell the kernel in this mmapped file, pages that have been unused for a while are not as important as disk cache? :-) [07:33] ion_: dunno - mmap is used for either sharing memory pages or agressive read pages into ram [07:33] ion_; madvise() [07:33] specifically, MADV_DONTNEED [07:33] desrt: we use posix_fadvise all over tarcker [07:34] jamiemcc; tracker _destroys_ my laptop [07:34] desrt: 0.8.3? [07:34] i had to kill it off. no offense to you or anything [07:34] desrt: latest 0.6.3 version? [07:34] gutsy beta as of last night [07:34] Whoops, typo. [07:34] its not in beta [07:34] its post beta [07:34] well.. right... updated as of last night :p [07:35] i was downloading and tracker was doing its think on the downloading file [07:35] and every time vim went to save its .swp file the editor would hang for a good 10 seconds [07:35] desrt: that sounds like o.6.2 version [07:36] when the update comes i'll try again [07:36] desrt: what file were you downloading? [07:36] openoffice [07:36] it's a biggie :) [07:36] desrt: I will try and replicate to be sure [07:36] it may interest you that i'm not running ubuntu kernels these days [07:36] desrt: lol === desrt is trying his hand as a l33t kernel hacker and upstream likes their patches to apply cleanly :p [07:39] desrt: anyway latest tracker 0.6.3 updates in chunks with intermittent fsync to prevent disk hogging for more than a sec or two [07:40] why do you call fsync()? [07:40] cause pdflush will hog disk if I dont [07:40] it must be fun to fight the kernel's cleverness [07:41] why is it that the kernel is (more or less) ok with every other workload on earth but things like beagle and tracker always bring it to its knees? [07:41] pdflush! [07:42] its a high priority kernel thread [07:42] and can starve other apps of disk [07:42] desrt: its really bad on ext3 causeits write performance is terrible === Vorbote [n=buckaroo@unaffiliated/vorbote] has joined #ubuntu-devel [07:43] i'd expect that a download does more disk writing than tracker should during a download [07:43] and yet doing two downloads doesn't wedge my system [07:43] tracker does seek read seek write for each word [07:43] what do you mean "word"? [07:44] an indexed word [07:44] jamiemcc: The write depends on the read? [07:44] mjg59: of course its a has - you have to read where to write it [07:44] Yeah. There's no way the kernel can reorder that, then. [07:45] not true [07:45] you could read a bunch of offsets in one go [07:45] desrt: right [07:45] so you're only consulting the index once [07:45] the reads should all be cache hits [07:45] if index is small [07:45] fair enough [07:45] jamiemcc: Yeah. === mr_pouit [n=mrpouit@ubuntu/member/mrpouit] has joined #ubuntu-devel [07:45] unless the index is being continuously pushed out by the insane amount of writing [07:46] With a small index file, it's fine (and I guess the index merging fixes this to a large extent) [07:46] with 30mb index is slows to crawl which means i suspect kernel [07:46] mjg59: yes index merging eliminates it untuil merge process [07:46] jamiemcc; i have a suggestion [07:46] shoot [07:46] jamiemcc; write a root-run helper program that opens the user's index and locks it into memory [07:46] see if it impacts performance [07:47] just as a test [07:47] how? [07:47] mmap() the entire file [07:47] and then run mlock() on that address you get [07:47] qdbm does not use mmap though [07:47] doesn't matter. this will keep it in the kernel's page cache [07:47] make sure you do a shared mapping [07:47] ok will it be able to write it? [07:47] yes [07:48] hmm [07:48] I will have to do that with 0.6.2 version [07:48] i guess it either writes with pwrite() or lseek()/write()? === j_ack [n=j_ack@p508D8DDB.dip0.t-ipconnect.de] has joined #ubuntu-devel [07:48] my brightness changed by itself... [07:48] lseek/write i think [07:48] this is just a cute little test utility [07:48] it's a 10-liner in C [07:48] yeah [07:49] where is the tracker index, btw? i wonder how big mine is. [07:49] home/.cache/tracker/ index* [07:49] meta is the metadata [07:49] hmm === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel [07:49] email stuff is a few KB === bspman [n=manu@tanneries.squat.net] has joined #ubuntu-devel [07:50] you dont use evolution then [07:50] file-content is 54M, file-index 73MB, file-index-journal 15M, file-meta 19M [07:50] i do use evo [07:50] just with imap [07:50] thats 0.6.2 version! [07:50] in 0.6.3 its file-contents.db [07:51] i probably just didn't turn it back on after i upgraded :p [07:51] yes - it will auto reindex when you do [07:51] 0.6.2 really sux! [07:51] totally awesome that you shipped it with the beta :p [07:52] desrt: Released after beta freeze [07:52] well i had 0.6.3 ready on monday [07:52] but they waitied til now [07:52] nod. [07:52] jamiemcc: Btw, are there plans to have a local tracker process indexing shared directories on a networked drive and having clients trackerds proxy queries to it over the network? [07:52] 0.6.3 indexes 250mb of linux source in 8 minutes and no slow downs [07:53] jamiemcc; "8 minutes" on a good harddrive or on my laptop? :p [07:53] ion_: network searches are on the long term todo [07:53] desrt: a reasonable hard disk [07:53] a slow one might take a few minutes more [07:53] 0.6.2 would take hours to indesx that due to IO choking [07:53] So far, 0.6.3 seems a great deal better at avoiding IO issues === desrt finds slow harddrives to be really slow [07:54] there is a really really big difference between compiling a kernel on my laptop and on my desktop [07:54] mjg59: yeah its as good as we can make it [07:54] jamiemcc; lies :) [07:54] 0.6.3 is indexing my entire ~ on a 500 MHz P3 box right now, and i dont notice it at all, except for the HDD led blinking steadily. === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel [07:54] jamiemcc: It's a great improvement. Thanks very much for working on this. [07:55] mjg59: no problem - we want to be the best :) [07:55] jamiemcc; i'm sure you'll find something more to tweak for 0.6.4 :) [07:55] desrt: thats due on monday [07:55] oh [07:55] maybe 0.6.5 then [07:56] 0.7 more like we are branching to do xesam next === mjg59 wonders why g-p-m is suddenly unenthusiastic about spotting power state changes [07:56] mjg59; it has this new policy timeout feature [07:56] as long as it isn't dimming the screen after like 20 seconds [07:56] Ok, restarting hal seems to have made it happer [07:57] if events occur too soon after the event that preceeded them then it assumes that you have a buggy acpi and ignores them [07:57] Tch. Only seems to be autochanging brightness when I open the preferences. [07:58] are you using non-g-p-m methods of changing brightness? [07:58] jamiemcc: tracker isn't obviously pausing when I switch to battery, but it's possible that things are just generally broken right now [07:58] desrt: No [07:58] mjg59; that's odd indeed, then [07:59] my gutsy bitchlist is rapidly shrinking [07:59] mjg59: yeah - battery pausing was well tested [07:59] it uses hal so hal must be working [07:59] now all i gotta do is find out why networkmanager randomly crashes coming back from suspend [07:59] jamiemcc: Perhaps the index should be updated after either the 16 MiB cache has been filled *or* e.g. 5 minutes have passed since the last update. [08:00] ion_: we dont work like that anymore - each flushis to a sepoarate mini index (approx 16mb) [08:00] once indexing is finished we stuch them all up into one index [08:01] jamiemcc: Tracker has been running for 45 minutes and still returns no results. That is slightly annoying. === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel [08:02] does tracker do the filesystem or just ~? [08:02] by default just home === desrt tells it to stay out of his source code [08:03] desrt: it plays nice wth source - tracker puases itself when compiling or checking out source [08:04] cute. [08:05] in any case, my homedir on my laptop is about 1GB [08:05] 900MB of that is source [08:05] so i'm just making tracker's job easier :) [08:05] desrt: :) [08:06] desrt: tracker only pauses if it detects writes on its inotify watches [08:06] so if excluded from watching it wont pause [08:06] jamiemcc; tracker wakes up once every 2 seconds to read /proc/acpi/ac_adapter/ADP1/state [08:07] jamiemcc; you're better to watch the system dbus for state change notifications [08:07] desrt: yeah - I have to figure out how to use hal dbus [08:07] cjwatson_: ok np [08:07] you just dbus_add_match on the signals [08:08] *bus_add_match, rather [08:08] I know that but I dont know hal api === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel [08:08] hal is not very friendly in that regard [08:08] about 5 seconds with dbus-monitor --system and a yank of a laptop power cord will tell you that :) [08:08] desrt: good idea! [08:08] i think for something like this it would be better to just use dbus directly [08:09] yeah we are tivkless everywhere else [08:09] i recently ported some code of mine from using libhal to using libdbus. it was just easier. [08:09] tickless [08:09] signal sender=:1.3 -> dest=(null destination) path=/org/freedesktop/Hal/devices/acpi_ADP1; interface=org.freedesktop.Hal.Device; member=PropertyModified [08:09] string "ac_adapter.present" [08:09] boolean false [08:09] boolean false [08:10] desrt: that acpi_ADP1 is hardware specific though [08:10] seems pretty straight-forward [08:10] it is true. [08:10] "ac_adapter.present" is not :) [08:10] so I need to discover ac_adaptors first === svolpe_gerrath [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel [08:10] ...or watch for PropertyModified on all devices... :/ [08:10] the format of this signal is obnoxious.... [08:11] if it sent "ac_adaptor.present" as a toplevel argument of the signal you could even match on that [08:11] yeah I had a peek at api - it sux big time [08:11] there is code in the gnome applets for this === gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel [08:11] i wrote it.. you're free to use it under whatever license tracker is [08:11] tracke ris gpl [08:12] oh. that's fine then :p === defcon [n=ion@71-36-162-36.phnx.qwest.net] has joined #ubuntu-devel [08:12] anyway.. it uses libhal to maintain a list of all of the batteries and AC adaptors in the system [08:12] desrt: I will have a hunt [08:12] defcon: Good choice for username. :-) [08:12] hehe [08:12] ion, ive used that nick for yrs as well [08:12] ionstorm [08:13] thnx [08:13] http://svn.gnome.org/viewcvs/gnome-applets/trunk/battstat/battstat-hal.c?revision=9981&view=markup [08:14] see the adaptor_update_property() function... this is the thing that will get called when you get an ac_adaptor.present change event [08:14] desrt: thx === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-devel [08:16] who handles xorg drivers [08:16] new bug for i810 [08:16] https://bugs.edge.launchpad.net/ubuntu/+source/xserver-xorg-driver-i810/+bug/146728 [08:16] Launchpad bug 146728 in xorg "[Gutsy Beta] Dots on 16bit Video i810" [Undecided,New] === cr3 [n=cr3@bas5-montreal02-1096552828.dsl.bell.ca] has joined #ubuntu-devel === lamego [n=Future@81.84.194.98] has joined #ubuntu-devel === lamego [n=Future@81.84.194.98] has joined #ubuntu-devel === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-devel === defcon [n=ion@71-36-162-36.phnx.qwest.net] has joined #ubuntu-devel === jpon [n=jpon@neu67-3-82-239-80-181.fbx.proxad.net] has joined #ubuntu-devel [08:36] hmmm [08:36] interesting FTBFS on udev... not my fault === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #ubuntu-devel === lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-devel === cr3_ [n=cr3@bas5-montreal02-1096552828.dsl.bell.ca] has joined #ubuntu-devel === cr3_ is now known as cr3 === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === bryce_ [n=bryce@c-67-169-207-142.hsd1.or.comcast.net] has joined #ubuntu-devel === mether [n=ask@fedora/mether] has joined #ubuntu-devel [09:03] i have a problem with my video since butsy beta on 16bit, I have little "dots" all over my video on my intel i810 82865G [09:04] what could be doing this? [09:12] change to gutsy ;-) === Pici [n=Pici@unaffiliated/pici] has joined #ubuntu-devel === cr3_ [n=cr3@bas5-montreal02-1167964844.dsl.bell.ca] has joined #ubuntu-devel === cr3_ is now known as cr3 === sahin_h [n=ezaz@dsl5402AB3B.pool.t-online.hu] has joined #ubuntu-devel === cr3_ [n=cr3@bas5-montreal02-1096552752.dsl.bell.ca] has joined #ubuntu-devel === johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === cr3_ is now known as cr3 === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel === Martinp23 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel === gouki_ [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Traxer is now known as Traxer|on === gouki_ is now known as gouki === sivang [n=sivan@ubuntu/member/sivang] has joined #ubuntu-devel [10:49] hi all [10:49] congrets for the beta, pretty impressive list of improvements === sivang wonders if the fast user switching is built into GNOME 2.20 or is specific to this ubuntu release === lameiro_ [n=lameiro@c95382c7.virtua.com.br] has joined #ubuntu-devel [10:53] hi. Straw 0.27 is released since May, but Debian maintainer still didn't package it. is it possible to have it packaged for Gutsy? [10:55] <_MMA_> lameiro_: This late in the game I would think not. [10:58] _MMA_: alright, thank you. maybe I should ask this in #ubuntu-motu? right? [10:59] <_MMA_> lameiro_: If its a Universe packages yes but its the same situation. [10:59] <_MMA_> Its very close to release and we are past our freeze dates. [11:01] _MMA_: ouch. alright... thank you. [11:01] <_MMA_> np === Zic [n=Zic@ubuntu/member/zic] has joined #ubuntu-devel [11:07] keescook: I did say I'd take care of the kde/qt security issues :) [11:07] but let me know the current status please [11:07] (there's no way to revert an upload once it's in the archives) === ScottLij [n=scott@24-180-196-49.dhcp.aldl.mi.charter.com] has joined #ubuntu-devel === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #ubuntu-devel === sharms [n=sharms@ubuntu/member/sharms] has joined #ubuntu-devel === asisak [n=conp@ubuntu/member/coNP] has joined #ubuntu-devel === dsas [n=dean@ubuntu/member/dsas] has joined #ubuntu-devel [11:43] lameiro: although if it's a bug fix release, an exception for it might be approved... [11:44] pochu: unfortunately no, it is a new version with new functionality, new strings... :( [11:45] does it fix some important bugs found it the current version in gutsy? [11:45] (if they exist) [11:45] Then I guess not. [11:45] You can backport bug fixes, though. [11:46] Hey geser, pochu [11:46] Hi asisak [11:47] geser: no, just little fixes here and there and some new features, no critical bug fixes. thank you :) [11:48] heya asisak [11:48] then you only chance it to bribe two motu-uvf members :) === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === jetscreamer [n=jetscrea@unaffiliated/jetscreamer] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === defcon [n=ion@71-36-162-36.phnx.qwest.net] has joined #ubuntu-devel [12:15] Riddell: I saw that Hobbsee uploaded one of the fixes, so I wanted to point out the others to her in case she was still working on them. [12:15] Riddell: afaik, 140707 and 146870 contain all the missing issues. [12:17] A script i use to handle integration between keychain and libpam-ssh. http://johan.kiviniemi.name/software/keychain.shellrc === XSource [n=XSource@41.201.252.88] has joined #ubuntu-devel === LaserJock [n=mantha@c-24-23-14-186.hsd1.ca.comcast.net] has joined #ubuntu-devel