=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-devel [12:16] somerville32: s/Riddle/Riddell (tab completion is your friend) [12:16] hehe [12:18] hi somerville32 [12:19] Riddell: If you're busy, could you just tell me the tasks you tested on the ppc platform so I can mark them as tested? :) [12:19] somerville32: install, log in and try to open file manager [12:20] How did you install? [12:20] Did you use the live-cd? [12:22] Riddell: Erase disk, auto-resize, or manual partitioner? === mwe [n=mwe@unaffiliated/mwe] has joined #ubuntu-devel === Gman [i=gman@nat/sun/x-16b5cc7fdf49ef84] has joined #ubuntu-devel === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has left #ubuntu-devel ["Ex-Chat"] === teer2 [i=teer@outbound.silenceisdefeat.org] has joined #ubuntu-devel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-devel === fbond [n=fab@pool-72-92-138-194.burl.east.verizon.net] has joined #ubuntu-devel [12:26] Greetings, angelic developers. I have a question about official ubuntu repositories. [12:27] I have an idea for creating a repository for commercial game "demos" that are known to work with a given Ubuntu distribution version. [12:27] somerville32: erase disk [12:27] teer2: sounds familiar :) [12:28] Perhaps, this could be included into the official repositories. [12:28] eventuall. [12:28] Riddell, And you did use the desktop cd? [12:28] mdke: Has this been done before? [12:28] teer2: actually, I may have misunderstood. You know there is a -commercial repository? [12:28] I was sent up here to ask about it from the #ubuntu channel [12:29] pitti: thanks [12:29] mdke: I was told they did not have commercial games listed there. For example, does it have the notorious Doom 3 demo? [12:30] pitti: the partman log will be more explicit now about why it isn't offering autoresize, although not totally explicit [12:30] cjwatson: I believe it only reads the gconf keys at startup; I'll teach it to always read them when mounting instead of caching the values in internal state [12:30] mdke: Will the legendary Quake Wars: Enemy Territory demo be hosted there? These are things I think would benefit Ubuntu if they were offered in a way that was easy for end-users to obtain. [12:30] pitti: in one of your earlier logs, I noticed that it was running into a known parted bug whereby recent ext3 filesystems (including the ones created by current feisty installer images) can't be resized by parted [12:30] or even checked, for that matter [12:30] if you feel like digging into parted code, there's a good project in there :) [12:30] ah, that would explain it [12:31] does anyone enjoy digging into parted ? [12:31] autoresize of ntfs or older ext3 (maybe ext2) should still work fine [12:31] I have enjoyed it upon occasion [12:31] teer2: things are added as the relevant commercial organisations make them available. But in your case, it sounds like something that is better suited to another existing ubuntu repository, like universe or multiverse [12:31] the code is quite nicely structured - it's just fundamentally rather difficult [12:31] How can I find out information about setting up an Ubuntu repository, please? [12:31] I think its an interesting piece of software, every coder I know has at some point expressed interest in writing defrag/parted/etc [12:31] teer2: why not just get them into the existing repos? [12:32] speaking of which, I really should get around to updating defrag to work on current ext3 [12:32] teer2: that's the wrong sort of information, you need information about how to include something into an existing repository, which you can get by asking in #ubuntu-motu [12:32] LaserJock: How can I do this? I have the ear of many developers for commercial linux games, and if I can direct them on how to submit their demos to the official distributions, then I am sure they would eb happy to do it. [12:33] lifeless: the main problem with parted is that it seems to have quite a short shelf-life of active developers [12:33] nobody seems to be able to cope with low-level partitioning code for very long [12:33] teer2: well, #ubuntu-motu is the place to start [12:34] but there's nothing else that fills its niche [12:34] LaserJock: Like, there is this game I think is a great example of a recent Linux multiplayer game, Galcon. Small demo, three days of online play. Seems perfect for the official distribution. Just tell him where to send the demo and he will do it. [12:34] LaserJock: Okay, I'm off to ask there. Thanks. [12:34] well, not so much the official distribution, in that the official distribution consists of free software [12:34] cjwatson: I have been wondering for a while if its reasonable in a conceptual fashion to recast it into a python main loop/ui and bound C libraries for the bits-on-disk mechanics [12:35] lifeless: the former is trivial, so that's not an interesting project for me; it's the latter that's the actual hard bit [12:35] all the hard problems I'm aware of in libparted are bits-on-disk, and the language is pretty unimportant [12:36] cjwatson: I think language is important in so far as what developers will touch it. [12:36] I don't buy that there are a significant fraction of developers who won't touch C yet want to hack on low-level partitioning code [12:36] cjwatson: i.e. while writing disk-bits manipulation code in python is easy to do, will the set of developers that know enough about FS internals to write such code consider contributing [12:36] the sort of people who like this sort of thing also like things like kernel hacking [12:37] cjwatson: I'm not claiming that, I'm claiming the inverse: that folk prefer to hack on low level partitioning code in C === teer2 [i=teer@outbound.silenceisdefeat.org] has left #ubuntu-devel [] [12:37] oh, right, I definitely think that is the case [12:37] sorry, I misread your comment above [12:38] :) [12:38] it was rather round about [12:38] what I meant by "the language is pretty unimportant" was that there's very little in the bits-on-disk mechanics that could easily be improved in terms of e.g. readability or maintainability by being recast in a different language [12:39] although more comments in that code certainly wouldn't hurt [12:39] mmmm. I disagree, but I dont think the win would be worth the impact in developer-time [12:39] are you familiar with the code in question? === Gman [i=gman@nat/sun/x-1b347939d6954c42] has joined #ubuntu-devel [12:40] (since my comment is very much tied to this particular piece of code, not a general statement) === poningru_ [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-devel [12:40] not very, though I have been inside the hood before [12:40] the only thing that I find particularly awkward about its C nature is having to remember to byte-swap stuff [12:40] oh yay, gpg gone into lalala land [12:41] that's only really while physically reading and writing, though [12:41] have you ever seen apt-get source have gpg dissappear up its own internals ? [12:42] its doing 5 thousand read, time, gettimeofday, times, getrusage calls every second [12:43] has anybody made an effort on some kind of Windows user migration help page [12:43] documentation [12:43] explaining what's different and why [12:43] and how it's beneficial [12:43] i get friends going mental trying to compile tarballs they downloaded off some website 'cause they think that's how they get software [12:44] alex-weej: I'm not sure about web pages, but some of the Ubuntu books I've seen have excellent sections on migrating [12:44] my parents are working their way through "Ubuntu Linux For Non-Geeks" [12:45] alex-weej: yes, the doc team is writing a "Switching from Windows" guide for Feisty [12:45] (entirely not at my prompting, but still) [12:45] LaserJock: excellent! i'll keep my eyes open for it :) === shackan [n=shackan@85-18-14-13.fastres.net] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel [12:50] good night everyone === acacs [n=acacs@201.32.148.63] has joined #ubuntu-devel === glatzor [n=sebi@p57AEF074.dip.t-dialin.net] has joined #ubuntu-devel === hangfire [n=brad777m@200.95.153.180] has joined #ubuntu-devel === davmor2 [n=davmor2@62-30-74-119.cable.ubr04.wolv.blueyonder.co.uk] has joined #ubuntu-devel [01:16] quick query with the new uuid disk naming does it mean you can rename a usb device and the name will be remembered? === poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-devel === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel === davmor2 [n=davmor2@62-30-74-119.cable.ubr04.wolv.blueyonder.co.uk] has left #ubuntu-devel [] === MagiqueM [n=Hombre@87.6.42.239] has left #ubuntu-devel ["Konversation] === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel === persia [n=persia@p7145-ipbf1002marunouchi.tokyo.ocn.ne.jp] has joined #ubuntu-devel [02:03] mdz: I was asked to check with you to verify that the Maintainer fields in source packages in Universe should be modified in line with https://wiki.ubuntu.com/DebianMaintainerField. [02:03] persia: yes [02:03] (they should be) [02:04] mdz: we should be doing that as we are merging (for instance)? [02:04] mdz: Thanks. [02:04] LaserJock: yes, that would be a good start [02:05] mdz: was that said in -devel-announce at some point? [02:05] I know we've been doing binary mangling [02:05] mdz: Does the change belong in the changelog, or can it be assumed from the -ubuntu versioning? === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel === zenrox [n=zenrox@pool-71-115-238-72.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel [02:23] persia: like any other change to the package, it should be documented in the changelog [02:23] mdz: Thanks for the confirmation. [02:23] LaserJock: if it wasn't, it ought to have been === Arrogance [n=aks@ottawa-hs-64-26-148-159.d-ip.magma.ca] has joined #ubuntu-devel === persia [n=persia@p7145-ipbf1002marunouchi.tokyo.ocn.ne.jp] has left #ubuntu-devel [] [02:28] mdz: I can't find anything grep'ing in ubuntu-devel-announce archives. Would you have time to send one out? I think it'd be helpful for MOTU at least [02:29] LaserJock: I have to dash for the airport shortly, but you're welcome to send one [02:29] someone will moderate it [02:30] mdz: ok === j_ack [n=rudi@p508DAEFB.dip0.t-ipconnect.de] has joined #ubuntu-devel === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-devel === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel === holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel === holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel === olsen_ [n=Diego@200.61.236.51] has joined #ubuntu-devel === Gman_ [i=gman@nat/sun/x-cf37e48513f72dfe] has joined #ubuntu-devel === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === fernando [n=fernando@unaffiliated/musb] has left #ubuntu-devel ["[IRSSI] "] === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === boggle [n=spindler@modemcable096.205-82-70.mc.videotron.ca] has joined #ubuntu-devel === MagicFab [n=magicfab@ubuntu/member/magicfab] has joined #ubuntu-devel === BenC [n=bcollins@collinsap1.phunnypharm.org] has joined #ubuntu-devel === jamesstansell [n=stansell@adsl-38-15-127.tulsaconnect.com] has joined #ubuntu-devel === jamesstansell [n=stansell@adsl-38-15-127.tulsaconnect.com] has left #ubuntu-devel [] === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel === niroxx__ [n=niroxx@achn-4db486c6.pool.einsundeins.de] has joined #ubuntu-devel === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.14.75.revip2.asianet.co.th] has joined #ubuntu-devel === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-devel === epitron [n=epitaph@205.207.28.197] has left #ubuntu-devel [] === doko_ [n=doko@dslb-088-073-124-142.pools.arcor-ip.net] has joined #ubuntu-devel === didymo [n=ashley@203-206-179-54.perm.iinet.net.au] has joined #ubuntu-devel === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === Ubug2 [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-devel === mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-devel === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === j_ack [n=rudi@p508DAEFB.dip0.t-ipconnect.de] has joined #ubuntu-devel === UbuntuSt1ts [n=StatsBot@bl4-221-125.dsl.telepac.pt] has joined #ubuntu-devel === mardi_soir [n=mardi_so@unaffiliated/mardisoir/x-034521] has joined #ubuntu-devel [06:13] hello [06:14] i have a problem for usink ralink wiki pci card [06:14] under xubuntu edgy [06:15] rt61pci does not work so .. i put the ralink rt61 driver from the website of ralink [06:15] i made a static configuration [06:15] mardi_soir: you want #ubuntu [06:15] but i m not aable to use the it [06:16] mneptok, no one can help me on genezralist chanel [06:16] my con is ok [06:16] conf [06:16] mardi_soir: what do you think is wrong ? [06:17] when i make a ifconfig i can see receive packet .. but impossible to ping the gateway [06:17] when i make a iwconfig scan i can sho the wifi lan (no encryption ) [06:17] but non ping avaible [06:17] mardi_soir: either file a bug or please move to #ubuntu this isn't a support channel [06:17] ok ! [06:18] so have a nice day [06:19] and just know that ralink rt61pci on ubuntu edgy no work well alone :/ [06:19] bye === mardi_soir [n=mardi_so@unaffiliated/mardisoir/x-034521] has left #ubuntu-devel [] [06:23] fabbione: you know who handles default X session stuffs? [06:25] mneptok: rodarvus [06:26] gotta go to feed the fattosaurus rex [06:26] hopefully he is awake now [06:26] does your wife know you call her that? [06:26] ahah [06:30] bah [06:30] he went back to sleep [06:30] it's one hour that he goes like that [06:30] ahh there he is now === fabbione & === MagicFab [n=MagicFab@205.205.80.26] has joined #ubuntu-devel === jdong_ [n=jdong@d192-24-18-234.col.wideopenwest.com] has joined #ubuntu-devel === j_ack [n=rudi@p508DAEFB.dip0.t-ipconnect.de] has joined #ubuntu-devel === KaSto [n=Herthane@p54BD12E4.dip0.t-ipconnect.de] has joined #ubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel [07:06] sfllaw: did you get around to test the glibc SRU? [07:22] morning === rob1 [i=RobertSt@freenode/staff/rob] has joined #ubuntu-devel === truz_`24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-devel === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel === incon [n=incon@tuskore.com] has left #ubuntu-devel ["Leaving"] [07:54] any archive admins around to kick the security uploads of OOo, dokuwiki through? (Mithrandir) [07:57] keescook: too early probably [07:57] they get notified anyway.. so don't sweat it [07:57] fabbione: yeah... I best get to bed. [07:58] keescook: night dude [07:58] g'night! [07:58] keescook: saw you had snow in PDX \o/ [07:58] mneptok: yeah! It's almost entirely melted now, but the dogs had fun. :) [07:59] keescook: last weekend, YUL *was* PDX in terws of climate [07:59] *terms [07:59] heh [07:59] gray, rain, 12C [07:59] ick. [07:59] now -1 and snowing [08:00] I have snow :-P === ciscosurfer [n=magic@216-80-124-12.snb-bsr1.chi-snb.il.cable.rcn.com] has joined #ubuntu-devel [08:00] Nafallo: where are you physically? === mneptok guesses "in a chair" [08:01] keescook: Kungsr, Sweden :-) [08:01] i guess it depends on what kind of "snow" [08:01] i also have snow.. right on my desk [08:01] mneptok: gah! right again! [08:01] Nafallo: nice. :) [08:01] fabbione: I have real "outdoor" snow ;-) [08:01] fabbione: your cocaine habit is not to be discussed on public channels [08:02] mneptok: lol [08:02] Nafallo: yeah.. we are waiting here in dk too [08:02] okay, seriously...bed time. :) cya guys [08:02] nighty kc [08:02] mneptok: i didn't mention cocaine.. i tend to bake pizza on my desk.. my snow is flavour [08:03] romanosnow? === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [08:03] yeps [08:04] oh great [08:04] the nokia update to my phone did switch it back to danish === fabbione forsees another hour to find the menu to switch it back to english [08:05] http://video.google.com/videoplay?docid=-2561063293686517066&q=the+power+of+cheese === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === truz_`24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-devel === joejaxx [i=jadaz87@ubuntu/member/joejaxx] has joined #ubuntu-devel === quail [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu-devel === Ng_ [n=cmsj@mairukipa.tenshu.net] has joined #ubuntu-devel === HrdwrBoB [n=matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu-devel === Jozo- [i=jozo@viola.uninea.fi] has joined #ubuntu-devel === simira [n=simira@tellus.err.no] has joined #ubuntu-devel === lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-devel === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-devel === ciscosurfer [n=magic@216-80-124-12.snb-bsr1.chi-snb.il.cable.rcn.com] has left #ubuntu-devel ["Leaving"] [08:12] mneptok: same actor as President Logan in 24h and father of one of the actors in Friends [08:13] hehehe. behold the power of cheese. === stub [n=stub@ppp-58.8.14.75.revip2.asianet.co.th] has joined #ubuntu-devel === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel === mayday_jay [n=mayday_j@maydayjay.net] has joined #ubuntu-devel === timfrost [n=timfrost@125-236-154-89.broadband-telecom.global-gateway.net.nz] has joined #ubuntu-devel === timfrost [n=timfrost@125-236-154-89.broadband-telecom.global-gateway.net.nz] has left #ubuntu-devel [] === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel === jack_wyt [n=jack@211.154.174.45] has joined #ubuntu-devel === glatzor [n=sebi@p5496493F.dip.t-dialin.net] has joined #ubuntu-devel === mayday__jay [n=mayday_j@maydayjay.net] has joined #ubuntu-devel === Zdra [n=zdra@5.228-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === hunger [n=tobias@pd95b0676.dip0.t-ipconnect.de] has joined #ubuntu-devel === pecisk [n=pecisk@purvc-44-54.maksinets.lv] has joined #ubuntu-devel === gicmo [n=gicmo@p5491E847.dip.t-dialin.net] has joined #ubuntu-devel === carlos [n=carlos@219.Red-88-0-138.dynamicIP.rima-tde.net] has joined #ubuntu-devel === Nuscly [n=nuscly@29-231.206-83.static-ip.oleane.fr] has joined #ubuntu-devel [09:27] doko: do we have anything in particular we recommend as a replacement for toolchain-source? [09:28] gcc-4.1-source, binutils-source, and README.cross in gcc-4.1, nothing more [09:29] ok, thanks. === Seeker` [n=Seeker@195-112-32-168.dyn.gotadsl.co.uk] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [09:40] Good morning === AstralJava [n=jaska@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-devel [09:41] morning pitti [09:42] hey ajmitch, how are you? [09:42] ok, yourself? [09:44] heya pitti === pitti hugs Hobbsee [09:44] ajmitch: great! === Hobbsee hugs pitti back :) [09:44] morning Martin, Sarah [09:45] hey Mithrandir! [09:45] hi Mithrandir, recovered a bit from release stress? [09:45] pitti: yeah, doing the actual publishing now. [09:45] once that's done, I'll write the mail to u-d-a, thaw feisty, enable the publisher and all that faff [09:48] Mithrandir: could you please run the publisher for the OO.o security update? [09:49] I'll just reenable it === stub [n=stub@ppp-58.8.16.137.revip2.asianet.co.th] has joined #ubuntu-devel [09:49] (done) [09:49] it'll run in about ten minutes === rob [i=RobertSt@freenode/staff/rob] has joined #ubuntu-devel [09:51] Mithrandir: still confirmed the cd versions from Testing/Current/Ubuntu ? I need to pass them to -certification === heno [n=henrik@ubuntu/member/heno] has joined #ubuntu-devel [09:53] fabbione: the CD versions in releases are the latest ones. [09:57] fabbione: also, certificationtestingprocess doesn't start until after the images are published. :-P === Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-devel [09:57] Mithrandir: yeps. i still want to make triple sure that certification can compare the release with the numbers we did test/release [09:58] extra paranoia.. nothing more [09:58] fabbione: if so, look at the ISO headers in the images once they're released. [09:58] ok [10:02] fabbione: now you can start the certification testing process [10:02] yes i can see.. but i don't start.. i just send a ping to Marc [10:02] too bad herd-2/ is empty [10:02] at least on one of cdimage [10:03] it takes a little while to copy 10G, even over gigabit [10:03] tsk tsk :) === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel === jinty [n=jinty@196.207.32.235] has joined #ubuntu-devel [10:15] can somebody review http://err.no/tmp/herd-2.txt ? [10:15] Mithrandir: where review means...? [10:16] Hobbsee: look for bad grammar, typos, factual errors, stuff you think should be there, etc. [10:16] right === Hobbsee wonders if very current is correct grammer [10:16] s/grammer/grammar/ === Hobbsee suspects not - it should just be current [10:17] Hobbsee: I don't think so either; fixed. [10:17] s/inclusion of new upstream versions/new versions of programs/ [10:18] Common [10:18] to all variants, we have upgraded the kernel to 2.6.20 [10:18] ^ dunno if that's not obvious - may be better to say that "notably, the kernel has been upgraded to 2.6.20" === `anthony [n=anthony@220-253-108-202.VIC.netspace.net.au] has joined #ubuntu-devel === dholbach [n=daniel@dslb-088-073-124-142.pools.arcor-ip.net] has joined #ubuntu-devel [10:18] Ubuntu and should be Ubuntu, and [10:19] good morning [10:19] s/Among them/Among these/ [10:19] hey dholbach === TMM [n=hp@ip5650d1ab.direct-adsl.nl] has joined #ubuntu-devel [10:19] Hobbsee: fixed [10:19] :) [10:20] s/just-partitioned/newly partitioned/ [10:20] fixed [10:20] (a few posts a week) <-- doesnt appear to be that frequent, is it? === mvo [n=egon@p54A6748B.dip.t-dialin.net] has joined #ubuntu-devel [10:21] hey Hobbsee [10:21] approved specifications, policy changes, alpha releases, <-- invert that order - list from the most important (ie, new release) to least [10:22] The Testing area of the wiki suggests various tests that can be [10:22] performed on Herd CD releases to try to catch bugs far enough before [10:22] the final release that they can be fixed: [10:22] hrm.... [10:22] Hobbsee: list reversed. === Spads [n=spacehob@host-87-74-18-132.bulldogdsl.com] has joined #ubuntu-devel [10:22] Mithrandir: you found a picky native-english speaker :P [10:23] it can be up to a few posts a week, so it's to avoid people complaining about the frequency. [10:23] Hobbsee: pickiness++ [10:23] s/far enough before... release / early enough in the release process/ [10:23] ah right [10:24] s/to Malone:/to our bugtracker, Malone:/ === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [10:24] fixed, fixed. [10:24] s/to Malone:/to the Ubuntu bugtracker, Malone:/ [10:24] even better [10:24] Mithrandir: http://www.ubuntu.com/testing/herd2 404'd [10:24] yeah, I need to prod the relevant person to fix it. [10:25] Mithrandir: looks good to me. didnt check most of the links though [10:25] oh [10:25] s/ [10:25] needing a [10:25] stable system or anyone [10:25] /needing a stable system, or anyone/ [10:26] fixed [10:26] that was all i saw :) [10:26] === doko [n=doko@dslb-088-073-124-142.pools.arcor-ip.net] has joined #ubuntu-devel [10:30] Mithrandir: as an aside, maybe mention slightly more explicitly that if you keep doing upgradse from herd 2, you'll have the same release as feisty final. although yo'uve already got that there, to a degree [10:30] (there always seems to be heaps of questions in ubuntu about "i got $development version cd, which has now become final, do i need to download the final cd or can i upgrade?" [10:30] ) [10:30] suggestion on where to put it? [10:31] between Welcome to Feisty Fawn Herd 2, which will in time become Ubuntu 7.04. and the next paragraph looks good [10:32] cant see anywhere else in the structure that it would be logical === stivani [n=stivani@d51531068.access.telenet.be] has joined #ubuntu-devel [10:33] unsure, I think maybe the end of the first full paragraph's better. [10:35] argh. yes, you're right [10:35] something like that? === Hobbsee seemed to jump from one paragraph to another [10:35] yeah [10:35] after [10:35] They are however recommended for [10:35] Ubuntu developers and those who want to help in testing, reporting, [10:35] and fixing bugs. [10:35] I'm not going to say "identical" since somebody is then going to construct a corner case where something isn't right and we'll go through pain and suffering for that. [10:35] "To turn it into Ubuntu 7.04, put it in an oak barrel and age it for three months." [10:35] mpt: heh. :-) [10:35] hehe [10:35] mpt: about-ubuntu! *hint* [10:35] Hobbsee: is the sentence which is there now ok? [10:35] StevenK, it's time I faced up to the fact that I don't have any time for it :-/ [10:36] StevenK, would you like to be the maintainer and get it into universe (and main:-)? === stivani [n=stivani@d51531068.access.telenet.be] has left #ubuntu-devel ["Leaving"] [10:36] Mithrandir: yep, looks fine [10:36] mpt: Sounds fine to me. [10:36] mpt: he'll badger you to sponsor him though :P [10:37] I need to figure out how to put it in System menu, and then I think it's right for universe. [10:37] cool [10:37] Then advertise it for testing [10:37] Indeed. [10:38] StevenK, you're now the driver in Launchpad [10:38] mpt: Thanks! [10:38] Have you noticed that the bottom right label isn't right-aligned? [10:38] I don't know why that is -- it's right-aligned in glade [10:39] I haven't, actually. === jonibo [n=jonas@213.212.2.215] has left #ubuntu-devel [] === StevenK will take another look at about-ubuntu after he beats python-xlib into submission. [10:43] The only other tiny UI tweak I see needed is making the cursor a drag cursor when it's over the draggable stuff. [10:43] But I'm not sure if X actually has a "draggable" cursor. [10:44] mpt: there's the 'hand' thing [10:45] Isn't that for pointing at hyperlinks? [10:45] i.e. a pointy hand rather than a grabby hand === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel [10:46] The one when you drag a window is grabbing, rather than grabby === mbiebl [n=michael@e180075057.adsl.alicedsl.de] has joined #ubuntu-devel [10:46] maybe I'm just being too picky ("but the Mac makes this distinction!", etc) [10:46] mpt: Humbug! === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel === ..[topic/#ubuntu-devel:Mithrandir] : Development of Ubuntu (not support, even with feisty) | #ubuntu for support and general discussion | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/DeveloperResources | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Herd 2 released === mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-devel [10:58] Mithrandir: Nice! [10:59] hurrah for us! === StevenK kicks python-xlib [10:59] <\sh> congrats Mithrandir === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-devel [11:04] elmo: hi, I am writing on a best mirror detection function for software-properties. [11:04] yay Mithrandir :) [11:04] elmo: but I am no networking expert. Currently I ping every host and perform a download test of the top ten rtt hosts. [11:06] elmo: does sending a lot of pings has got any bad side effects? an early beta tester reported, that he had to restart his router, since the name resolution didn't work anymore after the test [11:06] glatzor: um, you have seen the dynamic-mirror-decision spec, right? [11:06] um, decisions [11:06] https://features.launchpad.net/distros/ubuntu/+spec/dynamic-mirror-decisions [11:06] not yet thom === rob1 [i=RobertSt@freenode/staff/rob] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@242-135.dial.nortenet.pt] has joined #ubuntu-devel [11:14] thom: seems to be "enterprise ready" :) === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-devel [11:16] thom: I also would like to support non launchpad based distros like Debian in software-properties. [11:16] fair enough. just making sure you knew about it [11:16] mdke: your bug http://bugzilla.gnome.org/show_bug.cgi?id=337252 breaks ctrl- in vi! [11:17] Gnome bug 337252 in VteTerminal "ALT + Arrow keys don't work in irssi through gnome-terminal" [Minor,Reopened] [11:17] mdke: :-) === cypher1 [i=cypher1@nat/hp/x-726897166dd0a92c] has joined #ubuntu-devel [11:48] dholbach: when requesting syncs from !main, please tell me so in the bug report. kthx. [11:48] Mithrandir: what's the problem? [11:48] dholbach: libdbus-java is in contrib, we sync from main by default, so it took me a little extra to work out why the sync failed. :-) [11:48] Mithrandir: alrighty, now I understand - I'll do so in the future! [11:48] Mithrandir: and thanks for libdbus-java === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel === apokryphos [n=francis@87-194-86-227.bethere.co.uk] has joined #ubuntu-devel === ivoks [n=ivoks@83-131-42-27.adsl.net.t-com.hr] has joined #ubuntu-devel === hunger_ [n=tobias@pd95b0676.dip0.t-ipconnect.de] has joined #ubuntu-devel === cprov [n=cprov@monga.dorianet.com.br] has joined #ubuntu-devel === cypher1_ [i=cypher1@nat/hp/x-a4c8a2c6de7f10fb] has joined #ubuntu-devel [12:10] mvo: are you fine with me hacking on the u-n ubuntu bzr branch for bug 62316? [12:10] Malone bug 62316 in update-notifier "Provide GUI access to crash reports from root programs" [Wishlist,In progress] https://launchpad.net/bugs/62316 [12:13] pitti: sure. I plan to do a u-n upload soonish to fix some unrelated problems, just let me know when I can merge something [12:13] mvo: ok, so I'll work on a branch, and not directly on the ubuntu trunk [12:15] pitti: if the changes are fairly small, just use the main branch === geser [n=michael@ubuntu/member/geser] has joined #ubuntu-devel [12:15] heno,dholbach: wow, bughelper is neat [12:15] cjwatson: thanks :-D [12:16] heh, cool [12:16] cjwatson: i'll be working on https://wiki.ubuntu.com/BugHelper/Dev/ClueFiles - I'll let you know once it's implemented (and makes sense to add more .info files) [12:17] cjwatson: i'm open to suggestions :) === dholbach hugs heno :) === heno hugs dholbach === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has left #ubuntu-devel [] === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel [12:29] dholbach: *nod* I'm just using it as an attachment-grepper at the moment really [12:29] tsk ... gnome bugzilla is so confusing ... [12:29] possibly a cache of some kind might be a good idea === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel [12:30] probably [12:30] ogra: hm it is the best bugzilla imo :) [12:31] bhale, yes, but if i comment to a bug it automatically takes me to the next bug after i hit submit ... i always think i did something wrong until i notice i'm on another bug i'm not intrested in [12:33] ogra: So you can comment on that too, obviously. [12:33] ogra: is that a preference? i dont recall mine doing that [12:34] i remember gentoo bugzilla doing that way back in the day [12:34] StevenK, yes, but i would rather like to re-read what i commented === fbond [n=fab@pool-72-92-138-194.burl.east.verizon.net] has joined #ubuntu-devel [12:35] tepsipakki: can you please find a ubuntu-dev sponsor for all your sync requests? (Or apply for ubuntu-dev membership..) [12:36] cjwatson: I added it to: https://wiki.ubuntu.com/BugHelper/Dev/WishList [12:36] dholbach: thanks [12:36] bhale: doesn't seem to be a preference [12:36] at least I can't find it, and I experience the same misfeature as ogra [12:37] ogra: ages ago, we talked about having a clock in the password dialog for gnome-screensaver. Did you ever get around to adding that (controlled by a gconf key)? === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel [12:38] Mithrandir, bug # ? i cant remember that particular bug ... all i have is "please add an analogue clock as screensaver" [12:38] ogra: I don't think it was ever filed as a bug, just discussed on IRC. [12:38] oh, k [12:38] ogra: I'll be happy to file it as a bug, tho [12:38] doit :) === StevenK pokes launchpad. Where's my accepted mail? [12:39] even though if i put coding/patching time into g-ss i'll rather care for the broken GL stuff === pvanhoof [n=pvanhoof@d54C0EE14.access.telenet.be] has joined #ubuntu-devel [12:39] StevenK: package? [12:39] cjwatson: python-xlib [12:39] so it wont be highest prio [12:40] StevenK: ok, just slow mail then, since it was accepted 20 minutes ago [12:40] Oh, right. Thanks for checking. [12:40] 11:20:14 DEBUG Sent a mail: [12:40] 11:20:14 DEBUG Subject: Accepted python-xlib 0.12-5.1ubuntu1 (source) [12:40] 11:20:14 DEBUG Recipients: Steve Kowalik === KaiL [n=KaiL@p548F6B11.dip.t-dialin.net] has joined #ubuntu-devel [12:41] Yup, there it is. === StevenK checks the headers. [12:41] it's worth checking because some keyserver interaction bug has meant we've been silently losing a fair few uploads of late [12:42] Neat. :-/ [12:42] For some reason, master kept hold of the mail for 20 minutes. [12:42] once I find some free time, I'll write something to double-process that queue. === Zdra [n=zdra@di-net.ulb.ac.be] has joined #ubuntu-devel === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel === shackan [n=shackan@85-18-14-13.fastres.net] has joined #ubuntu-devel === cprov [n=cprov@monga.dorianet.com.br] has joined #ubuntu-devel === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-devel [01:20] Mithrandir, you have a nikon camera, is it a D50 ? [01:20] no, d200 [01:20] ah [01:20] my brother has a d50, though [01:20] do you have a tele lens ? [01:20] yes [01:20] (18-200mm and 28-80) [01:20] wow you're getting into photography eh [01:20] and 70-210 [01:21] jsgotangco: I got my first SLR when I was 12 or so. [01:21] why the 70-210/18-200 overlap? did you have the 70 already? [01:21] i bought a D50 recently, it has a 18-55 lens and i'm pondering to get something more "tele" === jsgotangco doesn't undestand much of the tele thing [01:21] thom: yeah, it's just some old lenses from a F601 [01:21] could you bring your cam and lenses to the sprint so i could test with a different lens once ? [01:22] ogra: sure. [01:22] thanks ! :) [01:22] ogra: tbh, the 18-55 isn't very good lens, so I think I'd recommend the 18-200 or if you don't want to switch, a 70-200 with VR. [01:23] hmm, the 70-200 is probably expensive, it's f2.8 [01:23] i thought about a 55-200 ... to just have the rest of the range [01:23] nikon at least doesn't seem to have anything 55-200? [01:24] hmm, i think they have a DX lens with that range ... [01:24] indeed, they do [01:24] cheap, not very birght [01:24] bright, even [01:24] (~250) [01:25] yeah ... === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === lbm [n=lbm@82.192.173.92] has joined #ubuntu-devel [01:26] but 70-200 with 2.8 sunds tempting .... [01:26] *sounds [01:27] it's around 800 or so, but has VR too. [01:27] it's pure love. [01:27] I have one, so you can try that. [01:27] urgh ... but 200 vs 1700 is a *slight* price difference [01:28] (i only fond one starting at 1700) [01:28] uh, that's not the correct one, then. [01:28] it's the 18-200 f3.5-5.6 VRII one you want. === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel [01:29] ah, yeah that one looks better [01:29] the 1700 one was quite huge ... [01:29] nothing i'd like to carry with me while travelling === dlainhart [n=dylan@cpe-69-205-162-222.stny.res.rr.com] has joined #ubuntu-devel [01:30] it's somewhat big, but not huge, and less cumbersome than lots of other things. [01:31] yeah === Gerrath [n=Shane_@unaffiliated/gerrath] has joined #ubuntu-devel [01:31] the big one was at least twice as long ... === dlainhart [n=dylan@cpe-69-205-162-222.stny.res.rr.com] has joined #ubuntu-devel === shackan [n=shackan@85-18-14-13.fastres.net] has joined #ubuntu-devel === jonibo [n=jonas@213.212.2.215] has joined #ubuntu-devel === jonibo [n=jonas@213.212.2.215] has left #ubuntu-devel [] === pirast [n=martin@p508B15F3.dip0.t-ipconnect.de] has joined #ubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === dsas [n=dean@host-84-9-170-224.bulldogdsl.com] has joined #ubuntu-devel === lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has joined #ubuntu-devel [02:20] Adri2000: please get a member of ubuntu-dev to ack your sync requests before subscribing ubuntu-archive to them. Thanks. === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel [02:21] hi === dsas_ [n=dean@cpc3-stok6-0-0-cust253.bagu.cable.ntl.com] has joined #ubuntu-devel === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel [02:26] seb128: FYI, in apport bzr head I use gnome-open again (for epiphany love); I found quite a neat solution now [02:27] (and it only took me two hours to figure out how to call firefox from a 'dropped root privs' program, duh) === holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel === saispo [n=saispo@ryu.zarb.org] has joined #ubuntu-devel [02:32] where should distro naming suggestions go? === apokryphos [n=francis@87-194-86-227.bethere.co.uk] has joined #ubuntu-devel [02:37] jono: https://wiki.ubuntu.com/DevelopmentCodeNames [02:37] StevenK: cool [02:37] (If that's what you mean) [02:38] yep, thanks :) === Xemanth [n=xemanth@dsl-hkigw7-fe1af900-42.dhcp.inet.fi] has joined #ubuntu-devel === seanh [i=seanh@otaku.freeshell.ORG] has joined #ubuntu-devel === thekorn [n=markus@a89-182-20-228.net-htp.de] has joined #ubuntu-devel [02:45] I'm writing an extension module for Python, and wandering the best thing to do is on Ubuntu. Should I install the Python source from the Ubuntu software channel and work in that, or should I download the Python source from python.org and work on it in my homedir? [02:46] and what will happen if I download Python and build it in my homedir, will this override the version of Python installed in the package manager? So should I uninstall Python before building it? [02:47] seanh: if you install it to /usr/local, it should override the Ubuntu one === rob [i=RobertSt@freenode/staff/rob] has joined #ubuntu-devel [02:47] seanh: except for ubuntu shipped programs, since they often hardcode the interpreter path [02:48] so the ubuntu one is installed somewher other than /usr/local, but a version installed in /usr/local would normally be used instead? [02:49] seanh: if you just call 'python', or use the hashbang '#!/usr/bin/env python', your version will be used [02:49] but that's really #ubuntu stuff [02:49] ok I'll go to #ubuntu, thanks [03:00] pitti: is everything good with piware.de ? :) I think I have some problems sending emails [03:00] sivang: seems to work fine for me [03:01] pitti, whats the status of the pulse MIR ? [03:01] doko: python transition has begun? [03:01] ugh, MIR [03:01] i have the ltsp side ready here, but can only upload it if pulse is in main ... (ltsp can only use main packages) [03:01] ogra: not touched yet; my principle concern is supportability ATM [03:01] Riddell: yes, as fast as packages appear into the archive :-/ === MagicFab [n=fabian@ubuntu/member/magicfab] has joined #ubuntu-devel === Loevborg [n=loevborg@dslb-084-056-015-139.pools.arcor-ip.net] has joined #ubuntu-devel [03:01] ogra: i. e. it works *very* poorly on our current kernels [03:02] works here without probs [03:02] has lots of skips here [03:02] whenever I touch a window, change focus, etc [03:02] mdke: I can't process https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/74555 until it's been approved by a SRU team member. [03:02] doko: do we have anywhere tasks to be done for the python transition for folks who wanna help? [03:02] Malone bug 74555 in ubuntu-docs "Stable release update" [Medium,Confirmed] [03:02] ogra: because our kernel doesn't have preemption and a small TZ, and pulseaudio's default frame size is too small for that [03:02] the only thing i saw was the /tmp/.esd/socket from flash blocking esound support, but thats fixed with flash9 [03:02] sivang: no [03:02] doko: good luck then [03:03] ogra: but since we do not install it by default this doesn't worry me too much for now [03:04] please tell me if you dont see it entering main during feisty, so i can focus on other features [03:04] (i thought it all was ok until now) [03:05] Mithrandir: if it's the earlier diff with the changes described by me in the bug report, it's fine [03:05] ogra: as I said, I just didn't find time for MIR (or wasn't poked hard enough about pulse); I don't have a compelling argument to deny it [03:05] ogra: especially if you want it in edubuntu and it does good things for you, then it's fine for me [03:05] Mithrandir: i.e. http://librarian.launchpad.net/5252310/edgy-updates.diff + fix upload target + maybe adjust version number + refer to bugs in changelog [03:06] cjwatson: ok. === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel [03:06] pitti, ah, ok, your previous sentences sounded different ... [03:07] ogra: oh, I just told you the biggest problem I have with it [03:07] ah, ok [03:07] it's big enough to not install it by default (amongst breaking compat with oss and multiuser), but shipping in main is fine [03:08] great [03:08] :) [03:08] still, I think we need to do something about the default fragsize [03:09] at least as long as we don't ship preempting kernels with our desktops [03:09] well [03:10] i use the -386 kernel with ltsp (at least i pan to do that again) ... [03:10] *plan [03:11] hmm, but that also only sets CONFIG_PREEMPT_VOLUNTARY [03:12] pitti: planning to do main inclusion reports any time soon? I'm after gsmlib [03:13] Riddell: I just need to be poked hard enough :) [03:13] ok, I need about 30 more minutes for my current bug fix, then I'll do some MIRs [03:13] hi ogra [03:13] hey giskard [03:14] pitti: nice for apport and gnome-open ;) === pitti yays as he now sees system crashes reported by apport-gtk === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel [03:17] pitti: system crashes - kernel faults, or admin processes ? [03:18] lifeless: the latter [03:18] lifeless: bug 62316 [03:18] Malone bug 62316 in update-notifier "Provide GUI access to crash reports from root programs" [Wishlist,In progress] https://launchpad.net/bugs/62316 [03:19] pitti: excellent === Riddell sets a poke-pitti timer for 30 minutes === lmanul [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-devel [03:22] Riddell: :) [03:22] self.work_queue.append('attack these MIRs, dude!') [03:22] hurrah! less than one screenfull of NEW again. === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [03:30] hum [03:30] " liblpint-bonobo-dev: Depends: liblpint-bonobo0 (= 0.1.5) but it is not going to be installed" [03:30] weird [03:30] (gnome-panel build) [03:30] seb128: arch skew? [03:30] Mithrandir: could you give a retry to gnome-panel builds, that error doesn't make sense to me [03:30] works fine from a fresh pbuilder [03:31] seb128: given-back [03:32] Mithrandir: thank you === glatzor_ [n=sebi@p57AEE076.dip.t-dialin.net] has joined #ubuntu-devel === ikonia [n=mattd@alesi.projecthugo.co.uk] has joined #ubuntu-devel [03:35] mvo: I committed my update-notifier changes to my branch; shall I pull that stuff into the trunk and upload, or do you want to merge from mine and upload in the near future? === TomB| [n=ownthebo@host81-156-203-232.range81-156.btcentralplus.com] has joined #ubuntu-devel === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel === mvo_ [n=egon@p54A66264.dip.t-dialin.net] has joined #ubuntu-devel [03:44] mvo_: AYT? [03:45] grumpf [03:45] gnome-panel retry failed the same way [03:45] WTF === bddebian [n=bdefrees@63.81.56.182] has joined #ubuntu-devel === xerxas [n=r67894@AGrenoble-257-1-104-125.w90-9.abo.wanadoo.fr] has joined #ubuntu-devel === xerxas_ [n=r67894@AGrenoble-257-1-104-125.w90-9.abo.wanadoo.fr] has joined #ubuntu-devel [03:55] hum [03:55] lot of things listed on http://people.ubuntu.com/~cjwatson/testing/feisty_probs.html [03:56] * sparc:545 [03:56] * i386:548 [03:56] * amd64:548 [03:56] * powerpc:545 [03:56] can anybody have a look from the buildd what package is causing that? [03:57] I've no such problem on my box from a fresh pbuilder using archive.ubuntu.com [03:57] Mithrandir? [03:57] pitti: as you wish [03:58] pitti: I don't mind either way, === jack_wyt [n=jack@211.154.174.45] has joined #ubuntu-devel [03:58] mvo_: if you are going to do some fixes and an upload today, then please just merge mine; I attached the branch to bug 62316 [03:58] Malone bug 62316 in update-notifier "Provide GUI access to crash reports from root programs" [Wishlist,Fix committed] https://launchpad.net/bugs/62316 === apokryphos [n=francis@87-194-86-227.bethere.co.uk] has joined #ubuntu-devel [03:58] mvo_: it's not super-urgent [03:59] seb128: that's a bit on the high side, yes. [03:59] I will most likely uplaoded today === pitti hugs mvo_, thanks [04:00] pitti: thanks .) can you give me a quick bzr merge url ? then I can merge right away [04:00] mvo_: it's attached to the bug [04:00] mvo_: sftp://bazaar.launchpad.net/%7Epitti/update-notifier/apport-system-crashes/ [04:01] thanks pitti === pitti gives a to bzr [04:02] pitti: I get bzr: ERROR: Not a branch: sftp://bazaar.launchpad.net/~pitti/update-notifier/apport-system-crashes/ [04:02] ? [04:02] seb128: seems to be python-related. [04:03] mvo_: wtf?? [04:03] Mithrandir: probably yep, there is no base lib to the list === lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has left #ubuntu-devel ["trombone"] [04:03] seb128: I think doko just switched the default version to 2.5 [04:03] which blew up the world. [04:03] doko: ^^ did you? :-) [04:03] hum [04:04] what is weird is that it works fine with a fresh pbuilder [04:04] hmm [04:04] that's strange. [04:04] Mithrandir: yes, just waiting for the new python-defaults to enter the archive, then I'll mass-upload [04:04] doko: mass upload what? [04:04] mvo_: bzr get'ing this WFM [04:04] packages depending on python (<< 2.5) [04:05] doko: seems to be in the archive now at least. [04:05] what packages are those? [04:05] python | 2.5-0ubuntu1 | feisty | all [04:05] python-defaults | 2.5-0ubuntu3 | feisty | source [04:05] seb128: ronne:~doko/cxx/auto/DONE === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [04:05] seb128: I guess liblaunchpad-integration is the one causing massive amounts of failures for you [04:06] Mithrandir: looks like yep [04:06] pitti: a permission problem maybe? [04:06] liblaunchpad-integration is one of them [04:06] mvo_: oh, I see; it's sftp and ~pitti, not ~u-core-dev [04:06] mvo_: shall I do the merge myself? [04:06] doko: that would be nice if you would give a warning before breaking half of main :p [04:06] I think I'm going home and hope this has gone away by monday. :-P [04:06] graaa [04:06] Mithrandir: when are the 2.5-0ubuntu3 binaries supposed to enter the archive? [04:07] (seriously, I'm going home, if it's still broken this evening, tell me and I'll poke at the bits I can) [04:07] pitti: yeah, just do it [04:07] I've uploaded a gnome-menus breaking gnome-panel [04:07] they were supposed to go together === seb128 curses doko [04:07] doko: my guess is they're in this publishing run. === ikonia [n=mattd@alesi.projecthugo.co.uk] has left #ubuntu-devel [] [04:08] mvo_: pushed to trunk [04:08] pitti: thanks [04:09] seb128: I did in the meeting yesterday [04:10] Heya [04:10] Mithrandir: thanks for the syncs and such! [04:10] I think a switch of the default python version would be appropriate on u-d-a (and not on a friday afternoon) [04:10] bddebian: np, good to get the count down a bit. [04:10] doko: you didn't say it was going to break half of main :p [04:11] anyway that's done now, let's fix everything [04:11] seb128: fix the library packages to support both of 2.4 and 2.5, then they cannot be broken :p [04:12] doko: well, I just don't like having things broken on friday afternoon because usually it means they are going to be broken for everybody until monday === boggle [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel [04:16] seb128: please raise your concerns when we plan such things. the friday afternoon is the time where it hurts not many people. [04:17] if i cant work on the weekend it hurts me ... [04:17] the weekend didn't start [04:17] doko: well, you made half of main non-installable, which broke the GNOME builds from this morning, which means gnome-panel is broken for everybody now === mormoloc [n=chatzill@81.181.177.182] has joined #ubuntu-devel [04:17] well, it starts soon :) === mormoloc [n=chatzill@81.181.177.182] has left #ubuntu-devel [] [04:18] seb128: then please fix gnome-panel [04:19] doko: I've fixed it this morning, the package doesn't build though :p [04:19] doko: because the buildd is not able to install the Build-Depends to build it :p [04:21] doko: anyway no big deal, let's do your massive rebuild, that will probably make launchpad-integration installable again ;) [04:24] there go another handful of hal bugs === predius__ [n=predius@63.99.9.135] has joined #ubuntu-devel === mormoloc [n=chatzill@81.181.177.182] has joined #ubuntu-devel === mormoloc [n=chatzill@81.181.177.182] has left #ubuntu-devel [] === beuno [n=martin@68-155-114-200.fibertel.com.ar] has joined #ubuntu-devel [04:29] Riddell: hmm, gsmlib seems to be a bit dead, and sounds like hard to support hardware-wise [04:29] is there a place where the feisty release notes are being drafted? === dlainhart [n=dylan@cpe-69-205-162-222.stny.res.rr.com] has joined #ubuntu-devel [04:38] morning folks [04:39] morning kees. [04:39] hi keescook [04:39] hiya kylem [04:39] hi pitti [04:40] Riddell: argh @ gsmlib: prerm script is evil and buggy, so is postinst [04:40] hmmm feisty exploded === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [04:40] Totals by arch: [04:40] * sparc:546 [04:40] * i386:549 [04:40] * amd64:549 [04:40] * powerpc:546 [04:41] (uninstallable) [04:41] fabbione: see scrollback; that's due to the python transition [04:41] oh ok [04:42] iz doko bog :p [04:42] seb128: so tell me my little friend.. what's the best bluetooth gnome app out there? [04:42] ask dholbach, he's doing bluetooth things ;) [04:43] dholbach: ^^^ [04:43] fabbione: that depends on what you want to do [04:43] dholbach: everything possible.. connect my phone to the lappy.. sync data.. upload/download files.. [04:44] gnome-vfs-obexftp (which is still in binary NEW it seems) gives you the files on your phone, if you browse to obex:/// [04:44] gnome-bluetooth (together with nautilus-sendto) is for sending and receiving single files [04:45] multisync (dunno if that works - never touched in 2-3 years) is for synchronisation [04:45] probabyl opensync works better, but has no GUI yet [04:45] there's also wammu/gammu - but I don't know how that works [04:45] and it's not gnome app either [04:45] that's all i can say [04:46] fabbione, dholbach: I have used multisync a bit, but BT synchronization is only at cvs head and sucks [04:46] seb128: come to Berliiin to fix your bogs [04:46] i am told this phone works fine with syncml and eGRoupware... [04:46] so i assume we are still with duck tapes and patches [04:46] fabbione: pretty much, yes === fabbione thinks... [04:47] fabbione: using my phone as a GPRS modem is easy, but still requires /etc editing [04:47] yeah modem doesn't bother me and i don't usually need it [04:47] pitti: there's no multisync cvs head AFAIK [04:47] plus i don't even have a dial up account [04:47] it's the single useful thing that is easy to achieve, at least with my phone ;) [04:47] pitti: ADSL in denmark are stable :) [04:47] nobody has ISDN anylonger [04:48] fabbione: I'm talking about GPRS [04:48] yeah we don't need dial-up :) [04:48] fabbione: i. e. internet through your mobile phone provider [04:48] fabbione: but the mobile acts as a modem in that case [04:48] pitti: yes.. i know what it is === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel [04:48] it's still a dial-up [04:49] sure [04:49] doko: i assume you did a batch rebuild for all the python pkgs.. [04:49] doko: anything more than just a rebuild? [04:50] doko: also.. ocfs2-tools_1.2.2-0ubuntu3_source.changes Rejected [04:50] what I don't understand is, what's the point of the python-{central,support} fu if it still requires large transitions? [04:50] Exception while accepting: This sourcepackagerelease is already accepted in feisty. [04:51] just got one as well === stgraber [n=stgraber@client80-83-51-125.abo.net2000.ch] has joined #ubuntu-devel [04:52] fabbione: iz a launchpad bug: I get an Rejected *and* an Accepted message for every package ... === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === pitti adds his blessing to pulseaudio MIR to calm down ogra [04:54] YAY ! === ogra hugs pitti and makes a note to pay a beer in oslo [04:54] ogra: I added the remark 'not for ubuntu-desktop, just for main' [04:54] thanks, pitti :) [04:54] yep, thats fine ... [04:54] ogra: oh, so you'll come to Oslo after all? yay [04:54] pitti, even though it micght end up on the CD as ltsp dependency === aigarius [n=aigarius@82.152.74.5] has joined #ubuntu-devel [04:54] *might [04:54] sure, no problem with that [04:55] great :) [04:55] hm, any reason there's no /bin/usleep in (Debian and) Ubuntu? I thought that used to exist? [04:55] doko: thanks for the rebuild :) [04:56] argh, apport ftbfs [04:57] doko: you win [04:57] pitti: if a package supports both 2.4 and 2.5, then I avoid an upload; unfortunately some packages still hardcode the python version [04:57] keescook: just use sleep? [04:58] Mithrandir: oh, hm, you can give sleep a float. hunh. [04:58] doko: ah, I see === Spads [n=spacehob@host-87-74-18-132.bulldogdsl.com] has joined #ubuntu-devel === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel === stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel [05:08] hi, anyone here know why mplayer/mencoder is in multiverse not universe ? [05:10] because it has non-free code [05:10] stdin: mainly due to patent issues [05:10] well, yeh i guess thats more specific [05:10] Lathiat: hm, it's all free software AFAIK [05:10] i think it also depends on other stuff in multiverse [05:10] it's a bit hypocritic, though; xine has more or less the same code and is in main/universe [05:11] which has more patenty fun [05:11] pitti: hrm i thought some of the libraries it can use is nonfree stuff etc but i could be wrong and am far from authorative on the issue :) [05:11] or that stuff may be left out of the package too [05:12] well, it can use w32codecs, but doesn't ship it [05:13] doko: I approved your java libs/jython MIRs, in case you want to shuffle around something === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel [05:14] Lathiat: mplayer does not contain non-free code, and does not depend on any non-free code [05:14] pitti: thanks [05:14] Lathiat: I personally don't think it belongs to multiverse, but rather to universe [05:14] the app itself is under gpl [05:15] doe sit depend on anything in multiverse? [05:15] nope [05:15] hrm ok [05:15] not that I knew [05:15] doko: oh dear, myspell, ispell, aspell, and now hunspell? [05:15] i was completely wrong so please ignore me thanks [05:15] :) [05:15] Lathiat: in debian mplayer is in main, btw. [05:15] siretart: uh, since when? [05:15] Lathiat: the only difference is, that in debian, mencoder was removed [05:16] it suggests w32codecs and libdvdcss, but it doesn't depend on them [05:16] ah [05:16] pitti: since a few months [05:16] lame is in universe [05:16] pitti: trying to drop myspell. enchant already depends on it, OOo will depend on it, firefox needs to be done [05:16] s/universe/multiverse [05:16] lame is in multiverse [05:16] pitti: there were indeed some remaining licencing issues, like the tremor issue, but they were sorted out upstream [05:16] libmp4v2-0 (faad2) is also [05:16] not to say none of those could move [05:17] doko: but I assume/hope hunspell uses the same dictionary packages as myspell? [05:17] pitti: AFAIK debian ftp-master told the maintainer, that he would rather approve an mplayer package without mencoder, but wouldn't reject an mencoder at once either [05:17] pitti: yes [05:17] pitti: so the maintainer dropped mencoder for getting mplayer into etch [05:17] siretart: too bad, mencoder is the only sane encoder that actually worked for me [05:18] apart from thoggen of course, but that takes two years to encode a movie [05:18] Mithrandir: I usually do that, I didn't for atlas3 because it was a rebuild, there was no ubuntu change. I'll subscribe u-u-s to ack it [05:18] well, its really a pitty, because ffmpeg is in debian/main as well, and does also contain various mpeg encoders [05:18] and so far, there were no legal problems [05:19] so I think it might be okay to have mencoder in debian as well, but that's not my call to decide [05:19] actually, I didn't really investigate our mplayer package enough to ask for promotion of mplayer in ubuntu to universe. I rather care for xine, you know ;) [05:19] siretart: historically the debate xine vs. mplayer and main has mainly been on a personal flamewar and upstream attitude level, I didn't actually see a compelling legal argument === glatzor [n=sebi@p57AEE076.dip.t-dialin.net] has joined #ubuntu-devel [05:20] pitti: the legal argument are the mpeg encoders, espec. stuff for mpeg 1 level 3 (aka mp3) and mpeg 4 encoders and aac stuff [05:21] siretart: what was the argument? === ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel [05:21] pitti: that they were actively enforced patents [05:21] "it's ok to ship stuff I like in main, and I dislike in universe, although both contain patented algorithms"? [05:21] ah, and those encoders aren't in xine? [05:22] in the sense, that fraunhofer (and others) are charging for them [05:22] pitti: xine doesn't encode [05:22] it only decodes [05:22] ok [05:22] which seems to be a difference to the patent holders [05:22] and mplayer in debian decodes only as well === pitti -> brb === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel === KaSto [n=Herthane@p54BD12E4.dip0.t-ipconnect.de] has joined #ubuntu-devel === nags [n=nags@61.246.63.232] has joined #ubuntu-devel [05:27] siretart: hm, but I thought in the case of a patent infringement the GPL says that you cannot distribute the program at all; so what difference does universe and multiverse make in this case? [05:27] pitti: which part of the gpl mandates that? [05:28] 7 [05:29] ah, I remember === AstralJava [n=jaska@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-devel [05:34] doko, did you hardcode hwdb to 2.5 or did you just drop all versioning from the deps ? [05:35] (i thought i had switched it to "python (>= 2.4)" ages ago) [05:35] siretart: sorry for my dumb questions, but I'm still horribly confused by all this patent mess [05:36] seb128: yay for ppc blue screen fix :) [05:36] pitti: ;) [05:36] where can I get the ubuntu logo used with usplash? [05:37] need it for a presentation slide [05:37] pitti: I'm no patent expert either, I'm just reading stuff. I think we are not the only ones who are horribly confused by this mess [05:38] pitti: e.g. aspectc++. Upstream lately got contacted with an email "how can you redistribute ac++ without paying fees to gregor kiczales?" - the answer is: he didn't sue, and in europe, there are no software patents [05:39] pitti: it isn't even clear, if their patents are valid at all! === ogra sees his feisty-devel mailbox explode .... [05:39] err feisty-changes === pike_ [i=pike@server1.freeshells.ch] has joined #ubuntu-devel [05:40] pitti: for ffmpeg: the debian maintainer is rather conservative, and disables/removes codecs, from which he had evidence of lawsuits. [05:40] siretart: they are probably valid in some countries? [05:40] pitti: most probably valid in us, but not (yet) in europe [05:40] but even there it is unclear, because no one has gone to court with that case [05:41] about most potential patents we are facing wrt mencoder, (at least I think so) [05:42] siretart: hm, but I agree that decoders are more important to have in a distro [05:42] siretart: since there is ogg, I never encoded anything into mp3 any more [05:42] pitti: even ogg isn't patent free [05:42] siretart: and if thoggen wasn't so exaggeratingly slow, I wouldn't need mencoder either any more [05:43] siretart: I thought it was designed to be? *darn* [05:43] pitti: according to ffmpeg upstream (from where I have this statement), it is nearly impossible to make any efficient encoding without touching any patents [05:44] hm, true [05:44] pitti: as I said, it is unclear if the patents, which mencoder or thoggen or what ever coudl violate, are valid at all, because nobody has sued yet. and very few are interested in finding that out :/ [05:45] so the ffmpeg/mplayer devs are very dissapointed that most distributions refuse to ship their software, or that folks are telling, that their software was non-free. [05:45] but well, they have a strange attitude anyway :/ [05:46] btw, does anyone know why debian syncs have stalled? [05:46] no time, technical problems or some freeze? [05:46] ffmpeg2theora has to be worse [05:46] siretart: sync freeze === Zdra [n=zdra@153.235-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [05:47] pitti: huh? - since when? [05:47] siretart: see FeistyReleaseSchedule [05:47] or vlc === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [05:47] pitti: err, I'm talking about manually requested sync via malone [05:47] siretart: ah, those; they still work [05:47] siretart: just today Mithrandir did a whole bunch of stuff [05:48] ah. good to hear [05:48] siretart: these were stalled due to herd-2 release [05:48] aren't they announced on feisty-changes or something? [05:48] siretart: check your mail :) [05:49] they are :) [05:49] pitti: wow. good hint! :) [05:53] jono: apt-get source usplash-artwork or somesuch === ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel === grazieno [n=ubuntu3@20150111206.user.veloxzone.com.br] has joined #ubuntu-devel [06:01] siretart: ogg (vorbis) is designed to be "patent-free", but of course in today's world anyone can sue anyone for some obscure software patent [06:02] Mirv: we were talking about ogg/theora before === glatzor__ [n=sebi@p57AEE076.dip.t-dialin.net] has joined #ubuntu-devel [06:02] siretart: ah, ok, but theora is actually quite good, as there are patents covering it, but the patents are given to all of humankind for eternity (etc.) by On2... [06:03] "better" in the sense if it's better in the software patent world that there are some "defending" patents [06:03] interesting [06:03] argh ... gst-pulse is a separate package ? [06:03] meh .... more MIRs [06:04] seb128, do you know if there are plans to merge gst-pulse in the normal gstreamer source package ? [06:05] ogra: no idea, maybe slomo knows about it [06:05] gst-plugins-good rather [06:05] ok [06:05] i'll ping him if he's here [06:05] seems silly to keep it separate ... [06:06] mvo: ping [06:06] doko: pong === WaterSevenUb [n=WaterSev@242-254.dial.nortenet.pt] has joined #ubuntu-devel [06:09] BenC, ping [06:12] jono -- do you mean the same logo that is on the GDM? === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel [06:13] crimsun, ping === zenrox [n=zenrox@pool-71-115-238-72.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel [06:17] pitti: http://librarian.launchpad.net/5714888/buildlog_ubuntu-feisty-i386.pygresql_1%3A3.8.1-1build1_FAILEDTOBUILD.txt.gz === zenrox [i=zenrox@pool-71-115-238-72.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel [06:19] pitti: too bad even hunspell isn't good enough, but hopefully even some of the *spell can be gotten rid of some day [06:19] doko: that's part of the libpq4->libpq5 transition I'm going to do soon; I'll have a look at it [06:20] thanks === kaptengu [n=kaptengu@c213-100-60-132.swipnet.se] has joined #ubuntu-devel [06:23] heno: looks like xml info file support is working now [06:23] heno: I didn't work on the 'inherits' and 'general clue' part yet, but at least and/or queries work now [06:23] dholbach: excellent! [06:24] i'll commit to my branch in a bit and write a mail to bugsquad@ [06:24] ogra: pong [06:24] heno: after that we can get to work and spread the word :-) [06:24] cool, I'll need to come up with some test cases now [06:24] yep === glatzor_ [n=sebi@p57AEE076.dip.t-dialin.net] has joined #ubuntu-devel === zenrox [n=zenrox@pool-71-115-238-72.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === predius__ [n=predius@63.99.9.135] has joined #ubuntu-devel === TuxCrafter [n=jelle@84-245-7-46.dsl.cambrium.nl] has joined #ubuntu-devel [06:27] Hello guys [06:27] I am debugging a problem with my via sound chip === predius [n=predius@63.99.9.135] has joined #ubuntu-devel [06:28] and I believe that the driver is bad and some times when a app want to connect to the sound device the total systems freezes [06:29] I what to confirm this further by not allowing a app access to the sound device [06:29] except for super user apps [06:29] how can I do this [06:30] maybe by changing permissions of /dev/dsp ? [06:33] c------r-- 1 root root 14, 3 2007-01-12 08:48 /dev/dsp [06:33] should that do it :-D [06:33] jup [06:34] It can also be a irq bug [06:34] umm, then you'd get no sound [06:34] but that will be vvery bad [06:34] indeed [06:34] no sound no system freezes I hope [06:34] crw------- root root ........ would do [06:35] and I will run my music with sudo :-P for test [06:36] BenC, my laptop behaves strange from time to time (stalls completely on input, restarting services takes up to 10min without any apparent reason (load is low, top doesnt show anything worrying, CPU is at 800MHz) and if i look in dmesg i see "APIC error on CPU0: 40(40)" [06:36] crw------- 1 root root 14, 3 2007-01-12 08:48 /dev/dsp [06:36] done [06:37] BenC, any hint what i can do there ? [06:38] orga: disable apic for a will === ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel === glatzor [n=sebi@p57AED275.dip.t-dialin.net] has joined #ubuntu-devel === niroxx [n=niroxx@achn-4db486c6.pool.einsundeins.de] has joined #ubuntu-devel [06:38] TuxCrafter, thats indeed the first thing i try in such cases [06:39] ogra: /phone, brb [06:39] (booting with nolapic) [06:39] and? [06:39] doesnt change anything [06:39] did you change the grup params [06:39] else i wouldnt ask ben ;) [06:39] tried a vanila kernel [06:39] new one [06:39] hmm, how do I tell python's distutils about custom build switches? I need something like ./setup.py build --backend=backends/dpkg.py [06:39] no, i wouldnt touch vanilla [06:40] or build a kernel for ubuntu specs === Ingar [n=saltvik@ti500720a080-14245.bb.online.no] has joined #ubuntu-devel [06:42] pitti: don' know it but maybe you can try the #phyton channel [06:42] typo [06:42] ogra: http://librarian.launchpad.net/5715953/buildlog_ubuntu-feisty-i386.hwdb-client_0.6-0ubuntu17_FAILEDTOBUILD.txt.gz [06:42] TuxCrafter, i have a colleague caring for the kernel ... thats why i ping him ;) (as he would ping me for ltsp or edubuntu problems) [06:42] pitti: i always did a hack that checked to see if you ran 'build' and parsed custom switches on my own [06:43] pitti: then i said 'screw that' and switched to autofoo === Gerrath [n=Shane_@unaffiliated/gerrath] has joined #ubuntu-devel [06:43] Amaranth: argh, and removed them from sys.argv()? [06:43] s/()// [06:43] doko, you know the rule .... who ever touched it last :P [06:43] pitti: yeah [06:43] Riddell: kdelibs4-dev: Depends: kdelibs4c2a (= 4:3.5.5a.dfsg.1-3ubuntu9) but it is not going to be installed [06:43] any hints? [06:43] pitti: there might be a better way but i don't remember finding one === pitti can't believe that distutils doesn't provide such a thing, but he doesn't find anything [06:44] ogra: please check; it looks unrelated to python [06:44] that's why i dropped it :) [06:44] ergh, where does that intltool stuff come from ... i didnt add that [06:44] well, that and intltool [06:44] Riddell, did you add intltool stuff to hwdb-client ? [06:45] guy's i am laving and sdin: thanks for the feedback === TuxCrafter [n=jelle@84-245-7-46.dsl.cambrium.nl] has left #ubuntu-devel [] [06:46] heno: mail sent - yeeeha :) [06:46] dholbach: cool, reading [06:47] pitti: move it in the debian/rules file. no crap in distutils please [06:47] dholbach: great, I'll review and merge [06:48] heno: gracias! === dholbach hugs heno [06:48] doko: 'crap'? I just want to define a custom option at setup.py install and use it to install a particular backend [06:48] dholbach: Thank you! [06:48] doko: that should not really go into debian/rules; rules should just supply the correct backend value === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel [06:49] heno: oh... sorry let me remove the "#"s [06:50] heno: done [06:51] k [06:52] pitti: ohh, I thought some kind of custom compilation flags ... ;) [06:53] doko: kdelibs4c2a depends on launchpad-integration which depends on python (<< 2.5) and the rebuild launchpad-integration isn't on the archive yet [06:55] that sounds a bit strong. to what extent does it really /depend/ ? [06:58] geser: I see, looking at l-i === ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel [07:08] mdke: could you update the installation-guide on help.ubuntu.com? I think it's at least one revision back from what's in edgy [07:08] since apparently the devfs fix isn't in there === apokryphos- [n=francis@87-194-86-227.bethere.co.uk] has joined #ubuntu-devel === dlainhart [n=dylan@cpe-69-205-162-222.stny.res.rr.com] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === Loevborg [n=loevborg@dslb-084-056-015-139.pools.arcor-ip.net] has joined #ubuntu-devel === daq4th [n=darkness@netstation-005.cafe.zSeries.org] has joined #ubuntu-devel [07:37] is the python problem coming from kdelibs LP-I and py2.5 related [07:37] people cant update python is holding back all kinds of packages [07:38] yeah, doko is in the middle of a transition [07:38] ok cool === KaSto [n=Herthane@p54BD12E4.dip0.t-ipconnect.de] has joined #ubuntu-devel === dholbach high-fives doko [07:38] big mess in #ubuntu+1 atm :) [07:38] doko: GO DOKO GO [07:38] add it to the topic ;) [07:39] i did [07:39] in a very scary way but i did :) [07:40] doesn't boot? [07:40] WTH? [07:40] what is broken? [07:40] lot of packages are not installable or what to be removed [07:40] but that should not break the world [07:41] downgrading python seems to work atm. seb128 it boots for most people atm but we are leaving it there waiting on X adn usplash and stuff === ogra wonders what seb128 is referring to with "doesn't boot" [07:42] ogra: [07:42] "Feisty is very broken at the moment - prepare to chroot in if any of the updates have broken your system so it doesn't boot. Please DO NOT UPDATE YOUR FEISTY TODAY!!!" [07:42] that's from the topic of #ubuntu+1 [07:42] oh, the topic [07:42] yep [07:43] well it should still boot ... [07:43] atm for most it does but very early it didnt boot [07:43] doko says something about the atheros chipset? [07:44] madwifi causes the kernel to BUG [07:44] so does kvm-intel here too :) [07:45] gnomefreak: I would be curious to know what breaks the build still, that need to be fixed, I doubt that's the python transition [07:45] seb128: the bigggest issue today is python 2.5 but i havent been hit by that bug (not real sure why) [07:46] but the python stuff is very very unlikely to prevent you from booting [07:46] seb128: the kernel boots on most of the systems but there are still a few people saying they cant boot it [07:46] ogra: differnt issue [07:46] right [07:46] but unidentified yet it seems [07:46] gnomefreak: well; the topic is scary and I don't have the feeling that feisty is that broken [07:47] the python has nothing to do with booting. i dont know who added the non booting line but im leaving it because some people still cant [07:47] python is affecting X it seems though [07:47] all i added was dont do updates today [07:47] maybe 'doesn't boot' is derivation from 'gnome-desktop is broken' [07:49] iirc the non booting was due to initramfs-tools that was already fixed (atleast here) === gnomefreak not gonna assume its fixed everywhere without knowing it is === AlinuxOS [n=AlinuxOS@87.10.135.248] has joined #ubuntu-devel === haggai [n=halls@credativ.bcnadsl.com] has joined #ubuntu-devel === firephoto [n=tom@pool-71-115-214-25.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === wasabi [n=jhaltom@ubuntu/member/wasabi] has joined #ubuntu-devel === ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel [08:22] Mithrandir: please requeue python-kde3, kdebindings, kde-guidance on all archs === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-devel [08:36] Mithrandir: Colin has approved it, no? [08:37] cjwatson: yes, but I don't have access to the server, it will have to go through RT === Zdra [n=zdra@153.235-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel === Harti [n=Harti@unaffiliated/harti] has joined #ubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel [09:00] Mithrandir: could you please give-back gnomesword on sparc? it was successfully retried on all arch except sparc today. thanks === MagicFab [n=MagicFab@205.205.170.235] has joined #ubuntu-devel === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel === mpt [n=mpt@121-72-135-240.dsl.telstraclear.net] has joined #ubuntu-devel === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel [09:17] ogra: mvo added intltool support, and I enabled it for the qt version === johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-devel === ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel === apokryphos [n=francis@87-194-86-227.bethere.co.uk] has joined #ubuntu-devel === AlinuxOS [n=AlinuxOS@87.10.135.248] has joined #ubuntu-devel === LaserJock hugs Mithrandir [09:23] thanks for all the archive work [09:28] heh === twilight [n=twilight@ubuntu/member/twilight] has left #ubuntu-devel [] === mc44 [n=mc44@ip-81-170-100-132.cust.homechoice.net] has joined #ubuntu-devel === mbiebl [n=michael@e180075057.adsl.alicedsl.de] has joined #ubuntu-devel [09:43] mdke: ok [09:43] mdke: will you file (or have you filed) that? [09:44] cjwatson: I'll need to prepare something for them to slot in [09:45] cjwatson: on the todo list for this weekend :) [09:46] ta === yosch [n=yosch@clrglop207.in2p3.fr] has joined #ubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel === edmund_f [n=Wikipedi@kobz-590ca719.pool.einsundeins.de] has joined #ubuntu-devel === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === JoshJ [n=lappy@r38h107.res.gatech.edu] has joined #ubuntu-devel === JoshJ [n=lappy@r38h107.res.gatech.edu] has left #ubuntu-devel [] === livingdaylight [n=conrad@82-45-205-43.stb.ubr03.camd.blueyonder.co.uk] has joined #ubuntu-devel [10:18] hi === bengt_ [n=bengt@c220-237-148-48.brodm1.vic.optusnet.com.au] has joined #ubuntu-devel [10:20] what is the process of getting an application added to repositories? [10:22] livingdaylight: https://wiki.ubuntu.com/MOTU/Packages/New [10:23] ogra: pong === boggle [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === mneptok [n=mneptok@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === mneptok [n=mneptok@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === zenrox [n=zenrox@pool-71-115-238-72.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === Gerrath [n=Shane_@unaffiliated/gerrath] has joined #ubuntu-devel === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-devel === tsmithe [n=bip@82-70-109-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel [10:51] crimsun, pong [10:51] ogra: hi [10:51] hey [10:51] i switched my ltsp clients to pulse [10:52] using an asoundrc with pcm and ctl entries [10:52] but apparently the asa mixer doesnt work [10:52] *alsa [10:52] as in `alsamixer'? [10:53] no as in the panel applet [10:53] err, which panel applet, pulse's? [10:54] no, gnomes [10:54] gnomes volume control applet ... [10:54] ok, these are thin clients that lack local audio devices, correct? [10:55] no, they have local audio devices [10:55] thats where the sound comes out [10:55] the user logs via ssh -X into the server from the client [10:55] gnome-session is running on the server and ssh -X forwards the display to the client [10:56] pulse is started on the client and PULSE_SERVER is set to point to the client on login [10:56] gstreamer is set to alsa [10:56] instead of pulse? [10:56] and alsa uses the asoundrc (in ~/ for the testing, but that shouldnt have any influence i think) [10:57] works perfecttly fine ... apart from volume control [10:57] the asoundrc has: [10:57] pcm.!default { [10:57] type pulse [10:57] } [10:57] ctl.!default { [10:57] type pulse [10:58] } [10:58] and ``aplay /usr/share/sounds/startup.wav'' is audible, correct? [10:58] hmm, i didnt try === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [10:58] but the login sound (gstreamer) works and i can listen to radio through rhythmbox just fine [10:59] the gstreamer-properties testsound works as well [10:59] right, GSt should work fine if you've installed and selected the pulse sink and source for it [10:59] i just cant adjust the main volume through the mixer applet [10:59] i didnt [10:59] i used the alsasink and the asoundrc [10:59] but i tested with the pulsesink and indeed that wors as well [11:00] *works === sahin_h [n=ezaz@dsl5402ABEB.pool.t-online.hu] has joined #ubuntu-devel [11:01] ok, so two tests: 1) Does that aplay command above work? (it should) 2) Does selecting a different [pulse] device in Volume Applet> Preferences affect the situation? === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel [11:03] ok, i'll try that, i'm sadly not near any thin client now, thanks for the hints i didnt think about changing the mixer device [11:04] what I recommend using instead of the Volume Applet is Pulse's Device Chooser applet === mneptok [n=mneptok@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel [11:05] you can use that and choose pulse's Volume Control === mbiebl [n=michael@e180075057.adsl.alicedsl.de] has joined #ubuntu-devel [11:05] hmm, i dont want to tweak the defaults of the desktop if possible [11:06] ok [11:06] users may log in on thin clients as well as directly on the server ... so the settings should be the same as much as possible [11:06] thats why i try to only tweak stuff in the lowest leve [11:06] *level === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-devel [11:07] I know the Volume Applet works here, so it sounds like there's at least an environment variable difference if not also the fact that I'm not logging into an LTSP server [11:08] well, the volume applet would work if i played sound on the server ... it just doesnt seem to work over the network ... but i'll try changing the settings first and then see how i can achieve such a setup witout breaking on non-ltsp desktops === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === boggle [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel === licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel === shackan [n=shackan@82.53.75.141] has joined #ubuntu-devel === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-devel [11:46] keescook: that's a good question RE: acroread. [11:47] can any archive admins shed some light on why acroread has vanished from feisty? :) [11:48] I would guess it's the solution for bug 43780 [11:48] Malone bug 43780 in acroread "Acroread: Redistribution may not be allowed" [Low,Fix released] https://launchpad.net/bugs/43780 [11:49] geser: oh! heh [11:53] welp, less work for us. We win. === dsas_ [n=dean@cpc3-stok6-0-0-cust253.bagu.cable.ntl.com] has joined #ubuntu-devel === caccolangrifata [n=caccola@80.104.209.161] has joined #ubuntu-devel === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel