/srv/irclogs.ubuntu.com/2007/01/12/#ubuntu-devel.txt

=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-devel
mdkesomerville32: s/Riddle/Riddell (tab completion is your friend)12:16
somerville32hehe12:16
Riddellhi somerville32 12:18
somerville32Riddell: 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
Riddellsomerville32: install, log in and try to open file manager12:19
somerville32How did you install?12:20
somerville32Did you use the live-cd?12:20
somerville32Riddell: Erase disk, auto-resize, or manual partitioner?12:22
=== 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
teer2Greetings, angelic developers.  I have a question about official ubuntu repositories.12:26
teer2I have an idea for creating a repository for commercial game "demos" that are known to work with a given Ubuntu distribution version.12:27
Riddellsomerville32: erase disk12:27
mdketeer2: sounds familiar :)12:27
teer2Perhaps, this could be included into the official repositories.12:28
teer2eventuall.12:28
somerville32Riddell, And you did use the desktop cd?12:28
teer2mdke: Has this been done before?12:28
mdketeer2: actually, I may have misunderstood. You know there is a -commercial repository?12:28
teer2I was sent up here to ask about it from the #ubuntu channel12:28
cjwatsonpitti: thanks12:29
teer2mdke: I was told they did not have commercial games listed there.  For example, does it have the notorious Doom 3 demo?12:29
cjwatsonpitti: the partman log will be more explicit now about why it isn't offering autoresize, although not totally explicit12:30
pitticjwatson: 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 state12:30
teer2mdke: 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
cjwatsonpitti: 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 parted12:30
cjwatsonor even checked, for that matter12:30
cjwatsonif you feel like digging into parted code, there's a good project in there :)12:30
pittiah, that would explain it12:30
lifelessdoes anyone enjoy digging into parted ?12:31
cjwatsonautoresize of ntfs or older ext3 (maybe ext2) should still work fine12:31
cjwatsonI have enjoyed it upon occasion12:31
mdketeer2: 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 multiverse12:31
cjwatsonthe code is quite nicely structured - it's just fundamentally rather difficult12:31
teer2How can I find out information about setting up an Ubuntu repository, please?12:31
lifelessI think its an interesting piece of software, every coder I know has at some point expressed interest in writing defrag/parted/etc12:31
LaserJockteer2: why not just get them into the existing repos?12:31
lifelessspeaking of which, I really should get around to updating defrag to work on current ext312:32
mdketeer2: 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-motu12:32
teer2LaserJock: 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:32
cjwatsonlifeless: the main problem with parted is that it seems to have quite a short shelf-life of active developers12:33
cjwatsonnobody seems to be able to cope with low-level partitioning code for very long12:33
LaserJockteer2: well, #ubuntu-motu is the place to start12:33
cjwatsonbut there's nothing else that fills its niche12:34
teer2LaserJock: 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
teer2LaserJock: Okay, I'm off to ask there.  Thanks.12:34
cjwatsonwell, not so much the official distribution, in that the official distribution consists of free software12:34
lifelesscjwatson: 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 mechanics12:34
cjwatsonlifeless: the former is trivial, so that's not an interesting project for me; it's the latter that's the actual hard bit12:35
cjwatsonall the hard problems I'm aware of in libparted are bits-on-disk, and the language is pretty unimportant12:35
lifelesscjwatson: I think language is important in so far as what developers will touch it.12:36
cjwatsonI don't buy that there are a significant fraction of developers who won't touch C yet want to hack on low-level partitioning code12:36
lifelesscjwatson: 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 contributing12:36
cjwatsonthe sort of people who like this sort of thing also like things like kernel hacking12:36
lifelesscjwatson: I'm not claiming that, I'm claiming the inverse: that folk prefer to hack on low level partitioning code in C12:37
=== teer2 [i=teer@outbound.silenceisdefeat.org] has left #ubuntu-devel []
cjwatsonoh, right, I definitely think that is the case12:37
cjwatsonsorry, I misread your comment above12:37
lifeless:)12:38
lifelessit was rather round about12:38
cjwatsonwhat 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 language12:38
cjwatsonalthough more comments in that code certainly wouldn't hurt12:39
lifelessmmmm. I disagree, but I dont think the win would be worth the impact in developer-time12:39
cjwatsonare you familiar with the code in question?12:39
=== Gman [i=gman@nat/sun/x-1b347939d6954c42] has joined #ubuntu-devel
cjwatson(since my comment is very much tied to this particular piece of code, not a general statement)12:40
=== poningru_ [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-devel
lifelessnot very, though I have been inside the hood before12:40
cjwatsonthe only thing that I find particularly awkward about its C nature is having to remember to byte-swap stuff12:40
lifelessoh yay, gpg gone into lalala land12:40
cjwatsonthat's only really while physically reading and writing, though12:41
lifelesshave you ever seen apt-get source have gpg dissappear up its own internals ?12:41
lifelessits doing 5 thousand read, time, gettimeofday, times, getrusage calls every second12:42
alex-weejhas anybody made an effort on some kind of Windows user migration help page12:43
alex-weejdocumentation12:43
alex-weejexplaining what's different and why12:43
alex-weejand how it's beneficial12:43
alex-weeji get friends going mental trying to compile tarballs they downloaded off some website 'cause they think that's how they get software12:43
cjwatsonalex-weej: I'm not sure about web pages, but some of the Ubuntu books I've seen have excellent sections on migrating12:44
cjwatsonmy parents are working their way through "Ubuntu Linux For Non-Geeks"12:44
LaserJockalex-weej: yes, the doc team is writing a "Switching from Windows" guide for Feisty12:45
cjwatson(entirely not at my prompting, but still)12:45
alex-weejLaserJock: excellent! i'll keep my eyes open for it :)12:45
=== shackan [n=shackan@85-18-14-13.fastres.net] has joined #ubuntu-devel
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel
pittigood night everyone12:50
=== 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
davmor2quick query with the new uuid disk naming does it mean you can rename a usb device and the name will be remembered?01:16
=== 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
persiamdz: 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
mdzpersia: yes02:03
mdz(they should be)02:03
LaserJockmdz: we should be doing that as we are merging (for instance)?02:04
persiamdz: Thanks.02:04
mdzLaserJock: yes, that would be a good start02:04
LaserJockmdz: was that said in -devel-announce at some point?02:05
LaserJockI know we've been doing binary mangling02:05
persiamdz: Does the change belong in the changelog, or can it be assumed from the -ubuntu versioning?02:05
=== 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
mdzpersia: like any other change to the package, it should be documented in the changelog02:23
persiamdz: Thanks for the confirmation.02:23
mdzLaserJock: if it wasn't, it ought to have been02:23
=== 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 []
LaserJockmdz: 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 least02:28
mdzLaserJock: I have to dash for the airport shortly, but you're welcome to send one02:29
mdzsomeone will moderate it02:29
LaserJockmdz: ok02:30
=== 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
mardi_soirhello 06:13
mardi_soiri have a problem for usink ralink wiki pci card 06:14
mardi_soirunder xubuntu edgy 06:14
mardi_soirrt61pci does not work so .. i put the ralink rt61 driver from the website of ralink 06:15
mardi_soiri made a static configuration 06:15
mneptokmardi_soir: you want #ubuntu06:15
mardi_soirbut i m not aable to use the it 06:15
mardi_soirmneptok, no one can help me on genezralist chanel 06:16
mardi_soirmy con is ok 06:16
mardi_soirconf 06:16
lifelessmardi_soir: what do you think is wrong ?06:16
mardi_soirwhen i make a ifconfig i can see receive packet .. but impossible to ping  the gateway 06:17
mardi_soirwhen i make a iwconfig scan i can sho the wifi lan (no encryption ) 06:17
mardi_soirbut non ping avaible 06:17
fabbionemardi_soir: either file a bug or please move to #ubuntu this isn't a support channel06:17
mardi_soirok ! 06:17
mardi_soirso have a nice day 06:18
mardi_soirand just know that ralink rt61pci on ubuntu edgy no work well alone :/ 06:19
mardi_soirbye 06:19
=== mardi_soir [n=mardi_so@unaffiliated/mardisoir/x-034521] has left #ubuntu-devel []
mneptokfabbione: you know who handles default X session stuffs?06:23
fabbionemneptok: rodarvus 06:25
fabbionegotta go to feed the fattosaurus rex06:26
fabbionehopefully he is awake now06:26
mneptokdoes your wife know you call her that?06:26
fabbioneahah06:26
fabbionebah06:30
fabbionehe went back to sleep06:30
fabbioneit's one hour that he goes like that06:30
fabbioneahh there he is now06:30
=== 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
fabbionesfllaw: did you get around to test the glibc SRU?07:06
Nafallomorning07:22
=== 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"]
keescookany archive admins around to kick the security uploads of OOo, dokuwiki through?  (Mithrandir)07:54
fabbionekeescook: too early probably07:57
fabbionethey get notified anyway.. so don't sweat it07:57
keescookfabbione: yeah... I best get to bed.07:57
fabbionekeescook: night dude07:58
keescookg'night!07:58
mneptokkeescook: saw you had snow in PDX \o/07:58
keescookmneptok: yeah!  It's almost entirely melted now, but the dogs had fun.  :)07:58
mneptokkeescook: last weekend, YUL *was* PDX in terws of climate07:59
mneptok*terms07:59
keescookheh07:59
mneptokgray, rain, 12C07:59
keescookick.07:59
mneptoknow -1 and snowing07:59
NafalloI have snow :-P08:00
=== ciscosurfer [n=magic@216-80-124-12.snb-bsr1.chi-snb.il.cable.rcn.com] has joined #ubuntu-devel
keescookNafallo: where are you physically?08:00
=== mneptok guesses "in a chair"
Nafallokeescook: Kungsr, Sweden :-)08:01
fabbionei guess it depends on what kind of "snow"08:01
fabbionei also have snow.. right on my desk08:01
keescookmneptok: gah!  right again!08:01
keescookNafallo: nice.  :)08:01
Nafallofabbione: I have real "outdoor" snow ;-)08:01
mneptokfabbione: your cocaine habit is not to be discussed on public channels08:01
Nafallomneptok: lol08:02
fabbioneNafallo: yeah.. we are waiting here in dk too08:02
keescookokay, seriously...bed time.  :)  cya guys08:02
mneptoknighty kc08:02
fabbionemneptok: i didn't mention cocaine.. i tend to bake pizza on my desk.. my snow is flavour08:02
mneptokromanosnow?08:03
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel
fabbioneyeps08:03
fabbioneoh great08:04
fabbionethe nokia update to my phone did switch it back to danish08:04
=== fabbione forsees another hour to find the menu to switch it back to english
mneptokhttp://video.google.com/videoplay?docid=-2561063293686517066&q=the+power+of+cheese08:05
=== 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"]
fabbionemneptok: same actor as President Logan in 24h and father of one of the actors in Friends08:12
mneptokhehehe. behold the power of cheese.08:13
=== 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
Mithrandirdoko: do we have anything in particular we recommend as a replacement for toolchain-source?09:27
dokogcc-4.1-source, binutils-source, and README.cross in gcc-4.1, nothing more09:28
Mithrandirok, thanks.09:29
=== 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
pittiGood morning09:40
=== AstralJava [n=jaska@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-devel
ajmitchmorning pitti 09:41
pittihey ajmitch, how are you?09:42
ajmitchok, yourself?09:42
Hobbseeheya pitti 09:44
=== pitti hugs Hobbsee
pittiajmitch: great!09:44
=== Hobbsee hugs pitti back :)
Mithrandirmorning Martin, Sarah09:44
Hobbseehey Mithrandir!09:45
pittihi Mithrandir, recovered a bit from release stress?09:45
Mithrandirpitti: yeah, doing the actual publishing now.09:45
Mithrandironce that's done, I'll write the mail to u-d-a, thaw feisty, enable the publisher and all that faff09:45
pittiMithrandir: could you please run the publisher for the OO.o security update?09:48
MithrandirI'll just reenable it09:49
=== stub [n=stub@ppp-58.8.16.137.revip2.asianet.co.th] has joined #ubuntu-devel
Mithrandir(done)09:49
Mithrandirit'll run in about ten minutes09:49
=== rob [i=RobertSt@freenode/staff/rob] has joined #ubuntu-devel
fabbioneMithrandir: still confirmed the cd versions from Testing/Current/Ubuntu ? I need to pass them to -certification09:51
=== heno [n=henrik@ubuntu/member/heno] has joined #ubuntu-devel
Mithrandirfabbione: the CD versions in releases are the latest ones.09:53
Mithrandirfabbione: also, certificationtestingprocess doesn't start until after the images are published. :-P09:57
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-devel
fabbioneMithrandir: yeps. i still want to make triple sure that certification can compare the release with the numbers we did test/release09:57
fabbioneextra paranoia.. nothing more09:58
Mithrandirfabbione: if so, look at the ISO headers in the images once they're released.09:58
fabbioneok09:58
Mithrandirfabbione: now you can start the certification testing process10:02
fabbioneyes i can see.. but i don't start.. i just send a ping to Marc10:02
fabbionetoo bad herd-2/ is empty10:02
fabbioneat least on one of cdimage10:02
Mithrandirit takes a little while to copy 10G, even over gigabit10:03
fabbionetsk tsk :)10:03
=== seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel
=== jinty [n=jinty@196.207.32.235] has joined #ubuntu-devel
Mithrandircan somebody review http://err.no/tmp/herd-2.txt ?10:15
HobbseeMithrandir: where review means...?10:15
MithrandirHobbsee: look for bad grammar, typos, factual errors, stuff you think should be there, etc.10:16
Hobbseeright10:16
=== Hobbsee wonders if very current is correct grammer
Hobbsees/grammer/grammar/10:16
=== Hobbsee suspects not - it should just be current
MithrandirHobbsee: I don't think so either; fixed.10:17
Hobbsees/inclusion of new upstream versions/new versions of programs/10:17
HobbseeCommon10:18
Hobbseeto all variants, we have upgraded the kernel to 2.6.2010:18
Hobbsee^ dunno if that's not obvious - may be better to say that "notably, the kernel has been upgraded to 2.6.20"10:18
=== `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
HobbseeUbuntu and should be Ubuntu, and10:18
dholbachgood morning10:19
Hobbsees/Among them/Among these/10:19
Hobbseehey dholbach 10:19
=== TMM [n=hp@ip5650d1ab.direct-adsl.nl] has joined #ubuntu-devel
MithrandirHobbsee: fixed10:19
Hobbsee:)10:19
Hobbsees/just-partitioned/newly partitioned/10:20
Mithrandirfixed10:20
Hobbsee(a few posts a week)  <-- doesnt appear to be that frequent, is it?10:20
=== mvo [n=egon@p54A6748B.dip.t-dialin.net] has joined #ubuntu-devel
dholbachhey Hobbsee10:21
Hobbseeapproved specifications, policy changes, alpha releases, <-- invert that order - list from the most important (ie, new release) to least10:21
HobbseeThe Testing area of the wiki suggests various tests that can be10:22
Hobbseeperformed on Herd CD releases to try to catch bugs far enough before10:22
Hobbseethe final release that they can be fixed:10:22
Hobbseehrm....10:22
MithrandirHobbsee: list reversed.10:22
=== Spads [n=spacehob@host-87-74-18-132.bulldogdsl.com] has joined #ubuntu-devel
HobbseeMithrandir: you found a picky native-english speaker :P10:22
Mithrandirit can be up to a few posts a week, so it's to avoid people complaining about the frequency.10:23
MithrandirHobbsee: pickiness++10:23
Hobbsees/far enough before... release / early enough in the release process/10:23
Hobbseeah right10:23
Hobbsees/to Malone:/to our bugtracker, Malone:/10:24
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel
Mithrandirfixed, fixed.10:24
Hobbsees/to Malone:/to the Ubuntu bugtracker, Malone:/10:24
Hobbseeeven better10:24
HobbseeMithrandir: http://www.ubuntu.com/testing/herd2 404'd10:24
Mithrandiryeah, I need to prod the relevant person to fix it.10:24
HobbseeMithrandir: looks good to me.  didnt check most of the links though10:25
Hobbseeoh10:25
Hobbsees/10:25
Hobbseeneeding a10:25
Hobbseestable system or anyone10:25
Hobbsee /needing a stable system, or anyone/10:25
Mithrandirfixed10:26
Hobbseethat was all i saw :)10:26
Hobbsee</pickiness>10:26
=== doko [n=doko@dslb-088-073-124-142.pools.arcor-ip.net] has joined #ubuntu-devel
HobbseeMithrandir: 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 degree10:30
Hobbsee(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
Hobbsee)10:30
Mithrandirsuggestion on where to put it?10:30
Hobbseebetween Welcome to Feisty Fawn Herd 2, which will in time become Ubuntu 7.04. and the next paragraph looks good10:31
Hobbsee cant see anywhere else in the structure that it would be logical10:32
=== stivani [n=stivani@d51531068.access.telenet.be] has joined #ubuntu-devel
Mithrandirunsure, I think maybe the end of the first full paragraph's better.10:33
Hobbseeargh.  yes, you're right10:35
Mithrandirsomething like that?10:35
=== Hobbsee seemed to jump from one paragraph to another
Hobbseeyeah10:35
Hobbseeafter 10:35
HobbseeThey are however recommended for10:35
HobbseeUbuntu developers and those who want to help in testing, reporting,10:35
Hobbseeand fixing bugs.10:35
MithrandirI'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
mpt"To turn it into Ubuntu 7.04, put it in an oak barrel and age it for three months."10:35
Mithrandirmpt: heh. :-)10:35
Hobbseehehe10:35
StevenKmpt: about-ubuntu! *hint*10:35
MithrandirHobbsee: is the sentence which is there now ok?10:35
mptStevenK, it's time I faced up to the fact that I don't have any time for it :-/10:35
mptStevenK, would you like to be the maintainer and get it into universe (and main:-)?10:36
=== stivani [n=stivani@d51531068.access.telenet.be] has left #ubuntu-devel ["Leaving"]
HobbseeMithrandir: yep, looks fine10:36
StevenKmpt: Sounds fine to me.10:36
Hobbseempt: he'll badger you to sponsor him though :P10:36
StevenKI need to figure out how to put it in System menu, and then I think it's right for universe.10:37
mptcool10:37
mptThen advertise it for testing10:37
StevenKIndeed.10:37
mptStevenK, you're now the driver in Launchpad10:38
StevenKmpt: Thanks!10:38
mptHave you noticed that the bottom right label isn't right-aligned?10:38
mptI don't know why that is -- it's right-aligned in glade10:38
StevenKI haven't, actually.10:39
=== 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.
mptThe only other tiny UI tweak I see needed is making the cursor a drag cursor when it's over the draggable stuff.10:43
mptBut I'm not sure if X actually has a "draggable" cursor.10:43
Treenaksmpt: there's the 'hand' thing10:44
mptIsn't that for pointing at hyperlinks?10:45
mpti.e. a pointy hand rather than a grabby hand10:45
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel
mptThe one when you drag a window is grabbing, rather than grabby10:46
=== mbiebl [n=michael@e180075057.adsl.alicedsl.de] has joined #ubuntu-devel
mptmaybe I'm just being too picky ("but the Mac makes this distinction!", etc)10:46
StevenKmpt: Humbug!10:46
=== 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
StevenKMithrandir: Nice!10:58
Mithrandirhurrah for us!10:59
=== StevenK kicks python-xlib
\shcongrats Mithrandir10:59
=== jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-devel
glatzorelmo: hi, I am writing on a best mirror detection function for software-properties.11:04
Hobbseeyay Mithrandir :)11:04
glatzorelmo: but I am no networking expert. Currently I ping every host and perform a download test of the top ten rtt hosts.11:04
glatzorelmo: 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 test11:06
thomglatzor: um, you have seen the dynamic-mirror-decision spec, right?11:06
thomum, decisions11:06
thomhttps://features.launchpad.net/distros/ubuntu/+spec/dynamic-mirror-decisions11:06
glatzornot yet thom11:06
=== rob1 [i=RobertSt@freenode/staff/rob] has joined #ubuntu-devel
=== WaterSevenUb [n=WaterSev@242-135.dial.nortenet.pt] has joined #ubuntu-devel
glatzorthom: seems to be "enterprise ready" :)11:14
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-devel
glatzorthom: I also would like to support non launchpad based distros like Debian in software-properties.11:16
thomfair enough. just making sure you knew about it11:16
dholbachmdke: your bug http://bugzilla.gnome.org/show_bug.cgi?id=337252 breaks ctrl-<cursor> in vi!11:16
Ubug2Gnome bug 337252 in VteTerminal "ALT + Arrow keys don't work in irssi through gnome-terminal" [Minor,Reopened]  11:17
dholbachmdke: :-)11:17
=== cypher1 [i=cypher1@nat/hp/x-726897166dd0a92c] has joined #ubuntu-devel
Mithrandirdholbach: when requesting syncs from !main, please tell me so in the bug report.  kthx.11:48
dholbachMithrandir: what's the problem?11:48
Mithrandirdholbach: 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
dholbachMithrandir: alrighty, now I understand - I'll do so in the future!11:48
dholbachMithrandir: and thanks for libdbus-java11:48
=== 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
pittimvo: are you fine with me hacking on the u-n ubuntu bzr branch for bug 62316?12:10
Ubug2Malone bug 62316 in update-notifier "Provide GUI access to crash reports from root programs" [Wishlist,In progress]  https://launchpad.net/bugs/6231612:10
mvopitti: sure. I plan to do a u-n upload soonish to fix some unrelated problems, just let me know when I can merge something12:13
pittimvo: ok, so I'll work on a branch, and not directly on the ubuntu trunk12:13
mvopitti: if the changes are fairly small, just use the main branch12:15
=== geser [n=michael@ubuntu/member/geser] has joined #ubuntu-devel
cjwatsonheno,dholbach: wow, bughelper is neat12:15
dholbachcjwatson: thanks :-D12:15
henoheh, cool12:16
dholbachcjwatson: 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:16
dholbachcjwatson: i'm open to suggestions :)12:17
=== 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
cjwatsondholbach: *nod* I'm just using it as an attachment-grepper at the moment really12:29
ogratsk ... gnome bugzilla is so confusing ...12:29
cjwatsonpossibly a cache of some kind might be a good idea12:29
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel
dholbachprobably12:30
bhaleogra: hm it is the best bugzilla imo :)12:30
ograbhale, 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 in12:31
StevenKogra: So you can comment on that too, obviously.12:33
bhaleogra: is that a preference? i dont recall mine doing that12:33
bhalei remember gentoo bugzilla doing that way back in the day12:34
ograStevenK, yes, but i would rather like to re-read what i commented12:34
=== fbond [n=fab@pool-72-92-138-194.burl.east.verizon.net] has joined #ubuntu-devel
Mithrandirtepsipakki: can you please find a ubuntu-dev sponsor for all your sync requests?  (Or apply for ubuntu-dev membership..)12:35
dholbachcjwatson: I added it to: https://wiki.ubuntu.com/BugHelper/Dev/WishList12:36
cjwatsondholbach: thanks12:36
cjwatsonbhale: doesn't seem to be a preference12:36
cjwatsonat least I can't find it, and I experience the same misfeature as ogra12:36
Mithrandirogra: 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)?12:37
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel
ograMithrandir, bug # ? i cant remember that particular bug ... all i have is "please add an analogue clock as screensaver"12:38
Mithrandirogra: I don't think it was ever filed as a bug, just discussed on IRC.12:38
ograoh, k12:38
Mithrandirogra: I'll be happy to file it as a bug, tho12:38
ogradoit :)12:38
=== StevenK pokes launchpad. Where's my accepted mail?
ograeven though if i put coding/patching time into g-ss i'll rather care for the broken GL stuff 12:39
=== pvanhoof [n=pvanhoof@d54C0EE14.access.telenet.be] has joined #ubuntu-devel
cjwatsonStevenK: package?12:39
StevenKcjwatson: python-xlib12:39
ograso it wont be highest prio12:39
cjwatsonStevenK: ok, just slow mail then, since it was accepted 20 minutes ago12:40
StevenKOh, right. Thanks for checking.12:40
cjwatson11:20:14 DEBUG   Sent a mail:12:40
cjwatson11:20:14 DEBUG      Subject: Accepted python-xlib 0.12-5.1ubuntu1 (source)12:40
cjwatson11:20:14 DEBUG      Recipients: Steve Kowalik <stevenk@debian.org>12:40
=== KaiL [n=KaiL@p548F6B11.dip.t-dialin.net] has joined #ubuntu-devel
StevenKYup, there it is.12:41
=== StevenK checks the headers.
cjwatsonit's worth checking because some keyserver interaction bug has meant we've been silently losing a fair few uploads of late12:41
StevenKNeat. :-/12:42
StevenKFor some reason, master kept hold of the mail for 20 minutes.12:42
Mithrandironce I find some free time, I'll write something to double-process that queue.12:42
=== 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
ograMithrandir, you have a nikon camera, is it a D50 ? 01:20
Mithrandirno, d20001:20
ograah01:20
Mithrandirmy brother has a d50, though01:20
ogrado you have a tele lens ? 01:20
Mithrandiryes01:20
Mithrandir(18-200mm and 28-80)01:20
jsgotangcowow you're getting into photography eh01:20
Mithrandirand 70-21001:20
Mithrandirjsgotangco: I got my first SLR when I was 12 or so.01:21
thomwhy the 70-210/18-200 overlap? did you have the 70 already?01:21
ograi bought a D50 recently, it has a 18-55 lens and i'm pondering to get something more "tele" 01:21
=== jsgotangco doesn't undestand much of the tele thing
Mithrandirthom: yeah, it's just some old lenses from a F60101:21
ogracould you bring your cam and lenses to the sprint so i could test with a different lens once ? 01:21
Mithrandirogra: sure.01:22
ograthanks ! :)01:22
Mithrandirogra: 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:22
Mithrandirhmm, the 70-200 is probably expensive, it's f2.801:23
ograi thought about a 55-200 ... to just have the rest of the range 01:23
Mithrandirnikon at least doesn't seem to have anything 55-200?01:23
ograhmm, i think they have a DX lens with that range ...01:24
Mithrandirindeed, they do01:24
Mithrandircheap, not very birght01:24
Mithrandirbright, even01:24
Mithrandir(~250)01:24
ograyeah ... 01:25
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel
=== lbm [n=lbm@82.192.173.92] has joined #ubuntu-devel
ograbut 70-200 with 2.8 sunds tempting ....01:26
ogra*sounds01:26
Mithrandirit's around 800 or so, but has VR too.01:27
Mithrandirit's pure love.01:27
MithrandirI have one, so you can try that.01:27
ograurgh ... but 200 vs 1700 is a *slight* price difference01:27
ogra(i only fond one starting at 1700)01:28
Mithrandiruh, that's not the correct one, then.01:28
Mithrandirit's the 18-200 f3.5-5.6 VRII one you want.01:28
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel
ograah, yeah that one looks better 01:29
ograthe 1700 one was quite huge ... 01:29
ogranothing i'd like to carry with me while travelling01:29
=== dlainhart [n=dylan@cpe-69-205-162-222.stny.res.rr.com] has joined #ubuntu-devel
Mithrandirit's somewhat big, but not huge, and less cumbersome than lots of other things.01:30
ograyeah01:31
=== Gerrath [n=Shane_@unaffiliated/gerrath] has joined #ubuntu-devel
ograthe big one was at least twice as long ...01:31
=== 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
MithrandirAdri2000: please get a member of ubuntu-dev to ack your sync requests before subscribing ubuntu-archive to them.  Thanks.02:20
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel
zulhi02:21
=== 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
pittiseb128: FYI, in apport bzr head I use gnome-open again (for epiphany love); I found quite a neat solution now02:26
pitti(and it only took me two hours to figure out how to call firefox from a 'dropped root privs' program, duh)02:27
=== holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel
=== saispo [n=saispo@ryu.zarb.org] has joined #ubuntu-devel
jonowhere should distro naming suggestions go?02:32
=== apokryphos [n=francis@87-194-86-227.bethere.co.uk] has joined #ubuntu-devel
StevenKjono: https://wiki.ubuntu.com/DevelopmentCodeNames02:37
jonoStevenK: cool02:37
StevenK(If that's what you mean)02:37
jonoyep, thanks :)02:38
=== 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
seanhI'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:45
seanhand 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:46
pittiseanh: if you install it to /usr/local, it should override the Ubuntu one02:47
=== rob [i=RobertSt@freenode/staff/rob] has joined #ubuntu-devel
pittiseanh: except for ubuntu shipped programs, since they often hardcode the interpreter path02:47
seanhso the ubuntu one is installed somewher other than /usr/local, but a version installed in /usr/local would normally be used instead?02:48
pittiseanh: if you just call 'python', or use the hashbang '#!/usr/bin/env python', your version will be used02:49
pittibut that's really #ubuntu stuff02:49
seanhok I'll go to #ubuntu, thanks02:49
sivangpitti: is everything good with piware.de ? :) I think I have some problems sending emails03:00
pittisivang: seems to work fine for me03:00
ograpitti, whats the status of the pulse MIR ? 03:01
Riddelldoko: python transition has begun?03:01
pittiugh, MIR03:01
ograi have the ltsp side ready here, but can only upload it if pulse is in main ... (ltsp can only use main packages)03:01
pittiogra: not touched yet; my principle concern is supportability ATM03:01
dokoRiddell: yes, as fast as packages appear into the archive :-/03:01
=== 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
pittiogra: i. e. it works *very* poorly on our current kernels03:01
ograworks here without probs 03:02
pittihas lots of skips here03:02
pittiwhenever I touch a window, change focus, etc03:02
Mithrandirmdke: 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
sivangdoko: do we have anywhere tasks to be done for the python transition for folks who wanna help?03:02
Ubug2Malone bug 74555 in ubuntu-docs "Stable release update" [Medium,Confirmed]  03:02
pittiogra: because our kernel doesn't have preemption and a small TZ, and pulseaudio's default frame size is too small for that03:02
ograthe only thing i saw was the /tmp/.esd/socket from flash blocking esound support, but thats fixed with flash903:02
dokosivang: no03:02
Riddelldoko: good luck then03:02
pittiogra: but since we do not install it by default this doesn't worry me too much for now03:03
ograplease tell me if you dont see it entering main during feisty, so i can focus on other features03:04
ogra(i thought it all was ok until now)03:04
cjwatsonMithrandir: if it's the earlier diff with the changes described by me in the bug report, it's fine03:05
pittiogra: 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 it03:05
pittiogra: especially if you want it in edubuntu and it does good things for you, then it's fine for me03:05
cjwatsonMithrandir: i.e. http://librarian.launchpad.net/5252310/edgy-updates.diff + fix upload target + maybe adjust version number + refer to bugs in changelog03:05
Mithrandircjwatson: ok.03:06
=== giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel
ograpitti, ah, ok, your previous sentences sounded different ...03:06
pittiogra: oh, I just told you the biggest problem I have with it03:07
ograah, ok03:07
pittiit's big enough to not install it by default (amongst breaking compat with oss and multiuser), but shipping in main is fine03:07
ogragreat03:08
ogra:)03:08
pittistill, I think we need to do something about the default fragsize03:08
pittiat least as long as we don't ship preempting kernels with our desktops03:09
ograwell03:09
ograi use the -386 kernel with ltsp (at least i pan to do that again) ...03:10
ogra*plan03:10
ograhmm, but that also only sets CONFIG_PREEMPT_VOLUNTARY03:11
Riddellpitti: planning to do main inclusion reports any time soon?  I'm after gsmlib03:12
pittiRiddell: I just need to be poked hard enough :)03:13
pittiok, I need about 30 more minutes for my current bug fix, then I'll do some MIRs03:13
giskardhi ogra 03:13
ograhey giskard 03:13
seb128pitti: nice for apport and gnome-open ;)03:14
=== pitti yays as he now sees system crashes reported by apport-gtk
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel
lifelesspitti: system crashes - kernel faults, or admin processes ?03:17
pittilifeless: the latter03:18
pittilifeless: bug 6231603:18
Ubug2Malone bug 62316 in update-notifier "Provide GUI access to crash reports from root programs" [Wishlist,In progress]  https://launchpad.net/bugs/6231603:18
lifelesspitti: excellent03:19
=== 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
pittiRiddell: :)03:22
pittiself.work_queue.append('attack these MIRs, dude!')03:22
Mithrandirhurrah!  less than one screenfull of NEW again.03:22
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
seb128hum03:30
seb128"  liblpint-bonobo-dev: Depends: liblpint-bonobo0 (= 0.1.5) but it is not going to be installed"03:30
seb128weird03:30
seb128(gnome-panel build)03:30
Mithrandirseb128: arch skew?03:30
seb128Mithrandir: could you give a retry to gnome-panel builds, that error doesn't make sense to me03:30
seb128works fine from a fresh pbuilder03:30
Mithrandirseb128: given-back03:31
seb128Mithrandir: thank you03:32
=== glatzor_ [n=sebi@p57AEE076.dip.t-dialin.net] has joined #ubuntu-devel
=== ikonia [n=mattd@alesi.projecthugo.co.uk] has joined #ubuntu-devel
pittimvo: 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?03:35
=== 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
pittimvo_: AYT?03:44
seb128grumpf03:45
seb128gnome-panel retry failed the same way03:45
seb128WTF03:45
=== 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
seb128hum03:55
seb128lot of things listed on http://people.ubuntu.com/~cjwatson/testing/feisty_probs.html03:55
seb128    * sparc:54503:56
seb128    * i386:54803:56
seb128    * amd64:54803:56
seb128    * powerpc:545 03:56
seb128can anybody have a look from the buildd what package is causing that?03:56
seb128I've no such problem on my box from a fresh pbuilder using archive.ubuntu.com03:57
seb128Mithrandir?03:57
mvo_pitti: as you wish03:57
mvo_pitti: I don't mind either way, 03:58
=== jack_wyt [n=jack@211.154.174.45] has joined #ubuntu-devel
pittimvo_: if you are going to do some fixes and an upload today, then please just merge mine; I attached the branch to bug 6231603:58
Ubug2Malone bug 62316 in update-notifier "Provide GUI access to crash reports from root programs" [Wishlist,Fix committed]  https://launchpad.net/bugs/6231603:58
=== apokryphos [n=francis@87-194-86-227.bethere.co.uk] has joined #ubuntu-devel
pittimvo_: it's not super-urgent03:58
Mithrandirseb128: that's a bit on the high side, yes.03:59
mvo_I will most likely uplaoded today03:59
=== pitti hugs mvo_, thanks
mvo_pitti: thanks .) can you give me a quick bzr merge url ? then I can merge right away04:00
pittimvo_: it's attached to the bug04:00
pittimvo_: sftp://bazaar.launchpad.net/%7Epitti/update-notifier/apport-system-crashes/04:00
mvo_thanks pitti04:01
=== pitti gives a to bzr
mvo_pitti: I get bzr: ERROR: Not a branch: sftp://bazaar.launchpad.net/~pitti/update-notifier/apport-system-crashes/04:02
mvo_?04:02
Mithrandirseb128: seems to be python-related.04:02
pittimvo_: wtf??04:03
seb128Mithrandir: probably yep, there is no base lib to the list04:03
=== lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has left #ubuntu-devel ["trombone"]
Mithrandirseb128: I think doko just switched the default version to 2.504:03
Mithrandirwhich blew up the world.04:03
Mithrandirdoko: ^^ did you? :-)04:03
seb128hum04:03
seb128what is weird is that it works fine with a fresh pbuilder04:04
Mithrandirhmm04:04
Mithrandirthat's strange.04:04
dokoMithrandir: yes, just waiting for the new python-defaults to enter the archive, then I'll mass-upload04:04
seb128doko: mass upload what?04:04
pittimvo_: bzr get'ing this WFM04:04
dokopackages depending on python (<< 2.5)04:04
Mithrandirdoko: seems to be in the archive now at least.04:05
seb128what packages are those?04:05
Mithrandir    python | 2.5-0ubuntu1 |        feisty | all04:05
Mithrandirpython-defaults | 2.5-0ubuntu3 |        feisty | source04:05
dokoseb128: ronne:~doko/cxx/auto/DONE04:05
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
Mithrandirseb128: I guess liblaunchpad-integration is the one causing massive amounts of failures for you04:05
seb128Mithrandir: looks like yep04:06
mvo_pitti: a permission problem maybe?04:06
dokoliblaunchpad-integration is one of them04:06
pittimvo_: oh, I see; it's sftp and ~pitti, not ~u-core-dev04:06
pittimvo_: shall I do the merge myself?04:06
seb128doko: that would be nice if you would give a warning before breaking half of main :p04:06
MithrandirI think I'm going home and hope this has gone away by monday. :-P04:06
seb128graaa04:06
dokoMithrandir: when are the 2.5-0ubuntu3 binaries supposed to enter the archive?04:06
Mithrandir(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
mvo_pitti: yeah, just do it04:07
seb128I've uploaded a gnome-menus breaking gnome-panel04:07
seb128they were supposed to go together04:07
=== seb128 curses doko
Mithrandirdoko: my guess is they're in this publishing run.04:07
=== ikonia [n=mattd@alesi.projecthugo.co.uk] has left #ubuntu-devel []
pittimvo_: pushed to trunk04:08
mvo_pitti: thanks04:08
dokoseb128: I did in the meeting yesterday04:09
bddebianHeya04:10
bddebianMithrandir: thanks for the syncs and such!04:10
MithrandirI think a switch of the default python version would be appropriate on u-d-a (and not on a friday afternoon)04:10
Mithrandirbddebian: np, good to get the count down a bit.04:10
seb128doko: you didn't say it was going to break half of main :p04:10
seb128anyway that's done now, let's fix everything04:11
dokoseb128: fix the library packages to support both of 2.4 and 2.5, then they cannot be broken :p04:11
seb128doko: 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 monday04:12
=== 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
dokoseb128: please raise your concerns when we plan such things. the friday afternoon is the time where it hurts not many people.04:16
ograif i cant work on the weekend it hurts me ...04:17
dokothe weekend didn't start04:17
seb128doko: well, you made half of main non-installable, which broke the GNOME builds from this morning, which means gnome-panel is broken for everybody now04:17
=== mormoloc [n=chatzill@81.181.177.182] has joined #ubuntu-devel
ograwell, it starts soon :)04:17
=== mormoloc [n=chatzill@81.181.177.182] has left #ubuntu-devel []
dokoseb128: then please fix gnome-panel04:18
seb128doko: I've fixed it this morning, the package doesn't build though :p04:19
seb128doko: because the buildd is not able to install the Build-Depends to build it :p04:19
seb128doko: anyway no big deal, let's do your massive rebuild, that will probably make launchpad-integration installable again ;)04:21
pittithere go another handful of hal bugs04:24
=== 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
pittiRiddell: hmm, gsmlib seems to be a bit dead, and sounds like hard to support hardware-wise04:29
BenCis there a place where the feisty release notes are being drafted?04:29
=== dlainhart [n=dylan@cpe-69-205-162-222.stny.res.rr.com] has joined #ubuntu-devel
keescookmorning folks04:38
kylemmorning kees.04:39
pittihi keescook 04:39
keescookhiya kylem 04:39
keescookhi pitti04:39
pittiRiddell: argh @ gsmlib: prerm script is evil and buggy, so is postinst04:40
fabbionehmmm feisty exploded04:40
=== seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel
fabbioneTotals by arch:04:40
fabbione    * sparc:54604:40
fabbione    * i386:54904:40
fabbione    * amd64:54904:40
fabbione    * powerpc:546 04:40
fabbione(uninstallable)04:41
pittifabbione: see scrollback; that's due to the python transition04:41
fabbioneoh ok04:41
seb128iz doko bog :p04:42
fabbioneseb128: so tell me my little friend.. what's the best bluetooth gnome app out there?04:42
seb128ask dholbach, he's doing bluetooth things ;)04:42
fabbionedholbach: ^^^04:43
dholbachfabbione: that depends on what you want to do04:43
fabbionedholbach: everything possible.. connect my phone to the lappy.. sync data.. upload/download files..04:43
dholbachgnome-vfs-obexftp (which is still in binary NEW it seems) gives you the files on your phone, if you browse to obex:///04:44
dholbachgnome-bluetooth (together with nautilus-sendto) is for sending and receiving single files04:44
dholbachmultisync (dunno if that works - never touched in 2-3 years) is for synchronisation04:45
azeemprobabyl opensync works better, but has no GUI yet04:45
dholbachthere's also wammu/gammu - but I don't know how that works04:45
dholbachand it's not gnome app either04:45
dholbachthat's all i can say04:45
pittifabbione, dholbach: I have used multisync a bit, but BT synchronization is only at cvs head and sucks04:46
dokoseb128: come to Berliiin to fix your bogs04:46
fabbionei am told this phone works fine with syncml and eGRoupware...04:46
fabbioneso i assume we are still with duck tapes and patches04:46
pittifabbione: pretty much, yes04:46
=== fabbione thinks...
pittifabbione: using my phone as a GPRS modem is easy, but still requires /etc editing04:47
fabbioneyeah modem doesn't bother me and i don't usually need it04:47
azeempitti: there's no multisync cvs head AFAIK04:47
fabbioneplus i don't even have a dial up account04:47
pittiit's the single useful thing that is easy to achieve, at least with my phone ;)04:47
fabbionepitti: ADSL in denmark are stable :)04:47
fabbionenobody has ISDN anylonger04:47
pittifabbione: I'm talking about GPRS04:48
fabbioneyeah we don't need dial-up :)04:48
pittifabbione: i. e. internet through your mobile phone provider04:48
pittifabbione: but the mobile acts as a modem in that case04:48
fabbionepitti: yes.. i know what it is 04:48
=== freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel
fabbioneit's still a dial-up04:48
pittisure04:49
fabbionedoko: i assume you did a batch rebuild for all the python pkgs.. 04:49
fabbionedoko: anything more than just a rebuild?04:49
fabbionedoko: also.. ocfs2-tools_1.2.2-0ubuntu3_source.changes Rejected04:50
pittiwhat I don't understand is, what's the point of the python-{central,support} fu if it still requires large transitions?04:50
fabbioneException while accepting: This sourcepackagerelease is already accepted in feisty.04:50
azeemjust got one as well04:51
=== stgraber [n=stgraber@client80-83-51-125.abo.net2000.ch] has joined #ubuntu-devel
dokofabbione: iz a launchpad bug: I get an Rejected *and* an Accepted message for every package ...04:52
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
=== pitti adds his blessing to pulseaudio MIR to calm down ogra
ograYAY !04:54
=== ogra hugs pitti and makes a note to pay a beer in oslo
pittiogra: I added the remark 'not for ubuntu-desktop, just for main'04:54
crimsunthanks, pitti :)04:54
ograyep, thats fine ...04:54
pittiogra: oh, so you'll come to Oslo after all? yay04:54
ograpitti, even though it micght end up on the CD as ltsp dependency04:54
=== aigarius [n=aigarius@82.152.74.5] has joined #ubuntu-devel
ogra*might04:54
pittisure, no problem with that04:54
ogragreat :)04:55
keescookhm, any reason there's no /bin/usleep in (Debian and) Ubuntu?  I thought that used to exist?04:55
sivangdoko: thanks for the rebuild :)04:55
pittiargh, apport ftbfs04:56
fabbionedoko: you win04:57
dokopitti: if a package supports both 2.4 and 2.5, then I avoid an upload; unfortunately some packages still hardcode the python version04:57
Mithrandirkeescook: just use sleep?04:57
keescookMithrandir: oh, hm, you can give sleep a float.  hunh.04:58
pittidoko: ah, I see04:58
=== 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
stdinhi, anyone here know why mplayer/mencoder is in multiverse not universe ?05:08
Lathiatbecause it has non-free code05:10
pittistdin: mainly due to patent issues05:10
Lathiatwell, yeh i guess thats more specific05:10
pittiLathiat: hm, it's all free software AFAIK05:10
Lathiati think it also depends on other stuff in multiverse05:10
pittiit's a bit hypocritic, though; xine has more or less the same code and is in main/universe05:10
Lathiatwhich has more patenty fun 05:11
Lathiatpitti: 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
Lathiator that stuff may be left out of the package too05:11
pittiwell, it can use w32codecs, but doesn't ship it05:12
pittidoko: I approved your java libs/jython MIRs, in case you want to shuffle around something05:13
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel
siretartLathiat: mplayer does not contain non-free code, and does not depend on any non-free code05:14
dokopitti: thanks05:14
siretartLathiat: I personally don't think it belongs to multiverse, but rather to universe05:14
stdinthe app itself is under gpl05:14
Lathiatdoe sit depend on anything in multiverse?05:15
siretartnope05:15
Lathiathrm ok05:15
siretartnot that I knew05:15
pittidoko: oh dear, myspell, ispell, aspell, and now hunspell?05:15
Lathiati was completely wrong so please ignore me thanks05:15
Lathiat:)05:15
siretartLathiat: in debian mplayer is in main, btw.05:15
pittisiretart: uh, since when?05:15
siretartLathiat: the only difference is, that in debian, mencoder was removed05:15
stdinit suggests w32codecs and libdvdcss, but it doesn't depend on them05:16
pittiah05:16
siretartpitti: since a few months05:16
Lathiatlame is in universe05:16
dokopitti: trying to drop myspell. enchant already depends on it, OOo will depend on it, firefox needs to be done05:16
Lathiats/universe/multiverse05:16
Lathiatlame is in multiverse05:16
siretartpitti: there were indeed some remaining licencing issues, like the tremor issue, but they were sorted out upstream05:16
Lathiatlibmp4v2-0 (faad2) is also05:16
Lathiatnot to say none of those could move05:16
pittidoko: but I assume/hope hunspell uses the same dictionary packages as myspell?05:17
siretartpitti: 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 either05:17
dokopitti: yes05:17
siretartpitti: so the maintainer dropped mencoder for getting mplayer into etch05:17
pittisiretart: too bad, mencoder is the only sane encoder that actually worked for me05:17
pittiapart from thoggen of course, but that takes two years to encode a movie05:18
Adri2000Mithrandir: 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 it05:18
siretartwell, its really a pitty, because ffmpeg is in debian/main as well, and does also contain various mpeg encoders05:18
siretartand so far, there were no legal problems05:18
siretartso I think it might be okay to have mencoder in debian as well, but that's not my call to decide05:19
siretartactually, 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
pittisiretart: 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 argument05:19
=== glatzor [n=sebi@p57AEE076.dip.t-dialin.net] has joined #ubuntu-devel
siretartpitti: the legal argument are the mpeg encoders, espec. stuff for mpeg 1 level 3 (aka mp3) and mpeg 4 encoders and aac stuff05:20
pittisiretart: what was the argument?05:21
=== ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel
siretartpitti: that they were actively enforced patents05:21
pitti"it's ok to ship stuff I like in main, and I dislike in universe, although both contain patented algorithms"?05:21
pittiah, and those encoders aren't in xine?05:21
siretartin the sense, that fraunhofer (and others) are charging for them05:22
siretartpitti: xine doesn't encode05:22
siretartit only decodes05:22
pittiok05:22
siretartwhich seems to be a difference to the patent holders05:22
siretartand mplayer in debian decodes only as well05:22
=== 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
pittisiretart: 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
siretartpitti: which part of the gpl mandates that?05:27
mjg59705:28
siretartah, I remember05:29
=== AstralJava [n=jaska@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-devel
ogradoko, did you hardcode hwdb to 2.5 or did you just drop all versioning from the deps ? 05:34
ogra(i thought i had switched it to "python (>= 2.4)" ages ago)05:35
pittisiretart: sorry for my dumb questions, but I'm still horribly confused by all this patent mess05:35
pittiseb128: yay for ppc blue screen fix :)05:36
seb128pitti: ;)05:36
jonowhere can I get the ubuntu logo used with usplash?05:36
jononeed it for a presentation slide05:37
siretartpitti: 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 mess05:37
siretartpitti: 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 patents05:38
siretartpitti: it isn't even clear, if their patents are valid at all!05:39
=== ogra sees his feisty-devel mailbox explode ....
ograerr feisty-changes05:39
=== pike_ [i=pike@server1.freeshells.ch] has joined #ubuntu-devel
siretartpitti: for ffmpeg: the debian maintainer is rather conservative, and disables/removes codecs, from which he had evidence of lawsuits. 05:40
pittisiretart: they are probably valid in some countries?05:40
siretartpitti: most probably valid in us, but not (yet) in europe05:40
siretartbut even there it is unclear, because no one has gone to court with that case05:40
siretartabout most potential patents we are facing wrt mencoder, (at least I think so)05:41
pittisiretart: hm, but I agree that decoders are more important to have in a distro05:42
pittisiretart: since there is ogg, I never encoded anything into mp3 any more05:42
siretartpitti: even ogg isn't patent free05:42
pittisiretart: and if thoggen wasn't so exaggeratingly slow, I wouldn't need mencoder either any more05:42
pittisiretart: I thought it was designed to be? *darn*05:43
siretartpitti: according to ffmpeg upstream (from where I have this statement), it is nearly impossible to make any efficient encoding without touching any patents05:43
pittihm, true05:44
siretartpitti: 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:44
siretartso 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
siretartbut well, they have a strange attitude anyway :/05:45
siretartbtw, does anyone know why debian syncs have stalled?05:46
siretartno time, technical problems or some freeze?05:46
MagicFabffmpeg2theora has to be worse05:46
pittisiretart: sync freeze05:46
=== Zdra [n=zdra@153.235-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel
siretartpitti: huh? - since when?05:47
pittisiretart: see FeistyReleaseSchedule05:47
MagicFabor vlc05:47
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
siretartpitti: err, I'm talking about manually requested sync via malone05:47
pittisiretart: ah, those; they still work05:47
pittisiretart: just today Mithrandir did a whole bunch of stuff05:47
siretartah. good to hear05:48
pittisiretart: these were stalled due to herd-2 release05:48
siretartaren't they announced on feisty-changes or something?05:48
pittisiretart: check your mail :)05:48
ograthey are :)05:49
siretartpitti: wow. good hint! :)05:49
sladenjono: apt-get source usplash-artwork or somesuch05:53
=== ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel
=== grazieno [n=ubuntu3@20150111206.user.veloxzone.com.br] has joined #ubuntu-devel
Mirvsiretart: ogg (vorbis) is designed to be "patent-free", but of course in today's world anyone can sue anyone for some obscure software patent06:01
siretartMirv: we were talking about ogg/theora before06:02
=== glatzor__ [n=sebi@p57AEE076.dip.t-dialin.net] has joined #ubuntu-devel
Mirvsiretart: 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:02
Mirv"better" in the sense if it's better in the software patent world that there are some "defending" patents06:03
siretartinteresting06:03
ograargh ... gst-pulse is a separate package ? 06:03
ogrameh .... more MIRs06:03
ograseb128, do you know if there are plans to merge gst-pulse in the normal gstreamer source package ? 06:04
seb128ogra: no idea, maybe slomo knows about it06:05
pittigst-plugins-good rather06:05
ograok06:05
ograi'll ping him if he's here06:05
ograseems silly to keep it separate ...06:05
dokomvo: ping06:06
mvodoko: pong06:06
=== WaterSevenUb [n=WaterSev@242-254.dial.nortenet.pt] has joined #ubuntu-devel
ograBenC, ping06:09
troy_sjono -- do you mean the same logo that is on the GDM?06:12
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel
ogracrimsun, ping 06:13
=== zenrox [n=zenrox@pool-71-115-238-72.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel
dokopitti: http://librarian.launchpad.net/5714888/buildlog_ubuntu-feisty-i386.pygresql_1%3A3.8.1-1build1_FAILEDTOBUILD.txt.gz06:17
=== zenrox [i=zenrox@pool-71-115-238-72.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel
Mirvpitti: too bad even hunspell isn't good enough, but hopefully even some of the *spell can be gotten rid of some day06:19
pittidoko: that's part of the libpq4->libpq5 transition I'm going to do soon; I'll have a look at it06:19
dokothanks06:20
=== kaptengu [n=kaptengu@c213-100-60-132.swipnet.se] has joined #ubuntu-devel
dholbachheno: looks like xml info file support is working now06:23
dholbachheno: I didn't work on the 'inherits' and 'general clue' part yet, but at least and/or queries work now06:23
henodholbach: excellent!06:23
dholbachi'll commit to my branch in a bit and write a mail to bugsquad@06:24
BenCogra: pong06:24
dholbachheno: after that we can get to work and spread the word :-)06:24
henocool, I'll need to come up with some test cases now06:24
henoyep06:24
=== 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
TuxCrafterHello guys06:27
TuxCrafterI am debugging a problem with my via sound chip06:27
=== predius [n=predius@63.99.9.135] has joined #ubuntu-devel
TuxCrafterand 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:28
TuxCrafterI what to confirm this further by not allowing a app access to the sound device  06:29
TuxCrafterexcept for super user apps06:29
TuxCrafterhow can I do this06:29
stdinmaybe by changing permissions of /dev/dsp ?06:30
TuxCrafterc------r-- 1 root root 14, 3 2007-01-12 08:48 /dev/dsp06:33
TuxCraftershould that do it :-D06:33
TuxCrafterjup06:33
TuxCrafterIt can also be a irq bug06:34
stdinumm, then you'd get no sound06:34
TuxCrafterbut that will be vvery bad06:34
TuxCrafterindeed06:34
TuxCrafterno sound no system freezes I hope06:34
stdincrw------- root root ........ would do06:34
TuxCrafterand I will run my music with sudo :-P for test06:35
ograBenC, 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
TuxCraftercrw------- 1 root root 14, 3 2007-01-12 08:48 /dev/dsp06:36
TuxCrafterdone06:36
ograBenC, any hint what i can do there ? 06:37
TuxCrafterorga: disable apic for a will06:38
=== 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
ograTuxCrafter, thats indeed the first thing i try in such cases06:38
BenCogra: /phone, brb06:39
ogra(booting with nolapic)06:39
TuxCrafterand?06:39
ogradoesnt change anything06:39
TuxCrafterdid you change the grup params06:39
ograelse i wouldnt ask ben ;)06:39
TuxCraftertried a vanila kernel06:39
TuxCrafternew one06:39
pittihmm, how do I tell python's distutils about custom build switches? I need something like ./setup.py build --backend=backends/dpkg.py06:39
ograno, i wouldnt touch vanilla06:39
TuxCrafteror build a kernel for ubuntu specs06:40
=== Ingar [n=saltvik@ti500720a080-14245.bb.online.no] has joined #ubuntu-devel
TuxCrafterpitti: don' know it but maybe you can try the #phyton channel06:42
TuxCraftertypo06:42
dokoogra: http://librarian.launchpad.net/5715953/buildlog_ubuntu-feisty-i386.hwdb-client_0.6-0ubuntu17_FAILEDTOBUILD.txt.gz06:42
ograTuxCrafter, 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
Amaranthpitti: i always did a hack that checked to see if you ran 'build' and parsed custom switches on my own06:42
Amaranthpitti: then i said 'screw that' and switched to autofoo06:43
=== Gerrath [n=Shane_@unaffiliated/gerrath] has joined #ubuntu-devel
pittiAmaranth: argh, and removed them from sys.argv()?06:43
pittis/()//06:43
ogradoko, you know the rule .... who ever touched it last :P06:43
Amaranthpitti: yeah06:43
dokoRiddell: kdelibs4-dev: Depends: kdelibs4c2a (= 4:3.5.5a.dfsg.1-3ubuntu9) but it is not going to be installed06:43
dokoany hints?06:43
Amaranthpitti: there might be a better way but i don't remember finding one06:43
=== pitti can't believe that distutils doesn't provide such a thing, but he doesn't find anything
dokoogra: please check; it looks unrelated to python06:44
Amaranththat's why i dropped it :)06:44
ograergh, where does that intltool stuff come from ... i didnt add that06:44
Amaranthwell, that and intltool06:44
ograRiddell, did you add intltool stuff to hwdb-client ? 06:44
TuxCrafterguy's i am laving and sdin: thanks for the feedback06:45
=== TuxCrafter [n=jelle@84-245-7-46.dsl.cambrium.nl] has left #ubuntu-devel []
dholbachheno: mail sent - yeeeha :)06:46
henodholbach: cool, reading06:46
dokopitti: move it in the debian/rules file. no crap in distutils please06:47
henodholbach: great, I'll review and merge06:47
dholbachheno: gracias!06:48
=== dholbach hugs heno
pittidoko: 'crap'? I just want to define a custom option at setup.py install and use it to install a particular backend06:48
henodholbach: Thank you!06:48
pittidoko: that should not really go into debian/rules; rules should just supply the correct backend value06:48
=== sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel
dholbachheno: oh... sorry let me remove the "#"s06:49
dholbachheno: done06:50
henok06:51
dokopitti: ohh, I thought some kind of custom compilation flags ... ;)06:52
geserdoko: kdelibs4c2a depends on launchpad-integration which depends on python (<< 2.5) and the rebuild launchpad-integration isn't on the archive yet06:53
sladenthat sounds a bit strong.  to what extent does it really /depend/ ?06:55
dokogeser: I see, looking at l-i06:58
=== ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-devel
cjwatsonmdke: could you update the installation-guide on help.ubuntu.com? I think it's at least one revision back from what's in edgy07:08
cjwatsonsince apparently the devfs fix isn't in there07:08
=== 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
gnomefreakis the python problem coming from kdelibs LP-I and py2.5 related 07:37
gnomefreakpeople cant update python is holding back all kinds of packages07:37
ograyeah, doko is in the middle of a transition07:38
gnomefreakok cool07:38
=== KaSto [n=Herthane@p54BD12E4.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== dholbach high-fives doko
gnomefreakbig mess in #ubuntu+1 atm :)07:38
dholbachdoko: GO DOKO GO07:38
ograadd it to the topic ;)07:38
gnomefreaki did07:39
gnomefreakin a very scary way but i did :)07:39
seb128doesn't boot?07:40
seb128WTH?07:40
seb128what is broken?07:40
seb128lot of packages are not installable or what to be removed07:40
seb128but that should not break the world07:40
gnomefreakdowngrading python seems to work atm. seb128 it boots for most people atm but we are leaving it there waiting on X adn usplash and stuff07:41
=== ogra wonders what seb128 is referring to with "doesn't boot"
seb128ogra: 07:42
seb128"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
seb128that's from the topic of #ubuntu+107:42
ograoh, the topic07:42
gnomefreakyep07:42
ograwell it should still boot ...07:43
gnomefreakatm for most it does but very early it didnt boot07:43
dholbachdoko says something about the atheros chipset?07:43
thommadwifi causes the kernel to BUG07:44
ivoksso does kvm-intel here too :)07:44
seb128gnomefreak: I would be curious to know what breaks the build still, that need to be fixed, I doubt that's the python transition07:45
gnomefreakseb128: the bigggest issue today is python 2.5 but i havent been hit by that bug (not real sure why)07:45
ograbut the python stuff is very very unlikely to prevent you from booting07:46
gnomefreakseb128: the kernel boots on most of the systems but there are still a few people saying they cant boot it07:46
gnomefreakogra: differnt issue07:46
ograright07:46
ograbut unidentified yet it seems07:46
seb128gnomefreak: well; the topic is scary and I don't have the feeling that feisty is that broken07:46
gnomefreakthe python has nothing to do with booting. i dont know who added the non booting line but im leaving it because some people still cant07:47
gnomefreakpython is affecting X it seems though 07:47
gnomefreakall i added was dont do updates today07:47
ivoksmaybe 'doesn't boot' is derivation from 'gnome-desktop is broken'07:47
gnomefreakiirc the non booting was due to initramfs-tools that was already fixed (atleast here)07:49
=== 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
dokoMithrandir: please requeue python-kde3, kdebindings, kde-guidance on all archs08:22
=== cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-devel
mdkeMithrandir: Colin has approved it, no?08:36
mdkecjwatson: yes, but I don't have access to the server, it will have to go through RT08:37
=== 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
geserMithrandir: could you please give-back gnomesword on sparc? it was successfully retried on all arch except sparc today. thanks09:00
=== 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
Riddellogra: mvo added intltool support, and I enabled it for the qt version09:17
=== 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
LaserJockthanks for all the archive work09:23
bddebianheh09:28
=== 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
cjwatsonmdke: ok09:43
cjwatsonmdke: will you file (or have you filed) that?09:43
mdkecjwatson: I'll need to prepare something for them to slot in09:44
mdkecjwatson: on the todo list for this weekend :)09:45
cjwatsonta09:46
=== 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
livingdaylighthi10:18
=== bengt_ [n=bengt@c220-237-148-48.brodm1.vic.optusnet.com.au] has joined #ubuntu-devel
livingdaylightwhat is the process of getting an application added to repositories?10:20
dsaslivingdaylight: https://wiki.ubuntu.com/MOTU/Packages/New10:22
crimsunogra: pong10:23
=== 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
ogracrimsun, pong10:51
crimsunogra: hi10:51
ograhey10:51
ograi switched my ltsp clients to pulse 10:51
ograusing an asoundrc with pcm and ctl entries10:52
ograbut apparently the asa mixer doesnt work 10:52
ogra*alsa10:52
crimsunas in `alsamixer'?10:52
ograno as in the panel applet10:53
crimsunerr, which panel applet, pulse's?10:53
ograno, gnomes10:54
ogragnomes volume control applet ...10:54
crimsunok, these are thin clients that lack local audio devices, correct?10:54
ograno, they have local audio devices10:55
ograthats where the sound comes out 10:55
ograthe user logs via ssh -X into the server from the client 10:55
ogragnome-session is running on the server and ssh -X forwards the display to the client 10:55
ograpulse is started on the client and PULSE_SERVER is set to point to the client on login10:56
ogragstreamer is set to alsa10:56
crimsuninstead of pulse?10:56
ograand alsa uses the asoundrc (in ~/ for the testing, but that shouldnt have any influence i think)10:56
ograworks perfecttly fine ... apart from volume control10:57
ograthe asoundrc has:10:57
ograpcm.!default {10:57
ogra    type pulse10:57
ogra}10:57
ogractl.!default {10:57
ogra    type pulse10:57
ogra}10:58
crimsunand ``aplay /usr/share/sounds/startup.wav'' is audible, correct?10:58
ograhmm, i didnt try 10:58
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
ograbut the login sound (gstreamer) works and i can listen to radio through rhythmbox just fine10:58
ograthe gstreamer-properties testsound works as well10:59
crimsunright, GSt should work fine if you've installed and selected the pulse sink and source for it10:59
ograi just cant adjust the main volume through the mixer applet10:59
ograi didnt10:59
ograi used the alsasink and the asoundrc10:59
ograbut i tested with the pulsesink and indeed that wors as well10:59
ogra*works11:00
=== sahin_h [n=ezaz@dsl5402ABEB.pool.t-online.hu] has joined #ubuntu-devel
crimsunok, 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?11:01
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel
ograok, 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:03
crimsunwhat I recommend using instead of the Volume Applet is Pulse's Device Chooser applet11:04
=== 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
crimsunyou can use that and choose pulse's Volume Control11:05
=== mbiebl [n=michael@e180075057.adsl.alicedsl.de] has joined #ubuntu-devel
ograhmm, i dont want to tweak the defaults of the desktop if possible 11:05
crimsunok11:06
ograusers 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
ograthats why i try to only tweak stuff in the lowest leve11:06
ogra*level11:06
=== somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-devel
crimsunI 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 server11:07
ograwell, 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 desktops11:08
=== 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
crimsunkeescook: that's a good question RE: acroread.11:46
keescookcan any archive admins shed some light on why acroread has vanished from feisty?  :)11:47
geserI would guess it's the solution for bug 4378011:48
UbugtuMalone bug 43780 in acroread "Acroread: Redistribution may not be allowed" [Low,Fix released]  https://launchpad.net/bugs/4378011:48
keescookgeser: oh! heh11:49
crimsunwelp, less work for us. We win.11:53
=== 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

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