[12:07] Kamion: ok, all given back [12:08] Evaso2: the basic problem with the VPN plugins is that there's no way to handle DNS for them [12:09] Keybuk: take a look here: http://www.flickr.com/photos/onlymee/161934943/ [12:09] because they don't use DHCP, you'd have to spam over resolv.conf, and make sure it gets put back, etc. and n-m has no infrastructure to do that === AlinuxOS [n=alinux@d81-211-236-121.cust.tele2.it] has joined #ubuntu-devel [12:09] *shrug* that's a screenshot [12:09] not proof of any working code [12:10] There is the code to keep dns from the peers or not [12:10] you're just not listening, are you? [12:10] it's not the plugins that's the problem [12:10] or what they support [12:10] it's the fact that it breaks the _system_ === Kamion sends a love note to gtkmm [12:11] with a brick attached [12:11] but the actual version 0.6.2 how gets dns? [12:11] we talked a bit about n-m in Paris, and we came up with the idea that it might be the right thing to do to have network-manager Conflict with things like ifupdown and the gnome-system-tools [12:11] so if you install network-manager, you just don't have the "traditional" system configuration there [12:11] that way we don't have to worry about it [12:11] Evaso2: 0.6.2 doesn't support VPN === kylem [n=kyle@206-248-151-76.dsl.ncf.ca] has joined #ubuntu-devel [12:12] for normal connections, it calls dhclient which sets up the DNS based on DHCP responses [12:12] there's no dhclient involved in VPN [12:12] How the dns is offered by the vpn peers? [12:14] Evaso2: aiui it's part of whatever VPN protocol is being talked === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel [12:15] Keybuk, conflicting with gnome-system-tools means you would rip out ubuntu-desktop at the same time, no? [12:16] Burgwork: conflicting with netbase would mean you had to rip out EVERYTHING :p [12:16] so, as a plan, it needs work [12:16] edgy+1, definitely [12:16] our edgy n-m plan is just "sync with Debian and largely ignore it" [12:16] Keybuk: but userpeerdns is only an option of pppd [12:16] Keybuk, the nm people also have no plans for static address setting === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [12:18] Keybuk: and i think that the pptp vpn plugin use this pppd option to keep dns peers on point to point [12:18] Keybuk: why you not disable also this pppd feature? [12:19] Burgwork: if you install n-m, you don't care about static dns === Arrogance [n=aks@ottawa-hs-64-26-167-180.d-ip.magma.ca] has joined #ubuntu-devel [12:19] Evaso2: because ppp works correctly out of the box [12:19] Kamion: sftp updates of the checkout that I keep locally take forever, even if there are few revisions to update [12:19] Evaso2: I haven't yet looked at the evolution ppp vpn plugin in detail recently, if it now just calls ppp and doesn't futz about, then it might be ok [12:20] Keybuk: are u on dapper now? [12:20] Evaso2: dapper and edgy === Surak [n=ubuntu@200.128.80.254] has joined #ubuntu-devel [12:20] Keybuk : i'm on debian, can u try this man pppd | grep usepeerdns [12:21] Evaso2: why would I check that? [12:21] we're not talking about pppd [12:21] we're talking about network manager [12:22] Because the pptp vpn plugin and other software already in ubuntu like (kvpnc) use this option of pppd to keep pptp peer dns [12:22] mdz: really? they're very quick for me [12:23] a couple of seconds at worst [12:23] Kamion: I'm using bound branches, you/ [12:23] ? [12:23] bzr update 0.57s user 0.07s system 4% cpu 13.702 total [12:23] that's typical for ~1 revision [12:24] hmm, it does seem to be a bit longer now you mention it [12:24] real 0m17.621s [12:24] user 0m2.048s [12:24] sys 0m0.400s [12:24] but still doesn't seem worth stressing about [12:25] it's long enough that I can't wait for it, and go off to do something else === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel [12:25] Keybuk: from the pptp vpn source code [12:25] Actually there is one exception... Many distros have an ip-up script which imple ments usepeerdns functionality thus replacing resolve.conf... This conflicts wit h NetworkManager's actions so may need to be removed. Sadly there appears to be no way to tell pppd NOT to execute /etc/ppp/ip-up if it exists! [12:26] so this is a problem about ip-up and pppd about the usepeerdns pppd option [12:26] Evaso2: interesting how you start to see the problems when you read the code, isn't it :p [12:26] all of the vpn plugins suffer similar problems [12:27] but also pppd connection in general that use usepeerdns option [12:27] I just took a quick look to gnome-system-tools, and as far as I can see, it communicates with some perl backends, right? [12:27] Evaso2: the fundamental problem is that if we have to support network-manager, we want it to behave correctly and interoperate with the rest of the system [12:28] Evaso2: we can therefore choose to either disable those parts that cause problems, or we can choose to not support it at all [12:28] where not support ~= put it in universe [12:28] Keybuk: ok... like Kvpnc [12:29] because kvpnc in dapper use the usepeerdns option [12:29] at the moment we have an amount of legacy crud in the system to support networking [12:29] ifupdown, netbase, etc. upwards [12:29] all of which are pretty bad, but at least have the virtue of working and being understood [12:29] Keybuk: the problem is about coordinate static and dynamic network [12:30] n-m breaks them all, which is fine if all you want is n-m, but people come up with creative ways of having problems by trying to use n-m *and* static networks, etc. [12:30] and we'd rather have that impossible, than get the bugs [12:31] Kamion: the supported seed is a joy now with Extra-Include [12:31] Keybuk: yes of course but imho is a profile use problem [12:31] mdz: I am much happier with it [12:31] doing it found a few seed bugs too (as expected) [12:31] if an user choiche dynamic network could not use static and vice-versa [12:32] Kamion: have you ever seen this? [12:32] W: http://archive.ubuntu.com/ubuntu/dists/edgy/main/binary-amd64/Packages.gz was corrupt [12:32] I got it on sparc as well [12:32] I've made three attempts and at least one architecture has failed in that way each time [12:32] Evaso2: at some point in the future, we'll want to have a replacment networking stack that all just works [12:32] Evaso2: and I strongly suspect that n-m will be that replacement stack, once it's mature enough [12:33] mdz: yes, I get it occasionally, but retrying usually clears it up. Perhaps you're behind a transparent proxy? [12:33] Kamion: I'm behind a non-transparent proxy, but even when I disable that, it happens [12:34] has debootstrap always checked md5sum against the Release file? [12:35] Kamion: the annoying thing is that it doesn't fail, so I don't notice until everything is finished and I have to start over [12:35] Keybuk: what are the interaction of /etc/ppp/ip-up.d/0000usepeerdns with the pptp vpn plugin? [12:35] mdz: that should be fixable ... [12:35] dunno about always but it's been there for a long time [12:36] I've never had this happen when I don't use my local proxy [12:36] pitti: I think upstream took the patch to fix the paths, so maybe a sync, I haven't checked yet. [12:36] until now [12:39] err [12:39] Added pbbuttonsd to desktop-i386 [12:39] oh, I guess that's sensible no [12:39] w [12:39] I'm asking this because gnome cvs now uses liboobs, which is not in ubuntu yet. So I just quite didn't get the exact point where the G-S-T communicates with that perl backends [12:41] ogra@edubuntu:/mnt/devel/packages/gnome-power-manager-2.15.4$ apt-cache madison liboobs [12:41] liboobs | 0.1.0-0ubuntu1 | http://archive.ubuntu.com edgy/main Sources [12:41] its there ... [12:41] just no binary yet [12:42] https://launchpad.net/+builds/+build/223659 [12:42] hm, dapper here. was taking a look at bug #14774 [12:42] Malone bug 14774 in gst "Shared folders requires a login" [Unknown,Unconfirmed] http://launchpad.net/bugs/14774 [12:46] Kamion: binaries which aren't built anymore are producing a lot of noise in anastacia; does germinate already have enough information on hand to trivially exclude those? [12:46] er, I guess it'd be anastacia and not germinate [12:46] and anastacia wouldn't [12:47] creating a sub{} to call smbpasswd in /usr/share/setup-tool-backends/scripts/share.pl and a user/password field for it in the G-S-T in the 'general windows sharings settings' would fix this bug. [12:47] mdz: archive-cruft-check reports on those; I'll do a removal pass at some point soon [12:48] mdz: I don't really want to deal with them somewhere else as well === johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-devel [12:48] mdz: pbbuttonsd can be made [powerpc] if we don't want it on i386; it was added for MacBooks though [12:48] is the ubuntu-archive team interested in packages in the wrong section or wrong component? [12:49] LaserJock: wrong component we have a report on (anastacia) [12:49] Kamion: for some reason, gnutls11 is showing up for promotion to main in anastacia [12:49] LaserJock: wrong section, sure, if you like [12:49] maybe something to do with gnutls-bin moving around [12:49] ship.build-depends:libgnutls11 | gnutls11 | libxmlsec1-gnutls | Matthias Urlichs | 407344 | 1204 [12:49] Keybuk: so actually pptp n-m plugin seems to rely on pppd so there is any addictive problem then simply creating a manually pppd connection [12:50] ship.build-depends:libxmlsec1-gnutls | xmlsec1 | libxmlsec1-dev | John V. Belmonte | 41416 | 164 [12:50] supported+build-depends:libxmlsec1-dev | xmlsec1 | openoffice.org (Build-Depend) | John V. Belmonte | 1074206 | 6300 [12:50] Kamion, !!! :P [12:50] urgh [12:51] or http://people.ubuntu.com/~cjwatson/germinate-output/edgy/rdepends/ALL/libgnutls11 for that matter [12:52] it build-depends on libgnutls-dev though, which is gnutls13 === Toadstool is now known as ToadZzZztool [12:54] Package: libxmlsec1-gnutls [12:54] Version: 1.2.9-1ubuntu1 [12:54] Depends: libc6 (>= 2.3.4-1), libgnutls12 (>= 1.2.5), libxml2 (>= 2.4.24), libxmlsec1 (>= 1.2.9), libxslt1.1 (>= 1.0.20), zlib1g (>= 1:1.2.1) [12:54] Package: libxmlsec1-gnutls [12:54] Version: 1.2.9-3ubuntu1 [12:54] Depends: libc6 (>= 2.4-1), libgnutls11 (>= 1.0.0), libxml2 (>= 2.6.12), libxmlsec1 (>= 1.2.9), libxslt1.1 (>= 1.0.20), zlib1g (>= 1:1.2.1) [12:54] it appears to have regressed lately [12:55] mdz: libgnutls-dev isn't the relevant arc in the graph [12:55] o.o my screan is full of noise [12:56] Kamion: http://librarian.launchpad.net/3309974/buildlog_ubuntu-edgy-i386.xmlsec1_1.2.9-3ubuntu1_FULLYBUILT.txt.gz clearly shows libgnutls13 being installed, then ending up with a gnutls11 dependency anyway [12:56] and the library is in fact linked with libgnutls.so.13 [12:56] Kamion, could you please review busybox 1.1.3-2ubuntu1, bug #52706 [12:56] Malone bug 52706 in busybox "please merge busybox 1.1.3-2ubuntu1" [Untriaged,Unconfirmed] http://launchpad.net/bugs/52706 [12:56] debian/shlibs.local:libgnutls 13 libgnutls11 (>= 1.0.0) [12:56] O.M.G. [12:57] I have got to see the changelog for that one [12:57] oh I bet it's this [12:57] " * Adjust gnutls dependency (Closes: #335771)" [12:58] anibal: ok, in the morning [12:58] (for the record, I usually find that reviewing merges is about as time-consuming as just doing them ;-)) [12:58] but thanks [12:58] Kamion, it's 08:57, Wed morning already :) [12:58] for you maybe ... [01:00] anibal: ...and now it's Wednesday morning for Kamion too [01:00] Kamion, what process should I go through to upload them directly? [01:00] anibal: you would need to be approved for ubuntu-core-dev [01:00] (I'd really prefer non-installer people didn't upload busybox though - it's very core and sometimes needs to be coordinated carefully) [01:01] (though if you were doing installer hacking, it would be fine) [01:01] anibal: http://www.ubuntu.com/community/processes/newdev [01:02] Kamion, during debconf6, frans show us how easy is to do d-i hacking [01:02] anibal: for the record please don't subscribe ubuntu-archive to merge bugs [01:02] mdz, thanks [01:02] ubuntu-archive only needs to know about syncs [01:02] Kamion, okay [01:02] (i.e. unmodified sync) [01:03] Kamion: I was thinking, is there even any reason for ubuntu-archive to be involved in syncs, where the requestor has upload privileges for the relevant component? [01:04] I suppose it's convenient with larger packages not to have to download and upload again, but in general it would be quicker and more convenient [01:04] mdz: when soyuz can make it happen by letting you press a button, there will be no reason [01:04] and that is the eventual plan [01:04] in the meantime, the current sync policy removes a lot of human error possibility [01:05] it's very easy to accidentally upload the wrong thing, or think that it's ok to download the package and re-dpkg-buildpackage, or whatever [01:05] this way, we know that we're getting what it says on the tin and don't have to double-check [01:06] Kamion: we have a tool for it, and there's no particular reason why that tool needs to be run by the archive admins rather than any developer [01:06] it shouldn't be any more error-prone === Xardas2 [n=Xardas@84-73-249-7.dclient.hispeed.ch] has joined #ubuntu-devel === Xardas2 [n=Xardas@84-73-249-7.dclient.hispeed.ch] has left #ubuntu-devel ["Verlassend"] [01:07] I'm not sure I agree - "ask somebody experienced to do it for you" has a much lower error rate than "download random script, upload the result" [01:07] especially if we discover bugs in that script [01:08] and it seems valuable to have the manual-sync process be essentially the same as the auto-sync process [01:08] it would be more like "run script that you already have installed with dpkg-dev" or similar, not random [01:08] and the upload would be part of the script, it would be a one-step process [01:08] it gives me the shivers [01:08] I see no reason for it to be a "run this tool to spit out something, then deal with it" process [01:09] why? [01:09] what's the failure case you have in mind? [01:09] because syncs are an extremely cast-iron process at the moment [01:09] we are very sure indeed about their results, precisely because they're centralised [01:10] I don't really see the value of losing that useful guarantee that when we think we've synced to Debian, we really have [01:10] otherwise we have to have something run around checking that 1.0-1 here == 1.0-1 Debian [01:12] Riddell: gnokii looks ancient; is it really something we want to use in kdepim? [01:12] and additionally once soyuz learns to sync directly from Debian by copying publishing records around, a process involving dpkg-dev would become obsolete anyway [01:12] Kamion: I don't see how it makes any difference in our certainty [01:12] the soyuz-based process definitely would [01:12] but you running the tool vs. doko running the tool doesn't [01:13] mdz: I've had a couple of requests but it's not a major feature so I'll leave it out [01:13] how about me running the tool vs. inexperienced MOTU running the tool (and perhaps thinking that it's ok to stop it in the middle and fiddle)? [01:14] iwj: ping? [01:15] now, if the tool were something that checked lp auth in the relevant team and somehow asked drescher to run the sync-source backend, that would be ok; that's effectively just the existing sync process with ubuntu-archive out of the loop === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [01:16] (apart from *meep* security concerns with having stuff being able to request that code be run on drescher as lp_archive) [01:17] but to preserve the certainty of syncs I do think it's valuable to have the packages all stay on the archive machine rather than being shunted out to a developer machine and then shunted back again after who-knows-what-modifications [01:17] not to mention the upload time concerns for big packages, as you alluded to earlier === _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-devel === FunnyLookinHat [n=funnyloo@71.57.11.218] has joined #ubuntu-devel === LeeJunFan_ [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu-devel === Surak [n=ubuntu@200.128.80.254] has left #ubuntu-devel [] === milli [n=milli@md42136d0.tmodns.net] has joined #ubuntu-devel [01:41] hooooly crap, upgrade-o-rama this morning [01:41] Kamion: the tool wouldn't let them do anything they couldn't do by hand, and in fact, it would discourage doing so through automation [01:42] Kamion: I really don't see the concern for who-knows-what modifications; these are folks who have upload privileges [01:42] it's no different than apt-get source === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [01:44] I guess I just don't see the urgent reasons why it must change [01:47] Riddell: oh, I hadn't even looked at the main inclusion review; I just saw it in anastacia and took a look === dobwan [n=dobwan@c-71-227-65-81.hsd1.mi.comcast.net] has joined #ubuntu-devel [01:48] hrm, xephyr/xnest don't do alternatives [01:48] Riddell: noticed it because it was pulling in an ancient postgresql [01:48] mdz: I've uploaded a new kdepim without gnokii === dobwan [n=dobwan@c-71-227-65-81.hsd1.mi.comcast.net] has left #ubuntu-devel ["Leaving"] [01:48] Riddell: noticed, that's where I saw your comment about main inclusion [01:49] was there a report for it? [01:49] Kamion: it's not urgent [01:49] but it would reduce overhead significantly [01:49] mdz: https://wiki.kubuntu.org/MainInclusionReportGnokii [01:49] mdz: pitti rejected it earlier [01:50] oh [01:50] my gut agreed with pitti then [01:51] Kamion: do we still require dselect? :) [01:51] Kamion: could it be removed from u-s? :) === ethan__ [n=ethan@209.193.88.174] has joined #ubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === Huahua [n=hua_@123.49.238.68] has joined #ubuntu-devel === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel [01:59] Riddell: what change has resulted in amarok-engines wanting to go into main? seems like the sort of thing which would have been there in the first place === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel [02:00] jdub: whatEVAH [02:00] [02:00] heh [02:00] ok, is c++ exception handling buggered in edgy? [02:00] Kamion: i just care about the little people, y'know? [02:01] jdub, is the dcc alliance dead? [02:02] $ cat t.cpp [02:02] #include [02:02] int main() { try { throw "foo"; } catch (...) { std::cout << "test" << std::endl; } } [02:02] mdz: looks like the Depends have changed on amarok to have amarok-engines | amarok-engine not amarok-xine | amarok-engines [02:02] $ g++ -g -Wall -o t t.cpp [02:02] $ ./t [02:02] test [02:02] mdz: amarok-engines is all the obscure backends aren't used. I'll fix that [02:02] but in edgy, that gives SIGSEGV === Hwyvar [n=Ferdinan@cp106356-c.tilbu1.nb.home.nl] has joined #ubuntu-devel [02:03] Burgwork: no, not at all [02:03] Riddell: ok, so we don't need/want amarok-engines? [02:03] Burgwork: it's obviously not dead [02:03] mdz: no [02:03] Burgwork: it's... pining [02:03] ok [02:03] Riddell: have you noticed exception handling problems like the above? [02:03] for the fjords. [02:03] Kamion: with g++ 4.1.1-8ubuntu1? [02:03] jdub: I was just looking at that the other day actually [02:03] it ought to move out to supported, under "elmo" [02:04] Kamion: no, but KDE uses very little exception handling [02:04] mdz: dselect, or dcca? :) [02:04] jdub: dselect [02:04] I don't think elmo is interested in official support for the dcca [02:04] crimsun: 4.1.1-2ubuntu5 [02:04] though it would be fun to give it to him, and see what he does with it [02:05] newest version on powerpc at present [02:05] jdub, right. But for amusement: http://lists.dccalliance.org/pipermail/dcc-devel/2006-June/000704.html [02:05] that sounds an awful lot like the segfault on exception handling on ppc issue that slomo/tseng were seeing === thierryn [n=thierry@modemcable251.69-131-66.mc.videotron.ca] has joined #ubuntu-devel [02:06] lol [02:07] it's actually really lame that they're just letting it hang on for grim life like that [02:07] kinda like userlinux [02:08] crimsun: is that fixed in -8ubuntu1? if so I'll ignore it for now and upgrade tomorrow [02:08] Kamion: can't confirm, no ppc hardware [02:09] crimsun: doko says he cant reproduce [02:09] er, @ Kamion [02:09] tseng: is there a bug number? [02:09] last i heard from slomo_ gcc wasnt built there in the archive [02:09] Kamion: yes, moment [02:09] https://launchpad.net/bugs/52465 [02:09] Malone bug 52465 in gcc-4.1 "[libgcc1] segfault on ppc when unwinding stack (c++ exceptions, mono exceptions)" [Critical,Confirmed] [02:09] yeah, just found it [02:10] pitti and doko spoke about it earlier today [02:10] here. [02:10] ah, he says he can't reproduce with -8ubuntu1 so I'll try that tomorrow [02:10] or was it yesterday? === rpedro_ [n=rpedro@87-196-104-130.net.novis.pt] has joined #ubuntu-devel === Redman276 [n=russ@static-66-133-187-98.br1.ctn.pa.frontiernet.net] has joined #ubuntu-devel === Redman276 [n=russ@static-66-133-187-98.br1.ctn.pa.frontiernet.net] has left #ubuntu-devel [] === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel [02:29] Howdy [02:30] mdz: could you move libqt4-debug-dev to main? [02:32] Riddell: it should be pulled in automatically as part of Kamion's new germinate magic [02:33] or does something depend on it? [02:33] mdz: speedcrunch build-deps on it [02:35] Riddell: ok, done [02:35] Riddell: you need to undo the KDE-specific Extra-Excludes in supported for your seeds [02:36] * Extra-Exclude: libqt4-debug-dev [02:36] for one [02:36] you may need GNOME-specific Extra-Excludes, conversely - although it's not a huge deal [02:37] right === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel [02:37] those excludes are just there because Ubuntu build-deps on stuff like doxygen and I didn't want to pull in effectively all of KDE into Ubuntu supported === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel [02:39] Heya imbrandon [02:39] heya bddebian [02:40] Kamion: why does doxygen end up pulling in KDE? [02:41] mdz: my concern with giving random joes the sync tool is that nothing stops them modifying the source before they upload it [02:42] they have to sign it anyway, so there's actually an incentive for them to fix whatever bug they had, and forget to do the ubuntuX on it [02:42] Oh, can I have it? :-) [02:42] Riddell: hmm, may not have been doxygen actually [02:42] in fact, I suspect they have to not only sign it, but change the changelog to be able to upload it [02:43] (right now, we have a special hammer to slam them into the archive) [02:43] Riddell: I think it was debconf Build-Depends-Indep: libqt-perl Build-Depends: libsmokeqt-dev which comes from the kdebindings source which Build-Depends: kdelibs4-dev === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel [02:43] there was probably something else too, I remember kdebase-dev being extra-included [02:44] Damn, who knew cutting out paper doll clothes could be so freakin' time-consuming :-( [02:45] basically I went through the before->after germinate output diff and made sure I could justify every addition to all [02:45] you might not want to go that far - I did it because I also needed to ensure that my germinate changes were correct [02:46] Keybuk: nothing stops them from modifying source they get from apt-get source either [02:46] but if they upload that, it'll be with a different version, generally [02:47] Keybuk: the tool would be a one-shot deal; we wouldn't give them the opportunity to modify the source [02:47] and if they don't upload that, who cares [02:47] Kamion: why in one case and not the other? [02:47] because psychologically, they're doing a sync [02:47] mdz: that involves tool development time ... I don't see the point in spending the effort developing a "sync and upload" tool [02:47] it would be very tempting to "just clean it up a little" [02:48] I don't see the difference between "they might modify without changing the version number after getting source with the sync tool and interrupting it partway through" and "they might modify without changing the version number after downloading source with apt-get source" [02:48] Keybuk: I'll add the debsign && dput to the end myself ;-) [02:48] mdz: they can't upload the source they get with apt-get source without changing the version number [02:48] Keybuk: what stops them? [02:48] mdz: will you also remove sync-source's dependencies on launchpad's code, and direct database access [02:48] mdz: or will you give everybody a copy of launchpad and open the database to all? [02:48] mdz: the fact the source already exists in the archive with that version, and the basic upload checks go "version must be greater" ? [02:48] mdz: what stops them> you can't upload something with a version that's already in the archive [02:49] Keybuk: I thought that it was changed to use Packages files as part of the porting process [02:49] mdz: HAHAHAHA [02:49] Kamion: we're talking about source obtained from Debian [02:49] no, it was ported to LP properly [02:49] mdz: oh that's not apt-get source on Ubuntu :-P [02:49] Kamion: I get source from Debian with apt-get source on Ubuntu all the time [02:49] mdz: I would bet that there are maybe two people in all of Ubuntu who have Debian deb-src lines in their sources.list [02:49] mdz: probably you and Kamion [02:49] in fact it's usually the default, because Debian is newer [02:49] i added one recently 8) === bddebian has them === Seveas has them [02:50] and yes, nothing does stop them doing that [02:50] there was a period when people were uploading fake-syncs got that way, when the sync tool was nonfunctional [02:50] other than the wrath of core-devs :-) [02:50] I never did get round to going through and verifying all of the syncs thus uploaded [02:51] mdz: seriously, if freeing up the half an hour a day ubuntu-archive spend doing syncs is important ... please hassle the LP team to make clicky-syncs a reality [02:51] the fact that the sync tool would need de-LP-ifying is a better argument [02:52] we won't get any development time from the LP team to de-LP-ify things either - whereas at present we do at least theoretically get support from them [02:52] most of my "sync time" is actually spent working out why the sync tool is refusing to do its job, and rearranging the archive appropriately [02:52] Keybuk: it will be a long time before launchpad does everything we want in the ideal way; that won't stop us from having interim solutions where it makes sense [02:52] the current sync tool is an example of such a situation [02:53] what's wrong with the current sync tool? [02:53] you have a serious hate for it, yet don't use it that often [02:53] it works just fine [02:55] Keybuk: you and Kamion are blowing this way out of proportion [02:55] read the beginning of the conversation where I started musing [02:55] I have to admit that with Keybuk AND Kamion doing syncs, it has been very expeditious [02:56] I'm not criticising either of you in the work you are doing on syncs [02:57] actually that wasn't my concern; I had (and remember espousing) the same opinion when it was elmo doing all the syncs [02:57] I didn't believe you were === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [02:58] I'm just raising my concern that we'll lose a lot of confidence in a sync if everybody does them by hand [02:59] also the by-hand syncs annoy the hell out of mom [02:59] I had to code around that this time round [02:59] because by-hand syncs need the top changelog entry modified to say "edgy" and an author in ubuntu-{core-,}dev [03:00] whereas those ubuntu-archive do can be injected into the queue after the signature checking, so have the same top changelog as Debian [03:01] actually, that's not a real restriction; you just need to hack up a new .changes file [03:01] Kamion: does LP not reject them now? === hunger [n=tobias@p54A6195F.dip0.t-ipconnect.de] has joined #ubuntu-devel [03:01] by-hand syncs are often like that because people don't know how to or (quite reasonably) don't want to hack the .changes [03:02] I thought Soyuz got upset somewhere in the mailing when changelog and changes disagreed [03:02] oh, it might do I *suppose*, katie never used to [03:02] (where reject = throw an exception) [03:02] seems like an odd check to add [03:02] it's not a check, but a bug, I think ... worth trying again at some point [03:02] the reason why we inject syncs into the queue after the sig check is that we didn't want to have a sync signing key on drescher [03:02] katie's syncs used to be signed [03:03] there'd definitely be a temptation to fiddle with the sync though [03:03] "here's a source package to upload" => try and build it => fix a bug => upload [03:03] and then there's the packages which, when built, rewrite their source package [03:03] hell, I've been tempted to fiddle with a sync before [03:03] in fact, as recently as today [03:04] mm, I take mdz's point that it would just upload for you, but the tool would have to have a debug mode so that you could see what it was going to do, and the best way to implement that debug mode would be to have it spit out the package so you could check it [03:04] Kamion: upload using which tool? what about ftp proxies? etc. [03:04] and at that point I know I'd be seriously tempted to always use the debug mode :-) [03:04] what is there to check? it's just downloading a source package and re-uploading it verbatim [03:04] e.g. I don't use dput [03:05] and where would it get the gpg configuration from? [03:05] right, same reason basically that I have -uc -us set in my debuild configuration [03:06] I want to do the signing *after* I've diffed, tested, etc. [03:06] mdz: download, unpack, generate changes file, sign changes and dsc, upload again [03:06] I would be scared to sign something that a random tool spat out for me and didn't let me check [03:06] at each point, making sure to honour the user's apt choices, signing key choices, correct e-mail address, upload procedure, etc. [03:06] there is nothing random about the tool [03:07] mdz: every package I sign, I diff against the last version, and generally eyeball the whole diff [03:07] Keybuk: that's what debsign is for [03:07] mdz: so if I gave you a tool that asked to sign something as part of its operation, you'd happily enter your GPG key? :p [03:07] you're proposing I sign something that I'm not allowed to look at [03:07] mdz: debsign still needs arguments/options [03:07] because it won't spit it out anywhere [03:07] Kamion: I'm not; I expect you would continue to use sync-source.py === Keybuk contemplates a quick "yes, you may have a pay rise and an extra month's holiday" tool [03:07] mdz: let's pretend ... [03:08] Kamion: my point is that yours is not a typical use case [03:08] mdz: I don't think that reasonable paranoia implies member of ubuntu-archive [03:08] mdz: actually, I think it is -- we've instilled a sufficient sense of professionalism into our community that most of them will feel unhappy about signing their name to something they haven't at least _checked_ === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [03:09] Keybuk: people are not reading the entire diff when requesting a sync [03:09] we implicitly trust Debian [03:09] we import things from them without looking at them all the time [03:09] mdz: I do [03:09] why not? mom gives it to them to check [03:09] every sync I've ever processed, I've read the diff [03:09] and most sync requests come from people who've just been reading the mom output [03:09] they should at least be eyeballing it to ensure it contains the Ubuntu changes [03:09] (manual sync, anyway -- I don't read the "every day" ones) === bddebian test builds all his sync requests [03:10] morning all [03:10] Hi Hobbsee [03:10] Kamion: I often just look at the ubuntu changes and check that they're present without reading the rest of the diff [03:10] especially if it's a new upstream [03:11] if there's a trust path back to somebody's GPG key for a sync, I expect that they have at minimum checked that the md5sums are the same as the source package in Debian [03:11] at present we know this because we trust drescher [03:12] apt checks that when it downloads the source [03:12] I don't trust developer's machines not to have a subtly trojaned sync tool; I do trust them not to be trojaned in such an AI-complete way that diff produces reassuring output even on trojaned uploads [03:12] Kamion: dude, they already have upload privileges [03:13] yes, and they'd better be using diff when they upload [03:13] Kamion: that is no defense [03:13] it raises the bar to a casual hacker a hell of a lot [03:13] in fact my first choice if I were writing a trojan targeting Ubuntu developers would be dupload and dput [03:14] mine would be apt ;) [03:14] (surely debsign) [03:14] give them the wrong source in the first place [03:14] devscripts, dpkg-dev... [03:14] debdiff! [03:14] my point is, if you're being halfway diligent about reading the damn changes you're uploading, it's very hard to convince you to sign the wrong thing [03:14] oh, I trojan'd dpkg-dev a long time ago ;) [03:14] show them a correct diff and then modify it ;-) [03:15] dupload/dput wouldn't be very useful, because they get run after the signing === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel [03:15] how does the hacker know what "correct" is (if you diff the package *after* signing it too, which I randomly often do)? [03:15] I suppose you could stash an unmodified diff somewhere before your evil modifications to the package [03:16] starting to sound increasingly detectable at that point though [03:16] Kamion: this is silly; if you're that concerned about whether people review the changes, then have the tool run debdiff for them [03:16] I think that's completely orthogonal [03:16] mdz: and then, at that point, you increase the incentive for them to fix problems before they upload [03:16] which leads us to having syncs that don't match Debian [03:16] that is such an invented problem [03:17] sorry to sound really anal but I don't think good checking practices are silly considering how many production machines run Ubuntu [03:17] mdz: dude, _I've_ been tempted to fix syncs before that I know are going to be broken [03:17] the developer would have to try very hard to browbeat the tool into letting them upload a modified package [03:17] it would be easier for them to use apt and dput [03:17] I can't believe other developers will resist that temptation [03:17] I realise we trust Debian and that there's more coming through than we can in practice review, but I don't think that's a reason not to review things when we can [03:17] mdz: yeah, they'd have to edit it and stick sys.exit(0) in the right place ... [03:18] Keybuk: which is more typing than apt-get source [03:18] which is what they'd be crippling the tool into [03:18] so in practice folks will end up using apt-get source. doesn't seem like an improvement ;) [03:18] except that they won't [03:18] (actually, it's apt-get source plus .changes mangling) [03:18] also I'm vaguely worried about pushing Debian deb-src onto every developer's machine ... we'll end up with all manner of random versions being uploaded by accident [03:18] they'd do exactly what they're doing today, only with a command line which does the sync instead of a command line which files a bug report [03:19] if "apt-get source foo" always gives our developers the Debian source, not the Ubuntu source, that's a bad thing [03:19] Keybuk: I wasn't suggesting modifying their sources.list at all [03:19] if the tool reads Debian's Sources.gz by hand, then it _is_ doing something different for them [03:19] and thus is "more than apt-get source" [03:19] as bddebian says, a lot of people aren't just doing "command line which files a bug report", they're downloading the package and test-building it first [03:19] which seems like something we want to encourage [03:20] Oh, you actually "heard" me? :-) [03:20] Kamion: the part of the process where they download and test it is *exactly the same* regardless of the sync partof the process [03:20] given that many people won't want to download the same thing twice, they'll want to pick the package out of the sync tool's output [03:20] it makes no difference [03:20] it does, see immediately above [03:20] I think people are lazier than you give them credit for [03:20] it makes perfect sense for people to want to go "sync, except don't upload yet while I test it" [03:21] I don't think that's lazy, seems sensible to me [03:21] May I make comments? [03:21] I re-download things all the time [03:21] saving bandwidth is often the opposite of lazy ;) [03:21] bddebian: of course [03:21] I use squid [03:21] I routinely blow away the output of apt-get source and run it again to ensure that I have what I think I have [03:21] squid deals [03:22] I have had a couple of packages so far where the ubuntu changes could be dropped but the package still FTBFSs so I personally think a test build is required/recommended when synced a previously merged package [03:22] bddebian: I agree with you one hundred percent [03:22] perhaps we should take a straw poll of how many developers have a local squid ... I suspect it's not huge outside perhaps core-dev [03:22] bddebian: but that is one hundred percent irrelevant to how syncs are processed [03:22] Kamion: proxies are evil [03:23] I expect most folks are behind a cache whether they know it or not [03:23] actually that's a good point, I have a local squid but I often turn it off to avoid some problem or other and forget to turn it back on [03:23] mdz: varies depending on the ISP ... certainly in the UK "proper" ISPs actually list "no transparent proxy" as a feature [03:23] Kamion: I expect more developers have caches than diff their packages again after signing ;-) [03:23] so the bits generally have to come down my ADSL which is the slow bit [03:23] Kamion: and don't you have a local mirror anyway? [03:23] mdz: My only point was, if I could just sync, maybe I would just synck, let the buildd do the work, then if it fails re-pull it and "fix" it? [03:23] mdz: not of universe [03:24] but yes, I do [03:24] bddebian: why? [03:24] must get around to setting a local mirror up at some point [03:24] I wouldn't but I am saying if I'm "lazy" [03:24] though I'd suspect I'd still use archive.ubuntu.com to ensure it's up to date :) [03:25] mdz: having to ask a person to do the work means that people feel guilted into testing it first rather than afterwards :-) [03:25] Kamion: now that I buy [03:25] Kamion: Exactly :-) [03:25] the effect is really noticeable [03:25] really, why *wouldnt* they test that something is buildable and installable before they sync it? besides laziness, of course [03:26] "having to request a sync from an archive admin puts the fear into them" is a stronger argument than "they might modify a local sync tool to do bad things" [03:26] compare syncs where people test-build in pbuilder and the works before they request them, to ordinary uploads where people throw six in a row at the buildd until one sticks === Hobbsee cant imagine how people do the latter have upload rights. === asac_ is now known as asac [03:27] it's interesting, and sort of depends on the tools you use on a regular basis [03:27] mdz: s/bad/good/ [03:28] for instance I have to do a lot of weird things with translations [03:28] six in a row? that few? [03:28] so I often have locally-modified versions of the gettext and po-debconf toolset kicking around [03:28] Keybuk: you mean people really do that? intentionally? ouch! [03:28] after a while, you sort of get inured to having to hack things locally until they work, and you don't always necessarily get around to pushing things back to the distro [03:29] anyone who disputes this gets to show off the contents of their ~/bin/ :-) [03:29] moreutils! [03:29] $ ls bin | wc -l [03:29] 129 [03:29] Hobbsee: well, not so much intentionnally. People do upload things they think should work, and then fix them, and then fix them harder, and then go and fix them even harder still, etc. === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [03:30] "this time it'll work for sure, I see the problem, don't need to test that" [03:30] Kamion: amusingly, my bin contains a modified debsign, a modified dupload, a modified dch, etc. :p [03:30] etc. [03:30] Keybuk: ah. right. which for the most part could still be avoided by testing in a pbuilder. [03:30] bleh, okay. [03:31] Hobbsee: right, it's a trade-off between definitely spending the effort now and maybe spending the effort later [03:31] I can understand why it happens [03:31] and then there's those people that are allergic to pbuilder [03:31] Kamion: yeah, fair enough [03:31] not saying it's good practice, but I can understand it [03:31] yeah [03:31] Keybuk: now they do need to be trained better. actually, more people seem to be allergic to the MOM. [03:32] Hobbsee: I think most people didn't *know* about MoM [03:32] I have to say I don't really trust MOM to merge some of my weirder packages :-) [03:32] well, MOM just tells you to clean your room (packages) [03:32] Keybuk: there are still a fair few people who refuse to use it [03:32] well, no, if you know a package intimately, the chances are you can do a far better job than MoM [03:32] this is no particular reflection on MOM - debian-installer is kind of a corner case for instance === Hobbsee has seen a few weird bits from MoM, that just dont look right. [03:33] Hobbsee: meh, I've just never really got pbuilder to work without feeling sick [03:33] Keybuk: really? [03:33] really [03:33] Keybuk: you're one of those chroot people, i guess (ack) [03:33] nah [03:33] I just build it on my usual machine [03:33] and every month or so, go round and purge all the accumulated build-deps [03:34] Hobbsee: if you usually work down near the bottom of the software stack, it's a lot easier [03:34] hehe. does that end up working, or do you get packages thrown back? [03:34] that's what I do too [03:34] Kamion: that is true [03:34] GNOME upload du jour doesn't make a lot of difference to whether udev works [03:34] Hobbsee: I have an almost 100% build rate [03:34] Keybuk: ah right :P [03:34] Kamion: though, sadly, the same cannot be said the other way around [03:34] Keybuk: we should collect stats on that [03:34] mdz: LP does [03:34] Keybuk: really? where? [03:34] I mean actually cook them and display them [03:34] LP has the data [03:34] it doesn't graph them [03:35] they're supposed to affect your karma though [03:35] mdz: in a locked filing cabinet in the disused lavitory with a big sign on it sayign "beware of the leoppard" :P [03:35] so you could get reverse karma that way, hmmm... [03:35] Keybuk: no need for a graph; stats for the current release would be good enough [03:35] Keybuk: I was particularly impressed to see the proposal in the soyuz-karma spec that archive admins should get lots of karma for processing NEW ;-) === theCore [n=alex@modemcable240.218-70-69.mc.videotron.ca] has joined #ubuntu-devel [03:36] I have no idea where my karma comes from [03:36] I don't do that much in LP [03:36] spec tracking is grossly weighted upwards [03:37] indeed, /people/mdz/+karma says you have 143545 points from spec tracking [03:38] it's probably nearly all from the pre-UDS spec juggling [03:39] Kamion: also, more pointedly, it's not really possible to test sysvinit changes in a chroot === bddebian doesn't use MoM [03:41] that's the main thing that annoyed me about pbuilder, actually [03:41] it was harder than I'd prefer to keep the chroot around so you can actually run what you just built === Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel [03:41] there's an obvious difference between core-dev and dev on this; if a core-dev runs edgy, and their system blows up, chances are they can probably fix it and get the fix in the archive post-haste, unless it's something requiring really specialist knowledge like the kernel [03:41] and it didn't do the most obvious test of "build a new version while the old version is already installed" which an amazing number of source packages used to (and probably still do) fail on [03:42] the same is not necessarily true (and shouldn't have to be true) of developers working in more specialised less core areas [03:43] rodarvus: xserver-xorg-input-elographics is in main but not depended upon by anything or seeded [03:43] Kamion: interesting, I didn't know about /+karma === bddebian 's karma is falling :-( [03:44] though it's apparently important enough to be the very first thing in the navigation portlet [03:44] meh...karma.. [03:44] Kamion: the shiniest part of LP always tends to give the most karma points === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [03:44] but not important enough for the karma display to have a hyperlink [03:44] usually whichever bit Mark touched last [03:44] it would be nice if uploads were counted [03:44] then an LP dev goes around and decreases it all [03:45] they aren't? [03:45] hmm, apparently not [03:46] nope [03:46] soyuz doesn't do karma, there's a spec for it [03:46] zul: Aye === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel [03:49] "soyuz-karma" in fact [03:50] Kamion: at least it's not "edward" === johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-devel === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel [04:00] \o/ 25 merges left, and over 24 hours to do them in [04:01] Keybuk: get going then :P === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #ubuntu-devel [04:01] tomorrow I have dhcdbdbdbdbdbdbdbdbdb and n-m [04:01] ah, n-m should be fun [04:02] Hobbsee: meh, not especially; today I did courier, that was fun [04:02] tomorrow I have more debian-installer and more gparted [04:02] in a soul-destroying kind of way [04:02] hehe [04:02] Keybuk: courier -> universe! yay! [04:02] both of which are soul-eating monsters although at least I have debian-installer done bar the shouting [04:02] I suspect I'll need to beat BenC up a little more to do kernel-wedge and kernel-package [04:03] Keybuk: yeah you might [04:04] elmo: at this point it would be really convenient to have some way to get packages from the master archive as opposed to ftp.acc.umu.se :-/ [04:04] Keybuk: almost ready to upload both === BenC has made a day of kernel-* [04:04] BenC: oh, well done that man [04:05] Keybuk: Anything I can help with? [04:05] might get installation-guide done tomorrow if I'm very lucky [04:05] bddebian: I'm so sorely tempted to say "ia32-libs" ... but I wouldn't wish that on my worst enemy [04:06] hopefully Mithrandir will get xfonts-utils done tomorrow [04:06] there's about a dozen X things outstanding still [04:07] I started to do some X stuff but by the time I woke up when you all woke up, they were uploaded :-( [04:07] Keybuk: how come xfonts-utils isn't in main-manual.html? [04:08] s/all woke up/all were awake/ [04:08] Well my offer stands if I can do anything for anyone [04:10] Keybuk: maybe a public page with the blacklisted packages would be good ... [04:10] Kamion: because it's not a source package? [04:10] Kamion: mom doesn't have a blacklist [04:10] Keybuk: it is in Debian [04:11] though I agree the sync blacklist should be public, though I've yet to get that pushed further (I put it in bzr) [04:11] Kamion: right ... but not in Ubuntu [04:11] yeah, a list of those cases would be good [04:11] so it's not something MoM can even see [04:11] the sync blacklist is public [04:11] it is now? [04:11] I did that in Paris [04:11] http://people.ubuntu.com/~cjwatson/sync-blacklist.txt [04:11] oh, cool [04:12] I'll have to remember to be not rude in that file now :p [04:12] I de-rude-d the existing contents before publishing :-) [04:12] Kamion: I don't know how we'd define those cases ... MoM only deals with source packages [04:12] it has the list of source packages in Debian though, doesn't it? [04:13] aww, I'm sure Marco and Branden wouldn't have minded [04:13] Kamion: yes [04:13] but I'm not sure how that helps? [04:13] those generally need syncs, not merges [04:13] actually there are sort of two cases - "never sync ever again" and "don't autosync just yet" [04:13] xfonts-utils is an example of the latter, and needs a merge [04:13] right, those are the things at the top of the sync-blacklist [04:13] yeah [04:14] the very top is "keybuk hasn't yet drunk enough coffee to understand these" [04:14] (Debian - Ubuntu) - "never sync ever again" is approximately what we want [04:14] the middle is "other people are dealing with them" [04:14] and the bottom is "never sync" :p [04:14] hehe [04:15] if we split sync-blacklist into a temporary and permanent blacklist [04:15] then we could easily generate the list on drescher === bmonty is now known as bmonty_away [04:15] anyway, why am I still awake ... night all [04:15] it's output of "new-source" [04:15] gnight Kamion [04:16] night Kamion [04:16] heh, indeed, night all also [04:16] Bums ;-P Gnight Keybuk [04:17] fsck'n a skippy, maxima built === stub [n=stub@ppp-58.8.1.197.revip2.asianet.co.th] has joined #ubuntu-devel === jsgotangco [n=jsg123@210.4.38.43] has joined #ubuntu-devel === pounk [n=pounkf@142-217-81-161.telebecinternet.net] has joined #ubuntu-devel === _nicolas [n=nick@unaffiliated/nicktastic] has joined #ubuntu-devel === j_ack [n=rudi@p508D9CA9.dip0.t-ipconnect.de] has joined #ubuntu-devel === sbalneav [n=sbalneav@S0106000b6a5631f9.wp.shawcable.net] has joined #ubuntu-devel [04:34] Evening all [04:34] hi sbalneav [04:35] Have some unsigned packages made it into the dapper archive, or is ca.archive.ubuntu.com having problems? [04:38] Is mesa on the blacklist? === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [04:40] Oh, NM, it's on the main merges page === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === TomB| [n=ownthebo@ACD64F6D.ipt.aol.com] has joined #ubuntu-devel === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel === chris__ [n=chris@p54BE4619.dip0.t-ipconnect.de] has joined #ubuntu-devel === elkbuntu [n=melissa@203-206-255-153.dyn.iinet.net.au] has joined #ubuntu-devel === j_ack_ [n=rudi@p508D9E32.dip0.t-ipconnect.de] has joined #ubuntu-devel === human_blip [n=mike@220.157.65.29] has joined #ubuntu-devel [06:31] meh. I wish I knew more about apt internals. [06:31] a mirror system like gentoo had would be great === bluefoxicy idly puts massive load on one server with constant updating [06:32] reprepro [06:32] rsync [06:32] bddebian: ? [06:32] apt-cache show reprepro [06:33] bddebian: no not emerge sync; I mean how it would use mirror://gentoo which would use a mirror list, which you updated with a script that pinged every known mirror and picked the 3-5 closest ones, then it'd round robin through those to distribute load... looking at reprepo [06:33] Ahh [06:35] reprepro looks nice, I was thinking about how to get a local repository for a network (i.e. enterprise network, 1 gazillion machines, do you want to hear a story about an idiot that scheduled an ENTIRE school district to update to WinXP SP2 directly from windowsupdate or can you guess what happened?) === sharms [n=mindwarp@cpe-24-208-242-169.twmi.res.rr.com] has joined #ubuntu-devel [06:35] but I'm currently more concerned that practically everyone who installs Ubuntu is pointing at us.archive.ubuntu.com [06:35] Oh I can guess, I maintain Windows servers at work [06:36] yes see smart people sync windowsupdate down to some kind of MFPSomething server I can't remember what it's called and then push patches that way ;) [06:36] because 3 days without internet sucks. [06:36] I think it's SPS now but it keeps changing [06:36] bddebian: What kind of load DOES us.archive.ubuntu.com experience anyway? [06:36] more importantly [06:37] what happens if tomorrow we have 90% market share and MS is dead? [06:37] update-manager runs apt-get update every day [06:37] it downloads but doesn't install packages in the background, security packages can be auto-installed........ [06:37] well us.archive.ubuntu.com isn't just one server right [06:38] it should be multiple servers using round-robin dns? [06:38] sharms: us. seems to imply a specific subset of servers [06:38] but yes it should, lemme ping it a bunch of times. [06:38] yes it is. [06:38] just because it is a subset of servers doesn't mean there are not a bunch of them :) [06:39] and you have to remember dns caching will prevent you from hitting all of them via ping [06:39] yeah, aren't there also canadian and europe and korean servers though? [06:39] sigh [06:39] PING us.archive.ubuntu.com (82.211.81.182) PING us.archive.ubuntu.com (82.211.81.151) [06:40] $cc.archive.ubuntu.com => $cc == country code [06:40] so not "practically everyone" who installs ubuntu will get us.archive.ubuntu.com, just people with a US locale [06:40] hmm. It automatically picks based on locale? [06:40] and the load on those servers is fine. and we're not going to get a 90% market share tomorrow [06:40] I only speak english so I never tried chinese ;) [06:40] you'd get a better response from people if you didn't invent insane and unrealistic hypotheticals like that [06:40] actually he does have a point though [06:40] try it out [06:41] elmo: I'm a security guy, I'm thinking in terms of business continuity now or something. [06:41] security isn't regionally set is it elmo? [06:41] security isn't, no [06:41] right [06:41] and the load on that server isn't a problem either [06:41] no, but the "What do we do if load spikes by 300 times" scenario is a business continuity thing. === jsgotangco computer is set to gb and ph [06:41] elmo: it was today for almost an hour [06:41] or atleast the dns [06:41] and we are at .00001% marketshare [06:41] in security classes they teach you about what you need to do to make sure you can keep a business going if the building it's in burns down. [06:41] sharms: no, it wasn't [06:42] elmo: it was functional and online all day today? [06:42] I took it offline for a very deliberate reason, it wasn't down due to load [06:42] so please, stop with the FUD already [06:42] done :) [06:42] sharms, elmo: That brings me to an odd question. why is it on some days I can get 100K/s from there and on others I get like 800k/s o_O === Gman is now known as GmanAFK [06:44] it's not my end, when my net seems slow I try mozilla, sourceforge, and ubuntu CD image download mirrors to see if I can get over 300k/s from any of them [06:44] I'd assumed it was load [06:45] eh. I guess that's a mystery that'll never be solved. [06:52] I'd blame elmo if I were you :-) [06:52] And with that, I will say adeu. Gnight folks [06:53] same here, take it easy === darius_ [i=darius@integrity.bourg.net] has left #ubuntu-devel [] === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === anibal [i=ams@ns1.mssinc.biz] has joined #ubuntu-devel === rpedro_ [n=rpedro@87-196-32-244.net.novis.pt] has joined #ubuntu-devel === Fujitsu [n=Fujitsu@c211-28-181-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-devel [08:08] does anyone on edgy know if man 2 open is correct? [08:09] int open(const char *pathname, int flags); [08:09] int open(const char *pathname, int flags, mode_t mode); [08:09] this part inparticular. [08:15] looks like it is. Thought that was a C++ thing. [08:19] it is correct. === dholbach [n=daniel@i577B2ED9.versanet.de] has joined #ubuntu-devel === Zdra [n=zdra@165.251-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [08:21] good morning [08:23] Riddell: thanks for handling xine! === stub [n=stub@ppp-58.8.1.197.revip2.asianet.co.th] has joined #ubuntu-devel [08:25] siretart, slomo_ : ping? [08:25] fabbione: yes? [08:26] siretart: is it just me or some audio codecs in mplayer are bad? [08:26] fabbione: which ones? I didn't notice regressions yet [08:26] i need to check.. [08:26] one sec [08:28] oh meh.. go find the url again.. === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel [08:29] siretart: [08:30] Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 [08:30] AUDIO: 22050 Hz, 2 ch, s16le, 40.0 kbit/5.67% (ratio: 5000->88200) [08:30] Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) [08:30] ' [08:31] siretart: getting a sample for you === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel [08:34] siretart: see /msg [08:36] can somebody please promote libnet-dbus-perl to main? === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-devel === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel [08:49] dl'ding.. [08:50] fabbione: I don't have problems playing that file [08:50] i do [08:50] I'm on dapper, but I'm using mplayer_0.99+1.0pre8-0ubuntu0, which is a local prerelease of whats in edgy [08:50] siretart: i assume you are on latest edgy [08:50] nah [08:50] it could be anything else like a shared lib [08:51] I prepared the ubuntu1 upload, there are no code changes to ubuntu1 === rpedro_ [n=rpedro@87-196-75-66.net.novis.pt] has joined #ubuntu-devel [08:51] thats not unlikely, that some linked lib does foo [08:51] MPEG-PS file format detected. [08:51] VIDEO: MPEG1 176x112 (aspect 12) 29.970 fps 200.0 kbps (25.0 kbyte/s) [08:51] hm. nothing spectacular though.. [08:52] Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b [08:52] Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) [08:52] looks about the same here [08:52] doesn't mplayer use an internal libmpeg2? [08:52] you are the maintainer and should know.. [08:53] it's only the audio that's crippled [08:53] the video is good [08:53] it's like a lot of static noise [08:53] aha? === Chons [n=martin@xdsl-195-14-220-229.netcologne.de] has joined #ubuntu-devel [08:53] I also maintain xine, which I concentrated the last days more [08:53] and xine does have an internal copy. [08:54] but I keep on mixing the 2, they are both a mess to maintain :/ [08:54] audio codec is Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) [08:54] siretart: audio with xine is good === robitaille [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel [08:56] fabbione: you mean, you get sound, but it is only a lot of noise? === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [08:57] siretart: video 100% good [08:57] audio in xine is good [08:57] audio in mplayer a lot of noise [08:57] so yes i get audio but it's bad [09:01] fabbione: can you perhaps try an other audio backend, like, say, oss instead of alsa and vice versa? [09:02] siretart: i did try to use -ao oss or -ao alsa or -ao esd [09:02] no changes [09:02] interesting [09:03] the audio stream seem to me to be plain mp3 [09:03] you get this as well? [09:03] Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) [09:03] so it does use the same codec for you? [09:03] Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) [09:03] yeps === marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel === carlos [n=carlos@35.Red-88-15-199.dynamicIP.rima-tde.net] has joined #ubuntu-devel === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has joined #ubuntu-devel === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has left #ubuntu-devel [] === Nuffing [n=JaneW@196.211.88.182] has joined #ubuntu-devel [09:14] is there any info on building custom kernels pre-edgy? (i konw it's scary and bad, but i'd like an answer for people who demand it) [09:14] jdub: there might be something in the help wiki [09:14] fabbione: do you have a chance to try on another machine? I suspect problems in your sound card driver [09:15] siretart: it did work with the last kernel and stuff right before the last update of mplayer === jdub growls about having to search in multiple places [09:15] that means the sound card driver is good [09:15] jdub: all of that should now be on the help wiki [09:16] Burgundavia: 'that' -> dude, there is mountains of stuff on the real wiki [09:16] fabbione: so downgrading to dapper's mplayer does fix things for you? [09:16] jdub: yes, but if it was documentation, it should have moved [09:16] jdub: if it didn't, please tell us [09:16] Burgundavia: what *isn't* documentation on the real wiki? [09:17] edgy stuff: https://wiki.ubuntu.com/KernelCustomBuild [09:17] siretart: i didn't check that yet. I did watch movies 2 days ago or so.. it was good... yesterday upgrade no good.. so i assume a downgrade will do. [09:17] siretart: gimme 2 minutes to try it [09:17] Burgundavia: two wikis is a terrible hassle [09:17] jdub: so was one wiki [09:17] morning [09:17] Burgundavia: two is worse [09:17] jdub: it's a bit late for this. You had 9 months to comment on the spec for splitting them. === el [n=konversa@u40-30.dsl.vianetworks.de] has joined #ubuntu-devel [09:18] mdke: it's not really something for me to contribute to directly, but now that it's happened (and given my comments about exactly this in the distant past), i'm seeing problems [09:19] jdub: it's 3 wikis we have [09:19] don't forget www.ubuntu.com [09:20] if you look at them as websites with different functions, it works. [09:20] mdke: that is not really a wiki, perse [09:20] its not like the public has access to the website [09:20] mdke: i don't regard that as a wiki (but the content seepage between all three (plus docs.u.c) isn't helpful [09:20] my point is not to get hung up on the "wiki" thing [09:20] i'm not hung up on the wiki thing [09:20] you need to see that there is a documentation website, and it is separate from the community development place for a good reason [09:21] i wish i could see it that way === mdke shrugs [09:21] It's really working well, I think [09:21] siretart: yes, downgrading works fine [09:21] but you've got plenty of inertia to battle [09:22] jdub: I notice since the move we have been getting lots of new people helping out [09:22] and wuc is easier to contribute to [09:22] no [09:22] people hated contributing to the old wiki, simply because of the confusion and the fact it was terrible to get help on [09:22] Burgundavia: i am not convinced that could not have been done with a clear editorial team on wuc (who could provide some actual content management) === Nuffing [n=JaneW@196.211.88.182] has left #ubuntu-devel ["Leaving"] [09:23] jdub: we were drowning in non-doc stuff [09:23] fabbione: hm. damn. can you perhaps file a bug, mentioning the codec in question and you audio hardware and driver? [09:23] fabbione: I need to find some hours to trace the code changes since the last release (and there are a lot of changes!!) [09:23] mdke: it has been split now, but i do think that the same goals could have been achieved by managing the existing wiki === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [09:24] jdub: they couldn't. [09:24] mdke: huc seems a bit like picking up the shovel and bucket and making a new sand castle :-) [09:24] mdke: it seems we strongly disagree on that point, then ;-) [09:24] dunno about strongly [09:25] it's a documentation website. All documentation is now in the same place, hardly a new sand castle === Zdra [n=zdra@165.251-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [09:25] reinforcing the old one, more like [09:25] mdke: what happens if i link JeffWaugh on huc? [09:26] Good morning [09:26] jdub: that is an issue we have not yet resolved, but can be fairly easily (we can link names to the old wiki) [09:26] jdub: it links to JeffWaugh [09:27] (categories are a good way to layer structure on top of an existing moin wiki - you can limit searches to them, etc.) [09:27] mdke: but JeffWaugh doesn't live in that sand castle ;) [09:27] true [09:27] is it likely that your name will be used in documentation? [09:27] i hope so [09:27] lol [09:27] i would like to be famous some day [09:27] jdub: but then what do you have default search as? what about the in-svn documentation? [09:27] siretart: meh i just gave you all the info, but it's not a hw/kernel issue [09:28] jdub: use "wiki:Ubuntu/JeffWaugh" [09:28] mdke: hopefully you get my point :) [09:28] jdub: moving the help wiki was not really like creating a new site, it was merely moving the help wiki stuff to the same place that the in-svn stuff was [09:28] it's a non-point, for me [09:28] like mdke, reinforcing, not creating === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has joined #ubuntu-devel === mdke has to get to work [09:28] Burgundavia: heh, "not really like creating a new site", although you happened to be... creating... a... new... site...? :) [09:28] jdub: nope, it was there already [09:29] indeed [09:29] it had the docs from the distro on it [09:29] now it has all docs [09:29] it was there already, but it wasn't a separate wiki [09:30] here you go again with the wiki thing === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has left #ubuntu-devel [] === highvoltage [n=jono@196.1.57.88] has joined #ubuntu-devel === mdke runs off to work [09:30] considering that it is a wiki, i don't think that's an obscene idea to muse upon :) [09:31] jdub: like the main ubuntu webpage, the help website is a help website, helped along by the wiki, rather than a wiki first [09:31] Burgundavia: i understand the theory === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [09:32] siretart: 52279 for you [09:34] Ubugtu: bug #52279 [09:34] Malone bug 52279 in gnome-games "AisleRiot crash by select other game variants" [Unknown,Fix released] http://launchpad.net/bugs/52279 [09:34] ehm [09:34] 52729 [09:35] Ubugtu: bug #52729 [09:35] Malone bug 52729 in mplayer "[EDGY] Regression: broken audio playing certain movies" [Untriaged,Unconfirmed] http://launchpad.net/bugs/52729 [09:35] siretart: if you need more speak now :) [09:36] fabbione: may I attach the file you gave me? [09:36] siretart: you should check the copyright before you do so [09:36] siretart: i don't remmeber the origin of it === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [09:36] it was on some funny web site [09:37] siretart: people can ask me for the file [09:37] it's not an issue [09:37] ah ok [09:38] I'm checking on my edgy laptop [09:38] edgy with dapper mplayer is good [09:38] elmo: ping [09:38] i wonder if it might be due to miscompilation [09:39] fabbione: I'm trying now with 0.99+1.0pre8-ubuntu3 on recent edgy [09:39] fabbione: sound driver: i810 internal on thinkpad r50e, no problems :( [09:41] it happens reliably here and i can ensure you it's not a kernel issue === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel [09:41] otherwise the dapper version wouldn't work at all [09:42] what sound hardware do you use? [09:42] fabbione: and can you perhaps check/compare your /etc/mplayer/* against the versions in the package? [09:43] I suspect codecs.conf [09:43] i didn't customize it [09:43] Setting up mplayer (0.99+1.0pre7try2+cvs20060117-0ubuntu8) ... [09:43] Installing new version of config file /etc/mplayer/mplayer.conf ... [09:43] Installing new version of config file /etc/mplayer/codecs.conf ... [09:43] Installing new version of config file /etc/mplayer/input.conf ... [09:43] Installing new version of config file /etc/mplayer/menu.conf ... [09:43] downgrading/upgrading [09:43] so i am using the defaults [09:44] 66d11846722498ed54bf5ddc766a95ab /etc/mplayer/codecs.conf [09:44] 32924d4067d6307a107393834015fa9a /etc/mplayer/input.conf [09:44] md5sums on my machine.. for you as well? [09:45] new or old ones? === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel [09:48] the new ones [09:49] slomo_: can you please check the new hal revision into bzr? [09:52] 66d11846722498ed54bf5ddc766a95ab codecs.conf [09:52] 32924d4067d6307a107393834015fa9a input.conf [09:52] yeah they match [09:53] hi pitti [09:53] hi bluefoxicy === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [09:57] pitti: mail me a gcc hacker [09:58] bluefoxicy: I always have difficulties squeezing them through the ethernet cable === pvanhoof [n=pvanhoof@mailhost.newtec.be] has joined #ubuntu-devel [09:59] pitti: ;) [09:59] pitti: Did you see my post on -devel? [09:59] bluefoxicy: yes, I saw it, but I didn't have time yet to answer === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === bronson [n=bronson@adsl-69-111-166-174.dsl.pltn13.pacbell.net] has joined #ubuntu-devel === lmanul [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-devel [10:03] Kamion: I want to fix some stuff in anastacia (just did redland-bindings for php4 and will do backuppc for wwwconfig-common), but there are some things I don't understand === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === bluefoxicy sleeps [10:04] Kamion: do you have an idea why python-jabber wants python2.2? [10:04] fabbione: pong? [10:04] pitti: sure, one moment... sorry [10:04] slomo_: see bug #52729 [10:04] Malone bug 52729 in mplayer "[EDGY] Regression: broken audio playing certain movies" [Untriaged,Unconfirmed] http://launchpad.net/bugs/52729 [10:06] can somebody please promote libnet-dbus-perl to main? :) [10:06] dholbach: not without ssh logins [10:06] pitti: urg, true [10:07] darn, I can't even upload [10:07] pitti: maybe because of this [10:07] pyversions: missing XS-Python-Version in control file, fall back to debian/pyversions [10:07] pyversions: missing debian/pyversions file, fall back to supported versions [10:07] oh, hi mdz [10:07] mdz: hm, I'd expect it to fall back to 2.4.., I'll check that [10:08] my @python_allversions = ('1.5','2.1','2.2','2.3','2.4','2.5'); [10:08] mdz: it builds fine here locally, and uses 2.4 [10:08] pitti: my local build gets the 2.2 dependency from python:Depends [10:09] ah, right === pitti fixes [10:09] pitti: what's wrong with ssh logins? === hendry [n=hendry@222.106.128.198] has joined #ubuntu-devel [10:10] dholbach: I'll promote libnet-dbus-perl once cron.daily finishes [10:10] mdz: known issue at the DC [10:10] mdz: "chinstrap (-> all DC) logins down - known problem, no ETA currently" [10:10] mdz: merci beaucoup [10:11] slomo_: fabbione: i just upgraded my edgy laptop, still no problems. I'm off for uni now, cu later! [10:11] siretart: later [10:11] dholbach: I have a shell open which seems to work fine; I'll try to remember not to logout ;-) [10:12] mdz: hehe :) [10:12] siretart: everything i tested with the new mplayer worked fine here too === hendry [n=hendry@222.106.128.198] has left #ubuntu-devel [] [10:13] slomo_: do you want the file i have issues with? [10:13] fabbione: sure [10:13] fabbione: which arch? [10:13] crimsun: i386 [10:13] k [10:14] pitti,dholbach: has anyone looked at libcairo-perl yet (MIR)? === pitti didn't [10:14] slomo_: /msg === dholbach neither [10:15] fabbione: thanks === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel [10:15] slomo_: np [10:16] fabbione: woohoo... sounds nice ;) weird... [10:16] and works fine in totem... hm [10:16] it works in xine too [10:16] and it works with dapper mplayer [10:16] it doesn't work with edgy mplayer [10:17] so that's why i am pretty sure it's mplayer regression [10:18] ok, noted on my todo list... [10:20] slomo_: http://svn.mplayerhq.hu/mplayer/trunk/mp3lib/dct64_3dnow.c?r1=18837&r2=18946 [10:21] crimsun: good catch :) thanks, i'll test it [10:21] crimsun: to add or to revert? [10:21] add [10:22] sladen: i can test it locally... [10:22] slomo_: ^^ [10:22] fabbione: ok, feel free to upload mplayer with that patch if it works :) [10:22] doko: bah, I have no idea how to teach jabber.py to not create a dependency on python2.2; do you have any idea? I added debian/pyversions and played with the build deps, but no luck [10:22] slomo_: no :) i will tell you if it works.. [10:22] slomo_: fabbione: I haven't eyeballed the diff history further back, so it may require additional the mmx changes [10:23] the additional ^ [10:23] slomo_: i am not going to adopt mplayer ;) [10:23] crimsun: ok thanks don't worry :) [10:24] crimsun: 3d now? === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel [10:24] might be [10:25] this is an amd64 cpu running i386 [10:25] doko: ah, got it; nevermind [10:25] doko: one shipped example used #!/usr/bin/python2.2 [10:26] slomo_: you need to get a new cvs snapshot probably.. that patch doesn't apply [10:28] pitti: aha === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [10:29] mdz: I'll upload a fix as soon as ssh works again and send the patch to debian bug 377813 [10:29] Debian bug 377813 in python-jabber "Subject: Uninstallable due to unmet dep on python2.2" [Serious,Open] http://bugs.debian.org/377813 [10:29] pitti: you shouldn't need ssh to upload it [10:29] mdz: I do, I can't ftp from here [10:29] pitti: yuck, why not? [10:29] mdz: so my upload script scp's to chinstap and calls ssh dput [10:29] mdz: braindead configuration of my ISP [10:30] mdz: bah, I'll just do a Debian NMU === KaiL_ [n=KaiL@p548F6648.dip.t-dialin.net] has joined #ubuntu-devel [10:32] <\sh> moins [10:34] do we really want cyrus21 in the server seed? [10:35] mdz: wasn't common agreement to kill it? [10:35] mdz: "gnome-applets is next uploaded and rebuilt" ? [10:35] mdz: if we want cyrus, then 2.2 [10:35] mdz: why "new uploaded"? [10:35] (I'd say) [10:35] dunno about that, but it is an old version [10:35] s#new#next [10:35] seb128: "new uploaded"? [10:36] dholbach, g-p-m will still take a while ... the codebase for Kinnison's most important patches that enable suspend doesnt exist anymore and i found out why the icons didnt work, they are all renamed and 24x24 doesnt exist anymore as size (and there are twice as much icons now) [10:36] mdz: kill it, kill it! [10:36] I thought we already had a cyrus imapd in main [10:36] mdz: but as long as we don't receive requests to include it, we can maybe drop it alltogether [10:36] mdz: we kicked it out of dapper [10:36] mdz: ups, I said nothing, it got stucked because of the gnome-python-desktop borkage and I forgot to upload it then ... [10:36] mdz: thank you for the reminder, fixing that now ;) [10:36] ogra: then please drop the icon patch - i'm going to fix it up once it's in the archive - that's nothing to be blocked on [10:37] pitti: I don't see it in breezy though [10:37] cyrus21-imapd | 2.1.18-1ubuntu1 | http://archive.ubuntu.com breezy/main Sources [10:37] never mind,there it is [10:37] heh [10:37] dholbach, i know, i didnt say i was blocked :) but there is a lot of icon work on the hirizon for you [10:37] dholbach: promoted libnet-dbus-perl and friends just in time [10:37] mdz: oh, the binary is in universe [10:37] *horizon [10:37] mdz: rock on! [10:37] dholbach: Connection to chinstrap.ubuntu.com closed by remote host. [10:37] urg :( [10:38] ogra: i can't wait for it... [10:38] :-) [10:38] pitti: ok, I've committed it to my local seeds [10:38] haha [10:38] oh, I should be able to still ssh to the supermirror probably [10:38] mdz: jabber.py NMUed to Debian, so we'll get it this evening [10:39] doko, Kamion: ^ so please don't bother fixing it in Edgy [10:39] oh, tomorrow evening rather [10:39] you might need to request a special sync for that, UVF being tomorrow and all [10:39] oh, true [10:40] Kamion: ok, I'll ask Keybuk to sync from incoming then === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel [10:40] what's the official time for UVF to start? [10:41] when we sleep [10:41] that means never... [10:41] heh [10:41] fabbione: if 'we' == mdz and Europe :) === fabbione is having a little discussion with cluster suite update === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-devel [10:44] mdz: I'm confused why libxmlsec1-gnutls wants to pull in gnutls11 - the package is in universe and depends on libgnutls13 [10:45] pitti: I uploaded a fix [10:45] probably anastacia is out of date [10:45] ah [10:45] ok, I uploaded redland-bindings [10:46] that should solve apache and php4 [10:47] mdz: dictionaries-common b-deps on links, but that's provided by elinks; the buildds manage to resolve that [10:47] mdz: nevertheless, I'll upload a fix for that, we modified the package anyway === highvoltage [n=jono@196.1.57.88] has joined #ubuntu-devel === doko [n=doko@dslb-088-073-107-122.pools.arcor-ip.net] has joined #ubuntu-devel [10:58] infinity: when you're bringing up hppa, could you make sure to build newt before cdebconf? thanks [11:04] bootstrapping hppa is going to be real fun [11:04] glibc/kernel/kernel-headers/gcc in an endless loop for ssp [11:04] and then all the rest of the world [11:06] ogra@edubuntu:/mnt/devel/seeds$ bzr checkout sftp://ogra@bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ubuntu.edgy [11:06] ssh: connect to host bazaar.launchpad.net port 22: Connection refused [11:06] meh, LP doesnt like me today :( [11:11] ogra: ssh to chinstrap is broken [11:11] ooh [11:12] but that must have happened between tzhe two checkouts [11:12] i checked out the edubuntu seeds a second before i first tried the ubuntu ones [11:13] ssh to bazaar.launchpad.net doesn't normally go through chinstrap, so ... [11:14] ah, k, hmm ... [11:14] it's been taken down too, I'm working on it === ogra leaves the seeds alone then and goes back into power manager hell [11:17] ogra: it's not being kind? doesnt leave me much hope for the kde side then... [11:17] ogra: should work now then [11:17] s/then// [11:17] Hobbsee, the merge is evil [11:18] ogra: :( [11:18] elmo, not yet [11:18] ogra: what error? [11:18] elmo, ssh: connect to host bazaar.launchpad.net port 22: Connection refused [11:18] oh, blah [11:19] (with a paramiko backtrace afterwards indeed) === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel [11:20] Hobbsee, three way megre of the special kind ... we have an old package, debian has one and the upstream source changed completely (not to mention our package has 13 patches included that need merging) [11:20] ogra: *ouch* [11:20] that's nasty [11:21] i could drop 4 of them though and have only 3 left ... but these three are huge and there is no upstream code anymore for them to apply to [11:21] sadly they are the ones that make everything work :) [11:22] anybody else lost some panel functionality and applets after dist-upgrading today? === sivang tries to identify if it's local to his machine [11:24] sivang: me too [11:24] Zdra: thanks, /me goes to see if I can fix it [11:25] :) === thotz [n=thomas@N918P013.adsl.highway.telekom.at] has joined #ubuntu-devel === thotz [n=thomas@N918P013.adsl.highway.telekom.at] has left #ubuntu-devel [] === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-devel === janimo [n=jani@serverobs.obs.utcluj.ro] has joined #ubuntu-devel === jamesh [n=james@203-59-20-109.dyn.iinet.net.au] has joined #ubuntu-devel [11:36] dholbach: hello, FYI latest xfce has ctrl-esc for menu that you missed [11:37] janimo: ahhhh nice [11:37] hey janimo - good to see you back :) [11:37] hey janimo [11:37] hi janimo, how's it going? [11:37] pitti, sivang hi guys [11:37] janimo: i'm used to use alt-f1, but ctrl-esc is better than nothing ;-p [11:37] I am egtting busy agains since xfce just released a new beta [11:37] dholbach: it is settable :) [11:37] LaserJock: pong [11:37] doko: if you have no objections, I'm going to drop CxxLibraryList, FinishedUniverseLibraries ,CxxLibraryResync, UniverseCxxTransition? [11:38] doko: ... from the wiki [11:38] dholbach: fine [11:38] doko: thanks === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel [11:41] janimo, hi, I have some issues with the mcs manager on edgy [11:41] janimo: are we proceeding with xfmedia>gxine? If so I'll prioritise the merge today for UVF. [11:42] Riddell: safe to drop KubuntuCXXtransition from the wiki? [11:42] janimo, it can't load the modules which hasn't been built against the last mcs version [11:42] crimsun: I agree with going gxine [11:42] Gloubiboulga: I'll have a look, do you have the latest mcs-manager and mcs-plugins? [11:43] Gloubiboulga: I remember upstream did that to prevent duplicates showing up [11:43] janimo, yes, updated a few hours ago. A rebuild fixes everything (I've rebuilt exo, orage, xfce4-session, xfdesktop and xfwm4) [11:44] latest session has not yet been uploaded as we have a big HAL patch [11:44] the rest I'll do uploads again, thanks for noticing [11:44] due to broken debuild I worked from dapper and only now started testing the built stuff in edgy === _human_blip_away [n=mike@220.157.65.29] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel [11:47] janimo: are you doing syncs with Debian for xfce? [11:47] is merges.ubuntu.com down? [11:47] seb128: nope [11:47] janimo: why not? [11:47] Mithrandir: connection refused [11:48] seb128: several reasons [11:48] janimo: everybody else is doing his merges and a stack of xfce are listed on the merge list for main [11:48] seb128: our packages are diverged [11:48] janimo: and they have to be done for tomorrow [11:48] seb128: a stack? (you mean 3 packages)? [11:48] Mithrandir: doesn't work for me either [11:48] janimo: dunno, the list is down atm :p [11:48] janimo: but things like xarchiver are listed iirc [11:49] seb128: oh by merges you mean not necessarily sync from debian, but just get newer versions so the merges do not show up? [11:49] janimo: one of the goal for those merges is to be near of Debian ... [11:49] in this case yes I have been 'merging' [11:49] seb128: could you talk to debian xfce maintainers? [11:49] janimo: no, I mean doing an update based on the Debian package [11:49] you should be merging packaging from Debian as appropriate too [11:49] janimo: you should use the Debian packaging as long as possible [11:49] this means that the Ubuntu packages are not just dependent on a single guru who knows how they all work [11:50] janimo: like taking the Debian package, updating for the new version and reapplying Ubuntu changes you need over Debian [11:50] guysm I know this. However xfce deb mainatiners are 'not friendly' to put it mildly, and they have not much time keeping xfce up to date in debian [11:51] ogra: fixed, really. [11:51] janimo: that's not a matter of "uptodate" [11:51] janimo: that's having packaging near of the Debian one [11:51] seb128: they're mostly uptodate now, but not the same as in debian [11:52] the goal of merging is to be near of Debian [11:52] not to be uptodate :) [11:52] elmo, confirmed :) [11:52] is there any reason than the Debian packaging can't be use for Ubuntu? [11:52] seb128: really? tell that to gnome/kde/X/kernel maintainers in ubuntu :) [11:52] janimo: we did merge almost the whole GNOME from Debian since previous week [11:52] janimo: the Ubuntu X folks have been spending the last week or two merging packaging from Debian, so I'd pick a better example if I were you [11:52] janimo: we could also do it like we do for GNOME , merge debian changes, and then import new upstream. [11:52] seb128: yes, they do not use cdbs all over - I am sure this convinced you ;) [11:53] janimo: even when they use debhelper, we don't have any reason to change the packaging system over them [11:53] janimo: there are cases for individual divergence, but the default is to do what Debian does [11:53] seb128: gaim seems to honor GNOME proxy settings now, but I am not sure this is a good idea [11:53] we have some GNOME package using debhelper [11:53] doko: what's the status of the gcc/libgcc breakage on ppc? [11:53] mdz: why not? [11:53] Kamion:, seb128: that is nice. There are 5 debian xfce packagers I ahve repeatedly approached them about friendly merging and sharing [11:53] seb128: it uses CONNECT, and squid by default doesn't allow that for arbitrary ports [11:54] slomo_: needs infinity for bootstrapping [11:54] janimo: we're just saying that the Ubuntu XFCE packages should be incorporating packaging bugfixes from Debian [11:54] janimo: not that you must be in exact sync with Debian [11:55] the standard way to indicate that you have incorporated packaging bug fixes is to do a normal merge [11:55] even if that merge then includes an update to a new upstream or whatever [11:55] mdz: the account preference have a "use the global parameter", you can set it to something else [11:55] doko: ok... was there a real fix now or only disabling ssp in libgcc on ppc? [11:55] Kamion: I am watching their packages and pick up stuff that is worth it. They don;t do the opposite though [11:55] seb128: oh good [11:55] mdz: do you think we should change the default value to "none"? [11:55] janimo: ok, but that's unrelated to the point of this merge session [11:55] seb128: I think so; I imagine most proxies do not allow this by default [11:56] seb128: where is that preference? I don't see it under network [11:56] mdz: ok, I'll do speak with upstream about it and change it with the next upload ... could you open a bug on launchpad about it? :) [11:56] janimo: we have plenty of packages elsewhere in Ubuntu whose Debian maintainers are hostile to us, but we merge from them anyway [11:56] Kamion: I have done a few uploads yetsreday. Even if they no longer show up in the merges list, the fact they still have deltas means it's not as good as it should be right? [11:56] mdz: pick the account you want, edit it, the advanced tab [11:56] seb128: I can tomorrow; it's almost 0300 [11:56] seb128: oh, it's per-account [11:56] ok, thank you [11:56] anything with XubuntuY is a "delta" [11:57] some upstream are subscribed to launchpad for gaim [11:57] you should just try to keep it as small as possible [11:57] so we can have the discussion on launchpad :) [11:57] janimo: sure, but we don't care right now - the point of the merge session is to ensure that we have merged everything from Debian at least once since the dapper release, where possible [11:57] janimo: still having a delta does not mean the merge session was useless [11:57] Kamion: sure I work on that as well [11:57] lots of us still have deltas to packages === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-devel === ToadZzZztool is now known as Toadstool [11:58] Kamion: what I was saying is that beacuse I want near 0 delta, and I know how to get it, I cannot do it w/o debian and they are not interested, hence the divagations [11:58] seb128: more importantly, when I open a conversation, the input box is black on black [11:59] I'll make a note to file thatt one tomorrow also [11:59] janimo: ok, but as I said, that's orthogonal to what seb is asking for [11:59] wow, seed merges are so much fun ... 6 files 6 conflicts .... sigh [11:59] mdz: ah, I had that issue when I updated to gaim2.0 beta1 some time ago I think, I bugged upstream but didn't reproduce it later [11:59] which channel is heno most likely to be found? [11:59] (I tried to remove my .gaim, install gaim 1.2 again and upgrade) [11:59] mdz: I'll ping upstream about that again then, you can change the colors to the preferences dialog === heno [n=henrik@henrik.gotadsl.co.uk] has joined #ubuntu-devel [12:00] janimo: hi [12:00] ogra: there was a major seed reorganization during and after the sprint [12:01] mdz, i know :) i'm just in ranting mode, you know ... (i'm merging g-p-m since yesterday morning ... that needs a valave ;) ) [12:01] heno, hi the latest xfce has the accessibiliy keyboard dialog [12:01] *valve [12:01] heno: I have not tried it yet though [12:01] jamesh: yep I saw the changelog on OSnews or somewhere. Cool! [12:02] janimo: is 4.4 on track for edgy inclusion? [12:02] or will it be too late? [12:02] heno, it was for dapper too :) but upstream is not in a hurry. we now have 4.4beta2 hopefully we'll have final by edgy [12:02] I guess we are at UVF now (!) [12:02] depends on when we freeze [12:03] dholbach: ssp is pitti's pit [12:03] steven@jaded:~% TZ=UTC date [12:03] Wed Jul 12 10:03:08 UTC 2006 [12:03] heno: yes but I think xfce is in the same category as gnome, or at least it was excepted semi-offically for dapper [12:03] s/pit/pet/ ;-P [12:03] ok, cool [12:03] doko: ok, good to know :) [12:03] Not for another 14 hours, it looks like. [12:03] dholbach: re ssp, what's up? [12:03] as xfce is only going towards RC and release I think it is reaosnable to have post UVF uploads [12:04] janimo: right [12:04] pitti: do you know if ivoks or anyone else had a look at the RH printing tool? [12:04] janimo: ivoks had, but it's difficult to adopt, since it uses a lot of RH-specific libs [12:04] pitti: sealne had a problem with it on #ubuntu-motu (afflib, something he wants to package) [12:04] janimo: I see new themes appearing too. Have you seen any high contrast ones? [12:04] pitti: so gnome-cups-manager is staying? [12:05] janimo: ivoks is currently working on a replacement === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-devel [12:05] heno: no but I was going to ask you this as well. If there are good high contrast themes I'll add them to xubuntu-desktop [12:05] janimo: but g-c-m will remain the default until we have a suitable replacement [12:05] pitti: is it targetted for edgy? [12:05] janimo: might not make it [12:05] pitti: I'll need to talk to ivoks to keep in mind gtk only stuff [12:06] janimo: the art team has started on updating the high viz icon set. I'm sure that can be used in xfce as well [12:06] heno, yes, anyting that is a gtk-theme can be used, so anything from gnome [12:06] bbl === janimo [n=jani@serverobs.obs.utcluj.ro] has left #ubuntu-devel [] === StevenK wishes g-c-m wouldn't suck so much CPU. [12:08] Or gnome-cups-icon, anyway. === jinty [n=jinty@213-156-52-99.fastres.net] has joined #ubuntu-devel === rodarvus_ [n=rodarvus@200.175.197.33.adsl.gvt.net.br] has joined #ubuntu-devel === monomaniacpat [n=patrick@85-210-44-107.dsl.pipex.com] has joined #ubuntu-devel [12:17] does ubuntu support 1360x768? I have it specified in my xorg.conf === Zdra [n=zdra@165.251-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [12:22] dholbach: sure === Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel === geser [n=michael@dialin109107.justdsl.de] has joined #ubuntu-devel [12:33] I've just uploaded a new control-center which builds a gnome-control-center-dev, it's required by the new gnome-session to build so if somebody could accept and promote it later that would be nice :) [12:33] anyway, lunch time for now, bbl [12:39] seb128: I was just looking at the code for that. I'd like to discuss some possible changes to the accessibility config window in the next few days. I'll send you an email with an overview [12:42] [ Uploading job debian-installer_20060711ubuntu1_source [12:42] woo [12:44] I bet that's a fun merge. [12:45] fear my changelog .... === ogra laughs evlish [12:46] StevenK: oh yes === StevenK pokes merges.u.c === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-devel [12:49] Kamion: SCORE!!!!!!! [12:49] new installer === fabbione kneels down in front of the d-i all mighty [12:51] fabbione: save the kneeling for if it builds first time [12:52] Kamion: i am sure it will everywhere != sparc :P [12:52] So we should know by this time tomorrow. [12:52] I've only tested on powerpc [12:54] sigh, gcc-4.1 FTBFS on powerpc [12:57] LP is going down in 13 minutes, ETD is 10 mins === OculusAquilae [n=oculus@pD95098D0.dip0.t-ipconnect.de] has joined #ubuntu-devel [01:09] Kamion: gcc on ppc needs bootstrapping [01:16] LP's back === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [01:20] pitti: I think there was a slightly different patch that debian may have taken for 'linda' that achieves the same aim as the current Ubuntu patch (teaching it about our langpack locations) [01:21] Yes. [01:22] sladen: I didn't agree with your patch, and I had already been bugged about localepurge killing Linda's ability to speak. [01:23] wow, #ubuntu-devel had gigantic talk this evening [01:24] it seems fabbione is feeling better today, given the amount of times he talked :P [01:24] grmbl help-ubuntu wiki two wikis fullsearch() does not work grmbl [01:24] StevenK: did the other patch that somebody else sent to you (make linda just use gettext rather than trying to do its own thing) make it anywhere? [01:25] StevenK: since that one avoids the need to patch in the extra patch as the lower-level C libraries are already twiddled for Debian [01:25] Oh, the mygettext thing. [01:25] s/Debian$/Ubuntu$/ [01:26] I was waiting for Debian to hit Python 2.4 [01:26] Since I moved .mo files, I don't think the twiddle in mygettext is needed. === Gerrath [n=Shane_@unaffiliated/gerrath] has joined #ubuntu-devel === alenitchev [n=dmitri@212.118.46.214] has joined #ubuntu-devel === rpedro [n=rpedro@87-196-109-13.net.novis.pt] has joined #ubuntu-devel [01:36] *.ubuntu.com, launchpad.net etc. are disappearing for a couple of minutes for some essential maintenance [01:36] sladen: I saw the sync; thanks [01:37] rodarvus: ahaha === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel === coyctecm [n=coy@a84-230-81-205.elisa-laajakaista.fi] has joined #ubuntu-devel [02:05] slomo_: Debian's 4.1.1-8 didn't show the failure with -fstack-protector, so maybe a problem fixed already upstream; but libgcc now is built with -fno-stack-protector by default === jinty [n=jinty@213-156-52-99.fastres.net] has joined #ubuntu-devel [02:06] doko: ok... i could do some tests with a ssp enabled libgcc in the next week to see if we could enable it again === zul [n=chuck@dsl-72-1-199.219.tel-ott.com] has joined #ubuntu-devel [02:13] hey === kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-devel === netjoined: irc.freenode.net -> brown.freenode.net === mjr [i=mjrauhal@myntti.helsinki.fi] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.1.197.revip2.asianet.co.th] has joined #ubuntu-devel === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-devel === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [02:38] Kamion: could you move libqt4-debug to main? === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [02:41] how can I find out what's keeping a package in 'needs building' ? [02:41] ex: https://launchpad.net/distros/ubuntu/+source/thunar-archive-plugin/0.2.0-0ubuntu2 [02:42] janimo: it just says what it says, the buildds need to catch up === epx [n=Elvis@200.249.192.132] has joined #ubuntu-devel [02:42] janimo: oops, https://launchpad.net/+builds looks like if there's a problem [02:42] pitti: I uploaded last night, I thought it got stuck on something else [02:43] Keybuk: https://launchpad.net/+builds looks bad [02:43] what product would the man page mount.smbfs be? im thinking samba? [02:44] gnomefreak: smbfs package AFAIK [02:44] i tried that [02:45] it wouldnt accept it [02:45] oh, product - well, that would be samba [02:45] i was afraid of that ty [02:45] pitti: I think elmo rebooted all of the data centre last night [02:46] or even is doing so today [02:46] what's the best place to check what changed between various debian policy versions? i.e from 3.6 to 3.7 [02:46] the policy manual does not seem to have a history or changelog [02:47] janimo: changelog.gz and upgrading-checklist.txt.gz in the debian-policy package [02:47] Keybuk: ok. I looked at the changelog but missed the other, thanks [02:49] Keybuk: can you give-back totem on amd64, please? [02:49] Mithrandir: also given back on sparc and ia64 [02:49] Keybuk: cheers [02:50] Riddell: done === pygi [n=pygi@83-131-242-59.adsl.net.t-com.hr] has joined #ubuntu-devel [02:50] thanks === thierryn [n=thierry@modemcable251.69-131-66.mc.videotron.ca] has joined #ubuntu-devel === jjesse [n=jjesse@64.186.55.234] has joined #ubuntu-devel === ogra wonders if anastacia is confused ... it wants to demote ltsp-manager to univers ... that has never been in main [03:16] ltsp-manager | 0.0.1-1 | edgy | source [03:16] the source is in main === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [03:17] ltsp-manager | 0.0.1-1 | edgy | source [03:17] ltsp-manager | 0.0.1-1 | edgy/universe | all [03:17] oh Keybuk already said that [03:17] ogra: anastacia doesn't get confused in that kind of way [03:17] thats intresting ... [03:17] BTW see https://launchpad.net/distros/ubuntu/+source/ltsp-manager, "Component: main" [03:17] how did that end up there ... i never promoted it [03:18] the person NEWing it probably just thought "oh it's ogra, he's going to want it in main eventually anyway" [03:18] it should be demoted for now [03:18] yep [03:18] anyone knows who Michael T. Richter is ? [03:18] its not ready and the spec wasnt finished or approved since its a pet project of mine === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel [03:18] so it may slowly move to main over time with added features :) [03:19] sivang: https://launchpad.net/people/ttmrichter [03:19] Kamion: it was me, I think [03:20] and I'm reasonably sure ogra _asked_ me to NEW it into main at the time [03:20] heh [03:20] Keybuk, dont worry, it will end up in main at some point ... but since the spec wasnt handled at all univers is the right place for now ... [03:21] hmm, i cant remember asking explicitly for main === wasabi [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel [03:21] Hobbsee: interesting, he's even an Ubuntu member so LP says [03:21] especially since i fear the wrath of pitti :) [03:21] ogra: hm? [03:21] sivang: very [03:21] pitti, for movig stuff to main past your back ;) [03:21] ogra: oh, ltsp-manager ;) (well, that doesn't sound particularly fearsome) [03:22] oh, well, that :) [03:22] it isnt ... [03:22] only a gui to existing scripts that are in main already === olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu-devel [03:22] but it should have a certain level of quality for main [03:22] yep [03:22] ltsp-manager has a rootkit - or so ogra told me in private :D [03:22] iwj: you should be able to do that gsfonts-x11 merge RSN [03:22] and its still in development ... [03:22] oh, I was not supposed to say this in public :P [03:22] rodarvus, shhh [03:23] damn ... === ogra moves the rootkit directly into ltsp ... so nobody sees it [03:23] rodarvus: bit of luck nobody uses edubuntu anyway [03:23] :) [03:23] Keybuk, hey, we're place 58 (or so) on distrowatch ! [03:23] heh...ogra owns you [03:23] world domination is coming! [03:23] Keybuk: if you have 5 minutes and have something I can bribe you with, I'd really really appriciate it if you went over SysteCleanUpTool and see if you have any more commments, or otherwise promote it to pending approval :-) [03:24] yay [03:24] Keybuk, and dont forget X is in edubuntu hands now :P [03:24] ogra: which puts you below "Pentoo", "SLAX", "Puppy", "GeeXboX", "VideoLinux", etc. [03:24] as all the important projects (like ltsp and tuxmath) [03:24] though, amusingly, above Novell ... so rock on [03:25] I know some novell employees who would start frothing at the mouth if you mentioned that [03:26] and start pointing at reviews claiming their upcoming release is "even better than ubuntu" [03:26] tseng: and in various areas, they're probably right [03:26] Hobbsee: you know him ? [03:26] Keybuk: there are alot of good things to be sure [03:27] they've spent a huge amount of money on software development for NLD [03:27] usability testing [03:27] tseng: so ubuntu is the touchstone for novell now? pretty sweet ;) [03:27] and I don't think that's a bad thing [03:28] while we pave new usability frontiers by breaking gnome in interesting ways [03:28] and Launchpad [03:28] heh [03:29] i find it funny that someone spends lots of many and then came up with "start button", something others allready discovered before then :) [03:29] them [03:29] it's something I've talked to jdub about a lot -- the fact that we don't _want_ to seriously dent Novell or RHEL's market yet ... because we don't spend any money on software development, and they spend HUGE amounts [03:29] Kamion, with the seeds kept in bazaar.lp.net what's their relation to the seeds in ~cjwatson? And is there still a need to mirror my local xubuntu seeds there? I see the cronjob is getting every 15 minutes still [03:29] ivoks: its quite a bit more elegant than "a start button" [03:29] Kamion: Aha. RSN != now ? I have it sitting around here I think. Err, unless I cleaned it up. Anyway, it was easy. [03:29] if we made them disinterested in their Linux distros, we'd lose a lot of our upstreams (like gcc, glibc, most of GNOME, etc.) [03:29] Keybuk: Right. In a lot of ways, we're as dependent on Novell and RH as we are on Debian === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [03:29] janimo: ~cjwatson is a pulled copy of bazaar.lp.net now, for convenience [03:29] tseng: at least something :) [03:30] Keybuk: totally. [03:30] janimo: a need to mirror your local xubuntu seeds where? [03:30] Keybuk: Interestingly, this is something that Sun claim as well [03:30] ivoks: its in the same spot and it launches programs is about the only similarity [03:30] lol [03:30] mjg59: in which sense? [03:30] mjg59: they do have some code in GNOME no ? [03:30] Kamion: you had a script which still seems to be running to mirror my local xubuntu seeds on people.u.com (since I did not commit there) [03:30] That is, their aim is to ensure a thriving market that they can happily live in rather than to utterly dominate it [03:30] tseng: and what else should it do? :) === sivang notices at least a dozen files with people from Sun copyrighted [03:30] pitti, wwwconfig-common is listed fro main inclusion ? [03:30] ivoks: try it. [03:31] (At least, this is what certain people in Sun claim) [03:31] ogra: no, I fixed backuppc [03:31] janimo: it's pulling from bazaar.lp.net, like the others [03:31] ogra: anastacia is just lagging behind [03:31] ivoks: it borrows from ideas from Gimmie [03:31] pitti, ah, cool :) [03:31] janimo: it's just for convenience - you can ignore it if you like [03:31] mjg59: *nods* I think that's the right thing for Ubuntu -- be the lead of the community distros, and let RHEL and NLD take the corporates ... but certain people would disagree, I'm sure === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has joined #ubuntu-devel [03:31] (since bazaar.lp.net doesn't give a web-viewable working copy) [03:31] ivoks: and ties in beagle [03:31] Ubuntu has done wonders in bringing Linux to people who'd never consider RHEL or SLED [03:32] tseng: i don't see how beagle is good, but that could be only me :) [03:32] ... [03:32] ivoks: go sit in the corner :) [03:32] There's absolutely no requirement for us to try to bring Linux to people who are already using Linux [03:33] Kamion: but can I remove my branch on the local server which is mirrored to rookery every 15 minutes? since seeds are on LP now [03:33] mjg59: yet [03:33] ivoks: Ever [03:33] janimo: that was only for dapper - I've just changed the branch there to pull from bazaar.launchpad.net rather than from startx.ro [03:33] ivoks: ever? [03:33] mjg59: there is a group in the documentation team that is trying to help out with a switching from windows to *ubuntu guide [03:33] funny, http://security.ubuntu.com/ubuntu has a star trek favicon now :) [03:33] janimo: so yes, you can remove it now [03:33] Kamion: ok, thanks [03:33] jjesse: That sounds absolutely excellent [03:34] mjg59: oh, i have misread you :) === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has joined #ubuntu-devel [03:34] so I worked with a guy at work about building an ubuntu server in another data center === Zdra [n=zdra@165.251-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [03:34] as a result he installed kubuntu at home and loves it [03:34] mjg59, Keybuk: grmmmphrrm [03:35] and is totally excited about putting xubuntu on old hardware [03:35] and it being useful. === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has left #ubuntu-devel [] [03:36] jdub: I'm a pretty firm believer that it's better to get free software to as many people as possible, rather than worry about whice specific free software they're going to use [03:36] Obviously I have preferences about which free software they should be using, but... [03:37] we are converting our servers at work from redhat to ubuntu [03:37] zul: thats taking me forever [03:37] iwj: when xfonts-utils is up. Mithrandir seemed to think it would just be a sync; were there other local changes? [03:38] tseng we only have like 10 servers though [03:38] i allready did that :) [03:38] yeah, lucky you === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-devel [03:38] + i have left the company that didn't want to do that :) [03:38] ivoks: hey, I heard you're working on a printer config tool? is it pygtk based? [03:39] janimo: yes, pygtk, but atm i'm occupied with my exams, so i'll continue the work trough summer [03:39] Kamion: I don't remember. I'll look at it tomorrow; I've got a head full of dpkg dependency tangle today. [03:39] mjg59: you'll be pleased with me - there is now a PlasticAnalFlamingDeath page on the gnome wiki === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [03:40] ivoks: I am interested in such a tool for xubuntu, so just wanted to make sure you try using no gnome libs :) [03:40] iwj: UVF is *start* of Thursday I believe, so perhaps we can go with Mithrandir's opinion that it can be synced. [03:40] jdub: i can only find http://live.gnome.org/GiveMeUtf8OrGiveMeDeath on the wiki :-p [03:40] Keybuk: can you please sync jabber.py_0.5.0-1.3.dsc from Debian incoming to clean up some anastacia mess? [03:40] janimo: no gnome libs... plain simple pygtk [03:41] *start* of Thursday> Oh, bugger. [03:41] ivoks: and gtk2.10 printing stuff instead of libgnomeprint? [03:41] I'll go and read it now. [03:41] pitti: in the middle of a daily sync atm [03:41] iwj: gsfonts-x11 is syncable so unless you have something apart from the merge bits of it, I'll ask for a sync. [03:41] Keybuk: want a bug report instead? [03:41] pitti: please [03:42] janimo: i just want the tool that will add/remove/config printers, nothing else [03:42] tseng: cool stuff [03:43] Mithrandir: There's one change that gets dropped if you just sync. http://merges.ubuntu.com/g/gsfonts-x11/gsfonts-x11_0.17ubuntu4.patch search for remove_old_fontpath, the change to the value of XF86CONFIG. [03:43] iwj: hm, indeed. Is that filed in the Debian BTS? [03:44] iwj: also, AIEE at changing xorg.conf/XF86Config with grep. === pygi [n=pygi@83-131-253-207.adsl.net.t-com.hr] has joined #ubuntu-devel [03:45] ivoks: you said you wanted to talk about backup stuff? [03:45] I don't think it's reported in the BTS. But it wasn't clear to me whether we want to keep it since it's probably messing about with things that were only relevant in old config files. [03:45] sivang: hm...? could you remind me? [03:46] iwj: I think so, and so dropping that change should be fine. IMO, at least. [03:46] Yes, and editing it is a bit grim. [03:46] ivoks: no idea, you just wante to talk about it , and I had to go :-/ I guess youve forgotten [03:46] iwj: ok, so you're fine with me asking for a sync, then? [03:46] Right. I thought it wasn't needed but I wasn't sure so my upload was going to keep the change but if you also agree it should be dropped then we should sync it. [03:46] Yes. [03:46] sivang: heh, i really don't remeber :/ [03:46] iwj: great, sync requested, thanks. [03:47] sivang, ^_^ [03:47] Mithrandir, Kamion: Thanks. [03:47] jdub: Shame I'm not allowed to read it [03:47] mjg59: sorry. === jinty [n=jinty@213-156-52-99.fastres.net] has joined #ubuntu-devel === iwj goes back to fixbyrm->clientdata->istobe et al. [03:48] swap you for gparted [03:48] Kamion: No way :-). [03:48] hate hate hate random whitespace changes *all the time* [03:49] it would be ok if the result were something sane rather than a different horrible mish-mash each time round [03:49] pitti: http://security.ubuntu.com/conspiracy/ ;) [03:50] maswan: :) I saw the redirection to your mirror, I just found it funny [03:50] haha [03:50] hehe [03:51] it would be nice to see python-lcms [03:52] pitti: security updates is almost as taxing as releases, we've been bumping into our 2Gbit/s networking limit several times, http://www.acc.umu.se/technical/statistics/ftp/monitordata/ [03:53] maswan: ooh. [03:54] hooray for the swedish conspiracy infecting ubuntu as well :-) [03:54] :) [03:57] hahaha [03:57] maswan: they ubuntu security updates? [03:58] Lathiat: We're hosting security.u.c a while, that's where all the bandwidth use comes from [03:58] ah right, you dont usually host it? [03:59] Nope [03:59] ah right [03:59] damn thats a lot of traffic [03:59] perhaps from the kernel update? [03:59] Normally we just host the se.* stuff, but we step in and help out with a few other DNS names now and then. [03:59] theyd be quite large [03:59] ooffice is no light-weight either [04:00] when did that come out? === Lathiat can't see a USN for OOo [04:00] USN-313-1 [04:00] Date: Wed, 12 Jul 2006 15:09:24 +0200 [04:00] oh id gone past it [04:00] heh [04:00] righto [04:00] Kamion, Mithrandir: can anybody else than infinity hand-build a package on a buildd? [04:01] doko: ttbomk, no. === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel === CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-devel [04:03] TheMuso: hi [04:03] janimo, have you seen the changes to the edubuntu-xfce spec ? [04:03] doko: probably cprov can. [04:03] TheMuso: do you know if orca is planned for edgy (it's in universe now) [04:04] ogra: I am subscribed to it [04:04] oki [04:04] ogra: but do not remember details, are you thinking about anything in particular ? [04:04] janimo, it will cause some extra work on your side the way it was finalized [04:04] Kamion: what's the netdev group on Debian for? [04:04] ogra: it's not yet decided how to make metapackages and seeds right? [04:04] janimo, its approved [04:05] ogra: ok, I'll take a look now [04:05] take your time ... i just wanted to notify you [04:05] (we wont be able to jump on it right away anyway) === stratus [n=ubuntu@200217140088.user.veloxzone.com.br] has joined #ubuntu-devel [04:09] ogra I would have preferred gnome-desktop-core + edubuntu-packages instead of splitting xubuntu-desktop but should have commented earlier :) [04:09] as there is an xfce metapcakge already which could be a drop-in for gnome-desktop metapackage [04:09] janimo, its based on mdz's suggestions as it is now [04:10] so are you planning abiword/gnumeric as well or other apps besdies xfce core? [04:10] we'll have a common base and either of us has a toplevel package === eggauah [n=daniel@150233.cps.virtua.com.br] has joined #ubuntu-devel [04:10] I thought OOo was a requirement for certification exams so should stay in edubuntu [04:10] which gets you into the situation that you have to maintain two seeds indeed ... [04:11] yep [04:11] Keybuk: any idea of why the control-center gnome-applets gnome-session uploads made some hours ago are not published? [04:11] thats what we'll solve in the toplevel package in edubuntu [04:11] so you only need xfce desktop no other additional apps? [04:11] yep === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === FunnyLookinHat [n=funnyloo@167.246.8.60] has joined #ubuntu-devel [04:12] we'll ship thunar only idf there is space on the CD for example [04:12] and adjusting the existing xfce metapackage (it's close already) and getting that on the edubntu CD without doing anything with seeds is not possible? [04:12] seb128: probably stranded or lost [04:12] and split edubuntu-desktop in gnome desktop +edubuntu specific [04:12] we'll need a topleven package that adds the missing bits ... but the xfce package should be our common base [04:12] *toplevel [04:12] right [04:13] edubuntu-desktop will stay as is [04:13] seb128: will investigate in a minute [04:13] we'll add a edubuntu-xfce-desktop package that depends on xfce-desktop and adds the missing pieces [04:14] Keybuk: thank you [04:14] so you can just have a new edubuntu-xfce-desktop which is xfce4 plus missing pieces (which overlap edubuntu desktop a lot) [04:14] yep [04:14] but in this case nothing xubuntu needs to change as I see it [04:15] you just use the existing xfce metapckage and build a new edubntu around it [04:15] if the xfce package has the suffuicient bits no... [04:15] anyway, its up to rodarvus to implement it :) [04:16] cool, as xfce4 is not used by xubuntu (it's the old debian xfce all-in-one desktop) and we specify every dep explicitely in xubuntu-desktop I think we're fine [04:16] janimo, then ewe cant use it [04:16] janimo, what we want is the base of xubuntu [04:16] i thought you use the xfce4 package [04:16] but the base of xubuntu is xfce core (which is in xfce4) + non-xfce apps which you said you wont use [04:16] doko: lamont mind be able to [04:16] s/mind/might/ [04:17] ogra, more or less overlap but don;t use it directly, it's in universe [04:17] but yes we can make a common core to make sure we do not diverge or have other surprises [04:17] janimo, yeah [04:17] I just wanted to be sure I don't need to split or add extra stuff to xubuntufor this, as a metapackage would do [04:17] Keybuk: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352713 [04:17] Debian bug 352713 in base-passwd "Subject: base-passwd: Please add netdev and powerdev groups" [Wishlist,Closed] [04:18] and to make sure that we dont duplicate meta packages .i.e pulling xfce4 to main would be silly [04:18] tomorrow it he last day for accepting new versions of programs right? [04:18] s/he/the [04:18] Keybuk: I was planning to ignore that user-setup change for edgy unless told otherwise [04:18] ogra so now xubuntu-desktop directly depends on each xfce component and non-xfce app. xfce4 metapackage depends on xfce components and is in universe [04:19] any xfce meta package that brings xfce core components to edubuntu is fine with me [04:19] and does not need xubuntu seed changes === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel [04:20] janimo, the point of the spec is that you maintain the corfe package and we maintain the add-on package [04:20] *core [04:20] I am happy to help with any other xfce issue though :) if some gnome-like bits are missing or anything that need coding [04:20] since xfce is your domain [04:20] ogra, ok sure I maintain that, only not via seeds. Ok? [04:20] so I keep an uptodate metapackage of xfce core [04:20] atm xubuntu-desktop depends on a gnome app that isnt around yet [04:20] no, i think mdz will object if you dont do it via seeds [04:21] lamont: ping ^^^ [04:21] Kamion: yeah, I just encoutered netdev via dhcdbd [04:21] hmm, will have to see why then. Is it needed for the CD boot menu? [04:21] Kamion: we can always add them later if we want [04:21] nvm looks like it was fixed [04:21] janimo, but lets wait until rodarvus and mdz are around ... i'm not the guy who will implement that spec [04:22] (i'll likely maintain the seeds on the edubuntu side, but thats all= [04:22] ) [04:22] seb128: dude, you'll have to be more specific [04:22] WHICH builds are missing? [04:23] or are sources missing? [04:23] Keybuk: not builds, but new versions listed [04:23] Accepted gnome-session 2.15.4-0ubuntu1 (source) [04:23] Accepted gnome-applets 2.15.1.1-0ubuntu1 (source) [04:23] Accepted control-center 1:2.15.4-0ubuntu1 (source) [04:23] https://launchpad.net/distros/ubuntu/edgy/+source/gnome-applets by example list [04:23] 2.14.1-0ubuntu3 [04:23] seb128: they're not missing? [04:24] not 2.15.1.1-0ubuntu1 [04:24] hum [04:24] see, this is why you need to be more specific [04:24] k [04:24] the example I just gave is clear? :) [04:24] https://launchpad.net/distros/ubuntu/edgy/+source/gnome-applets claims "Current version: 2.14.1-0ubuntu3" [04:24] 2.15.1.1-0ubuntu1 has not yet been published, likewise the others [04:24] Keybuk: cam you see if vmware-player i did for security actually went to security yesterday? [04:24] zul: no, ask pitti [04:24] Keybuk: ok, any idea of why? ;) [04:24] pitti: ping [04:24] hi zul [04:25] seb128: what time did you upload them? [04:25] Keybuk: around 3-4 hours ago [04:25] hi pitti can you check vmware-player for me? [04:25] zul: I released it some time ago, but security updates seem to have trouble trickling trough the mirrors === [PUPPETS] Gonzo [i=gonzo@80.69.47.16] has joined #ubuntu-devel [04:25] ah ok...thanks [04:25] zul: I'll wait after next cron.daily and check again [04:25] zul, dont forget about the modules package :) [04:25] -rw-r--r-- 1 lp_upload lp_upload 2402 Jul 12 11:25 ../ubuntu-queue/accepted/upload-20060712-113230-000626/control-center_2.15.4-0ubuntu1.dsc [04:25] that's the one? [04:25] ogra: it is the modules package :) [04:25] yep [04:25] one of them [04:25] zul, heh, ok :) [04:26] gnome-session and gnome-applets around the same time too [04:26] I uploaded them before lunch [04:26] 70490 | S- | control-center | 1:2.15.4-0ubuntu1 | 3 hours 50 minutes [04:26] | * control-center/1:2.15.4-0ubuntu1 Component: main Section: x11 [04:26] it's in accepted [04:26] the buildds are slacking :P [04:26] so that's just the launchpad UI lagging? [04:26] 70498 | S- | gnome-applets | 2.15.1.1-0ubuntu1 | 3 hours 40 minutes [04:26] | * gnome-applets/2.15.1.1-0ubuntu1 Component: main Section: gnome [04:26] good too [04:27] 70500 | S- | gnome-session | 2.15.4-0ubuntu1 | 3 hours 30 minutes [04:27] | * gnome-session/2.15.4-0ubuntu1 Component: main Section: gnome [04:27] those three? [04:27] yep [04:27] publisher is dead [04:27] there were many reboots in the DC today ... === Petaris [n=Petaris@216.56.37.162] has joined #ubuntu-devel [04:28] yeah [04:28] Keybuk: which would explain why they have not been published :p [04:28] LP never comes back from a reboot === Keybuk gets the gloves and lubricant out [04:28] oh dear... [04:28] that sounds nasty [04:28] I'm sure you can get it back to life, thank you :) [04:28] :) === ogra goes mowing the lawn ... [04:28] ;) [04:28] i cant bear seeing Keybuk doing that === sivang turns away his sight === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-devel === TomB_ [n=ownthebo@ACBDD4D5.ipt.aol.com] has joined #ubuntu-devel [04:30] Is there a doc that will tell me how to compile glibc-2.3.4 for ubuntu? === Lathiat wonders why you would want to do that [04:30] I have searched the wiki at www.ubuntu.com but found nothing [04:31] Lathiat: I need glibc-2.3.4 to satisfy a pesky app, I want to compile and install it in /opt/lib [04:31] why won't the app work with 2.3.6 ? [04:31] so the system can use 2.3.6 but I can LD_PRELOAD that app with 2.3.4 [04:31] Petaris: you'd be better off reading the glibc docs [04:31] Keybuk: I don't know, tech support didn't elaborate [04:32] it's pretty much ./configure --prefix=/opt/lib && make && sudo make install [04:32] with a couple of days of waiting in the middle [04:32] Keybuk: Yeah, I have been, but I didn't know if there was anything speacial that had to be done for ubuntu [04:32] Petaris: only if you want an Ubuntu glibc package ... which clearly you don't [04:32] oh, ok [04:33] also it complains that I am trying to build in the source directory [04:33] then don't build in the source directory -- see the glibc docs [04:34] seems to want to be built in a seperate build directory but I'm not sure how I should move the object files [04:34] is it as simple as just coping them? [04:34] mkdir build && cd build && ../configure --prefix=/opt/lib && make && sudo make install [04:34] quite frankly though, if you don't know how to do this, you really shouldn't be doing it ;) [04:34] seb128: right, so that's the buildd slave and queue resurrected [04:35] be back later [04:35] Keybuk: Last time I built glibc I was using Gentoo, and I've never had anything complain about being built in a source dir before === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel [04:36] that's a glibc thing, I'm sure [04:36] oh === seb128 hugs Keybuk [04:36] Keybuk: thank you ;) [04:36] seb128: still got to resurrect the publisher yet :-/ [04:38] Keybuk: that sounds like my security updates could eventually appear, too === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === cpercy [n=saeed@80.66.177.166] has joined #ubuntu-devel [04:39] 14:39:14 INFO After paring out any builds for which we lack source, 2443 NEEDSBUILD [04:39] right [04:42] Is jeff bailey here ? === cpercy [n=saeed@80.66.177.166] has joined #ubuntu-devel === TomB| [n=ownthebo@ACBDD4D5.ipt.aol.com] has joined #ubuntu-devel === _TomB [n=ownthebo@ACBDD4D5.ipt.aol.com] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === cpercy [n=saeed@80.66.177.166] has joined #ubuntu-devel === rpedro [n=rpedro@87-196-109-13.net.novis.pt] has joined #ubuntu-devel [04:54] Well, I haven't changed a line of code yet and I've already found three bugs so far ... [04:54] iwj: dpkg? [04:54] Yes. [04:54] ... [04:54] Admittedly I think two of these bugs are from the same patch. [04:55] But I'm not doing archaeology now to find out. [04:55] Oh, they're generally too complicated and obscure to bother explaining. [04:55] The best one is that if A conflicts with B and you say dpkg --install A.deb B.deb with neither installed it works. === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === Keybuk writes a quick RpmPackageManager spec === epx [n=Elvis@200.249.192.132] has left #ubuntu-devel ["Leaving"] [05:06] Keybuk,iwj: which reminds me, did I point you guys to http://kitenet.net/~joey/blog/entry/rpm_hell.html ? [05:06] yeah you've mentioned that before [05:06] "RPM uses a "best effort" algorithm when doing upgrades. What actually happened here is that the previous versions were removed as part of the upgrade process, and the newer versions were installed. At least as much as possible. :-) As many files as could be removed from the old install were, and that install was removed from the RPM DB. As much of the new stuff as could be installed was, but the install of some items f [05:07] yeah, that bug is really special [05:07] RPM famously doesn't bother to check the return value of syscalls [05:07] oh that [05:07] Keybuk: at least most of the exit() calls in librpm are gone now [05:07] (yes, but not all) [05:07] their reasoning was that RPM implements a "verify" function, which is more reliable [05:08] wow, that bug is _still_ getting comments? === Evaso2 [n=Marem@host145-197.pool8249.interbusiness.it] has joined #ubuntu-devel [05:09] Keybuk: hi, i have talked with tony the n-m pptp plugin developer [05:10] doko: ping? [05:11] Keybuk: the problem is The default installation of pppd on most [05:11] distros however, provides an ip-up script which is called by pppd directly [05:11] when an IP connection is established [05:12] right, making n-m's VPN plugins work properly involves breaking our default installation [05:13] n-m works at the cost of "no n-m" working === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-devel [05:13] keybuk: i see that the /etc/ppp/ip-up/ip-up.d/000-usepeerdns use an env variable [ "$USEPEERDNS" ] || exit 0 === Hobbsee wonders who did wpa_supplicant. [05:14] Keybuk: we can workaround nm-plugin controlling this env variable so ip-up doesn't modify resolv.conf [05:15] Hobbsee: we just sync'd that, why? [05:15] sfllaw: ping? [05:15] Evaso2: feel free, if you can get a working NM VPN setup which doesn't break the system working without NM, we'll gladly accept the patches [05:15] fabbione: sick today [05:15] oh right [05:16] Keybuk: i havent checked the debian version, but the wpa_supplicant parameter for ndiswrapper changed to be wext, instead of ndiswrapper. [05:16] i'm assuming debian version picked it up [05:17] Keybuk: ok i talk with the upstream author if it would integrate this feature so all ip-up distro could work around this resolv.conf issue [05:17] because i cant seem to force my ndiswrapper card to use the wpa encryption via knetworkmanager in dapper, and we probably dont want to have that problem in edgy too. [05:17] bleh. my brain died. feel free to ignore that. [05:17] Hobbsee: do you feel like doing 2 merges in main? i will sponsor them [05:18] fabbione: which ones? [05:18] Hobbsee: wvdial and wvstreams please. [05:18] Hobbsee: sfllaw is sick so if somebody can take care of those it would be lovely === Hobbsee will look at them. no more commitment than that at the moment. [05:20] Hobbsee: ok i recall the changes to wmdial to pretty simple. dunno about wvstreams [05:20] er, I thought I synced xfonts-utils - what happened to it? [05:21] oh, no, Mithrandir uploaded it [05:21] Mithrandir: still here? [05:21] Hobbsee: all wifi drivers should be forced to work with wext [05:21] siretart: right... [05:22] Mithrandir: you forgot to use -sa [05:22] oh, he's gone - I'll fudge together the upload [05:22] Kamion: can you get the diff.gz and dsc out of the queue? [05:22] yeah exactly [05:23] yup [05:23] fabbione: pong [05:25] fabbione: in all honesty, i dont think my brain will get around those merges well enough tonight. it's about 1.30am at the moment [05:26] fabbione: if i merged it now, i'd be guessing, without a clue of what i was doing - and i dont think that's what you want [05:26] Hobbsee: ok thanks. Fair enough [05:27] fabbione: usually, i'd say yes. or give it a shot at least. but i think tonight, my brain's a bit far gone :P [05:27] Hobbsee: no problem [05:28] fabbione: I can look at wvdial, I think I roughly know what we changed === heno_ [n=henrik@henrik.gotadsl.co.uk] has joined #ubuntu-devel [05:29] pitti: probably a good idea - i dont see anyone else volunteering for it === pitti grabs wvdial then [05:29] pitti: ok === Hobbsee looks at wvstreams [05:29] ah ha - this one looks doable (i think) [05:29] pitti: you can also drop the sparc bit [05:29] pitti: you still have mesa on your list, no? [05:30] pitti: it was wrong [05:30] Keybuk: mesa -> Robot101 [05:30] Keybuk: yes, but no clue about it [05:30] hem [05:30] Keybuk: mesa -> rodarvus [05:30] ok [05:30] WTF === Robot101 runs away :D [05:30] Keybuk: he is already looking at it [05:30] STUPID XSF BUILD SYSTEM [05:30] Kamion: ? [05:30] rm -f debian/*.config \ [05:30] debian/*.postinst \ [05:30] ... [05:30] Kamion: you need to call it postinst.in and add a call to genscripts in debian/rules [05:30] fabbione: wvdial? sparc? hmm? [05:30] note that the postinst needs some special stuff in it [05:31] Kamion: let me find a snippet for you [05:31] fabbione: tackling wvstreams [05:31] Hobbsee: good :) [05:31] fabbione: an example package would be fine [05:31] Kamion: xorg-server has one very simple postinst.in and one call to genscript [05:31] Kamion: i was digging it from there [05:32] thanks [05:32] Kamion: all the keywords at the beginning are mandatory [05:33] Kamion: bah, sorry. Also, thanks. [05:34] fabbione: yep, i can do this one. MoM's weirded out again - saying that a section of debian/rules that look the same to me are, in fact, different. besides that, in both versoins, they're commented out. heh. [05:34] Robot101: that's some pretty unfortunate delegation right there [05:34] Hobbsee: perfect.. let me know when you are done and i will upload for you === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === Hobbsee considers throwing it at the builds without testing...no...no...i cant do that... [05:35] fabbione: got a quick place to build it, by any chance? my machines already building kopete... [05:35] Hobbsee: yeah send the source here [05:35] Hobbsee: can you upload to main? [05:35] f not just send it here === Hobbsee raises an eyebrow at fabbione [05:35] fabbione: i'm going for MOTU at the next meeting, actually [05:35] Hobbsee: yay! [05:35] fabbione: only if you're using shell-lib ;) [05:36] Hobbsee: cool [05:36] fabbione: assuming i wake up. [05:36] Kamion: yes, but it's a good idea to keep it consistent.. really... [05:36] thom: :) === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel [05:36] fabbione: grabbing a debdiff for you now [05:36] Hobbsee: thanks [05:36] I guess [05:37] seems like massive overkill for this postinst, but ok [05:37] fabbione: brain freeze - debdiff would be the new version versus the old ubuntu version? or the current debian? [05:37] Hobbsee: debdiff oldversion newversion [05:37] | mail -s'debdiff' fabbione@ubuntu.com [05:38] Hobbsee: one of the good things about unix.. it's always $command $from $to [05:38] or at least should be... [05:38] fabbione: i'm more asking which the "oldversion" would be - the old ubuntu, or the old debian? [05:38] i'm assuming the old ubuntu [05:38] old ubuntu [05:38] fabbione: bah, merging was easy, but Debian's package doesn't build on current edgy (some obscure C++ error); I'm afraid we need to merge wvstreams first [05:39] Hobbsee: that depends on whether you want a reverse diff or not. :-P [05:39] Mithrandir: heh === Hobbsee tickles Mithrandir before he can run away! [05:39] pitti: getting therre... === _TomB [n=ownthebo@ACBDD4D5.ipt.aol.com] has joined #ubuntu-devel [05:40] maswan: ping [05:40] pitti: pong [05:40] maswan: http://archive.ubuntu.com/ubuntu/pool/main/s/shadow/ now has shadow_4.0.13-7ubuntu3.2.dsc, but security.u.c doesn't yet have it [05:40] maswan: is that a problem on our or your end? [05:41] fabbione: sent [05:41] Hobbsee: got it thanks [05:41] fabbione: :) [05:42] pitti: We sync hourly, apparenlty it wasn't there at :13 this hour. I can send off a new sync though, if you want. === Hobbsee waves to pitti, but doesnt stomp on his feet today [05:42] maswan: it's a fairly 'OMG the sky is falling' update, I just need it fairly quickly since i have to leave soon [05:42] Hobbsee: usually they're different in whitespace [05:43] I'd be using -w everywhere, if it wasn't for Python [05:43] Keybuk: yeah, good point [05:43] pitti: Ok, working on getting it here ASAP. [05:43] maswan: the archive system wasn't working 30 minutes ago [05:43] if you sync now, it will be there [05:43] Keybuk: who's on the tech board meeting this week, approving people? you? [05:43] Hobbsee: there is no tech-board meeting this week [05:44] Keybuk: s/this/next === wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel [05:44] i'm glad there isnt, otherwise i'd have to live in the past. [05:44] Hobbsee: I'm not sure I understand the question [05:44] Waiting for the rsync, donig a quickie so Packages* will be outdated until pool/ updates (normally we do the two-stage thingie) [05:44] I actually won't be present for next week's TB meeting [05:44] Keybuk: right, that answers half of it. the other half is "who will be? [05:45] Hobbsee: I cannot answer for who will be [05:45] Keybuk: okay [05:45] why? === Hobbsee was curious, that's all [05:45] the TB is mdz, mjg59, sabdfl and I [05:45] sabdfl rarely turns up === Yvonne [n=01101110@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel [05:45] true === maswan mumbles about samba updating slightly before shadow and drums fingers impatiently [05:50] Keybuk: actually, i probably should tell you - applying for upload rights to universe, and was wondering who id' be up against [05:50] BenC, ping [05:50] imbrandon: pong [05:52] maswan: oh, cool, then I can release the other two USNs as well :) [05:52] BenC, i got a quickie question about the linux-source-* packaging, specificly is there a reson it dosent show as an upgrade when a new one is avail , like when the kernel is updated ? ( this is a problem for those of us that use non included nic drivers like nvidia nforce ) [05:52] imbrandon: it's because you don't have the meta package installed, I would guess [05:53] just wondering if there was a specific reason its not upgraded with dist-upgraed also i guess is my question ) [05:53] imbrandon: sudo apt-get install linux-686, or linux-386, or whatever flavour it is you use [05:53] same reason [05:53] ahh right i do that but also install linux-source-* [05:53] the meta package is the only thing that will keep you up-to-date [05:53] right but the kernel does update just not the source [05:53] ah, ok, so there's no linux-meta package for the source [05:53] hmm [05:53] why do you need the source? [05:53] right right [05:54] why not use the linux-headers packages, which do have meta-packages? === Gman [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel [05:54] me specificly i have to recompile my nic drivers against it every update ( but vmware server and other things need it too ) [05:54] hrm [05:54] the headers provide exactly that [05:54] pitti: pool/main/s/shadow/shadow_4.0.13-7ubuntu3.2.dsc [05:54] hrm yea , is there a meta for the headers so they get updated ? [05:54] the source isn't meant for compiling modules [05:54] pitti: can you verify everything got there properly? [05:54] maswan: thanks a lot! [05:55] maswan: my apt seems happy at least. [05:55] Four. [05:55] linux-headers-$flavour [05:55] pitti: new wvstreams is up [05:55] same as the linux-image metapackage [05:55] ahh nice BenC , ok thanks sorry to bother you for something so trivial i'm sure you got lots of wrok to do ;) [05:55] fabbione: yay; I looked at the debian diff, that was the reason for the build failure; however, I'll still test before I upload [05:55] pitti: ok [05:55] does busybox not have job control or something? [05:56] ogra: mind if I take care of xfonts-terminus? I think it can be synced [05:56] elmo: depends on the config [05:56] s/wrok/work === lloydinho_ [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-devel [05:56] imbrandon: no, but in the future, questions like this belong in #ubuntu, or if it's kernel specific, you can try #ubuntu-kernel [05:56] s/no/np/ [05:56] Kamion, fine with me ... i still have a long night ahead with g-p-m [05:56] sure thing [05:56] ;) [05:56] ok === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel [05:57] MoM output should be up to date again now === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [05:58] Mithrandir: well, if you needed samba stuff from universe, it wouldn't be getting happy until about now [05:58] Keybuk: please unblacklist xfonts-scalable; you have it open [05:58] it => sync-blacklist === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel [06:00] Kamion: ok === robitaille [i=robitail@w069-isc.wireless.uvic.ca] has joined #ubuntu-devel [06:00] Keybuk: Would it be detramental to downgrade binutils? [06:00] Petaris: dude, you're so going to fuck your system :p [06:00] is the rogue app *really* worth it? :p [06:01] Keybuk: Wouldn't be the first time [06:01] Keybuk: Orginiztions backup system [06:01] :/ [06:01] why not just run breezy instead? === lfittl [n=lfittl@83-65-242-161.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel [06:02] Its also an ltsp server and was recomended that I run dapper === lfittl [n=lfittl@83-65-242-161.dynamic.xdsl-line.inode.at] has left #ubuntu-devel ["Ex-Chat"] === lfittl_ [n=lfittl@83-65-242-161.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === lfittl [n=lfittl@83-65-242-161.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel [06:03] it seems that this version of binutils issues [06:03] http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/e0661bd5e211edf4/46305f3dd0c2266a%2346305f3dd0c2266a === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has joined #ubuntu-devel [06:04] But I don't know what about it is causing the issue [06:04] so I guess I can't say for sure that it is a binutils issue === lukketto [n=lukketto@host26-37.pool871.interbusiness.it] has left #ubuntu-devel [] [06:05] anyone doing speech-tools ? === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [06:06] ok, done it myself (easy -- just a sync) [06:07] iwj: can I take ttf-freefont from you? [06:07] I believe it's a sync - the optional-priority business doesn't actually matter because that's overridden anyway [06:07] sigh. horrid connection tonight, laptop isnt behaving. [06:08] and honestly, who cares whether a udeb is optional or extra [06:08] Hobbsee: probably mdz and mjg59, though you'd have my blessing too [06:08] Keybuk: okay. i'd have your blessing? [06:09] Hobbsee: for ubuntu-dev [06:09] Keybuk: ah :) [06:09] Keybuk: wish you could have an impromtu meeting so i wouldnt have to wake up early for the proper one. [06:10] and be mostly incoheratnt [06:11] If it's before noon, Hobbsee isn't really awake. Typing, yes, but not awake. :) [06:11] bluefoxicy: at 6am though? [06:11] heh [06:11] .... ouch. [06:11] very ouch === bluefoxicy is barely awake and it's 12:03 [06:12] Hobbsee: you're in .au? the problem there is when you're awake, the TB are all asleep [06:12] Keybuk: yes, exactly [06:12] Keybuk: currently it's 2am - i'm a night person, not a morning person [06:12] Riddell can testify to that [06:13] hold the meetings at 3am on a saturday, that way it'll be like 11pm there for hobsee and nobody will really care because we all stay up ungodly late anyway [06:13] haha [06:14] 11pm is 1300UTC - it's not bad. that's when our kubuntu meetings are now [06:14] (you may laugh, but I know like 6 people on another network, in the same channel, that are all in my city, that are all still up at 4am x_x) [06:14] Hobbsee: which is 6am for mdz === Hobbsee effectively said "you're going to have to move it, or you're goign to have to lose me off your committee, because i cant make these meetings anymore) [06:14] Keybuk: yeah, ouch. there's nothing that suits everyone, i know [06:14] can't you move the meetings around? [06:15] some people will miss this month's, some will miss next months, but at least you won't torture the same people over and over or lose them off the comittee [06:15] bluefoxicy: could do. not that many people absolutely must attend - quorums only 3 people, iirc. [06:15] 2 [06:16] Kamion: 3 for kcc. [06:16] bluefoxicy, and as small as the kcc is one missing is sometimes a pita [06:16] out of 6 people [06:16] Hobbsee: oh right, I thought you meant TB [06:16] the problem we have with the TB is that 3 of the board are in the same timezone, and soon, all 4 will be [06:16] Kamion: ah, well, i could be, but as far as i know, i'm not suddenly on the TB, making it mandatory for me to be at all meetings :P [06:16] which means if we rotate the meeting, then you have meetings without Q [06:16] Keybuk, and thats a problem ? [06:16] Kamion: Yes, do. [06:17] I think they took my patch, yes. [06:17] Keybuk: yeah, that's the problem we face too [06:17] imbrandon: it's a problem if the meeting time is rotated [06:17] I reported it and they said they would, anyway. [06:17] Keybuk, ahh yea [06:17] Kamion: (^ all re ttf-freefont) [06:17] split meetings [06:17] Must go and catch train to go climbing now. Talk to you tomorrow morning :-). [06:17] bluefoxicy, those suck [06:17] iwj: enjoy! [06:17] imbrandon: heh, don't want to hold half this morning and half this afternoon? :P [06:18] bluefoxicy: urgh, no thanks. [06:18] iwj: yeah, the Georgian thing was taken AFAICS [06:18] at least then the people who are still around from the morning can relay things, or in the afternoon there are meeting logs everyone can review [06:18] bluefoxicy: they did that once. it was very pointless. [06:19] Hobbsee: the people that needed to talk with eachother weren't on at the same time? [06:19] bluefoxicy: no, more that they decided everything on the first meeting, and the second was just a rehash of the first [06:19] besides, with people applying for things, it's a bit nasty to leave them hanging for half a day. [06:19] bluefoxicy: you'll understand that, once you go up for membership or something. they're big and scary :P [06:19] Hobbsee: ever applied for a driver's license? [06:20] bluefoxicy: yeah, twice. [06:20] "Please take this number and wait in this chair. We'll call you... in about 18 hours." [06:21] bluefoxicy: nah, licencing here is better than that. and i think i made the guy laugh too hard to pay much attention to my driving for the practical test :P [06:21] ok, bluez-utils done === Hobbsee is good at stuff like that :P === bluefoxicy did parallel parking in 5 minutes, failed the test 3 times before they just conferred him a license to get rid of him. [06:24] bluefoxicy: hah. /me got told she did one of the best parallel parks he'd seen all day. and then i havent had to do one since. anyway, this is kinda offtopic [06:24] yes I was waiting for the topic to go back to normal [06:25] heh [06:25] there is such a thing as normal? [06:25] and why am i still up? [06:25] because you aren't asleep [06:25] i should be though. [06:26] drink some catnip tea? [06:26] night all. [06:26] nah, mroe that i'd just get yelled at a lot. nothing major. [06:26] heh no I mean it's a nerve relaxant in humans, it makes you sleep. === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [06:27] anyway what were we talking about, meetings... udebs.... [06:27] yes, meetings [06:27] yes but you were talking about meetings and you're about to pass out [06:27] so that topic is kind of dead. [06:28] no, not about to pass out - not too dizzy yet. [06:29] fabbione: can you put the wvstreams diff.gz/dsc somewhere for me to download? [06:29] pitti: did you want me to send you the debdiff? [06:29] Hobbsee: between current Debian and your merged version would be nice, yes === dsas [n=dean@host86-129-21-120.range86-129.btcentralplus.com] has joined #ubuntu-devel [06:30] pitti: you're pitti@ubuntu.com? [06:30] Hobbsee: yes [06:31] what the...that doesnt look right [06:32] Kamion: you merged gparted! woohooo! :-) [06:32] aye, god knows whether it'll work [06:32] pitti: http://rafb.net/paste/results/ABpbzC62.html [06:32] I started it up and played a bit, though not in installer mode [06:32] hey dholbach [06:32] hey Hobbsee [06:33] Hobbsee: that's base to current ubuntu; I need current Debian to your merged version :) [06:33] ah crud, i knew something had screwed up there! === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel [06:35] hrm, maybe I can run it on my Gentoo box instead [06:35] I'll need to add the drivers of course [06:36] dholbach: wasn't so much a merge as a recreate-from-scratch, btw === bronson [n=bronson@adsl-69-111-166-174.dsl.pltn13.pacbell.net] has joined #ubuntu-devel [06:36] pitti: that look better? http://rafb.net/paste/results/QLEbtu85.html [06:36] pitti: 4.2.2-1ubuntu2 4.2.2-2.1 4.2.2-1 <- wvstream.. same upstream version === Petaris [n=Petaris@216.56.37.162] has left #ubuntu-devel ["Out"] [06:37] Kamion: i noticed - i hope it wasn't too painful [06:38] pitti: if the patch doesn't do i have the diff and the dsc [06:38] hehe, thanks fabbione [06:38] Hobbsee: it'll do, thanks === Hobbsee really only has 3 ways to do that patch - one surely is right :P [06:38] or would be if i was awake [06:39] night all! [06:42] dholbach: could have been worse ... [06:42] $ zcat gparted_0.1-0ubuntu9.diff.gz | wc -l [06:42] 1927 [06:42] $ dscdiff gparted_0.2.5-1.1.dsc gparted_0.2.5-1.1ubuntu1.dsc | wc -l [06:42] 904 [06:43] you dropped the 1000 lines that made it work ? :) [06:43] seb128: are you still editing the DistroMeeting page? [06:44] fabbione: I've clicked on that page like 10 secondes ago, so yep, let me time to commit the change [06:44] seb128: sure :) [06:44] people are wiki addict, that's incredible [06:44] I edit a wiki page like once a month [06:44] seb128: that's my first edit in AGEEES on that wiki [06:44] and every time after 10 seconds somebody ping me to know if I'm still working on it :p [06:44] me too :) [06:44] fabbione: done [06:45] re [06:45] seb128: thanks :) [06:45] np ;) === mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel [06:47] seb128: !!!!!!!!!!!!11111111111 === pvanhoof [n=pvanhoof@d54C0E27E.access.telenet.be] has joined #ubuntu-devel [06:49] jdub: gnome-vfs on dbus now? ;) [06:50] :-) === epx [n=Elvis@200.249.192.132] has joined #ubuntu-devel [06:51] jdub: lot of dbus love this week, between gnome-vfs, gnome-settings-daemon, gnome-session ;) [06:51] :) [06:51] fabbione: bah, Hobbsee's patch is still broken; can you put diff.gz/dsc somewhere? I don't have time any more to wait for the next cron.daily [06:52] scp wvstreams_4.2.2-2.1ubuntu1.d* chinstrap:. [06:52] pitti: they are there [06:53] seb128: could this love have anything to od with unloaidng applets, ALT-TAB broken, CTRL-ALT + arrows broken etc? :) [06:53] (or lack, there of ;-) ) [06:54] fabbione: merci [06:54] sivang: no, applets have nothing to do with gnome-session or gnome-settings-daemon and the new gnome-vfs has just been uploaded [06:54] neither with keyboard [06:58] sivang, the applets are 2.14 ... wait for the updated ones :) === Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel [06:59] ogra: or I'll grab the src pkg from ftp and build myself until it's built on LP, I am so used to ALT-F2 :) [06:59] ALT-F2 are surely not the applets :) [07:00] thats either gnome-panel or gnome-menus [07:00] gnome-panel [07:00] Amaranth, haha, i just checked out the latest revisions for willowng [07:01] "almost look like a real project" is a nice changelog entry :) [07:01] :D [07:02] it has an installer [07:02] although if you install it it probably won't run, i don't have path stuff setup [07:02] and a .desktop file, wohoo [07:03] doesnt matter, lets see that we get a package in asap [07:03] i.e. tomorrow is UVF ... [07:03] which means upload must happen today [07:03] so if i release a new version a week from now it doesn't get in? [07:04] it doesn't get in without an exception, no [07:04] Amaranth, no, since its developed for us [07:04] but the initial package should be in the archive before UVF === poningru [n=poningru@n128-227-67-78.xlate.ufl.edu] has joined #ubuntu-devel [07:04] ok [07:05] well, i don't know how to package a daemon so... :) [07:05] i prepared some package stuff already, just havent pushed it up, wait a sec [07:05] ok [07:05] thats all stuff we can solve later ... for now it should just be there :) === mxpxpod [n=bryan@unaffiliated/mxpxpod] has left #ubuntu-devel [] === stub [n=stub@ppp-58.8.1.197.revip2.asianet.co.th] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.1.197.revip2.asianet.co.th] has joined #ubuntu-devel [07:14] Amaranth, http://people.ubuntu.com/~ogra/bzr-archive/willowng/ merge that ... [07:14] should have basic packaging stuff === pygi [n=pygi@83-131-224-220.adsl.net.t-com.hr] has joined #ubuntu-devel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-devel [07:24] ok, I've switched MoM's status reporting to UVF mode now [07:24] so any new merges that show up with the next cron.daily are obvious, and we can easily decide whether to consider them outstanding or not [07:25] ogra: that's a stock dh_make run :P [07:26] i can make a cdbs package [07:27] bah [07:27] but as you like === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-devel [07:27] Amaranth, its your project, i'm only helping :) [07:27] heh [07:27] the only thing i need help with is the init script and /etc/defaults stuff [07:27] so make your decision sinc you will maintina it [07:27] and iptables [07:28] god, i should learn to type [07:28] iptables is for later [07:29] make it cdbs then :)= === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-devel [07:34] Heya folks [07:35] hiya bddebian [07:35] Hi jjesse [07:35] Sorr for the OT question but any PKI experts around I could talk to offline? [07:37] bddebian, PKI as in gpg keys? [07:37] Well digital signatures, yes [07:38] hmm, maybe Kinnison? === epx [n=Elvis@200.249.192.132] has left #ubuntu-devel ["Leaving"] [07:46] BTW, hi Burgwork === ivoks_ [n=ivoks@lns02-1513.dsl.iskon.hr] has joined #ubuntu-devel === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel [08:09] mdz: how many hours do we have before UVF? [08:09] rodarvus: unspecified [08:09] *nods* [08:09] rodarvus: roughy end of the day tomorrow [08:09] roughly [08:09] ahn, plenty of time, then [08:09] mdz: let's not make it end of day tomorrow [08:10] i'm build-testing mesa right now, but was worried that UVF was in practice by midnight today [08:10] let's make it 0000UTC [08:10] end-of-day-tomorrow means we'll take in two more debian days [08:10] Keybuk: thats what I'm afraid of :D [08:11] rodarvus, mdz : I have talked to ogra earlier about edubuntu-xfce. Does it necessarily need new seeds, is a simple metapackage to cover xfce core apps not enough? [08:12] Keybuk: we can shut off the sync prior to UVF [08:12] I assumed rodarvus wanted to know how much time he had to get merges and new versions in [08:12] Is it known that gsfonts-x11 and xfonts-intl-european are broken in edgy right now? [08:13] mdz: right [08:13] mesa just finished building, I'll finish tests now [08:13] mdz: we can't shut off the mom merge sync though [08:13] so hopefully even midnight today won't be a problem [08:14] we're in the best situation _now_ merge and sync wise [08:14] I'd rather we looked at what comes in from Debian in an hour's time, and make a judgement call then whether to declare us frozen or take the new day [08:14] hunger: yes. all X fonts are broken atm [08:15] Keybuk: sure [08:15] they are? [08:15] but I'm happy for rodarvus to merge mesa tomorrow morning [08:15] ah i see the new updates nvm [08:15] to upload it, that is [08:15] fabbione: upgrading considered harmful? [08:16] gnomefreak: no, but given that nobody either read topic or understand what is happening, it doesn't really make any different if they are not [08:16] is bumping our version to match debian's even though we have different packages considered a good thing, just to get the packages off the list? [08:16] mdz: no X upgrade is safe. [08:16] fabbione: true [08:16] mdz: yup, it doesn't seem sensible to declare that any outstanding merges have missed the boat [08:16] mdz: only fonts will be holded-back. [08:16] fabbione: "no, it is safe to upgrade X" or "no X upgrade is ever safe"? === gnomefreak hasnt had an issue in a while other than the gnome-applets [08:16] however it does seem sensible to draw the line between outstanding merges and "new stuff" [08:16] mdz: the former. [08:16] ok [08:16] today is good because Debian is conveniently rather switched off [08:17] Keybuk: mind to check if the fonts stuff Kamion/Mith uploaded are building or need a kick? [08:17] fabbione: latest by-hand publisher run just finished [08:17] about to kick the build sequencer [08:17] mdz: the -driver -> -video transition is completed [08:17] mdz: all stuff except secondary apps have been merged. [08:18] mdz: the list was just too long for 2 weeks of work.. [08:18] https://launchpad.net/+builds/+build/227834 [08:18] fabbione: ^ built [08:18] mdz: and fonts are sorting themselves out in these cron.keybuk === givre [n=flo@APuteaux-152-1-11-246.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel [08:19] https://merges.ubuntu.com/main.html [08:19] ^ that is now accurate [08:22] nice [08:22] edgy is gonna have ff 1.5.0.4 as final? [08:23] Colin's asked for a UVF exception for installation-guide given it's doc only [08:23] jbailey is doing initramfs-tools at the moment, and should be uploaded today [08:23] rodarvus is doing mesa right now [08:24] I'm going to do n-m in a bit [08:24] g-p-m is allegedly "tricky" and involves an upstream version update [08:24] mvo is on holiday, and the only person who knows gdebi well enough [08:25] enigmail was a messy one, and really needs someone who knows Mozilla stuff [08:25] xfce4-* no idea, ask janimo :) [08:26] working on it now [08:26] just asked a few lines above if it's ok to bump the version no to match debian's even though we are not that much in sync [08:26] Keybuk: there's also gdebi and enigmail [08:27] sivang: I mentioned those above [08:27] janimo: I've tended not to (cf. bootchart) ... it's enough to know we're not keeping in sync [08:28] seb128: gnome-applets ftbfs [08:28] http://librarian.launchpad.net/3387554/buildlog_ubuntu-edgy-i386.gnome-applets_2.15.1.1-0ubuntu1_FAILEDTOBUILD.txt.gz [08:30] mdz: i will also need an exception for the redhat cluster suite as i noted also for the meeting update [08:30] mdz: the stuff is changed too much upstream [08:31] Keybuk: oh right, scary merges... [08:31] fabbione: source package name changed in Debian? [08:32] Keybuk: it doesn't exist in Debian [08:32] Keybuk: they have some (unmaintained) bits in Debian [08:33] hmm? [08:33] there's a redhat-cluster package in Debian [08:33] which has roughly the same set of binaries as our redhat-cluster-suite [08:33] the what? [08:34] http://packages.debian.org/src:redhat-cluster [08:34] even the package descriptions roughly match ours [08:35] Keybuk: i am ready to bet it's a package that Debian stole from me and forked [08:35] without even telling me [08:35] it's not the first or the last time i see that happening on these kind of stuff [08:35] might be worth comparing them [08:35] haha [08:36] Keybuk: already did [08:36] it's the old -stable suite we had in dapper [08:36] and highly buggy btw [08:36] so it should stay blacklisted? [08:37] waldi didn't add a lot of the fixes i did with upstream [08:37] yes please [08:37] should we not change our source/binary package names to match, so it has the potential to be sync'd later? [08:37] and just keep our version > ? === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [08:38] Keybuk: i won't bother.. their package is trash [08:40] *nods* [08:40] right, gonna get some food, bbiab [08:40] Keybuk, i'm on g-p-m (since yesterday already [08:40] ) [08:40] so dont bother [08:40] Keybuk: clearly that package was never tested at all :) i can tell you from some stuff in there ;) [08:46] jdub: hi, did you manage to get any info on the GnomeClient API future at guadec? === tseng makes funny faces at the latest Burgwork post === givre [n=flo@APuteaux-152-1-53-180.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel [08:49] merged mesa is available at -> http://people.ubuntu.com/~rodarvus/mesa/ - it would be nice if someone could review this merge before I upload it [08:49] debdiff from debian is http://people.ubuntu.com/~rodarvus/mesa/mesa_6.4.1-0ubuntu8-to-mesa_6.4.2-1ubuntu1.patch.gz [08:50] debdiff from ubuntu is http://people.ubuntu.com/~rodarvus/mesa/mesa_6.4.2-1-to-mesa_6.4.2-1ubuntu1.patch.gz [08:50] (second one is rather large, though, as its a different upstream version) [08:54] mdz: thank you, I will fix that === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [08:56] seb128: is there any information I should file with my gaim bugs? === kylem [n=kyle@206-248-151-76.dsl.ncf.ca] has joined #ubuntu-devel [09:01] mdz: I don' think so, if upstreams need something I'm sure they will ask === j_ack [n=rudi@p508D8B02.dip0.t-ipconnect.de] has joined #ubuntu-devel [09:05] fabbione reviewed mesa (there was one Conflicts/Replaces/Provides missing for mesa-swrast-source -> mesa-swx11-source) [09:05] fabbione: thanks! [09:05] I'll upload mesa *now* [09:05] :) === profoX` [n=profox@d54C0FBA7.access.telenet.be] has joined #ubuntu-devel [09:07] good day === xpotato [n=xpotato@69.15.13.43] has joined #ubuntu-devel [09:08] where can I find the stuff for the on screen display when I press the volume up/down button on my laptop ? I need to change something there for IBM laptops (because they have hardwaredriven volume adjustment) === stratus [n=ubuntu@200217140088.user.veloxzone.com.br] has joined #ubuntu-devel [09:10] i have a thinkpad at home, but i've never fiddled with the volume control buttons with ubuntu [09:10] rodarvus: nice... [09:11] ok i call this a day [09:11] profoX`: try http://ibm-acpi.sourceforge.net/ [09:11] good night [09:11] fabbione: good night [09:11] night fabbione === rgould [n=rgould@mail.refractions.net] has joined #ubuntu-devel === janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu-devel [] [09:12] xpotato: i have that, by default, but that doesn't take care of things on the ubuntu side, in acpi everything works perfectly, but i want it to work like it has to in ubuntu so i'd like to create a patch, but i don't know where to find the thing that drives the on screen display for the volume etc. (and i will also add one for brightness for IBM) [09:13] profoX`: oh...well you're farther along than I thought you were [09:14] does anyone know the status on the development of the apache 2.2.x packages for debian? [09:14] the GNOME bit is just gnome-settings-daemon somewhere [09:14] it responds to key press events [09:14] or ubuntu* [09:14] xfonts-scalable postinst warning: update-fonts-scale --x11r7-layout Type1 failed; font directory data may not be up to date [09:14] usage error: unrecognized option [09:14] Usage: update-fonts-alias DIRECTORY ... [09:14] update-fonts-alias { -h | --help } [09:14] ogra: I got that today for gsfonts-x11 [09:14] xpotato: yea... i guess no one knows where i would need to look ? [09:15] shouldnt that depend on the right version to have --x11r7-layout ? [09:15] ogra: all font packages are failing right now [09:15] Keybuk: the volume/brightness bits on thinkpad aren't keysyms [09:15] Mithrandir already uploaded xfonts-utils [09:15] which should take care of this [09:15] but its not in the archive [09:15] rodarvus, why ? i thought that why we waited with the fonts [09:15] ah, k [09:16] ogra: font packages triggered this before than expected, due to dh_xinstallfonts (or someting like this, I forgot now) [09:16] dh_installxfonts, yep [09:17] profoX`: which thinkpad do you have? [09:18] xpotato: T40 [09:19] Keybuk: most of my xserver-xorg-input-* builds are not completed in sparc|powerpc|ia64 - and they have been uploaded ~24 hours ago [09:20] are xserver-xorg-input-* so low priority to build, or anything happened to the build daemons? [09:21] profoX`: you may have already seen this, but here's some more information on the T40 https://wiki.ubuntu.com/LaptopTestingTeam/ThinkpadT40 [09:21] profoX`: if I was at home, I might be able to help you out a little more [09:23] does anyone have any idea on the status of the apache 2.2.x packages? [09:23] or if there are going to be any packages? [09:24] xpotato: they didnt even make a note about the hardware volume [09:24] I just want to improve ubuntu so that it works like it actually should when edgy is here ;) [09:25] (yea, it is starting to annoy me on my laptop :X) [09:25] oh, btw - the mesa upload has some (four, I think) new packages [09:25] profoX`: about a quarter of the way down the page: Hardware volume switch - Tested OK [09:25] I suppose they'll go through NEW, right? === thesaltydog [n=fabio@ubuntu/member/thesaltydog] has joined #ubuntu-devel [09:28] rodarvus: yeah, they will [09:29] I thought pitti fixed python-jabber === thesaltydog [n=fabio@ubuntu/member/thesaltydog] has left #ubuntu-devel ["Ex-Chat"] [09:30] xpotato: that doesn't mean anything, yes, the "buttons" do work, but ubuntu doesn't handle it like it should, most volume switches just send a command to raise or lower volume to the software, but in IBM Thinkpad it changes volume itself (from 0 to 15) so sometimes I see volume: 0 in alsa and I still hear sound, and stuff like that, in this case alsa volume and hardware volume should be seperated [09:31] profoX`: bug 46230 [09:31] Malone bug 46230 in hotkey-setup "ThinkPad T42 mute button does double duty" [Low,Rejected] http://launchpad.net/bugs/46230 [09:32] profoX`: sorry, I just realized what you were looking for; I had that same problem in Mac OS X when I tried it out on my thinkpad (volume could be set to 0 and I'd still hear sound, hardware keys did not bring up the OSD like it should) [09:32] lol rejected so i can work on it anyway [09:33] mdz: like i said, the hardware should be seperated from the software, that causes this issue too [09:34] profoX`: you'll notice that I reported the bug and said the same thing [09:34] I just have to patch the code that brings up the OSD to read in the volume from /proc/acpi/ibm/volume if its there [09:34] profoX`: and now you know who to talk to about it, and where to follow up [09:34] mdz: yes thanks i'll read it in a second, it's in my next vdesktop :) [09:35] rodarvus: it looks like x11proto-print needs review for main [09:36] rodarvus: unless we can move libxp to universe, which would be better [09:36] ogra: xfonts-utils didn't make it through quite as quickly as I expected it to, due to the soyuz breakage [09:36] but never mind, it'll clear up [09:36] I think it's deprecated upstream [09:36] mdz: libxp is explicitly seeded for third-party apps IIRC [09:36] Kamion, ta ... g-p-m will keep me busy enough :) [09:36] also a few stray dependencies elsewhere [09:36] Kamion: yeah, Java I think [09:36] ogra: a versioned depend would be correct, I agree [09:37] yeps, but now we have the breakage anyway :) [09:37] I think it's only java, and we do have a better answer for that these days [09:37] well, for sun [09:37] not IBM [09:38] ogra: the new xfonts-utils is in the archive now [09:39] mdz: x11proto-print was not done by me, but I can take a look at this issue later today [09:39] (in a few minutes, actually) [09:39] rodarvus: libxp depends on it now === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel [09:45] Keybuk: what are 'new merges'? [09:45] mdz: ok, so this is the "post-UVF mode" [09:45] mdz: I'll take a look at it now [09:45] updated is as before, packages which have had an upload to edgy and where the Debian version is still higher [09:46] new are packages which have not been uploaded to edgy yet, and where the Debian version is higher [09:46] Keybuk: do you know if is there any problem with the upload queue? I haven't received any email feedback from my mesa upload (and it happened ~40 minutes ago) [09:46] (where uploaded to edgy does not include syncs, btw) [09:46] ok, that makes sense except for the bit where UVF hasn't actually started yet ;-) [09:46] not even a rejection email [09:46] and outstanding merges is as new, except driven by a text file list [09:46] right, see ^^ [09:46] rodarvus: uploaded with "unstable" as distribution by accident maybe? at least i never got a rejection mail for that in the past ;) [09:47] I switched on the mode early so it's obvious which things turn up when Debian's cron.daily runs [09:47] rodarvus: it failed [09:47] and then we can decide whether to take them or not [09:47] slomo_ is correct [09:47] http://librarian.launchpad.net/3390302/goyJX0fqm6A5LxH4KXYqEEUNKsJ.txt === Mizar [n=Mizar@ubuntu/member/mizar] has joined #ubuntu-devel [09:47] rodarvus: Distribution: unstable === rodarvus sighs [09:48] new merges show up under "new", and if we decide that we want it for UVF, I'll just add it to outstanding-merges.txt [09:48] mdz: thanks [09:48] is there a bug open about the fact that soyuz doesn't send mail in that case? [09:48] slomo_: ^? [09:48] mdz: I'm checking [09:48] mdz: yes [09:48] I whined about it ages ago [09:49] https://launchpad.net/products/qprocd/+bug/35965 [09:49] there did used to be a mail [09:49] Malone bug 35965 in qprocd "exceptions in process-upload not communicated to uploader" [Medium,Confirmed] [09:49] but then they got rid of it [09:49] you used to get an "upload made it out of main loop" mail [09:49] Keybuk: really? AFAIK Soyuz has never mailed for that since it went into production [09:49] interesting [09:50] they disabled them because they contained python exception tracebacks or something [09:50] or maybe it was because they didn't contain any useful exception traceback === givre [n=flo@APuteaux-152-1-53-180.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel [09:52] sivang, poke? :P [09:53] Keybuk: any info on the xserver-xorg-input-* issue I mentioned above? === robitaille [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel [09:53] rodarvus: could you be more specific? [09:53] hi guys, i have an urgent request to ask, i don't know how to put so i just ask it there. It's could be great if you could change the description of the server install CD [09:53] ie. give me a proper source package name, for a start ;) === Fjodor [n=sune@0x55510b65.adsl.cybercity.dk] has joined #ubuntu-devel [09:54] many people are confuse by the description:Server install CDThe server install CD allows you to install Ubuntu permanently on a computer. [09:54] Keybuk: for the record I'd like new mdcfg + partman-lvm + partman-md from this Debian cron.daily [09:54] sure [09:54] givre: file a bug on launchpad.net/products/ubuntu-cdimage/+filebug [09:54] givre: also explain why this is urgent [09:54] Kamion: *nods* === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-devel [09:54] https://launchpad.net/distros/ubuntu/edgy/+source/xserver-xorg-input-spaceorb/1:1.0.0.5-2ubuntu1 , https://launchpad.net/distros/ubuntu/edgy/+source/xserver-xorg-input-summa/1:1.0.0.5-2ubuntu1 and https://launchpad.net/distros/ubuntu/edgy/+source/xserver-xorg-input-tek4957/1:1.0.0.5-2ubuntu1 , for instance [09:54] right :) [09:54] I picked -mouse and that was up to date [09:55] *shrug* [09:55] it's just not built on the three slowest buildds [09:55] -mouse was done by Mithrandir two days ago :) [09:55] and they have relatively low priorities [09:55] right, that was my question :) [09:55] aww, 4/5 successfully built for debian-installer [09:55] urgently needed? [09:55] close but no cigar [09:55] and so lot's of people come in the forum why they don't have a gui after the install [09:55] all xserver-xorg-input-* appear to have incredibly slow priority :) [09:55] not bad considering I only tested 1/5 [09:55] Keybuk: no, not really [09:55] *asking [09:56] rodarvus: that's probably why they have a low priority then [09:56] givre: ok, file a bug and I can change that [09:56] sparc is about the slowest buildd (even slower than ia64) [09:56] heh [09:56] and also those three were the ones that were down longest during the kernel updates [09:56] ok, thanks you [09:56] and thank you for all, you are doing a great job ;) [09:57] rodarvus: in general, as long as the build is "Needs building" (and not "No build info recorded") and https://launchpad.net/+builds doesn't show any errors for the buildd, it's in the queue somewhere [09:57] *nods* [09:57] https://launchpad.net/distros/ubuntu/edgy/+builds?build_state=pending [09:57] sparc currently has 631 packages on the queue [09:57] ^ top priority in that list is 1055 [09:58] those have priority of 355 (meaning no real dependencies on them) === sharms [n=mindwarp@cpe-24-208-242-169.twmi.res.rr.com] has joined #ubuntu-devel === xpotato [n=xpotato@69.15.13.43] has left #ubuntu-devel [] [09:59] mesa upload was accepted directly into Accepted [10:00] shouldn't it go into NEW, due to the new packages it builds? [10:00] rodarvus: source was, binaries will hit NEW [10:00] oh, good [10:00] Kamion: and I suppose the other binaries are held until these packages in NEW are accepted? [10:01] rodarvus: nope [10:01] each upload is independent [10:01] right [10:01] as in, each .changes file [10:02] the test is "does this .changes file contain components not currently in the overrides?" [10:04] the reason I was wondering is because subpackages inside the same source can depend on packages still on NEW [10:04] right [10:04] (and thus leave the archive in an inconsistent state for awhile) [10:04] those will just dep-wait on the buildds [10:04] (assuming build-dep) [10:04] or be uninstallable for a bit, depending [10:04] or as you say, leave the archive uninstallable [10:04] but that's ok [10:04] yup [10:05] one feature I'd like to see, in the future, is the ability to "automagically rebuild" packages that depend, or build-depend on another package (such as a library) - on request, of course [10:05] in practice, this isn't much of a problem [10:06] rodarvus: 9/10 they need more than just a rebuild [10:06] say, I uploaded a new, incompatible version of mesa, and when it is uploaded and built, go to some launchpad page, and instruct the packages to rebuild themselves [10:06] Keybuk: I don't think its 9/10, but still, you have a valid point [10:06] in particular, it's usually wise to add/increment version in the build-depend line to make sure you hit dep-wait or build against the thing you actually meant [10:07] and, in true honesty, if the package doesn't work just as well with the new as well as the old, the chances are there's a code change required [10:07] we used to do "meta-builds" at Demon for this kind of thing, and in the end abandoned it because they were nearly always useless [10:08] heh :) === _TomB [n=ownthebo@ACBDD4D5.ipt.aol.com] has joined #ubuntu-devel [10:08] if the library doesn't change soname, the packages don't need to rebuilt [10:09] if the library does change soname, the packages almost always need code changed ... after all, there was a reason the soname changed [10:09] bbiab - asda trip [10:09] Keybuk: tell that to freetype developers :) [10:09] (and tons of other people who don't manage their DSO ABIs) [10:09] but in general, I agree with you [10:09] msw: right [10:10] which is one reason our (rpath) standard build mode is to build everything from scratch -- a full bootstrap build === ogra_ [n=ogra@p548AF75E.dip.t-dialin.net] has joined #ubuntu-devel === lfittl [n=lfittl@83-65-242-161.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === givre_ [n=flo@APuteaux-152-1-76-116.w86-205.abo.wanadoo.fr] has joined #ubuntu-devel === jjesse [n=jjesse@64.186.55.234] has left #ubuntu-devel [] === chris38-home [n=Christia@LSt-Amand-152-31-26-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel === slomo__ [n=slomo@dslb-084-061-182-095.pools.arcor-ip.net] has joined #ubuntu-devel [10:39] mdz, You around? Was hoping you could tell me how to find a contact address for Christian Marillat? his launchpad account profiles are a bit empty ^_^;; [10:40] marillat@debian.org [10:40] jdub, thanks! === _TomB [n=ownthebo@ACBDD4D5.ipt.aol.com] has joined #ubuntu-devel === johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-devel [10:45] FunnyLookinHat: what do you want to mail him? [10:47] seb128, it's concerning rebuilding the packages for MythTV. mdz passed his name along in a chain of comments today on a bug related to the issue. [10:48] ok, because he doesn't work on Ubuntu afaik [10:48] seb128, that's what I thought ^_^;; But I figured mdz knew more than me [10:48] and he's not always nice about bugs or by mail ... just so you know [10:48] take a kevlar vest [10:48] and maybe some rations [10:49] lol [10:51] FunnyLookinHat: good luck ;) [10:51] Lol he just replied [10:51] " [10:51] I'm sorry but I'm not the responsible for Ubuntu packages, even if my [10:51] name is in the Maintainer field." [10:51] you will need some :p [10:51] Looks like I'm on my own, w00t. [10:51] ah, he has been nice ;) [10:51] FunnyLookinHat: coordinate with the motu-media team [10:52] msw: you don't have mirrors :) [10:52] yeah man, you got out lucky [10:52] a full rebuild to us is (in the worlds of the great elmo) "HERE'S JOHNNY!" [10:52] last time i mailed marillat it was like apocalypse now [10:52] Keybuk: sure we do! [10:52] but they were *MY* ears he was wearing [10:52] crimsun, motu-media... ok, sounds good. I have to still officially try to join the team. [10:52] Keybuk: ;-) [10:52] msw: how do you cope with the full rebuild pumping gigabytes a day in their direction? [10:52] Keybuk: one sec [10:53] jdub: did you mail him about GNOME, Debian, and GNOME Team? :) [10:54] Keybuk: the mirror process goes through the same changeset process that clients use to apply relative updates [10:54] Keybuk: so, when we do a rebuild of the same software, generally very very little changes. [10:54] msw: it's still got to be a large churn though, no? [10:54] seb128: yeah, back then ;) [10:54] msw: a library change like libc6 is going to affect change binary on the system [10:54] Keybuk: we've done a rebuild and had, oh, maybe 300 MiB of new contents to push out [10:54] he sent some really non-friendly mails around that time [10:54] Keybuk: true, true [10:57] Keybuk: could you get control-center out of NEW? It adds a gnome-control-center-dev new binary package which is required by gnome-session to build [10:57] seb128: it's only NEW for i386? [10:58] Keybuk: the -dev is arch: all (it's only a .h and a .pc) [10:59] yeah [10:59] Keybuk: dunno if that class it as NEW on i386 only [10:59] it does [10:59] Soyuz doesn't know about _all, it thinks they're i386 [10:59] seb128, what was the command to clear out gconf user settings ? gconftool-2 --recursive-unset /apps/gnome-power-manager seems not to suffice [11:00] ogra_: it should ... [11:00] hmm [11:00] ogra_: rm -rf .gconf/apps/gnome-power-manager and send a SIGHUP to gconfd-2 then [11:00] then i probably have cruft in the schema ... === ogra_ tries [11:01] ogra_: that's easy other way, use gconf-editor, go on the key and unset it .. unset == revert to system default [11:02] yes, but it seems theer are some keys without owner in the g-p-m settings for me ... [11:02] urgh [11:02] what? [11:02] intrestingly they work, even they are not assigned to g-p-m [11:03] i just dimmed my display to 0 [11:03] a key doesn't need to be "assigned" to work === lbm [n=lbm@82.192.173.92] has joined #ubuntu-devel [11:03] everybody is authorized to read a gconf key [11:03] it's not only the app owning the key [11:04] yes, but usually the keys from a schema are assigned to an app [11:04] yeah, if the schemas is correctly done [11:04] (key owner field that is) [11:04] that's declared by the schemas itself === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel [11:04] $ xvfb-run echo [11:04] kill: 158: No such process [11:04] bouh [11:04] ok, then i'm fine, i was suspecting old keys lying around [11:05] xvfb-run breaks pygobject build [11:05] but it seems they are valid just the schema is buggy [11:05] ogra_: look to the schemas file: [11:05] [11:05] /schemas/apps/gedit-2/preferences/editor/font/use_default_font [11:05] /apps/gedit-2/preferences/editor/font/use_default_font [11:05] gedit [11:05] by example [11:06] do they use for it ? [11:07] seb128: random question you may know the answer to [11:07] does Debian's hal daemon run as a different user to ours? [11:08] Keybuk: no idea, would be a question for pitti [11:08] changelog mentions "Rename system user 'hal' to 'haldaemon' to be compatible with upstream" [11:08] and apparently the Debian changelog has no such change [11:09] looks like they are different yep === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-devel [11:10] right [11:10] just thought you might more familar than me [11:11] not really no, pitti does a good job for it so I didn't have to look to hal for a while now ;) === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel [11:11] s/for it/with it [11:12] given I officially no longer care about n-m, I'm almost completely reverting to the Debian packaging [11:12] which is made somewhat easy by the fact they've almost completely stolen our changes anyway :) [11:12] just needed to work around the whole netdev/hal/haldaemon thing [11:13] ok :) [11:13] Keybuk: because you think it's cock, or you don't want to deal with it? [11:14] jdub: because I think it's cock at the moment [11:14] heh [11:14] right now it's cock that's covered in cheese [11:15] but once it's cleaned up, and had some time to grow, it'll be good cock [11:15] my general n-m feeling is "it doesn't work yet, but one day will be the one true network stack" [11:15] implying that cheese-covered cock is bad cock? === givre [n=flo@APuteaux-152-1-76-116.w86-205.abo.wanadoo.fr] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [11:17] Keybuk: i guess that using 'cock' as an adjective can be ambiguous in certain contexts... ;) [11:18] pitti, do we plan to support polkitd in hal ? [11:18] fabbione: I WANT UBUNTU ON THUMPER!!!111 :-) [11:19] fabbione: only i also want zfs on ubuntu :-( [11:19] (for edgy that is= [11:19] ) [11:19] jdub, do it !!! :P [11:20] zfs ? [11:20] zoom filesystem - for extremly small files ? [11:20] ogra_: http://www.google.com.au/search?q=zfs+filetype%3Apdf [11:20] read that [11:20] ogra_, Solaris ^_^ [11:21] (but read the pdf, not google's html) [11:22] hmm, snapshots with rollback builtin ... === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-devel === ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-devel [11:23] Keybuk: so n-m in edgy should suck less on b0rky atheros (with rml's patch)? [11:24] ogra_: this policy kit seems utterly crackful to me, and there is still some upstream discussion about it [11:24] edgy's going with madwifi-ng anyway [11:24] jdub: hmm? we always had rml's patch [11:24] ogra_: I would like to postpone it to edgy+1 [11:25] that's why it doesn't use teeth when it sucks on dapper [11:25] hrm, i thought rml did some funky "don't scan when associated" foo [11:25] it scans about once a minute [11:25] rather than every 10s [11:25] pitti: oh? [11:25] pitti, seems new g-p-m somewhat relies on its existence [11:25] what's polkitd? [11:26] davidz's policy kit [11:26] enbles hal to do evil things [11:26] for better google words [11:26] Provides a framework for providing fine-grained access to hal objects and so on [11:26] gnome-system-tools is going to use it too [11:26] oh, really ? [11:26] Also deals with the problem of keeping status when no user is logged in [11:26] in edgy already ? [11:27] might be [11:27] carlos showed some code during GUADEC using it [11:27] what version ill let you know if it in edgy === jdub wishes harder for gnome-vfs builds to be complete [11:27] We probably want it in edgy, otherwise the divergence to FC6 is going to be irritating [11:28] seb128, ogra_: why do these things rely on features which aren't even in a stable hal release yet??? [11:28] mjg59, it would make a painful g-p-m merge delightful [11:28] pitti: "shiny" [11:28] pitti, i didnt make the decision [11:28] ogra_: packaging and auditing policy kit daemon and all the crack in it, and packaging hal cvs head is not a simple task either [11:28] pitti: because they are not stable versions neither?: p [11:28] pitti: upstream sets the agenda :) [11:29] pitti: hal should be releasing in the next few days [11:29] +and i'm sure i could work around it by getting Kinnisons patch in, but that means i'll have to revert parts of the code to the former version [11:29] well, if we need it, and you want me to, I'll package it [11:29] but so far noone told me that it's necessary, so I didn't :) [11:29] pitti: by the time GNOME 2.16 is available a new hal will probably be too === jdub blinks. [11:31] The following NEW packages will be installed: pbbuttonsd [11:31] jdub: for apple intel [11:31] pitti: oh! of course. BONG! [11:31] well, that would leave us not much time for testing [11:31] jdub, yeah, for your macbook :P [11:31] (which you dont own yet, but we install in advance :P ) [11:32] i hope pbbuttonsd is a no-op on my machine tho ;) [11:32] yay gnome-vfs packages [11:34] pbbuttonsd is needed for apple intels? [11:34] Really? [11:34] How does that work? [11:37] it was included because of them ... [11:37] (no idea if its needed :) ) [11:37] (in the i386 seed that is) === mjg59 boggles [11:38] Doesn't it only interface with /dev/pmu? [11:38] i think so [11:38] Who asked for it to be added to the seed? [11:38] do macbooks have that ? [11:38] No [11:38] heh [11:39] no idea who asked for it ... i think Kamion added it [11:39] There's a completely different interface to the hardware [11:39] Kamion: ^? [11:41] intrestingly there is no changelog entry in the seeds [11:44] mjg59: we didn't explicitly add it; we just never made it architecture-dependent [11:44] mdz, oh, wow, thanks for adding mknbi to supported :) [11:44] so when pbbuttonsd started to be built on i386, it automatically appeared [11:45] heh [11:45] mjg59: if you think it shouldn't be there (though perhaps investigating the code first would be a good plan?), feel free to make a seed commit to change ' * pbbuttonsd' to ' * pbbuttonsd [powerpc] ' [11:46] Kamion: surely it should be Architecture: powerpc if it can't work with macbooks [11:46] mdz: it was, but was then deliberately made Architecture: powerpc i386 by the Debian maintainer [11:46] ogra: I didn't want it to be forgotten, since it didn't get a spec [11:46] ogra: please get someone to test it [11:46] I assumed he vaguely knew what he was doing and haven't yet got round to investigating [11:47] there was a changelog comment about it [11:47] ogra: I did not add it, for the record [11:47] there was no human involvement [11:47] except insofar as I probably added the original seed entry [11:47] but that was before germinate had architecture-specific seed entries anyway [11:47] Kamion, yes, i see that now === givre [n=flo@APuteaux-152-1-76-116.w86-205.abo.wanadoo.fr] has joined #ubuntu-devel [11:50] Kamion: how far out of sync is it possible for anastacia and your germinate-output to be? [11:50] when did ndiswrapper-utils move from main to universe? [11:51] mdz, our mknbi is broken currently but jammcq and me are on it === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [11:52] mdz, when Keybuk demoted it because of security ambiguity (as he said) [11:52] Keybuk: ? === Trewas [n=ilonen@raato.lut.fi] has joined #ubuntu-devel [11:53] rodarvus: what's to be done about xserver-xorg-input-elographics? it still wants to move to universe; presumably some -all package should depend on it [11:54] mdz: it's an entirely new version [11:54] so needs MIRing again [11:55] comes from a different source package too [11:57] what we used to have is ndiswrapper-1.8 or something [11:58] like I said when I did it, I haven't had chance to actually figure out what's going on [11:58] so I NEW'd it all to universe === _TomB [n=ownthebo@ACBDD4D5.ipt.aol.com] has joined #ubuntu-devel === TomB| [n=ownthebo@ACBDD4D5.ipt.aol.com] has joined #ubuntu-devel === mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel