/srv/irclogs.ubuntu.com/2008/11/20/#ubuntu-devel.txt

directhexand so it begins00:04
* lamont wonders if bug 300108 belongs to debconf00:24
ubottuLaunchpad bug 300108 in postfix "during postfix installation i am getting "debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process"" [Undecided,New] https://launchpad.net/bugs/30010800:24
directhexjames_w, thanks01:00
james_wdirecthex: no problem01:01
directhexthis is kicking my ass, tbh. 1000 word migration guide going to ubuntu-devel and ubuntu-motu in 3...2...1...01:01
directhexand i still have 5 or so packages to snapshot from packaging svn01:02
calcugh kino can't do HD :(01:16
* calc is really not going to be able to convert his wife to linux between no photoshop and no HD video support :\01:17
directhexdefine "HD video support"01:18
calcdirecthex: being able to edit video shot in HD01:18
calcdirecthex: kino squashes into into 4:3 and has no way to keep it as HD afaict01:18
calcs/into/it/01:18
directhexwhat kind of editing?01:18
calcpitivi seems like it is still in early dev stage from the webpage at least01:19
calcneed to merge multiple cuts, and resize it to export to DVD, etc01:19
calci can load the file into kino but it messes it up in the process01:19
directhexwhat kind of windows app is comparable? i mean, i'm pretty sure avidemux can do those kinds of things, but it's pretty much virtualdub for linux01:20
calcat least dvgrab knows how to dump it off the camera, i may be able to convert to linux while using photoshop and premiere in vmware01:20
calcdirecthex: adobe premiere01:20
calcher current machine is too slow to playback hd video so i was going to attempt to edit it on my system, but it can't load it properly without squashing it into 4:301:21
cjwatsonlamont: sounds more like user error to me, TBPH - another instance of debconf running somewhere01:33
cjwatsonlamont: I don't think it's even possible for the lock to hang around after the process has gone away01:33
cjwatsonlamont: I've commented thus in the bug01:34
persiafta, The "unfortunate" nature of the naming is precisely why I suggest early discussion (pre-upload).  Given that Google has more marketing leverage than chromium BSU, I suspect an amicable solution is available.  Not having that conversation soon can lead to the awkwardness that is epiphany.01:40
* directhex names a web browser "firebird"01:43
directhexno, wait01:43
directhexmore than past my bedtime. monodoc and mono-tools can remain unresolved for one night01:44
=== _Kopfgeldjaeger is now known as Kopfgeldjaeger
=== foka_ is now known as foka
=== anil1 is now known as anilg
=== thegodfather is now known as fabbione
=== Tweenaks is now known as Treenaks
dholbachgood morning06:14
pittiGood morning07:07
NCommander morning pitti07:08
pittiasac: SRUs> will process, thanks07:08
NCommanderpitti, care to sponsor some uploads?07:08
pittiNCommander: sure, I'm happy to; please subscribe me to the bugs and ask for it07:08
Hobbseemorning pitti!07:08
NCommanderpitti, one of my changes has a huge debdiff because it has a horribly broken clean rule :-/07:09
=== tkamppeter_ is now known as tkamppeter
NCommanderpitti, https://bugs.edge.launchpad.net/ubuntu/+source/python2.5/+bug/30021107:12
ubottuLaunchpad bug 300211 in python2.5 "Please sponsor a no changes source upload" [Undecided,New]07:12
pittiNCommander: doing ^07:15
NCommanderpitti, score07:17
NCommanderpitti, second up is kdelibs. I can post a debdiff, but its somewhat pointless w.r.t. to determining the changes07:18
NCommander(yay for broken clean rules)07:18
pittiNCommander: python uploaded07:19
NCommanderThanks07:19
NCommanderpitti, https://bugs.edge.launchpad.net/ubuntu/+source/kdelibs/+bug/29990907:22
ubottuLaunchpad bug 299909 in kdelibs "armel build failure (package not yet in the archive)" [High,Triaged]07:22
NCommanderpitti, I ran the patch through filterdiff to just pull out the debian folder bits.07:22
pittiNCommander: looks good; patch-wise; however, I didn't see any fix to the clean rule?07:29
NCommanderpitti, I'm not sure how to fix it ATM.07:30
NCommanderLintian not giving any warnings about "patch-system-but-direct-changes-in-diff"07:30
NCommanderSo probably the last upload fixed the clean rule, but the package itself was dirty07:31
pittiNCommander: indeed, lsdiff -z kdelibs_3.5.10.dfsg.1-1ubuntu1.diff.gz looks horrible07:33
NCommanderubuntu2 isn't much better07:33
NCommanderat least locally07:33
* NCommander is suprised lintian isn't complaining07:33
pittiNCommander: well, it looks alright; it's just autoreconf'ed07:35
NCommanderew07:35
pittithat's "buildprep" or so07:35
pittiuploading07:35
NCommander\o/07:36
* NCommander hates inlining07:36
persiainlining?07:36
NCommanderpatch inlining in the diff.gz07:36
NCommandermaintenance nightmare07:36
NCommander(see gcl for an extreme case, and its 70MB diff.gz)07:36
persiaOh.  Well, nightmare for many packages.  Saving grace for VCS-managed packages.07:37
pittiNCommander: well, for autoreconf'ing I can understand iti07:37
NCommanderpitti, yeah, that's my exception07:37
NCommanderIf there is no patch system, and a package just needs autoreconf, I'll inline it07:37
pittikeeping the actual code changes in debian/patches, and just doing buildprep instead of keeping the autofoo stuff in patches does make things easier07:37
NCommanderNot worth the headache of adding a patch system, then keeping it work07:37
persiapitti, Why not do that at build-time if it is to be done with every upload?  The buildd will do it again anyway, if it's part of clean.07:37
NCommanderpitti, do you have access to the buildds themselves?07:38
pittipersia: I don't like runtime autoreconf much, because I saw it break far too often07:38
NCommander+1 pitti07:38
pittipersia: but it's common to do that, of course07:38
pittipersia: but that doesn't help to get a clean diff either, unless you have some backup/restore magic07:38
pittior use a separate build-tree/07:39
persiapitti, Right, but my point is that auto-reconfing in "clean" is runtime autoreconf anyway, at source time, and binary time.07:39
persia(unless I'm missing something big).07:39
persiaSo to me it makes sense to either be manual, or to be at build-time.07:39
pittipersia: right, it is for source building; buildds don't run clean07:39
persiaAh.  I'm missing something big.07:39
* persia tweaks the local sbuild configuration07:39
pittiNCommander: buildd access> not ssh wise or so07:39
pittiNCommander: I can rescore builds, stop/start buildds, and so on07:40
NCommanderpitti, ah, I need someone to kill xvfb on the i386/amd64/lpia builders, and then give-back libgtk2-perl07:40
NCommanderto a build admin ^07:40
pittiNCommander: I can do the give-back, but killing builds isn't possible for buildd admins07:40
pittiit needs root on the buildd, and some dirty trick07:40
NCommanderno07:40
NCommanderits a process07:40
pittiIOW, elmo, lamont, or infinity07:41
pittiNCommander: why kill? did it get stuck?07:41
NCommanderpitti, bug in xvfb on the buildds07:41
NCommanderIt occessionally hangs07:41
pittioh, I see07:41
pittiyou need one of these three then07:41
NCommanderSo any build that tries to use xvfb where it hangs also ahngs :-)07:41
NCommanderpitti, since we're on the topic, how about a giveback, all architectures kdebindings07:42
=== jamesh_ is now known as jamesh
pittiNCommander: done07:43
* NCommander hugs pitti07:43
* pitti hugs NCommander back07:43
NCommanderI'm suddenly inspired to fix more FTBFS07:43
pittigo, NCommander, go! :-)07:44
* NCommander notes that desktop should be installable on arm once python lands07:45
NCommanderpython-apt might need a binary rebuild07:45
NCommanderBut other then that ...07:45
* NCommander sees how to fix gconf-editor07:46
NCommanderactually07:47
NCommandera giveback might fix it07:47
NCommander^ - pitti, mind giving back gconf-editor on i386 only? I want to see if it cleared itself, or if my backup fix is needed07:47
pittidone07:48
NCommanderpitti, I have a possible fix for an armel FTBFS, but I'm not going to be able to actually test build on that architecture (kde4libs is way too big for my 233Mhz board)07:54
NCommanderThe previous upload applied the fix and worked, but I missed a single spot which caused the build to die at the very end07:54
Hobbseedirecthex: you know, if you want some attention from ubuntu-main-sponsors for https://bugs.edge.launchpad.net/ubuntu/+source/mono/+bug/300133, you *probably* want to actually subscribe them to the bug ;)08:20
ubottuLaunchpad bug 300133 in mono "Mono 2.0.1 package (triggers major packaging transition, please read in full)" [Undecided,New]08:20
directhexHobbsee, i've intentionally not done so yet, as I still need to reference monodoc and mono-tools in it, and want to avoid crapflooding main-sponsors by commenting on the bug post-ums-subscribe08:25
Hobbseedirecthex: ahhh, right, fair enough.08:25
directhexand 2am was not the time to work on those, tbh08:26
directhexmono-tools is blocked by monodoc, so I haven't actually updated it yet in svn08:29
directhexmonodoc is... well, short version: monodoc 2.0 as it stands requires mangling of an xml contents page for every doc package. our manglers have been rewritten (but untested) by our main monodoc guy, a dentist who is only online for brief bursts at weekends (making coordination tricky). monodoc 2.2 from svn has dynamic support which we really want, but due to some rearrangements in upstream svn, backporting is a fairly significant p08:32
directhexiece of work.08:32
directhexthere's no "best" solution right now, but ideally i need to see where hanska's got with it on friday, and make a decision on whether to upload 2.0 as-is, wait for his 2.2 backports, or do it myself08:32
directhexdholbach, thanks RE libgdiplus08:33
directhexjames_w, thanks RE gluezilla08:33
directhexat least gluezilla builds against xulrunner 1.9 (ff3) now instead of 1.8 (ff2). and, helpfully, the upstream author of that lib now hangs about in #debian-mono08:35
Hobbseeahh08:35
directhexi'm half inclined to make a package of the current, lame, mangly 2.0 for my own use, so I have something to work on a mono-tools package with (mono-tools contains a doc browser, hence the dep)08:42
directhexbut not until this evening. day job first.08:42
NCommanderpitti, up for another sponsoring?09:06
pittiNCommander: a bit later, yes, please sub me to the bug09:06
NCommanderpitti, you got bug09:07
pittiNCommander: uploaded09:28
tkamppeterpitti, hi09:36
seb128evand: hi, not sure than starting using gnomevfs when it's deprecated is a good idea you should really use gio or gvfs rather09:42
evandseb128: noted, will fix09:44
evandthanks09:44
seb128you're welcome09:44
danigmhello, i'm trying to run ubuntu debian-installer in a virtual machine with 32MB of ram, but it hangs at "Early unpacking initramfs...", what pkg-list can I remove to make it runnable with 32MB?09:51
danigmwith 34MB of ram it runs ok09:52
cjwatsondanigm: probably some kernel modules or something09:58
cjwatsondanigm: if you're building it yourself and playing with pkg-lists you are welcome to experiment :)09:59
tkamppeterpitti, ping10:01
pittihi tkamppeter10:01
tkamppeterIt is about CUPS and another SRU.10:01
tkamppeterI would like the following bugs SRUed:10:02
tkamppeter- The permission problem of the ipp, http, lpd, and serial backends10:02
tkamppeter- bug 29970710:03
ubottuLaunchpad bug 299707 in cups "Impossible to print in reverse order" [Undecided,Fix committed] https://launchpad.net/bugs/29970710:03
tkamppeterpitti, note that bug 299707 can have more impact as only making the reverse order not working, like duplicate application of N-up or so.10:04
ubottuLaunchpad bug 299707 in cups "Impossible to print in reverse order" [Undecided,Fix committed] https://launchpad.net/bugs/29970710:04
danigmcjwatson: kernel modules are in pkg-lists also?10:04
pittitkamppeter: backend permissions are scheduled for SRU already10:10
tkamppeterpitti, great. Bug 299707 is a 1-byte change which fixes a lot of breakage on CUPS options, like N-up, outputorder, page-set, ...10:11
ubottuLaunchpad bug 299707 in cups "Impossible to print in reverse order" [Undecided,In progress] https://launchpad.net/bugs/29970710:11
pittitkamppeter: that only affects the PDF workflow, right? thus not debian unstable/lenny10:12
tkamppeterIt would be nice to SRU this bug together with the backend permissions.10:12
pittitkamppeter: I added intrepid tasks to all three and assigned to me10:12
pittiwill probably do an SRU today10:12
tkamppeterpitti, yes, in Debian it starts only with experimental. Lenny should not contain the cpdftocps filter.10:13
tkamppeterpitti, Saivann Carignan has posted a debdiff for SRUing bug 229346, but I think it is not worth the work, as the bug is only a typo in the package description.10:17
ubottuLaunchpad bug 229346 in ddtp-ubuntu "Typo on string 123" [Undecided,Fix committed] https://launchpad.net/bugs/22934610:17
cjwatsondanigm: yes, looking like "foo-modules-${kernel:Version}"10:28
=== thegodfather is now known as fabbione
tkamppeterpitti, ping11:00
pittiplease don't ping; just ask11:01
pittitkamppeter: 229346> can do as part of the other SRU, but not one by itself, yes11:01
pittitkamppeter: is the Provides: actually depended on by anything?11:02
=== pedro__ is now known as pedro_
tkamppeterpitti, it is about bug 299542: Mark Purcell from Debian has moved the file /usr/share/pixmaps/HPmenu.xpm from hplip-gui to hplip to satisfy lintian. One release later he has also tried to fix the update conflict, simply adding "Replaces: hplip-gui" to hplip. This still does not work.11:10
ubottuLaunchpad bug 299542 in hplip "package hplip 2.8.7-0ubuntu6 failed to install/upgrade: trying to overwrite `/usr/share/pixmaps/HPmenu.xpm', which is also in package hplip-gui" [Undecided,Fix released] https://launchpad.net/bugs/29954211:10
tkamppeterpitti. ho has it to be done correctly?11:10
tkamppeterIf this "Replaces: hplip-gui" in hplip I think it would even happenm that hplip-gui gets uninstalled by the update.11:11
tkamppeterpitti, one thing I forgot, the "Replaces: hplip-gui" is versioned, it is actually "Replaces: hplip-gui (<< 2.8.6.b-2)"11:11
pittitkamppeter: when was the file moved in Ubuntu? Later than 2.8.6.b-2?11:13
pittitkamppeter: usually packages like that should Conflicts:/Replace: package-moved-from (<< first-version-which-does-not-have-the-file-any-more)11:14
pittitkamppeter: just "replaces" eases apt's upgrade ordering, but is slightly less clean on the dpkg level11:14
pittiboth are pretty common11:14
tkamppeterIn Debian the move happened in 2.8.6.b-2, the "fix" happened in 2.8.6.b-311:15
pittitkamppeter: seems that our 2.8.7-something still had the file in the old location11:15
tkamppeterIn Ubuntu it must be 2.8.10-0ubuntu1, as this is the first one after 2.8.6.b-211:17
tkamppeterpitti, yes, if you see the debian/changelog our 2.8.7-something is older than Debians 2.8.6.b-211:18
tkamppeterBut as both do not appear in the same distribution no epoch is needed.11:18
tkamppeterpitti, then I only need to add "Conflicts: hplip-gui (<< 2.8.6.b-2)" to debian/control of hplip?11:20
pittitkamppeter: no, Replaces: hplip-gui (<< 2.8.10-0ubuntu1), AFAICS11:20
MacSlowRiddell, hey Jonathan11:21
tkamppeterpitti, yes, to cover also the 2.8.7.11:22
Riddellhi MacSlow11:22
MacSlowRiddell, do you happen to know which classes or parts of Qt allow command-line handling (similar to glib's GOption)?11:22
MacSlowRiddell, right now I'm trying poking Qt-reference via that assistant frontend11:23
RiddellMacSlow: I tend to write KDE apps which use KCmdLineArgs,11:23
MacSlowRiddell, ah ok... that's at least a hint I can start with... thanks11:23
tkamppeterpitti, then with "Conflicts: hplip-gui (<< 2.8.10)" and "Replaces: hplip-gui (<< 2.8.10)" all should work for both Debian and Ubuntu?11:24
Riddellhttp://api.kde.org/4.x-api/kdelibs-apidocs/kdecore/html/classKCmdLineArgs.html11:24
MacSlowRiddell, thanks!11:24
RiddellMacSlow: pure Qt apps take the command line args as part of the QApplication, but only for the inbuilt Qt arguments (-style -display etc) for your own command line arguments you need to parse them yourself I think http://doc.trolltech.com/4.4/qapplication.html#QApplication11:25
MacSlowok11:25
=== jussio1 is now known as jussi01
* ogra scratches head11:44
ograacpid [i386 amd64]11:44
ogra....11:44
ograwhy would ltsp-client want to install acpid on armel with that dependency line11:44
ogradoko, i dont get it, it shouldnt even try11:45
cjwatsonogra: you're not trying to use [] in Depends, are you? it only works in Build-Depends11:45
ograoh11:45
cjwatsonogra: if you want architecture-specific dependencies, you have to generate them using substvars11:46
ograit comes from debian ...11:46
ograweird11:46
cjwatsonthe above is true in Debian too11:46
cjwatsonunless I'm out of date and they implemented it in dpkg11:46
dokocjwatson: hmm, wasn't this introduced recently?11:46
persiaI've seen it a lot in binary Depends though.  Seems a common bug, if a bug.11:46
ograyeah11:46
cjwatsondoko: it's possible11:49
ograit definately works for packages that are only available for one arch11:49
cjwatsonif it's implemented, it's at the dpkg-gencontrol level, not at the dpkg level11:49
cjwatsonso it almost certainly doesn't work for Architecture: all packages11:49
ograi.e. ltsp-client-core has " syslinux [i386 amd64], mkelfimage[i386] | yaboot[powerpc] | aboot[alpha] | sparc-utils[sparc]"11:49
cjwatsonit probably only works to generate architecture-specific dependencies for architecture-dependent packages11:49
cjwatsonltsp-client-core is architecture-dependent, so I can believe that it would work for it11:50
cjwatsonbut it won't work for ltsp-client which is Architecture: all11:50
ograyeah, understood11:50
cjwatsonI still regard it as a gotcha because of that and avoid it, although y'all may be right that it has been implemented :)11:51
ograwell, not in dpkg on ubuntu armel it seems :)11:52
ograelse i wouldnt have any prob :)11:52
ograi can pull it in through other ways though and just drop the hard dep for now11:52
ogratjaalton, bryce, can either of you take a look at the xserver-xorg-video-savage FTBFS ? it keeps xserver-xorg-video-all uninstallable on armel (it FTBFS on all arches, so seems a general prob, but the others have an old package available)12:05
tjaaltonogra: * Reenable 02_temporary_revert_pciaccess.diff and append all recent pci-rework changes, closes: #483989.12:14
tjaaltonogra: that's why it fails12:14
tjaaltonit was autosynced from unstable12:14
ograah12:15
tjaaltonand unstable doesn't have xserver 1.5 which needs pciaccess12:15
tjaalton+lib12:15
* ogra wonders how we will handle that on armel 12:18
ograwhere you rarely have a PCI bus12:18
directhexsigh, hate mail. i should get used to this, i suppose12:20
Hobbseedirecthex: i was wondering if that was meant in jest.  Apparently not.12:21
Hobbseewow, it's even a known contributor.12:21
directhexoh, he did CC the mailing list in the end then? i was just in To:12:21
Hobbseedirecthex: if it was Morten?  yes.12:22
directhexaye12:22
hyperairhmm? hate mail about what12:22
tjaaltonogra: I can revert that change so it'll build again12:22
directhexi mean, i'm pretty sure there are those present who disapprove of the work i do for debian/ubuntu (cough), but both debian-legal and SABDFL have made their decisions on the score ni question12:23
ogratjaalton, that would be great (and unleash a lot of packages for armel)12:23
cjwatsonHobbsee: if somebody is sending hate mail to ubuntu-devel and is on the auto-accept whitelist, please take them out of the whitelist ...12:23
Hobbseecjwatson: it was to -motu.  I checked that first :-S12:23
cjwatson(I didn't see it in the queue, I assume you processed it)12:23
cjwatsonoh, ok12:23
Hobbseecjwatson: but, yes, noted for future reference :)12:24
persiaAlso, wasn't hate mail towards a person, but towards a piece of software.  Still questionable, but not in quite the same class.12:25
tjaaltonisn't it ok to hate software, like certain operating systems and such :)12:26
directhexi don't mind hating on apps, i mind "i hate fooapp for spurious reasons, so i want to ban you from contributing free software to ubuntu"12:26
* Hobbsee sends the good old "this is not on"-style mail.12:27
tjaaltondirecthex: right, didn't read that far :)12:28
Hobbseedirecthex: yes, I thought it was in *particularly* poor taste, as it was so completely and totally irrelevant, and really mentioned nothing of use in your mail, apart from the fact that it was mono, and it was being upgraded12:28
persiaYeah.  Not an ideal mail, and not aligned with that thread.12:28
directhexyeah. i DO question the kind of thought process that says "i will help save freedom, truth, and justice, by ensuring this IDE remains at 1.0 instead of 2.0. this will cause microsoft corp to go bankrupt. hail eris!". but i'm stepping into ad hominem here, so i'll quit when i'm ahead12:29
Hobbseepersia: maybe do the list a favour, and moderate that thread, and go thru it regularly?  I know you're busy though, but mailman is quite fast :-S12:29
persiaHobbsee, Hrm?  I'm not a listadmin for that list.12:29
Hobbseepersia: oh, I thought you were, as a member of the MC.12:30
persiaHobbsee, Nope.12:30
persiaThe set of listadmins for that list is similar to the set of people who are MC, but there are ex-MC who are still listadmin, and current-MC who are not.12:31
=== veloc1ty_ is now known as veloc1ty
directhexon a related note, i've now completed a list of all packages affected by the transition, including versions in sid/exp/jaunty12:32
Hobbseeoh, cool12:32
tjaaltonogra: uploaded12:34
* ogra hugs tjaalton 12:34
* tjaalton hugs ogra for noticing the prob12:34
tkamppeterpitti, I have tried with both Replaces: and Conflicts: and get http://pastebin.ubuntu.com/74741/12:38
pittitkamppeter: right, that's the bit about "make apt less confused"; I think it works better with apt12:38
pittitkamppeter: if you drop the conflicts, it should work with dpkg, too12:39
pittitkamppeter: or you build a local archive with apt-ftparchive packages and use apt-get to upgrade12:39
tkamppeterpitti, with only Conflicts: it is worse: http://pastebin.ubuntu.com/74745/12:40
pittitkamppeter: yes, you either need both, or only Replaces12:40
pittijust conflicts will hold back the pacakge12:40
tkamppeterpitti, then I use the version with both and hope that solves the problem. I hope it will not uninstall hplip-gui for all users.12:41
tkamppeterpitti, bad thing is also that Mark Purcell has added a 2.8.6b after my 2.8.7 in the SVN trunk to do an after-freeze update for Debian, instead of branching the SVN for the after-freeze update.12:44
pittitkamppeter: no, at most they will not upgrade at all12:44
pittieek, he should have created a lenny branch12:44
tkamppeterpitti, and what to do if it does not upgrade? Is this a bug in dpkg and/or apt which prevents from moving files from one package to another?12:45
pittitkamppeter: no, it shoudl work; as I said, you can test it with apt-ftparchive and apt-get, but it's really such a standard situation that I'm sure it'll work12:46
tkamppeterpitti, so I will build and upload it with both Replaces: and Conflicts: now.12:47
fta2persia, i don't see how we can easily solve the naming conflict with chromium. it seems to me that if we do a transition from chromium to chromium-bsc, at least some people with the game installed will end up with the browser12:51
tkamppeterpitti, uploaded.12:52
persiafta, Depends on the plan.  Maybe have both chromium-bsc and chromium-browser for a while, and then transition.  I just think it's worth having the discussion as early as possible.12:53
pittitkamppeter: I didn't find any LP bug for debian bug 489045, so I won't SRU it for now12:56
ubottuDebian bug 489045 in cups "cups: infinite loop, 100%CPU use, while trying to print with HPJetDirect" [Grave,Closed] http://bugs.debian.org/48904512:56
tkamppeterpitti, probably it was never reported to Ubuntu. I got only aware of it through your debian/changelog and I considered it a severe issue which should be fixed in Ubuntu even without a Ubuntu user having hit it.12:58
pittitkamppeter: right, it's an ugly bug, but very hard to reproduce, and it seems to happen very seldomly12:59
pittiand it's not obviously regression free13:00
fta2persia, so far, i called the package chromium-browser, and upstream is now aware of that name collision. they didn't give me any direction so far, mostly because they think it's too early to work on packaging, with which i only partially agree.13:02
directhextada: http://wiki.debian.org/Teams/DebianMonoGroup/Mono20TransitionTODO13:06
directhexyour 1-stop reference to the mono packaging migration13:06
seb128directhex: good work there ;-)13:09
directhexseb128, yeah. perhaps i should do some actual day-job work13:09
directhexwaiting on some mails, moaning about suse, it's a hard life13:10
seb128heh ;-)13:10
directhexgot a 500-core cluster i can't use, but hey, that's suse for you13:11
persiafta, OK.  When you have some time, it's worth chatting with them.  If not, no worries.13:11
seb128doko: could you explain the change on bug #299911 and why it worked on debian, and do you plan to change your changes to debian too?13:20
ubottuLaunchpad bug 299911 in gtksourceview "armel build failure (package not yet in the archive)" [High,Fix released] https://launchpad.net/bugs/29991113:20
dokoregex.h defines these only for __USE_GNU, likely the newer glibc13:21
dokoor does debian build with -D_GNU_SOURCE by default?13:22
seb128doko: ok, could you change the change to debian? they will likely have the same issue and there is no need to create an ubuntu delta13:22
seb128dunno13:22
seb128I've no clue about armel13:22
* ogra wonders why it isnt in debian 13:22
dokoseb128: it's not armel specific, fails on every arch13:23
directhexsniff sniff... glibc 2.8 changes?13:23
seb128doko: ok, you will send the patch to debian right?13:24
dokoseb128: come on, you're our gg ;)13:25
seb128doko: it's ok for people to upload desktop packages but it's not ok to create extra delta and work for the desktop team without good reason13:25
seb128either you do the work correctly or you let somebody else do the changes13:26
dokoseb128: no, afaik we don't have such a policy, and again, it's needed for armel installabilty.13:26
seb128I appreciate you want to get armel going, it's not a good reason to quickly upload and let the extra maintainship work to other people then though13:27
seb128doko: I'm not going to increase my workload you don't want to do things properly, if you don't send that change to debian I'm going to drop it and sync again next time they do a change13:33
ograanyone with buildd admin power to log in to the buildds directly: libgtk2-perl needs some special hand holding (mainly killing off the running xvfb instance from the last upload) in i386, amd64 and lpia buildds before it can be given back13:34
cjwatsondoko,seb128: guys, please, sort this out. (a) doko should send the change to Debian (b) seb128 shouldn't drop changes that haven't been sent to Debian but are still needed.13:36
seb128well right, but I'm not going to merge the package for doko next cycle if changes are not sent to debian13:42
james_wcould a buildd admin please rescore akode/jaunty/armel, I'd like to know if my patch worked sometime this week :-)13:52
Hobbseejames_w: done13:58
james_wthanks Hobbsee13:58
Hobbseejames_w: you're welcome13:59
ograHobbsee, do you have ssh access to kill procs on the buildds ?13:59
Hobbseeogra: uh, no?13:59
ograsad, ok, seems i need lamont or so13:59
Hobbseeogra: the only people who have ssh into chinstrap and beyond are canonical employees, and last i checked, i don't work there.13:59
cody-somervilleActually, it isn't even canonical employees :P14:00
cody-somervilleIts only the elite IS sysadmins14:00
ograheh14:00
Hobbseecody-somerville: well, i did'nt say *where* beyond ;)14:00
=== thekorn_ is now known as thekorn
dholbachcan somebody please tell me which value you get for   cat /proc/acpi/*/fan  | grep speed   ?14:23
sorencat: /proc/acpi/*/fan: No such file or directory14:23
dholbachI have   /proc/acpi/ibm/fan    it might be different for others14:24
sorenOn all my systems..14:24
dholbachI'm sorry - I don't know where the fan speed is on other systems - I just wonder if 3867 is not a bit much when the machine is not actually doing much14:25
dholbachI turned up the music already to hear less of the fan, but I'm not sure that's the best solution ;-)14:25
tedgHmm, my fan only goes on when the screensaver kicks in -- should turn off the fancy GL screensaver :)14:26
dholbachso no numbers from anybody? :)14:26
johanbrThe only thing I have named fan anywhere in /proc/acpi is an empty /proc/acpi/fan directory (but my fan works fine).14:27
dholbachlooking at the bugs in LP, I guess I can happy that my machine does not overheat :)14:27
directhexwhat johanbr said.14:27
directhexlet me try my laptop14:27
dholbachin the thinkwiki it says you can just put "level 2" into some file and it will throttle down, but I think I prefer "auto"14:28
seb128dholbach: there is no fan information on my laptop apparently14:28
persiadholbach, I've previously had speeds from 300 to 8000, depending on fan size and heat.14:29
directhexnothing on the laptop14:30
dholbachalright, maybe I'll just ask in #ubuntu-kernel :)14:30
dokojames_w: I don't know why it fails on armel, but not on the other architectures14:34
james_wdoko: akode?14:34
dokoyes14:34
james_wyeah, me neither14:34
james_wit failed again due to a missing header in another file14:34
Keybukkirkland: any word from Ted?14:35
james_wI don't really want to keep trying to fix it like this, It'd be much more efficient with access to hardware14:35
kirklandKeybuk: nothing in my inbox yet14:36
torkeldholbach: speed:331214:38
tedgkirkland: Keybuk: Not me, right?14:38
kirklandtedg: ;-)  nope14:38
kirklandtedg: ted tso14:38
tedgkirkland: Okay, just checking I didn't miss a mail.14:39
kirklandKeybuk: i have his cell #, i'll call in a bit, when the west coast is on a reasonable hour14:39
kirklandtedg: well i can't guarantee that :-)14:39
dholbachthanks torkel, so it's probably not too bad14:40
lamontogra: what process where and did you get it killed already?14:41
Mithrandirjames_w: you know qemu can simulate arm, right?14:41
ogralamont, no i didnt yet, its the old xvfb keeps running for libgtk2-perl builds thingie14:41
persiaMithrandir, The patch for EABI is widely considered somewhat unstable.  Do you know of a version that works well for armel?14:42
Mithrandirpersia: hm, ok.  I didn't play with it14:42
* persia has only looked at qemu upstream and qemu-arm-eabi upstream14:42
persiaMithrandir, For old-ABI, it works just peachy14:42
Mithrandiryeah, but that's not helpful here14:43
persiaSo Debian "arm" architecture works, but "armel" for either Debian or Ubuntu is less stable.14:43
MithrandirI guess you could use a chroot on an n810 or something.  Slow, though.14:43
ogralamont, must be on zirconium, palmer and crested if i didnt get that wrong14:43
persiaMithrandir, That's what most of the porters with hardware have been doing.  n810, NSLU2, etc.14:44
persiaBeagleBoard or GumStix is probably a better choice for speed, but nobody with those has been making much noise.14:45
lamontogra: nothing looks amiss on zirconium14:45
ogralamont, well, i'll just try a give-back, lets see14:46
lamontditto on the other two14:46
lamontthe only one I've seen this week is xvfb-run, which needs a bit of identification (next time we hit it, for sure...)14:47
ogralamont, i just know you had to kill xvfb-run on ppc yesterday, so i wanted to make sure its out of the way before giving back14:47
ogralpia given back now, lets see14:47
* lamont checks all the buildds for xvfb-run14:48
=== LucidFox_ is now known as LucidFox
=== kapipi is now known as kapipi_afk_coffe
=== kapipi_afk_coffe is now known as kapipi
ogralamont, looks like libgtk2-perl is just failing on molybdeium16:21
ogra*molybdenum16:22
lamontogra: if it helps, it's running: /usr/bin/perl -w t/GtkRecentChooser.t16:25
lamontand xvfb-run is in the process tree16:25
ograwell, i only saw the log on LP16:25
lamontso I rather expect that after it finishes failing, there might be some pain left over16:25
ograand the messages looked similar16:25
dokoNCommander: back to zero with kdelibs and kde4libs16:30
crwebwhat package owns the default ubuntu background and how does it set it to default?16:30
_MMA_crweb: Its a gconf key I believe.16:31
ogra../libtool: line 818: X--tag=CC: command not found16:32
ogra../libtool: line 851: libtool: ignoring unknown tag : command not found16:32
ogra../libtool: line 818: X--mode=compile: command not found16:32
ogra../libtool: line 985: *** Warning: inferring the mode of operation is deprecated.: command not found16:32
* ogra scratches head16:33
_MMA_crweb: Looking at Synaptic should show you what package the background comes from. Either ubuntu-wallpapers or ubuntu-artwork. I forget.16:33
dokopersia: please wait with killing sun-java5 in jaunty. there will be one more upload, which I need for -updates in earlier releases. it's easier to do this work in the development version first16:34
dokoogra: wrongly regenerated?16:34
ogradoko, well, i didnt do anything but dpkg-buildpackage -b for gnome-power-manager on armel16:35
ograit seems to work on x8616:35
* ogra tries again on the faster arch16:35
seb128ogra: try running autoreconf to fix the error16:38
persiadoko, No rush planned.  slytherin will put together a spec, and we'll do a spec review process to make sure all interested parties concur before dropping it.16:38
ograseb128, hmm, i thought cdbs does that automatically16:39
persiadoko, The general goal is just to try to drop it before Jaunty releases, if it's not blocked by something, so as to give fair warning to uses that they have to start migration plans for the next LTS.16:39
seb128ogra: the cdbs logic is buggy apparently16:39
ograDEB_AUTO_UPDATE_AUTOCONF = "yes"16:39
ograah, k16:39
dokoyes, agreed16:39
ograhrm16:39
sorenKeybuk: Do you have an opinion on bug 44194, in particular the fix applied to the udev rules file for ifupdown?16:40
ubottuLaunchpad bug 44194 in netbase "wpasupplicant doesn't start when the network start" [Undecided,Fix released] https://launchpad.net/bugs/4419416:40
Keybukcan you provide me a link to the diff you'd like me to look at?16:41
sorenKeybuk: The first check in a current (intrepid and jaunty) /etc/udev/rules.d/85-ifupdown.rules.16:41
Keybukoh, that16:42
KeybukI saw that, and wondered who'd been taking drugs16:42
sorenI'm glad we agree.16:42
sorenIMO, what we should do is:16:42
sorenRemove it, and make sure that any if-up.d script bails out if it needs rw access to various things.16:43
Keybukindeed16:43
Keybukit's perfectly valid to have no rw access at all, ever16:43
sorenThat way, if stuff just needs basic ifconfig, it works, and everything else gets to get configured later (S40networking)16:43
sorenKeybuk: That's also a very good point.16:44
sorenKeybuk: So: Remove the patch, thus  attempting configuration at interface discovery, and filing bugs against packages with if-*.d scripts that can't deal with this... Sounds like a plan?16:47
Keybukright16:48
Keybukbut you'd have to fix the underlying wpa_supplicant bug anyway16:48
sorens/you'd/someone would/ :)16:49
* soren glances at siretart :)16:49
sorenKeybuk: But great, thanks for your input.16:49
kirklandKeybuk: how do i suspend/hibernate a system from the command line?16:52
siretartsoren: sorry?16:52
Keybukkirkland: pm-suspend ?16:53
kirklandKeybuk: is there a tool, or is it an echo of something to /proc/yada/yada16:53
kirklandKeybuk: thx!16:53
sorensiretart: bug 4419416:53
ubottuLaunchpad bug 44194 in netbase "wpasupplicant doesn't start when the network start" [Undecided,Fix released] https://launchpad.net/bugs/4419416:53
siretartoh that one16:53
sorensiretart: Read the last 15 minutes of scrollback here for more context.16:53
siretartso you argue that my fix was wrong. correct?16:54
sorenYes.16:54
siretartokay. what's the problem with the fix?16:54
sorenIt stops interfaces from being configured at discovery time.16:55
sorenand that makes me cry.16:55
sorenand kittens die.16:55
sorenPlease. Think of the kittens.16:55
siretartwhy does that happen? (sorry, I just arrived at my desk and context switching is expensive)16:56
Spadssiretart: soren weeps acid tears in the pet shop16:57
Spadssiretart: HTH, HAND16:57
sorensiretart: Why kittens die?16:58
sorensiretart: I stab them. And it's your fault.16:58
siretartsoren: why interfaces are no longer configured at discovery time16:58
sorensiretart: ah.16:58
siretartsoren: without the fix, the interface are not configured at boot time. which I consider worse16:58
sorensiretart: Because discovery time is waaay before S40networking.16:58
sorensiretart: Why wouldn't they be?16:59
siretartread the bug?16:59
siretartespc. https://bugs.edge.launchpad.net/ubuntu/+source/wpasupplicant/+bug/44194/comments/1016:59
ubottuLaunchpad bug 44194 in netbase "wpasupplicant doesn't start when the network start" [Undecided,Fix released]16:59
* soren goes to read it again16:59
sorenI don't see why wpasupplicant's failure to function properly at that time should make everyone else suffer?17:00
ograand especally the kittens17:02
* ogra ha a totally new view of soren now 17:03
ogra*has17:03
sorenHey, it's not that I want to stab them. They just make excellent hostages.17:03
robbiewjames_w: do you have a spec/blueprint that I can point to for UDS scheduling purposes?17:05
robbiewjames_w: only need a stub17:06
* soren goes to dinner17:06
james_wrobbiew: I'll write a stub for you now, sorry.17:06
robbiewjames_w: great...thnx :)17:07
siretartsoren: damn, university just went offline, I'm now on my mobile via umts17:07
siretartsoren: you still did not explain why the patch would break configuration at discovery time17:08
siretartsoren: would you please summarize your concerns in a new bug and give me the chance to comment on that?17:09
siretartI need to hurry home now anyways17:09
siretartsoren: in short, wpasupplicant won't work before S40networking. I cannot give you the exact details why that doesn't work, but before reverting my change, please investigate that use case first17:12
siretartif you want to fix that, please do so after reverting the change that unbreaks wpasupplicant at boot time. btw, that is the most common way of using wpasupplicant on debian,and I do consider it a very important use case17:13
ograoh, ekiga magically fixed itself on armel17:19
dokowell, not that magically17:20
ogradid you give it back ?17:23
ograi dont see any upload17:23
ograah, the autoreconf on g-p-m seems to have helped17:23
ograwhich leaves me with an even more awkward patch ... but it will build on armel17:24
keespitti: still around?17:24
pittikees: *wave*17:24
james_wrobbiew: https://blueprints.launchpad.net/ubuntu/+spec/distributed-development-debian-import17:26
robbiewjames_w: thnx!17:26
lore20hello17:28
lore20i'm trying to compile brasero 0.8.317:28
keespitti: cool.  say, I've been pondering something slightly crazy, and I wanted to see what you thought of a possible (ab)use of jockey.17:28
lore20i did "./configure" and "make", without any error17:28
keespitti: I want to do this: https://blueprints.launchpad.net/ubuntu/+spec/use-pae-when-possible17:28
pittikees: oh :) shoot17:28
lore20but when I type "checkinstall --install=no"17:28
keespitti: basically, we can only fit 1 kernel on the install CD, and as such it needs to be the -generic17:29
Riddellenrico: any idea what causes this in jaunty?  debtags.cc:232: error: 'struct ept::core::PackageState' has no member named 'isUpgradable'17:29
keespitti: however, I want hardware that is PAE-capable to run the -server kernel to get PAE, and therefore "nx" protections.17:29
lore20I get this error: "/bin/mkdir: cannot create directory `/usr/local/etc/gconf': No such file or directory "17:29
ogra++for rneaming -server17:29
keespitti: (jaunty's -server kernel may get renamed to be a more sane name)17:29
ogra*renaming17:29
keesogra: totally17:30
ograall my ltsp users switch to -server and are always concerned that its not a deskto kernel17:30
lore20why?17:30
keespitti: it's not clear to me yet if this will be possible entirely from the installer, so I was trying to think of a way to have jockey prompt for it17:30
ograltsp usually uses >4G17:30
keesogra: yeah, lots of people have desktops that they run 32bit and wonder where their memory went too.  :P17:31
ograyep17:31
lore20It can't make a dir cause it doesn't exists?17:31
keespitti: does jockey already prompt for system reboots when installing restricted drivers?17:31
pittikees: in principle this is fairly easy to do (write handler which checsk the PAE bit and installs -server if enabled)17:32
ogralore20, please see /topic17:32
pittikees: the problem is how to describe and communicate this thing to the user in words they can understand17:32
keespitti: sure, but that's just a bit of word-smithing.17:32
pittikees: reboots are not tied to restrictedness, but to the particular handler17:32
keespitti: I think "use all your memory" and "protect against crackers" would be motivational.17:32
pittikees: if a handler gets enabled, but detects that it isn't active yet, it is shown as "needs reboot", yes17:33
keespitti: perfect.17:33
enricoRiddell: that's mornfall's stuff17:33
enricoRiddell: he's probably changed something17:33
keespitti: another handler I'd like to add then, is one that detects that both -generic and -server are installed, and that -server is booted.  to prompt for the removal of -generic.17:33
pittikees: installer> entirely possible for netboot and DVD, but not CD, yes17:33
enricoRiddell: do you have a link to mornfall?17:33
keespitti: right.  and it's the CD I'm most concerned about.17:33
Riddellenrico: a link to mornfall?  he's in #kubuntu-devel dunno if he's at computer17:34
keespitti: that's the bulk of installs, as well as the fact that jockey will prompt for people that do upgrades.17:34
tkamppeterpitti, for a possible SRU on bug 294671, bug 292257, and bug 298982 I got a patch for the Poppler-based pdftoraster from Koji Otani. I did not ask these people for testing the patch yet, but we could apply it to the -proposed CUPS package and see whether it helps. WDYT?17:34
ubottuLaunchpad bug 294671 in gutenprint "Driver reports "ColorSpace is not supported" for Canon iP4500" [Undecided,Fix released] https://launchpad.net/bugs/29467117:34
pittikees: why would you want to remove -generic? that rather sounds like system-cleaner17:34
ubottuLaunchpad bug 292257 in cups "epson printer d88 (dup-of: 294671)" [Undecided,New] https://launchpad.net/bugs/29225717:34
ubottuLaunchpad bug 298982 in ubuntu "Canon IP 4500 and printing Color (dup-of: 294671)" [Undecided,New] https://launchpad.net/bugs/29898217:34
ograwouldnt "last good boot" take care of that ?17:34
keespitti: to avoid grub-positioning problems, reduce update bandwidth, reduce redundancy, reduce size of install.17:34
keesogra: I'm nervous about removing -generic while it's running.17:35
keespitti: what is "system-cleaner"?  (and how does it run?)17:35
ograwell, last good boot only removes after the first successfull boot of a new kernel as i understood it17:36
liwkees, system-cleaner is the tool I wrote to remove "cruft" (it's now called Cruft Remover, although the package name is still system-cleaner)17:36
pittikees: cruft-remover now17:36
pittiogra: last-good-boot was pulled from intrepid17:37
ograpitti, and ? arent we taking jaunty here  ?17:37
keesliw: ah, very cool -- does it get run automatically?17:37
ograi would expect it to come back17:37
liwkees, nope, user has to invoke it17:37
ograbut BenC can surely comment better on that17:37
pittiogra: yes, certainly17:38
pittiwe want it, it just had implementation problems17:38
ograright17:38
ograso jaunty should be its release :)17:38
ograwhich then should solve the system cleaner prob17:38
enricoRiddell: ping him there then17:38
pittitkamppeter: that sounds like a good followup SRU together with the "spin on backchannel EOF" bug, so that one coudl sit in -proposed longer17:38
pittitkamppeter: the current three bugs in -proposed are easy to verify, so I'd like to finish that one first17:39
enricoRiddell: he'll see your messages if you address him17:39
tkamppeterpitti, OK.17:39
pittikees: so yes, technically it is no problem to do that17:39
keespitti: okay, great.  this gives me much more to work with as far as fleshing out that spec; thank you!17:39
pittikees: it's mostly an usability challenge, I think17:39
BenCogra: yeah, that's the plan17:40
keespitti: oh, how so?17:40
pittikees: getting description right, and so on17:40
tkamppeterpitti, should I send you the patch to put together this next -proposed package of CUPS? I cannot put the patch into the BZR as there the Poppler-based pdftoraster is already removed.17:40
pittitkamppeter: feel free to commit it to the intrepid branch17:40
pittitkamppeter: lp:~ubuntu-core-dev/cups/intrepid17:41
keespitti: right, sure.17:41
tkamppeterpitti, do I have write access there? And if not, can you activate write access for me?17:43
liwkees, hmm, I think it might be a cool plugin for system-cleaner/Cruft Remover to have it suggest the optimal kernel, assuming that's possible17:43
pittitkamppeter: oh, you aren't core-dev any more, right17:43
tkamppeteryes, they have made me only MOTU-and-a-half17:43
pittitkamppeter: just send me the patch then, probably easiest17:43
pittitkamppeter: I can change the owner, but only with breaking the existing Vcs-Bzr: headers in packages17:44
keesliw: you mean to suggest removing -generic when -server was installed and running?17:45
keesliw: I think that would be great.17:45
tkamppeterpitti, you have mail17:48
liwkees, yes, exactly that17:49
* liw makes a note17:49
keesliw: I'll add it to the spec details too17:50
* ogra takes rss-glx from the armel list17:53
keespitti, liw: do you mind if I subscribe you to the PAE-kernel-selection spec?17:55
liwkees, sure17:56
pittikees: please do17:56
keesogra: you interested too?  I've added "rename kernels" to the list of things the spec may include17:57
ograkees, interested sure, not sure i have so much time left for non mobile and non arm specs though17:57
ograbut feeel free to subscribe me17:58
keesogra, liw, pitti: I've sub'd you all, but didn't mark you "required". please adjust however you want.  :)17:58
kirklandpitti: Keybuk: hey, can i ask for a slot on the desktop UDS agenda, to discuss a couple of encrypted home directory graphical management utilities that we'd need?18:07
kirklandpitti: Keybuk: i've got working prototypes of the entire underlying framework18:08
kirklandpitti: Keybuk: but there's a lot of griping from people about wanting a pointy/clicky utility to manage their setup18:08
Keybukpitti: no, put them on the server track18:09
Keybukand ask for desktop people to attend18:09
Keybukerr18:09
Keybuknot pitti18:09
Keybukkirkland:18:09
* liw gets a mental image of a crossbow18:09
directhexUbuntu Sponsors for main team has been subscribed to this bug.18:31
directhexokay then, the big mono 2.0 transition is ready to be kicked off. more or less.18:34
alex-weejwhat package should i file bugs about guest session to?18:43
cody-somervilleguest-gdm-session or something like that18:43
alex-weejasac: know anything about PPTP VPN connections failing? hasn't worked since at least intrepid released (it did work with pre-release NM 0.7 though)18:43
alex-weejcody-somerville: thanks18:44
* ogra wonders where his yesterday given back rpm went 18:51
ograanyway18:52
* ogra goes out for dinner18:52
pittialex-weej: there's a current SRU for it19:04
tkamppeterpitti, I have a problem with pstopdf: See bug 28218619:05
ubottuLaunchpad bug 282186 in cups "HP Photosmart 2610 top first cm not printed" [Undecided,Fix released] https://launchpad.net/bugs/28218619:05
alex-weejpitti: which issue exactly?19:05
pittialex-weej: network-manager-pptp19:06
tkamppeterpitti, the pstopdf filter converts PostScript to PDF using Ghostscript. On the Ghostscript command line paper size, resolution, and unprintable margins (all taken from the PPD) are supplied on the command line.19:06
alex-weejpitti: there are at least 4 outstanding, independent issues i am having to workaround in order to connect19:06
tkamppeterThis is done to get the best of the file conversion, and also so that a CUPS test page contains the correct data.19:07
directhexso. who feels like doing said kicking off. it's only 80 packages or so :)19:08
* directhex prods pitti 19:08
directhexsooner the better with transitions, that's what i say19:09
tkamppeterpitti, the problem is that  the PDF generated by Ghostscript has the margins clipped exactly at the borders defined in the PPD file. In general, one would think this is OK, as the PPD tells what are the unprintable margins of the printer, but in reality it is not the case.19:09
pittialex-weej: look at the topmost bit of https://edge.launchpad.net/ubuntu/+source/network-manager-pptp19:09
pittidirecthex: 80 packages what? syncs? can do; uploads? spread to several people please; "develop fixes"? no way :)19:10
pittitkamppeter: I saw the reply, but how was it handled in the past? some mystic implicit extra margin?19:10
directhexpitti, https://bugs.launchpad.net/ubuntu/+source/mono/+bug/300133 plus recent messages to ubuntu-devel@19:10
ubottuLaunchpad bug 300133 in mono "Mono 2.0.1 package (triggers major packaging transition, please read in full)" [Undecided,New]19:10
tkamppeterpitti, the current HP inkjets for example have unprintable margins of 9 points (around 3 mm) alll around if not in full-bleed mode. The PPDs suggest all an unprintable margine of 36 points (12.7 mm) at the bottom. This makes pstopdf clipping a lot.19:11
tkamppeterpitti, formerly there was no filter which clipped borders. And the CUPS test page was rendered by the Ghostscript instance which ran the printer driver.19:12
tkamppeterThe two possibilities which I can do are:19:12
tkamppeter1. I do not feed the border info but only page size and resolution into Ghostscript. Then all normal jobs work correctly and I can also print full-bleed photos with flphoto.19:13
tkamppeterBut the CUPS test page does not show margin info (all zero) and not the black border.19:14
tkamppeter2. No change, which gives me a perfect CUPS test page but unwished margin widths on many normal jobs, especially no full-bleed with many photo managers.19:15
tkamppeterpitti, my suggestion is 1. both for Jaunty and as SRU for Intrepid.19:15
keesanyone know how to pin a command to a specific CPU?19:16
directhexkees, tastset?19:16
directhextask19:16
tkamppeterIn Jaunty the CUPS test page will go away with CUPS 1.4, there is a new test page concept.19:16
directhexlet's try that again: taskset19:16
tkamppeterpitti, in Intrepid users happen to print the CUPS test page rarely, as with s-c-p on A4 and Letter Ubuntu tesy pages are used.19:17
directhexunless that's in some sgi rpm... nope, util-linux19:17
pittitkamppeter: (phone, bbl)19:18
keesdirecthex: perfect! thanks19:18
tedgpitti: Have you packaged devkit?19:18
tkamppeterpitti, simply answer after the call. I leave the window open, so it catches your answer also if I am not here.19:20
pittitkamppeter: hm, so is the issue that the margin info in the PPDs are plainly wrong, or that they only apply to some modes (and not in full-bleed)?19:26
=== Michiel__ is now known as Eghie
pittitkamppeter: if they are wrong, fixing the PPD files seems most adequate?19:26
pittitkamppeter: other than that, I'm all for breaking the test page to fix real printouts :) (your solution 1.)19:27
pittitkamppeter: I mean, after all the printer will figure out the clipping on its own :)19:27
pittitkamppeter: the only other useful thing would be to make applications aware of the clipping borders, so that you avoid putting contents to these areas in gimp, OO.o, or whereever; do PPDs provide that?19:28
pittitkamppeter: if it's just some intermediate filters in the chain, then clipping there is fairly useless IMHO19:28
=== beuno_ is now known as beuno
devinheitmuellerI'm a developer for the Kaffeine project, and was wondering if there is a documented process for getting an upstream Pull into Ubuntu?  We did a new release in July (0.8.7) and there was a launchpad ticket opened which never got responded to.  What is the best way to ensure that that the newest release gets into Jaunty?19:33
directhexdevinheitmueller, is kaffeine in ubuntu based on a debian package?19:34
devinheitmuellerhmmm... that's a reasonable question.  Let me look.19:35
tkamppeterpitti, it is an intermediate filter, pstopdf. So I think I will let the filter not clip, also if then the CUPS test page is wrong. I will do the change in Debian CUPS BZR trunk. Please put it into the current CUPS SRU then. The fix is obvious and does not need a long testing preiod. I have tested it also with flphoto by myself.19:35
directhexyes, it seems so19:35
devinheitmuellerYes, I believe so:19:35
devinheitmuellerhttps://launchpad.net/ubuntu/+source/kaffeine19:35
devinheitmuellerIt would be really useful to get this in, since digital television scanning doesn't work in North America without the new release.19:36
directhexdevinheitmueller, so: talk to the debian packager (who is likely to need to use Experimental, as debian is frozen) then request a sync/merge19:36
directhexdevinheitmueller, debian kde extras team. pkg-kde-extras@lists.alioth.debian.org19:36
cjwatson(we can do it directly, but prefer to work via Debian if possible)19:36
devinheitmuellerIs there a definitive way to determine who the debian packager is (admittedly I'm not familiar with Ubuntu/debian's packaging processes)19:37
directhexyes, we do! had a peek at my mono transition bug, cjwatson? someone's gonna have to take the plunge & start it off19:37
devinheitmuellerAh, ok.19:37
cjwatsondirecthex: I'm already literally doing something like five or six different things ...19:37
directhexdevinheitmueller, generally: http://packages.qa.debian.org/sourcepkgname19:37
directhexpoot.19:37
cjwatsondirecthex: most of which are critpath for jaunty alpha 1 :(19:38
devinheitmuellerHmm.... Looks like they're already at 0.8.7-1.19:38
directhexcjwatson, well, alpha 1 is basic toolchain isn't it/ that takes priority19:38
devinheitmuellerhttp://packages.qa.debian.org/k/kaffeine.html19:38
directhexdevinheitmueller, really? in that case, request a sync with a sync bug. details of how are on the ubuntu wiki someplace19:39
devinheitmuellerOk.19:39
cjwatsondirecthex: shouldn't this go after alpha 1 anyway?19:39
devinheitmuellerIn fact, it's been marked at "testing" since August 1st.19:39
cjwatsondon't request a sync with a sync bug19:39
directhexdevinheitmueller, it may need a merge (i.e. actual developer intervention) instead of syncing19:39
cjwatsonit's modified in Ubuntu - somebody needs to merge it, but we already have a queue for that19:39
cjwatsoni.e. it's on the list already19:40
cjwatson(http://merges.ubuntu.com/universe.html)19:40
devinheitmuellerPardon, are you saying Kaffeine is on the list already?19:40
cjwatsonyes, I am19:40
devinheitmuellerok19:40
cjwatsonat the start of each cycle we merge everything from Debian19:40
cjwatsonwe're partway through that process, but haven't finished yet19:40
cjwatsonkaffeine is still on the to-do list19:40
devinheitmuellerNow that I see how this is working, I'll see about merging whatever patches you have upstream for 0.8.8.19:41
devinheitmuellerdirecthex, cjwatson: thanks for your help!19:45
ScottKdevinheitmueller: apachelogger did the last uploader for it, so he's generally the one that would look at it.19:45
Riddelldevinheitmueller: hi19:45
devinheitmuellerAh, I saw that name and thought perhaps it was an automated process.19:46
Riddelldevinheitmueller: I actually was doing the kaffine update today but there's a problem in kdelibs that stopped it compiling19:46
devinheitmuelleroh?19:46
directhexdevinheitmueller, that's good - it's always ideal to have some connection between up & downstream, WRT patches19:46
devinheitmuellerYes, I definitely want to reduce the work required by the maintainers in terms of merging.  It's bad for everybody.19:46
Riddelldevinheitmueller: #kubuntu-devel is generally the place to ask about KDE related packages19:47
devinheitmuellerRiddell:  ah.  Thank you for pointing that out.  I'll switch over to the more appropriate channel.19:47
cjwatsoncould somebody score up gnome-control-center on armel, please?19:54
directhexNCommander, did i thank you for your armel mono fix?19:57
NCommanderYOu don't have to thank me.19:58
* NCommander kicks distcc19:58
RainCTisn't "fix mono" something like introducing a bug?19:58
* RainCT hides behind a big stone :P19:58
directhexNCommander, contributors need recognition!19:58
directhexRainCT, rule 1 of irc: nobody can see your finger quotes or hear your sarcastic tone of voice. adjust smileys as appropriate ;)19:59
Treenaksdirecthex: "finger quotes"20:00
directhexTreenaks, if i used finger quotes when telling them shell commands to run, they'd give me a very funny look20:00
directhexs/them/people/20:00
RainCTdirecthex: add a  *sad look*  to my previouse sentence then ;P20:01
Treenaksdirecthex: good point20:01
directhexbah. i need more sleep. up until all hours last night writing some mails about some packages20:01
pittitkamppeter: current SRU is already uploaded20:18
pittitkamppeter: I agree, clipping makes no sense at all in an intermediate filter20:18
tkamppeterpitti, as you have seen in the mail I have put the new pstopdf onto the BZR. It fixes for sure bug 282186 and perhaps also bug 293832.20:24
ubottuLaunchpad bug 282186 in cups "HP Photosmart 2610 top first cm not printed" [Undecided,Fix released] https://launchpad.net/bugs/28218620:24
ubottuLaunchpad bug 293832 in foomatic-db "printer prints page at wrong position, page cut" [High,Incomplete] https://launchpad.net/bugs/29383220:24
sorensiretart: As I said: 17:00:54 < soren> I don't see why wpasupplicant's failure to function properly at that time should make everyone else suffer?20:26
sorensiretart: The kernel discovers ethernet devices very early. It tells udev about this. Until you applied that patch, my interfaces were configured right then and there.20:27
sorenAnd all my kittens were still alive.20:27
sorenNow, nothing gets configured until S40networking is run.20:27
=== veloc1ty_ is now known as veloc1ty
=== ogra_ is now known as ogra
ogracan a buildd admin please priorize apmd (its holing up gnome-applets)20:57
ogra*holding20:59
NCommanderI just had a brilliant idea on how to accelerate boot times21:23
ograput the buildd boards on 380V ?21:24
ograoh21:24
ion_-O999 -funroll-loops -fgentoo21:24
* ogra read s/boot/build/21:24
NCommanderion_, not quite21:26
NCommanderOS designed have been playing around wit the idea of caching OS startup for years21:26
NCommander(OS X has BootCache, and I think Windows has something similar)21:26
ScottKNCommander: Since hibernate works so reliably we can just do that all the time?21:29
NCommanderNot quite21:30
* NCommander did have an idea about that but for another time21:30
NCommanderWell, w.r.t. to hibrenation, it might be worth investigating the point of having kernel execution cache its member state just before/after it executed init21:30
sorensiretart: Either ping me here if you want to discuss it, or I'll file a bug tomorrow at some point.21:35
persiaScottK, Actually, yes.  The issue is getting hibernate to work that reliably.  Booting is usually not so helpful.21:53
* persia has a linux box that gets about 1000 power cycles per reboot21:54
sorenResuming from hibernation often takes longer than booting for me.21:54
joaopintowhere there any recent updates (as in today) related to sound play ?21:56
ograsoren, dont hibernate your servers :P21:56
jdongsoren: likewise, I only hibernate when I need to save my state21:56
jdongthe problem is the swap-thrashing right after resuming21:56
jdongI find it actually better to hackishly swapoff -a; swapon -a after suspend in a suspend.d script21:56
sorenpersia: I see the potential for using something *like* hibernation to boot faster, though.21:57
persiasoren, Well, depends on hardware, etc.  On that device, resume-from-hibernate is about 1.5 seconds, but it's a custom kernel to support "instant-on" type behaviour.  Boot takes about 4 minutes.21:58
persiaIt's also ARM, which boards tend to have shorter resume-from-hibernate cycles anyway.21:58
ograyeah21:58
ograwe just need to switch the world to arm21:59
ograthat solves all power probs21:59
jdongit probably would :)22:00
TheMuso_ogra: heh it also solves x86 domination probs. :p22:00
persiaWell, no.  Nobody builds ARM supercomputers.22:01
ograTheMuso_, yeah, thats a sideeffect ... :)22:01
ograpersia, but why ?22:01
ograyou can get way more beagleboards in a 19" cabinet than blade servers :)22:02
persiaogra, Power-consumption-optimisation rather than instruction-throughput-optimisation, I'd say.22:02
ograah, well, mass compensates here ...22:02
=== beuno_ is now known as beuno
lamontwhat's it mean when seahorse(?) blats out: Warning: Tried to connect to session manager, Could not open network socket22:27
ograprobably it didnt get a dbus connection ?22:28
ograis the session dbus running ?22:29
lamontwell, X died when kvm and xchat did battle22:29
lamontogra: how do I see if the session dbus is running?22:30
ograah22:30
ogra ps ax|grep dbus|grep "session$"22:30
ograbut it usually gets started via dbus-launch with the --exit-with-session option22:31
ograwhich means it dies with x-session-manager22:31
ogralamont, while you are here, could you bump gnome-control-center and ampd on armel ? building them will make ubuntu-desktop installable22:33
ograand they seem to sit with with a score of 0 in the queue ....22:33
HobbseeI'm starting to hate email.22:38
Hobbseeor the MOTU community.  Either way.22:38
* Mithrandir ruffles Hobbsee 22:39
* NCommander gives Hobbsee a shotgun22:39
NCommanderlamont, is it hypothetically possible for a build admin to be able to do a binary upload into a PPA?22:39
NCommanderor, actually, to the buildd admins ^22:40
cprovNCommander: not even in theory. What's the case ?22:41
NCommandercprov, cross-compiler bootstrapping22:41
NCommandercprov, I'm investiaging the possibility of packaging cross-compilers in the archive (with doko's blessing), or in a PPA (to stage)22:42
NCommanderBut to build a cross-compiler, you need a glibc compiled to that architecture22:42
calci'm getting weird build errors (maybe hardware related) so i'm going to run memtest and other hardware tests, bbl22:42
NCommanderEssentially, you need cross-binutils, cross-gcc min, cross-glibc built, cross-gcc built again full, full glibc22:42
NCommanderSteps 2-4 would require a binary upload. Once all the packages are uploaded, its possible to rebuild itself22:43
calcsystem can't even unpack a previously known good tarball (from ~ 1hr ago)22:43
TheMuso_calscary.22:43
TheMuso_gah missed him.22:43
=== TheMuso_ is now known as TheMuso
NCommandercprov, this would also allow us to work around cases where arch all packages require building on non-i386 platforms22:44
cprovNCommander: it's very tricky, I can see.22:44
NCommanderi.e., QEMU BIOS22:44
dokoNCommander: better to just build-depend on the corresponding -source packages and build it; you can even reuse most of the packaging22:44
NCommanderYOu still have the issue problem of the first toolchain, I've never been able to get GCC to build properly without headers from glibc22:45
NCommanderdoko, does glibc even support cross-compilation?22:45
NCommander(the source package I mean)22:45
NCommanderI know binutils and gcc do22:45
dokoNCommander: have a look, but you can always build-depend on glibc-source. and better to apply all the patches we do in the native package22:46
NCommanderHrm22:47
NCommanderIt would probably be tricky to tweak the rules to get the toolchain to come out properly in a PPA without glibc binaries installed ...22:47
NCommanderBut not impossible22:47
dokohmm, I don't understand ...22:48
NCommanderGCC requires glibc's headers for the target platform to be compilable22:49
NCommander(it cross-compiles libgcc to match the target)22:49
* NCommander looks up his cross-compiler notes to make sure I'm not talking smack22:50
NCommanderd'oh22:50
NCommanderI forgot you also need kernel headers22:50
NCommanderI knew something was missing22:50
=== GuilhermeCunha is now known as GuilhermeCunha_
NCommanderOh22:51
NCommanderThey fixed the gcc needs glibc in the 4.x series22:52
=== GuilhermeCunha_ is now known as GuilhermeCunha
* NCommander is giving a hint the last time he built cross-compilers without cross-tool or equivelent22:52
NCommanderso in that case, it simply becomes cross-binutils, cross-gcc-core, cross-linux-headers, cross-glibc, cross-gcc-full22:53
lamontNCommander: no22:55
lamontone can upload source, buildds build, and launchpad uploads binaries to itself22:55
NCommanderI know that.22:56
lamont(for the delayed response)22:56
NCommanderBUt I mean in the case of bootstrapping in a PPA, would it be possible for a build admin to do a binary upload22:56
dokoogra: gcompris build failure on armel22:59
ogradoko, yeah22:59
lamontNCommander: that would be problematic, and not something I'd willingly touch22:59
ogradoko, the tird time or so22:59
ogra*third22:59
lamont*turd22:59
ograwaiting for gnome-games22:59
lamont:-)22:59
NCommander:-)22:59
ograoh, wait gnome-games should be there23:00
dokoogra: no, please look first23:00
* ogra looks23:00
lamontNCommander: and I'd certainly defer to cprov on the answer to that23:00
sebasHi23:00
sebasIs anybody aware of an issue where i as a user can't connect to networkmanager and HAL23:01
sebasOr at least, i'm getting permission problems when trying to use nm-applet or powermanagement stuff in HAL23:01
sebasHappens since a few days, maybe a week or so23:01
sebasI'm not quite grasping how this dbus / session / permission stuff works23:02
cprovNCommander: the model doesn't allow that, maybe you could upload a source with the binary blod inside it.23:03
sebasOr maybe someone has pointers to where I need to look if things are set up OK23:03
NCommandercprov, yeah, that was plan B, which was evil, but doable23:03
cprovNCommander: in LP binary needs a build the needs a source, we can't break this chain.23:04
NCommandercprov, we could upload the source package, no issue23:04
cprovs/cannot/don't want to23:04
NCommanderBut someone would have to manually upload the first binary build of it23:04
cprovNCommander: no, I meant a source that already contain the built binary23:05
NCommandercprov, no, that I got too23:05
* NCommander was answering on breaking the chain23:05
dokoNCommander: please don't package the source again; use the available -source packages23:06
* NCommander nods23:06
NCommanderdoko, what about for binutils/gcc, do we want the cross-compilers building out of a single source package, or two, one for the main toolchain, and one for the cross-compilers?23:07
directhexwhat exaclty does the alpha 1 freeze freeze?23:08
dokoNCommander: no, no more cross compilers out of the same package. we do that for spu and hppa64 because we do need it for those platforms. but for nothing else.23:08
NCommanderdoko, would you objection to say a gcc-cross source package to build cross-compilers (which would live in universe)?23:09
NCommander(assuming we put them in the archive ...)23:10
dokoNCommander: yes, I do object, because a monster source building n cross compilers is just ugly23:10
ograurgh, grcompris grew by 20 MB since i touched it last two releaes ago23:12
ogra*releases23:12
NCommanderdoko, what if we create a binutils-source which is the source w/ all binutils attached, then individual cross-toolchain packages which depend on that, gcc-source, and glibc source, and then works to build the cross-compiler? No duplication of source, no super-massive package to self-destruct23:20
dokoNCommander: there is already a binutils-source package for this reason23:21
NCommanderOh23:22
NCommanderI missed that it existed23:22
NCommanderWell23:22
NCommanderTHat solves that :-)23:22
ogradoko, is tehre a bug open about gcompris (for my changelog)23:22
* ogra doesnt get why that didt fail on any other arch23:24
ogra*didnt23:24
dokoogra: no23:24
ogragood23:24
dokoNCommander: and you could just copy the packaging, and set the target in debian/rules. but don't apply the patches again23:25
NCommanderSo then we need a binutils-*arch* package for each architecture we want a cross-compiler for ...23:26
NCommanderwhen you update binutils, then we need to do no-changes binary uploads to update the cross-compilers. That works out to 3*architectures we want to support (binutils/gcc/glibc)23:26
ogralamont, thanks for gnome-control-center23:29
ogracan any buildd admin rescore apmd on armel ?23:30
Mithrandirogra: done23:31
ogragracias :)23:31
dokodone; why does lamont the thanks?23:31
ograMithrandir, you win a flowerpot for making ubuntu-desktop installable on armel :)23:31
lamontogra: what did I do?23:32
ogradoko, oh, you rescored g-c-c ?23:32
ograthanks to you then23:32
Mithrandirogra: hurrah23:32
ogra:D23:32
directhexwho feels like kick-starting the mono 2.0 transition then? it's got a steaming hot armel-ftbfs-fixing patch in it!23:33
ogradoko, did the cpp error checking change in any way since intreipd ? gcompris would never have built with the string handling code it has on jaunty23:35
ograi really wonder how it did on the other arches23:35
calcstill working on my system but found at least 1 bad memory stick :-\23:54
calcso i probably won't get the replacement until after i leave for UDS :\23:58
calcstuck with only 4GB of ram, heh23:58
directhex"only"23:58
Mithrandiryou can't just walk to the closest shop and pick up a replacement?23:59
calcdirecthex: well OOo uses all it can get :)23:59
Mithrandirit's not like memory costs anything those days.23:59
calcMithrandir: well it is under warranty so i'd like to avoid buying more, heh23:59
directhexi could be facetious and run "free" on my big box at work. can we take it as read that mine's bigger than yours? ;)23:59
calcespecially since my record on buying new memory isn't any better23:59

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