[12:34] (or is it capital?_ [12:35] the battery brightness is subtracted from 100 and then used as the brightness - thus, setting battery brightness to 100 causes brightness to be set to 0 [12:35] Offending line in gpm-backlight.c: scale = (100 - value) / 100.0f; [12:36] should be scale = value / 100.0f; [12:36] you sure? [12:36] thully: I've just worked out why nobody's replied to your bug [12:36] you Confirmed it yourself [12:36] heh [12:36] we used Confirmed to mean that a developer's looked at it [12:37] so everyone would've just skipped past it assuming someone else was looking at it [12:37] I didn't see that - Launchpad is so very confusing to me (I'm used to bugzilla) [12:37] thully: g-p-m's frontend says "dim display brightness by" [12:37] I'd agree that it's confusing [12:38] OK - so then battery brightness should be set to 0 to not dim [12:38] yes [12:38] Kybuk: I was under the impression that "confirmed" was simply to indicate that there is enough info to pinpoint the issue to something... [12:38] not exactly intuitive if you're expecting symmetrical interface [12:39] thully: even if you feel there was enough evidence, you shouldn't confirm it yourself. confirmation bias and all that === _MMA_ [n=_MMA_@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel [12:39] thully: generally speaking, the reporter should always leave their own bugs at New [12:40] the gconf key has a bad description in that case: "The brightness of the display when on battery power. Possible values are between 0 and 100" [12:41] i think the basic problem is that the dim on battery will cut by a percentage [12:41] and dim on idle will simply set a new value irrespective === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [12:43] Keybuk: sorry about that, I tried to figure out what "confirmed" meant, but I obviously got the wrong definition. I figured that it was just to say "there is enough evidence to confirm a problem here" and that devs would basically ignore it until it reached this state. [12:44] Obviously I was off by a mile. [12:44] Keybuk: there's some gconf keys in apps/gpm/ambient that might be interesting for you if you're looking at for software regressions. [12:45] at this point in the release cycle, we're looking for "my laptop explodes" regressions [12:46] its your laptop with the sensor, i figured you might be interested anyways [12:47] Yes - I just hope that this g-p-m is not shipped with these kind of bugs. Brightness seems to do all kinds of funky things in this release of g-p-m... === predius_ [n=predius@190.8.154.185] has joined #ubuntu-devel [12:48] these bugs aren't release critical though [12:49] pwnguin: tbh, I suspect that it's the -intel driver that's causing the sensor to not work [12:49] Gutsy seems good in my experience, except for 1) NetworkManager keeps crashing (but it's really a madwifi issue) 2) intel X driver randomly crashes on restart 3) gnome-power-manager is FUBAR [12:49] thully: I reject the last statement, g-p-m appears to be working quite normally most of the time [12:50] Keybuk: on a laptop, with dimming enabled? [12:50] thully: Where `crashes' means on a VT-switch you get massive screen corruption with flashing gray blocks? [12:50] there's a lot more to g-p-m than just dimming [12:50] Fujitsu: yes, but it also happens on suspend-to-RAM [12:51] which changes the VT as part of its process [12:51] Also happens when X is restarted [12:51] thully: Yep, there was a bug on that, which I think was fixed. But I still get it after latest updates. === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === zul_ [n=chuck@mail.edgewater.ca] has joined #ubuntu-devel === cypher1 [n=cypher1@pool-71-187-249-82.nwrknj.fios.verizon.net] has joined #ubuntu-devel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel === mbiebl [n=michael@e180075040.adsl.alicedsl.de] has joined #ubuntu-devel === XSource [n=XSource@41.201.230.195] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === jml_ [n=jml@203-113-250-169-static.TAS.netspace.net.au] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === eggauah [n=daniel@201.82.45.179] has joined #ubuntu-devel [01:10] thully: something is broken is the gpm ac/battery brightness at the moment === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [01:10] thully: do have the bug numbers etc? (I know there's at least one dup ... the one I filed!) [01:10] the Ubuntu ones or the upstream ones (I just filed them upstream)... [01:12] Also, what problem do you mean in particular? I've identified about 5 with the idle dim logic in 2.20... [01:12] thully: if you have links to either, we can start plugging them together... [01:13] thully: the one I noticed is that the AC brightness is /always/ used since about 2 days ago [01:13] thully: rather than even switching to the battery at all [01:14] I'm not seeing that here - though it may be awaiting me in the next dist-upgrade... [01:14] sladen: No, the change now is that the firmware won't change the brightness [01:14] g-p-m will [01:14] mjg59: some logic is broken then. the AC slider adjusts the brightness, even on battery [01:15] sladen: That sounds like gpm is missing the transition, then [01:15] mjg59: however, the gpm applet shows the correct state [01:16] immediately, or after some period of time? === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel [01:17] well, the issues I noticed with g-p-m are bugs 137598 and 63543 (reopened as a regression from feisty) [01:17] Launchpad bug 137598 in gnome-power-manager "Screen brightness resets to default (maximum) on idle with AC plugged in" [Medium,New] https://launchpad.net/bugs/137598 [01:17] Launchpad bug 63543 in gnome-power-manager "Error in automatic diminuition of brightness when idle" [Undecided,Confirmed] https://launchpad.net/bugs/63543 [01:17] mjg59: seems to be a lag; so it's waiting until the next proactive battery-status event comes in [01:17] that 64xxx bug is too old to be this recent change [01:18] sladen: If the AC slider is changing brightness on battery, that's a failure of function rather than of logic [01:18] Could well also be a hal issue === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [01:19] I figure that it sounds like a hardware-specific issue - I don't see that here (though the dimming is messed up in many other ways...) [01:20] acpi is seeing 'ac_adapter' events; hal isn't reporting them [01:21] Is hal-addon-acpi running? [01:23] nope, if there an FDI file somewhere that dictates whether that should be run? [01:23] is there [01:24] No, it should be started at startup [01:24] hal startup, that is [01:25] ah ha. ist does get started, but the first acpi event kills hal-addon-acpi [01:26] SIGCHLD as IPC :) === didymo [n=ashley@CPE-61-9-197-223.static.nsw.bigpond.net.au] has joined #ubuntu-devel [01:26] sladen: Sweet. [01:26] sladen: You win the prize! [01:26] The prize is debugging hal === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [01:28] yikes, what's the prize for the loser?! [01:28] asynchronous over abstracted soup [01:29] Keybuk: Fixing hal and g-p-m === Keybuk steps back quickly [01:29] wonder how trackerd is monitoring the AC status; surprisingly it's actually the only thing that /is/ responding to the power status [01:29] sladen: Polling /proc/acpi/ac_adapter/*/status [01:30] *blink* it doesn't use D-BUS? [01:30] isn't that the eleventh commandment now? [01:30] It does in svn [01:31] :) [01:31] speaking of g-p-m and HAL, I have another issue unrelated to the brightness saga - on resume in 2.20, I keep getting "suspend failed" and "Action forbidden" messages. [01:31] I tried the debug options, but I still don't see what is causing these messages to appear [01:31] The system suspends fine, so obviously something is being oversensitive [01:33] thully: welcome to asynconous event soup; if even one thing times out (eg. pulling back swap containing the end point in question) then the suspend will appear to "have failed", even if it worked just fine [01:34] The bug report would 137738 [01:34] bug 137738 [01:34] Launchpad bug 137738 in ubuntu "[gutsy] suspend / hibernate works fine, but after resume, I get a "Failed to suspend" popup" [Undecided,New] https://launchpad.net/bugs/137738 [01:34] and a million others [01:35] is there a way to figure out what the event is that is causing this? g-p-m debug output wasn't that helpful to me... [01:36] Yes. Read the source and determine every way you can reach that point. [01:36] race condition? [01:38] mjg59 - :) [01:41] Well, this didn't happen in feisty, once again... Kind of frustrating that every time I attempt to use Linux as my main OS, I am frustrated to heck with random power management issues and feel like bashing my head into the wall... [01:43] thully: regressions; spawn of the evil doers [01:44] thully: power management is hard [01:44] and made harder by the hardware manufacturers [01:46] however, we WILL win. one day [01:46] Feisty had its own issues, though... In any case, I'm about to stick to keeping Ubuntu in a VM, get a *desktop* for Linux in the future, and avoid g-p-m hell forever === doko_ [n=doko@dslb-088-073-079-061.pools.arcor-ip.net] has joined #ubuntu-devel [01:46] I guess I feel like that would be cheating, though :) === lamont heads home [01:48] I actually went to OS X from Ubuntu 3 years ago because suspend issues were driving me nuts... Now, I'm somewhat bored with OSX (I want to actually look at the code :)) and loading Ubuntu on my MacBook [01:49] The issue that was most annoying 3 years ago was ATI radeons commonly used in Thinkpads eating battery like crazy in suspend... [01:49] I think mjg59 was working on that way back in the day... [01:51] you know you've been in this business too long when you start getting sentimental about bugs === bddebian [n=bdefrees@c-71-224-175-179.hsd1.pa.comcast.net] has joined #ubuntu-devel [01:52] Keybuk: heh === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [01:53] "I remember the day when Lamont wrote his name in the Release Critical bug list" [01:53] I will say that it has remarkably improved since then, though binary drivers are still a PITA (darned Atheros driver seems to be crashing NetworkManager all the time!) and g-p-m is a royal pain [01:54] I tried ath5k for fun (though it seems to be know more for license wars than anything), but it doesn't like my card... [02:00] I guess I'll log off for now - thanks for all the feedback about these bugs! I may just end up cheating in my situation (by putting Ubuntu in VMware), but I'm happy some work is being done here. === donspaulding [n=donspaul@74-134-9-210.dhcp.insightbb.com] has joined #ubuntu-devel [02:07] heh kernel breakages in breezy was fun [02:09] I'm having trouble googling for docs on how to use python-apt, anyone in here have any decent resources on the topic? [02:10] Keybuk: dude. it was just my initial. === lamont continues to stall while his mirror bandwidth-enhancement device freshens [02:11] donspaulding: it's a python module, of course there aren't docs [02:13] Keybuk: heh, so if I'm looking to develop a server-only, in-house, "automatix-ish" package manager python-apt isn't the way to go? [02:15] it probably is [02:15] it's just like any python module that binds something else [02:15] non-existant docs [02:15] look up the docs for the ordinary apt lib, compare with dir()/help() [02:15] oh, good, then I'm just up a creek (albeit, the right creek) [02:16] will do === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [02:16] also look at things like synaptic, update-manager, etc. [02:16] any bits that are similar to what you want [02:16] Or look at Automatix === Fujitsu ducks. [02:17] /kick Fujitsu [02:17] Automatix is really the functionality I'm looking for, but I want it server-side and I want to extend it to include some new ways of installing things [02:18] s/server-side/no X === Pici [n=Pici@unaffiliated/pici] has joined #ubuntu-devel [02:23] 0Automatix is *never* what you're looking for [02:25] sladen, what if you're looking for the wrong answer? === Fujitsu wonders if there's an Automatix Server Edition with Advanced `killall -9 dpkg' Technologies. [02:27] donspaulding: when I was doing that at work I crated a metapackage much more easier === RAOF still can't believe they thought that was a good idea. [02:27] Yup. Because killing dpkg won't create any problems. [02:27] RAOF: But, but, but it sometimes doesn't quit itself, remember! [02:29] What could possibly go wrong :/ [02:32] you guys are ruthless [02:34] zul: hmm, I'll have to look at the metapackage thing, I assume deb's can run arbitrary commands in them? Like I could create my own repo with metapackages that are dependent on ubuntu packages, then run commands to configure them after install? [02:35] yes === Keybuk does the same thing [02:35] Or would I have to create my own full debs? [02:35] interesting... off to google again === StevenK waits for Keybuk to start talking about "Autokeybukix" === StevenK ducks [02:35] heh, just keybuk-meta [02:35] http://www.netsplit.com/bzr/keybuk-meta/ [02:36] cf. the postinst for one of them [02:36] Way cool, now I can make fun of what you install by default. :-P [02:36] :) === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel [02:37] Keybuk: *Why* is figlet in keybuk-base? :-) [02:37] because it's mandatory [02:38] holy crap, what a great idea! === donspaulding realizes he's the last one to the party === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [02:40] donspaulding: it makes installing computers easy [02:40] dpkg --unpack *.deb [02:40] apt-get install -f [02:41] whateverhappened to debtakeover? [02:41] There's something I not heard of for a while. [02:41] I've, even [02:42] StevenK: just figlet? nothing else to make fun of? :p [02:42] Keybuk: Sadly, yes. [02:42] yes there is, no there isn't? [02:43] Heh, sorry. There's nothing else in there that looks crazy enough to make fun of. [02:43] lol [02:43] Actually, yes there is. [02:44] Hah, autobork by default on desktop development systems! [02:44] ? [02:44] sure, why not? [02:45] Actually, it seems to be almost every version of auto* we ship. [02:45] some upstreams are a bit behind the times [02:45] always reautoconf with the version upstream used [02:46] Except if you're CDBS. Twitch. [02:48] as long as ya'll talking bout auto and install, is "d-i partman-auto/disk string /dev/discs/disc0/disc" doesn't seem to work for gutsy preseed. anyone know what it changed to? [02:49] CarlFK: well, the disc spec isn't valid [02:49] but that might be ok, d-i is verrrry strange === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [02:49] the installer stops and asks me to pick a disk [02:50] I think I saw that partman-auto/disk changed, but can't remember where I saw it. something like partman-auto/disk-select [02:50] the person you need is in bed [02:51] yup. === DShepherd [n=dwight@72.252.134.225] has joined #ubuntu-devel [02:54] keybuk: Ooh, what a great idea. [02:56] ion_: I can't claim credit for it [02:56] though I also can't remember who I copied it off [02:56] mdz I think [02:57] slangasek: if you could be so kind as to put bug 148804 to bed tonight, that'd be wonderful [02:57] Launchpad bug 148804 in mlton "Please sync mlton (universe) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/148804 [03:00] slangasek: (or whoever) is icedtea-java7 going to be accepted? [03:00] if it is, please be so kind as to toss it in universe for the moment, for my bootstrapping happiness [03:01] if it's supposed to go in main, I'd vote to move it there after it's bootstrapped. [03:01] likewise, if it's not going in gutsy, that's fine with me too. [03:01] lamont: I'm quite curious how you actually bootstrap something like that depends on itself [03:01] StevenK: with a sledge hammer [03:02] you'll notice that there's another repository besides ftpmaster.internal mentioned in the mlton build logs [03:02] For the code, or upstream? :-P [03:02] sadly, for the code. [03:02] What was the actual fix for "LVM-on-crypt doesn't boot" again? [03:02] RAOF: Hit cryptsetup's initramfs hook hard with the sledgehammer lamont currently has, until it works with UUIDs. [03:03] it's understandable why they build-dep themselves with compilers... if you're crazy enough to write a new language, you probably are lost enough in love with it to want to _write_ the compiler in that language [03:03] Fujitsu: The bug suggests that it *should* work with uuids, now. [03:03] RAOF: It does, yes. [03:03] lamont: Heh [03:03] Mine boots as of yesterday's crypsetup upload. [03:03] *cryptsetup [03:04] StevenK: the archive on sanae has a version of the binaries built by "lamont the human autobuilder" according to a set of pedantic lets-make-this-work-right rules [03:04] Fujitsu: Mine still doesn't, and I'm recalling a conversation along the lines of "we won't fix it for people who've already done it, they should know how anyway" [03:04] lamont: My question was more along the lines of how do you make the package build at all if the Build-Depends can't be satisified. === aspro [n=aspro@ppp121-44-217-225.lns1.hba1.internode.on.net] has joined #ubuntu-devel [03:05] StevenK: that's like right now, hppa is building gutsy using gutsy-stage0 to satisfy build-depends, etc. [03:05] oh. the actual real original bootstrapping... [03:05] Yes. [03:05] generally, you cross-compile [03:05] Ew. [03:05] vala has this problem too === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-devel [03:06] it's annoying === j_ack [n=j_ack@80.141.137.45] has joined #ubuntu-devel [03:06] so you abuse the source to build you an i386 binary that produces powerpc output. Then you use that to build the original debs [03:06] But you only use the cross-compiled code to truly ruly build the version for the archive. [03:06] if you use the released version it comes pretranslated to C but if you follow svn you have to hop along to certain key commits so you have a compiler that can compile itself [03:06] then you install those and build the source natively on ppc [03:06] lamont: Yup [03:06] RAOF: If you've been booting manually, make sure the name of the currently opened crypto device and that in crypttab match, then rerun update-initramfs -u. === milli [n=milli@famfrit.acmeps.com] has joined #ubuntu-devel [03:07] likewise, if you're lucky, then there's something sane to build from [03:07] for example, flex includes 'lex.l' in its source... and yes, that's a flex file. [03:07] Yay! [03:07] it also includes lex.c though, so you don't need to build-depend flex [03:08] I always found it amusing for packaging systems - like rpm.rpm or dpkg.deb [03:08] heh [03:08] Fujitsu: So, the currently opened crypto device will be... /dev/mapper/sda5-crypt, yes? And the crypttab line should be "sda5-crypt /dev/sda5 none luks"? [03:09] Hrm. Must ask Keybuk what his quit message is. [03:09] I had the answer once... [03:10] babelfish says something about absurdity [03:10] RAOF: Something like that, yeah (sorry about the lag time, a new lyx upstream tarball ate my upstream) [03:11] Why do I have this feeling it's "This is laughter for chickens" or something like that, from Serenity [03:11] firefly? [03:11] Serenity is the movie following on from Firefly [03:11] I know :P [03:11] I couldn't stand the series, my wife loved it. [03:12] Yay firefly. [03:12] StevenK: how unfortunate. [03:12] StevenK: Really? Strange person! :P [03:12] "this food is problematic" [03:12] RAOF: It just didn't ... click. I was dragged along to see Serenity twice, though. [03:13] saw Serenity, tracked down the DVD set [03:13] "Take me sir. Take me hard." [03:13] I don't remember that bit [03:14] ah, "River Tam kills everyone" [03:14] end of the episode where Mal and Wash are "guests" of the episodes villan [03:14] RAOF: Admitedly, the second time was because Joss Whedon was fielding questions after the movie. [03:14] StevenK: it's in the series, not the move === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [03:14] movie, even [03:14] lamont: Ahhh [03:15] RAOF: So, if you have the .au DVD release, my wife and I are in the Q&A session on the bonus disc [03:15] "go back to the part where Jayne gets his butt kicked by a 90 pound girl. Because I don't see that getting old" [03:15] StevenK: there - that's from the move [03:15] movie. sigh [03:15] StevenK: Wicked. [03:15] StevenK: rock [03:15] lamont: Now that bit I remember. [03:16] hrm... s/don't/just don't/ [03:16] RAOF: Oh, and the Firefly box set we have is now autografed by Joss === RAOF reiterates his previous "wicked" === lamont mutters something about his wife being on Extreme Makeover, Home edition in november [03:16] And I can't spell, sigh [03:17] lamont: wha? [03:18] lamont: Remind me what Extreme Makeover is? It's ringing a vague bell. === StevenK adds "Brutally murder auto* upstream and make it look like an accident" to his todo list. [03:19] StevenK: its where people with like 15 foster kids get their home torn down and get rebuilt everybody happy blah blah === StevenK wipes the sarcasm off that === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-devel [03:21] http://abc.go.com/primetime/xtremehome/index [03:22] zul: sounds about right [03:22] mitzi gets to be on-air talent with Rib and Paige - I'd expect it's < 5 minutes of actual airtime. [03:22] after all, we only spent 3 hours filming it === cr3 [n=cr3@bas5-montreal02-1096552543.dsl.bell.ca] has joined #ubuntu-devel [03:23] Hah [03:25] in the next batman movie, look for me playing a hospital patient with oriele's CSS book. that took 16 hours, and I'll be happy if I get 3 min [03:25] extra happy if CSS shows up at all [03:25] yeah - my teenager found it very disillusioning when we went up for the reveal === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel [03:26] CarlFK: Heh [03:29] lamont: I'm not really in the loop on icedtea [03:30] yeah - I poked doko about it [03:30] he sent me email with the info I need for bootstrapping it... can't really bootstrap it until the source is actually _IN_ the archive though [03:32] lamont: It isn't in NEW? [03:32] yeah [03:32] lamont: You can grab it manually from the NEW queue using LP [03:33] right... now have launchpad build it [03:33] that part requires that it be in the archive, not NEW [03:33] Ah === StevenK idly wonders if slangasek can be sweet-talked [03:34] it also requires a canonical sysadmin, which means that it'll be tomorrow morning -0600 before I even think about playing with it, by which time someone will have done something with it in NEW, I expect [03:35] StevenK: Just upload whatever it and when someone complains say, "Oh, sorry, Thought that was in Universe." [03:35] it would just save me considerable pain if it happened to take a trip through universe on its way to its final destination [03:35] StevenK: I'm not going to be sweet-talked into accepting something on the basis that someone else somewhere may have made a decision to accept it. :) [03:35] slangasek: Awwww. :-) [03:35] StevenK: you have to get him _really_ drunk first [03:36] That's one way to make Debian release on time. [03:36] which is hard, because I'm a cautious drinker [03:36] drunken archive admins make it release slower... [03:36] slangasek: that does make it more challenging, true. [03:36] will accept things for single malt. [03:37] lamont: 20-byte .diff.gz files make me cross [03:37] then again, there is always Mao [03:37] slangasek: you're kidding... [03:37] -rw-r--r-- 1 lp_archive lp_archive 20 Oct 4 02:32 mlton_20070826-1.diff.gz [03:37] Way cool [03:37] it's like that in the current version too, so [03:37] Isn't that just a gzip header? [03:37] yes [03:38] so it's packaged to allow the debian mainainer to modify things down the road without uploading an entire tar.gz [03:38] most likely, the debian/ directory is in upstream [03:38] It's ... native without being native ... Ouch [03:38] depending on the size of orig.tar.gz, that can be a wonderful thing [03:39] yes, the non-wonderful is having debian/ in the orig.tar.gz :) [03:39] Heh [03:39] How big is this orig tarball? [03:39] well, if that's how upstream releases .tar.gz...... [03:39] I'm curious if the maintainer is a big wuss [03:39] 5.3MB [03:39] small [03:39] 5MB [03:40] it's not X === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [03:40] Argh, take it like a man! I've uploaded three rc's of gimp, with orig and the tarball is bloody 26Mb [03:40] i dont suppose at some point in the future somebody is going to store uid numbers in /etc/group. [03:41] sillyness [03:41] lamont: mlton synced, now what's the convention for documenting this in the bug seeing how that's not in the howto? :P [03:42] close the bug with a comment saying that you synced it, I guess [03:42] slangasek: You can either reply with 'Synced' and close it. [03:42] slangasek: Or, paste part of the output of sync-source.py and close it [03:42] slangasek: I can dig up an example fairly easily [03:42] woot. rmadison shows bind9_1:9.4.1-P1-2 [03:43] wink. wink. nudge. nudge. [03:44] I wonder if that's code for "Sync it or I won't love you any more." [03:44] StevenK: well, I've just pasted some output from sync-source.py, good enough :) [03:44] StevenK: you should watch more monty python [03:44] photographs, eh, he asks him knowingly === Knightlust [n=dax@ubuntu/member/knightlust] has joined #ubuntu-devel [03:45] slangasek: there are no photographs. [03:45] lamont: Probably. I've only seen Holy Grail [03:45] "He's not the Lord, he's a very naughty boy!" [03:45] OTOH, if slangasek's wife recognized the skit, she'd be likely to beat me to a pulp. [03:45] erm [03:46] so lets go with that being code for "please sync. kthxbye. love you anyway." === cj_ [n=cj@125.5.162.19] has joined #ubuntu-devel [03:55] slangasek: [03:55] thansk [03:56] libtinymail. You. Are. Going. To. Build. Correctly. [03:56] StevenK: tiny problem?? :-) [03:58] lamont: Yes. It's called -fPIC and automake === coffeedude [n=coffeedu@68-184-60-223.dhcp.mtgm.al.charter.com] has joined #ubuntu-devel [04:01] oh. that thing === StevenK needs more downstream bandwidth, or ports.u.c. needs to be faster. [04:03] what are you doing that requires ports? [04:03] Sync'ing lpia [04:03] ah [04:03] solved by moving out of .au? [04:04] I can only find one .au mirror that carries lpia, and it's *hopelessly* out of date. :-/ [04:04] many things can be solved that way [04:04] ajmitch: Like .nz is any better === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [04:04] we have advanced stuff like local loop unbundling that'll finally happen :) === fedaraoti [n=chatzill@124-197-20-12.callplus.net.nz] has joined #ubuntu-devel [04:08] ajmitch: I'm not certain if we have that yet. [04:08] I'm looking at ADSL2+, I just can't afford the initial outlay [04:08] ADSL2+ is still a planned feature for us [04:09] StevenK: What initial outlay? Doesn't someone want to sign you up for a 18 month contract for free? === cassidy [n=cassidy@c-66-31-41-235.hsd1.ma.comcast.net] has joined #ubuntu-devel [04:09] RAOF: I'm with Exetel, and I want to stay with them. [04:10] RAOF: Moving from ADSL1 to ADSL2+ requires having to move the ADSL terminating on Telstra's equipment, and moving it to Powertel's [04:10] you're currently limited to 1.5Mbps? [04:10] StevenK: Right. Gah, stupid Telstra. [04:10] I could switch to 6Mb down, I just haven't === ajmitch has approx 5.5Mbps down === Fujitsu laughs, having 10Mbps. [04:11] which is useful when I sync from a fast NZ mirror [04:11] StevenK: What! Telstra will allow you to use more than 1.5 Mbps down? [04:11] nz2.a.u.c updates every 4 hours, which is quite good [04:11] RAOF: We have 8Mbps on ADLS1 at work. [04:11] pacific's mirror seems to update very regularly now. === StevenK hugs the 2Mbps SHDSL he still has root access too [04:12] Funny. I left there last week, you'd think they'd fix it [04:12] Fujitsu: That must have changed since I was on a Telstra rimm. They used to only allow 1.5 down. === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [04:12] RAOF: That changed recently, IIRC. [04:12] RAOF: Right, it changed very quietly recently [04:13] Yay Telstra being not quite so totally stupid! [04:13] Maximum speeds: Up to 8192kbps Down/384 kbps Up ** [04:13] RAOF: Not possible! [04:13] To be honest, 384 kbps up isn't enough [04:14] I have 256kbps, and dputting anything significant kills the rest of my connections... I must work out how to throttle it. === RAOF strokes his adsl2+. It's nearly possible to use raw X over ssh! [04:14] Fujitsu: Your firewall is Linux? === KristianL [n=kristian@unaffiliated/kristianl] has joined #ubuntu-devel [04:15] StevenK: It is. [04:15] Fujitsu: /sbin/tc qdisc replace dev ppp0 root tbf rate 22kbps latency 50ms burst [04:15] 1540 [04:15] Sorry, that should be one line === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel [04:16] Fujitsu: tc *sucks* *HARD* to use, but once it works, it's great [04:16] -rw-r--r-- 1 steven users 2.1M 2007-10-04 12:18 libtinymail_0.0.2-0ubuntu1_amd64.deb [04:16] HAH! [04:16] Take *that* automake === RAOF man tc's. Cool, I never knew that! [04:17] StevenK: I'll try that, thanks! [04:17] RAOF: If you can figure how to remove a pfifo_fast, I'll love you long time [04:17] RAOF: I'm surprised that you're bothering with its manpage [04:17] Indeed. [04:18] tc's documentation is poor at best, the source code at worst [04:18] so to make my metapackage depend on apache2, what would I put on the Depends line of debian/control ? Is there an apache virtual package? === jml [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #ubuntu-devel [04:18] ajmitch: Well, it tells me roughtly what it does, at least :) [04:20] donspaulding: Depends: apache2 [04:21] donspaulding: there is an apache2 metapackage that should fit the bill [04:22] it, in turn, Depends: apache2-mpm-worker (>= 2.2.3-3.2build1) | apache2-mpm-prefork (>= 2.2.3-3.2build1) | apache2-mpm-event (>= 2.2.3-3.2build1) [04:22] or so [04:22] ajmitch: Indeed, Exetel charge for moving from ADSL1 to ADSL2+. $88 AUD, which is about half of what I saw last time I checked [04:22] StevenK: I'm also looking for a more general answer, so I'm not constantly asking "what should my Depends line look like?" I see that the Source package depends on debhelper (>=5). So does that translate to apache (>=2)? [04:22] or anyone really [04:23] donspaulding: Nope, the package for Apache 2 is apache2. In the general case, find the packages you want to install and list them all on the Depends line. [04:24] excellent, thanks [04:25] Hrm. I shall keep that in mind. It looks to be $143 to switch, as opposed to the $300-odd I saw when I looked last time [04:25] what does ${shlibs:Depends} do?? [04:26] donspaulding: the >=5 is specifying that versions of debhelper before version 5 are insufficient to the package's needs [04:26] man dh_shlibdeps [04:26] for ${shlibs:Depends} [04:26] donspaulding: For a metapackage, you don't need it. [04:26] actually, reading through the debhelper docs should be a good starting point [04:27] lamont: ok [04:27] I wonder if it'd be worth it to pull the debhelper man pages, etc. into an HTML page for people to read === lamont really finally makes it out the door to head home [04:27] LaserJock: man2html does exist, and has for a while [04:28] StevenK: yes, I'm wondering if it'd be worth using it and sticking it somewhere [04:29] http://xgen.iit.edu/cgi-bin/man/man2html?7+debhelper [04:29] Third hit on Google [04:29] oh, that is good [04:30] I didn't think it'd have links to all the dh_* === j_ack [n=j_ack@80.141.137.45] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.4.60.revip2.asianet.co.th] has joined #ubuntu-devel === Whoopie_ [n=Whoopie@unaffiliated/whoopie] has joined #ubuntu-devel === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === gouki_ [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === cprov [n=cprov@canonical/launchpad/cprov] has joined #ubuntu-devel === gouki_ is now known as gouki === holycow [n=start@S01060016b6b53675.vf.shawcable.net] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === lando [n=lando@adsl-074-236-035-138.sip.mia.bellsouth.net] has joined #ubuntu-devel === hunger_t [n=tobias@84.167.27.50] has joined #ubuntu-devel === m1ke [n=mike@c-67-186-85-180.hsd1.il.comcast.net] has joined #ubuntu-devel === Whoopie_ is now known as Whoopie === predius [n=predius@190.8.154.185] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [04:55] what does ubuntu use to redhats src.rpm [04:55] src.deb? [04:55] dh_make created a few extra files for me, I removed the .ex and READMEs, can I do the same with compat, copyright, dirs, docs, and files? [04:56] fedaraoti: .dsc, .orig.tar.gz, and .diff.gz [04:56] sorry, I also meant to mention this was for a metapackage [04:57] RAOF: will any of them register as a installed package with the other installed debs? [04:57] fedaraoti: No, because they're not packages. [04:58] ok [04:58] can anyone tell my why when i change ~/.gconf/desktop/background/%gconf.xml and logout/back in it does utterly nothing? [04:58] is there any way like with apt [04:58] We don't have "package containing the source of the package you can build from this source" package :) [04:58] fedaraoti: apt-get source packagename :) [04:59] like rpm -i bla.src.rpm then rpmbuild --rebuild bla.src.rpm [05:00] will list it with the other installed rpm [05:00] rpm's [05:00] RAOF: cool [05:00] fedaraoti: "apt-get source -b packagename" will get the source & build it. [05:00] note that apt-get source will download & unpack into your current working directory [05:01] RAOF: and could that be a .dsc, .orig.tar.gz, or .diff.gz [05:01] ? [05:01] see === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [05:02] my main queston was do the nvidia module come in a source package [05:02] and would they compile against the kernel? [05:02] say [05:03] apt-get source -b nvidia [05:06] fen_: because the file gets overwritten by what's in memory from the daemon? [05:06] because you aren't supposed to edit those files by hand === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === lamont waves [05:11] oh i was wondering what its quiet in here [05:11] i'm in -devel [05:11] hehe :) === m1ke [n=mike@c-67-186-85-180.hsd1.il.comcast.net] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === mekius [n=mekius@CPE-70-92-244-65.wi.res.rr.com] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [05:29] Ok, custom gutsy live cd, custom sources.list in /etc/apt/, for the past two months it has been copied verbatim during install, no issues, but just updated today and now it is not copied, but seems to be replaced by a default sources.list [05:29] is this expected behavior? [05:29] and if so, what's the best way to override this? [05:32] the debian new maintainers guide mentions the debian/conffiles file that can specify files not to overwrite if the user chooses not to, is that what files is for now? dh_make didn't create conffiles === SjB [n=steve@234-53-222-209.mycybernet.net] has joined #ubuntu-devel === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel [05:35] donspaulding: i don't think dh_make is supposed to generate it. i think it's a list of files that you specify by creating the file === defcon [n=ion@71-36-164-67.phnx.qwest.net] has joined #ubuntu-devel === j_ack [n=j_ack@p508D892D.dip0.t-ipconnect.de] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === stdin [i=stdin@pdpc/supporter/active/stdin] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === lamont sleeps === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === didymo [n=ashley@CPE-61-9-197-223.static.nsw.bigpond.net.au] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [06:12] Fujitsu: Thanks, that crypttab mangling did the trick. [06:16] dobey: thanks, I've realized I don't need it. === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === j_ack [n=j_ack@p508D892D.dip0.t-ipconnect.de] has joined #ubuntu-devel === predius [n=predius@190.8.154.185] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === XSource [n=XSource@41.201.198.206] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [07:05] mjg59: what the heck did you do to override the hardware brightness control on thinkpads. It is actually /really/ annoying; backlight doesn't work on the console etc [07:06] mjg59: it's perhaps a good idea, but I think g-p-m needs to selectively take control (such as when it's actually thj [07:06] mjg59: the holder of the console) [07:07] mjg59: (...and/or when it's actually *running* :) === _lemsx1_ [n=lemsx1@p86-65.acedsl.com] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Zic [n=Zic@ubuntu/member/zic] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [07:30] morning [07:31] Hi fabbione. [07:37] zul: morning, regarding bug 146987, tpb is started with /etc/X11/Xsession.d/90tpb. Don't know if it's now started twice. [07:37] Launchpad bug 146987 in tpb "tpb init script doesn't launch tpb" [Undecided,Fix released] https://launchpad.net/bugs/146987 === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === maikmerten [n=chatzill@ls5appsrv05.cs.uni-dortmund.de] has joined #ubuntu-devel === pbn [i=pbn@wopr.geekshells.org] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === dholbach [n=daniel@i59F75531.versanet.de] has joined #ubuntu-devel [07:53] good morning === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [07:59] Whoopie: tpb isn't really compatible with the provided ubuntu hotkey infrastructure === liw [n=liw@a91-154-119-10.elisa-laajakaista.fi] has joined #ubuntu-devel [08:01] you mean ubuntu will give me my hot serial keys directly instead of getting them from ThePirateBay? [08:01] score. === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === pbn_ [i=pbn@wopr.geekshells.org] has joined #ubuntu-devel === pitti [n=pitti@195.227.105.180] has joined #ubuntu-devel [08:09] Morning pitti [08:09] Good morning [08:09] hey StevenK === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [08:24] dholbach: hrrm, sorry about the maintainer field, I didn't even look as it was an ubuntu2 build [08:25] slangasek: don't worry - that's a mistake that's too easy to make === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Gasten [n=Gasten@h52n9c1o1095.bredband.skanova.com] has joined #ubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel === XSource [n=XSource@41.201.215.210] has joined #ubuntu-devel === carlos [n=carlos@canonical/launchpad/carlos] has joined #ubuntu-devel === boggle [n=spindler@pd95b1604.dip0.t-ipconnect.de] has joined #ubuntu-devel === jsgotangco [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel === pbn_ is now known as pbn === glatzor [n=renate@p57AED50F.dip.t-dialin.net] has joined #ubuntu-devel === Spads [n=spacehob@unaffiliated/spads] has joined #ubuntu-devel === gouki_ [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === MacSlow [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel === gouki_ is now known as gouki === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [09:04] dholbach, pitti: ping [09:05] hi mdke [09:07] hiya, morning [09:07] morning [09:07] pitti: you remember that last cycle you added some stuff to ubuntu-docs to filter out translations less than a certain percentage of completion? === _lemsx1_ [n=lemsx1@p86-65.acedsl.com] has left #ubuntu-devel [] [09:08] pitti: i uploaded some translations to the repository yesterday, and tried a build, but I guess a massive barrage of error messages which I don't understand, I wondered if you or Daniel would be able to take a look [09:08] I think they may be due to the stuff that was added for filtering [09:08] s/guess/get [09:10] mdke: I can take a look after the dogwalk, if pitti hasn't tended to it yet === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [09:13] dholbach: thanks a lot. the errors look like this - http://paste.ubuntu-nl.org/39514/ - over and over again [09:13] ugh [09:14] no idea what that might be :-/ [09:14] heh [09:14] it's not stopping the build but it looks bad === coastGNU [n=templin@dyndsl-085-016-007-055.ewe-ip-backbone.de] has joined #ubuntu-devel [09:15] you might want to bump the version to 7.10.1 and fix the tab problem in the changelog entry [09:15] oh yeah, I have done that in my working copy [09:16] I'm not planning an upload yet, i just wanted to sort this out for now [09:17] dholbach: thanks; please let me know when you start, and if you have questions [09:17] pitti: it seems some doc-related thing; at least I haven't seen anything like it before === mvo [n=egon@p54A67EA1.dip.t-dialin.net] has joined #ubuntu-devel [09:19] given the quantity of the errors and the fact we haven't had it before, i think it must be related to the translations (i.e. to the msgfmt and related commands in debian/rules) [09:19] <\sh> moins === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [09:20] doko: re your restricted-manager upload> what's the purpose of this? if "import gtk" does not work after a dist-upgrade, pre-depends vs. depends: will not change anything [09:22] pitti: define "after dist-upgrade", I have never seen this. the purpose was to have it available as soon as possible === rluberti [n=rluberti@212.45.155.238] has joined #ubuntu-devel [09:23] doko: right, but a lot of my bugs happened after a dist-upgrade, not in between === rluberti [n=rluberti@212.45.155.238] has joined #ubuntu-devel === rluberti [n=rluberti@212.45.155.238] has left #ubuntu-devel [] [09:24] <\sh> I|m having problems with the gnome.settings-daemon as it looks like :* [09:24] pitti: after restarting restricted-manager, or with the running process? [09:25] doko: there is usually no running process [09:25] pitti: I'm afraid, I don't understand what happens there [09:25] I never got really great feedback about those crashes either, so I'm unsure about the exact circumstances === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [09:29] pitti: well, then please revert it then with the next upload. we could try tro reenable this in early hardy [09:30] doko: I don't have a good idea how to handle that either; I know that mangling all the symlinks just in the postinst is tricky [09:30] doko: unless, instead of removing the symlinks, the preinst would just write out a list of them on 'upgrade', and the postinst does the symlink setup in one atomic step? [09:31] doko: it's certainly possible that all of these crashes happened due to incomplete upgrades [09:31] i. e. one package failed to configure, and thus a lot of other packages weren't configured === donspaulding [n=donspaul@74-134-9-210.dhcp.insightbb.com] has joined #ubuntu-devel [09:34] I listed several packages in my control file Depends: line, debuild'ed my package, then tried to debi it, but it says it depends on , but it isn't going to be installed [09:34] What am I missing? I thought that was what the point of Depends was? === donspaulding awaits geriatric diaper comment === shiyee [n=Shiyee@homer.appl.cs.aau.dk] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === mrgenixus [n=bwest@c-67-174-126-103.hsd1.co.comcast.net] has joined #ubuntu-devel [09:38] hi y'all -- trying to install ubuntu onto second disk from within linux distro... is there a way to get a copy of either the text or graphical installer, standalone so that I can install from within linux? [09:38] (e.g. I don't want to burn a cd -- I just want to install ubuntu on an external drive) === coastGNU [n=templin@dyndsl-085-016-007-055.ewe-ip-backbone.de] has left #ubuntu-devel ["Ex-Chat"] [09:39] pitti: well, that complicates things more, and doesn't seem to be sufficient for newly added files in the update, keeping the .pyc files during an updated could help, but that would require knowledge about the old .pyc file after the new package is installed === liw [n=liw@a91-154-119-10.elisa-laajakaista.fi] has left #ubuntu-devel ["I'm] [09:40] mrgenixus: http://www.google.com/search?hl=en&q=install+ubuntu+without+cd&btnG=Search === thekorn [n=markus@a89-182-134-9.net-htp.de] has joined #ubuntu-devel [09:41] doko: but we don't need to keep the .pyc files, right? only the symlinks [09:41] doko: without the .pyc, startup will be slower, but *shrug* [09:42] doko: maybe python packages should be changed to have a common PYTHONPATH for version independent modules, instead of having symlinks to the version specific dirs? could that work? [09:43] doko: i. e. we could add /usr/share/python-support/ to PYTHONPATH and find a solution for the per-package subdirectories [09:43] donspaulding: all of those results and most modifications of the search give me what I want, except I'm not running windows [09:43] I tried the google search first [09:44] your terms were different, so I tried that one -- but I get the same results I already didn't want/need [09:44] pitti: can I leave it with you then? If you want I can file a bug report. The latest source is "svn export https://docteam.ubuntu.com/repos/branches/gutsy". It might be worth checking that nothing important has changed from what you did to the feisty package [09:44] pitti: keeping the .pyc files has the advantage that things will work without the .py files. keeping the symlinks requires knowledge of both the old and new files after upgrade, which we currently do not have (and files may move between different packages too) [09:45] messing around with PYTHONPATH is not a solution, you'll change the order of imports === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [09:45] well, there goes my claim to most-helpful-irc-acquaitance-of-the-night [09:45] :-) [09:45] doko: hm, ok [09:46] mdke: dholbach and I will figure it out [09:46] pitti: thanks very much indeed [09:46] donspaulding: I was hping someone in here had done it [09:46] pitti / dholbach: i'll be on email today if I can help at all [09:47] pitti: will apport be turned off in final gutsy? for other applications which might run during an upgrade, the pre-depends on needed python modules could make things more robust [09:48] doko: yes, we currently plan to turn it off for the final release [09:48] doko: and on again in the live system, just like in feisty === jsgotangco [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel [09:49] pitti: ok, you don't upgrade that much in the live system =) === fabiux [n=fabiux@212.45.155.125] has joined #ubuntu-devel [09:50] right [09:50] doko: on the live system it's still good to have apport, mainly for ubiquity [09:51] mrgenixus: I've done it in the past, but only to switch between other linux distros, never to dual-boot with ubuntu [09:52] the problem is that the livecd is just that, a livecd which you are meant to install from. Essentially it's just a matter of getting grub to boot an installation kernel, which could probably be found on the alternate install CD === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === donspaulding [n=donspaul@74-134-9-210.dhcp.insightbb.com] has left #ubuntu-devel [] === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-devel === jsgotangco [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-devel === Jucato [n=jucato@124.106.192.12] has joined #ubuntu-devel === hoora80 [i=hoora@gateway/tor/x-90a2852021d4fa0d] has joined #ubuntu-devel === chand [n=rsamson@linagoraberri.pck.nerim.net] has joined #ubuntu-devel [10:08] pitti: thanks a lot === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Jucato [n=jucato@124.106.192.12] has joined #ubuntu-devel === marcel [n=marcel@wc-50.r-195-35-150.atwork.nl] has joined #ubuntu-devel === MacSlow [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [10:23] does anybody has a external usb disk using vfat? bug #133567 would be nice to debug for gutsy [10:23] Launchpad bug 133567 in nautilus "[gutsy] long delay in nautilus on first access to vfat drive" [Medium,New] https://launchpad.net/bugs/133567 === dholbach_ [n=daniel@i59F759B3.versanet.de] has joined #ubuntu-devel [10:25] lamont: here now === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel [10:27] hi LaserJock [10:27] hola Hobbsee === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [10:30] LaserJock: good replies on the bug thread, btw. === mbiebl [n=michael@e180071094.adsl.alicedsl.de] has joined #ubuntu-devel [10:31] Hobbsee: maybe :-) [10:32] I dislike email because it takes me forever and I always feel like it's not quite complete [10:32] LaserJock: still better than mine would be, in current form - but that's probably as i've actually been trying to use launchpad in places. [10:32] sladen: yes, I know. but zul changed the package and I just wanted to let him know that tpb is started with the /etc/X11/... script [10:33] I don't particularly like the one-size-*will*-fit-all approach. [10:34] mdke: where is that source package? [10:34] Fujitsu: I don't think it's quite that though [10:35] if LP guys are designing in one direction and we're using it in another then obviously problems will happen === Zdra [n=zdra@153.251-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [10:35] have a consistent standard vocabulary would at least help [10:36] let alone "this is how we think the best way to use LP is, based on the way we've written it" [10:36] LaserJock: of course, the more we deviate statuses from other bug trackers, the more problems we get === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [10:37] well, I was thinking more internally, but yeah ;-) [10:37] although i've got no idea if the LP guys are taking that into account [10:37] (disclaimer: was a random thought, rather than based on what you said) [10:37] I think they are as they have to figure out how to sync the statuses [10:38] so it's more work for them if they go and make a bunch of statuses that they then have to figure out how to map from external bug trackers [10:39] true [10:40] I wonder what would happen if they had a different set of statuses for distributions and projects [10:42] mass confusion, probably. [10:45] seb128, cant confirm that here [10:45] ogra: what? [10:45] seb128, bug 133567 [10:45] Launchpad bug 133567 in nautilus "[gutsy] long delay in nautilus on first access to vfat drive" [Medium,New] https://launchpad.net/bugs/133567 [10:45] ogra: ah, the usb slowness? [10:45] ogra: ok, thanks for trying [10:45] works just fine, tested on two machines [10:46] one fresh and one upgraded ... [10:47] ogra: how big is your disk? and it's using vfat? [10:48] seb128, there are many USB keys out in the wild without proper partitioning, windows allows to format the device directly, we had many probs with that in ltsp, that might be related [10:48] its using vfat (stock 2G disk, bought two weeks ago and untouched until now) [10:48] ogra: ah, 2G is too small [10:49] oh, ok [10:49] ogra: read the recent comment, the guy says it's not noticable on a 2G drive [10:50] but really noticable on a 300 or 500Go disk [10:50] hmm [10:53] lamont: icedtea will go via universe, but needs a licence check first, which is on my list. [10:54] lamont: please do not attempt to persuade people to accept it before that! [10:55] seb128, ogra: oh, I get that bug, too [10:55] seb128: when I attach my 250 GB USB disk, nautilus hangs for a long time [10:56] pitti: ah? what kind of drive do you use? Do you think you could have a look to the issue? [10:59] seb128: happens to both of my USB HDDs (one has one vfat and one ext3 partition), and the delay scales with the size [11:00] pitti: could you try to figure if gnomevfs-ls does the same or if that's specific to nautilus and what it's doing while it's hanging? [11:00] seb128: and it does not just affect the first drive; when I attach the second one, I get another delay [11:00] and entire nautilus (browsers and desktop) are hanging [11:00] seb128: strace does not do anything while it is hanging === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [11:00] right, when nautilus hangs all the window are affected, that's a known issue [11:01] seb128: where do I get gnomevfs-ls? (and the bug reporter already noted that this works) [11:01] pitti: libgnomevfs2-bin [11:01] pitti: command-not-found should tell you that ;) [11:02] seb128: gnomevfs-ls works immediately === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === dexem [n=dani@14.Red-88-26-177.staticIP.rima-tde.net] has joined #ubuntu-devel [11:03] ok, that's what the comments on the bug were also saying [11:03] so it's due to nautilus [11:03] but I've no idea of what it's doing [11:03] ok, so I close the kernel task, and I'll do some gdb'ing [11:05] seb128: I'll first help dholbach with ubuntu-docs, then I'll look into this [11:05] pitti: thanks [11:05] this seems pretty important for the release to me === Keybuk [n=scott@wing-commander.netsplit.com] has joined #ubuntu-devel === Hobbsee actually does some uploads. hooray! [11:07] Ok... ubiquity just crashed on my, and when I tell apport I'd like to report the problem, it shows me the info it claims to want to send. I click "Send", and nothing happens. Is the apport issue a known one? [11:07] hm, no [11:07] soren: do you get a progress bar for sending? [11:07] pitti: yes, it is [11:07] Hobbsee: Heh [11:07] soren: it first uploads the blob to Lauchpad, then it should open a firefox window [11:08] pitti: I think it might have uploaded the stuff, but ff never opens. [11:08] I can try opening firefox first and see if that helps. Hang on. [11:08] soren: if you do /usr/share/apport/apport-gtk -c /var/crash/....crash, do you see any helpful output? [11:08] StevenK: has anyone yelled at pitti yet, btw? [11:08] soren: shouldn't make a difference; in fact, it usually works *better* if ffox is not yet running; maybe you are experiencing it the other way round, though [11:09] Hobbsee: hm? [11:09] pitti: cups-pdf was asking me for the root p/w when i was doing some upgrade testing in a chroot yesterday. [11:10] Hobbsee: oh, it seems that's due to lpadmin [11:10] yeah [11:10] Hobbsee: hm, did you have cupsys running? [11:10] pitti: dont think so - it was a chroot. [11:10] if you install it as root, it shouldn't ask for a password [11:10] pitti: Hm... now it worked. [11:10] Hobbsee: it should say 'connection refused' or something === mc44 [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel [11:13] seb128: there is only ever one nautilus process which is responsible for both the desktop and all the windows, right? [11:14] seb128: so if I start the one from my built tree, I can gdb this one [11:14] pitti: i dont think this was an install - it was an upgrade. [11:14] pitti: yes [11:14] seb128: so I just kick nautilus from my session, and then start it manually, I figure [11:15] pitti: yes [11:15] dholbach, mdke: ah, got it: /msgfmt: error while opening "ubuntu/windows/po/*.pot" for reading: No such file or directory [11:16] dholbach, mdke: it tries to interpret that as statistics output [11:16] Someone was working on dm-crypted root and swap, right? [11:17] soren: that works now? [11:17] soren: i. e. it did after my cryptsetup initramfs script fixes === rulus [n=rulus_|@d54C1A033.access.telenet.be] has joined #ubuntu-devel [11:17] pitti: That was going to be my next question :) [11:17] soren: today's daily should be good [11:17] pitti: It's only in the alternate installer? [11:17] soren: yes [11:17] Alright. [11:17] soren: in principle, the bits are there for desktop, too, but the UI bits are missing in ubiquity, I guess [11:19] pitti: Sure. [11:19] carlos: is there a rosetta nautilus import waiting? [11:19] seb128: yes [11:19] dholbach, mdke: it just seems that the location of .pot files has been changed (from foo/po/foo.pot to foo/foo.pot); fixing [11:20] I know Ian said you could do the conversion on the fly, but that's a really scary thought to me :), so I'm doing a reinstall on my laptop. [11:20] seb128: you can see it from https://translations.launchpad.net/ubuntu/gutsy/+source/nautilus/+imports === Gman [i=gman@nat/sun/x-cccbed9c9ea58112] has joined #ubuntu-devel [11:21] pitti: oh great [11:21] carlos: do you know how long it's going to take? [11:21] dholbach: ok, it built fine now; I'll send you a diff [11:21] pitti: if you send a debdiff to mdke, he can put it into svn again and I can roll the package and upload once he's happy with it [11:21] pitti: afaik he wanted to some other changes anyway [11:23] seb128: well... it will still take a while, we have a huge delay :-( . We are preparing an announcement about that problem [11:23] dholbach, mdke: http://people.ubuntu.com/~pitti/tmp/ubuntu-docs.fix-pot.patch [11:23] carlos: ok :/ === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel === dholbach hugs pitti [11:25] dholbach: mailed him the patch [11:26] pitti: you ROCK [11:26] np === tkamppeter [n=till@bl7-104-73.dsl.telepac.pt] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === dexem_ [n=dani@14.Red-88-26-177.staticIP.rima-tde.net] has joined #ubuntu-devel === norsetto [n=Cesare@79.19.208.107] has joined #ubuntu-devel [11:35] anyone can give me a pointer about .la status? Should we or should we not include them in -dev packages.... [11:36] "it depends"? [11:36] hehehe, thanks for the enligthment :-) [11:36] norsetto: don't stop shipping one now or it'll require a rebuild of all the packages which have a .la mentioning it [11:36] If a new bugfix release of gnome-orca were to be made upstream, what are the chances of getting it into gutsy? [11:36] seb128: its a new package [11:37] don't ship it the, ;) [11:37] TheMuso: that's a GNOME stable version? updates are ok [11:37] seb128: ok, any ref. I can use to convince upstream (beside the fact that .la are evil) [11:37] Thew [11:37] TheMuso: well, if you're happy with it... [11:37] norsetto: if your library has a .pc file, there is no reason to ship .la files except the binary compatibility seb128 mentions [11:38] TheMuso: you're one of the few people who will be using it, so... :) [11:38] Hobbsee: It hasn't been made a release yet. Upstream asked me about getting it in. [11:38] norsetto: what do you need to convince upstream for? if upstream uses libtool, libtool will still want to install the .la files; removing them from the package is a packaging decision [11:38] slangasek: just thinking prehemptily ;-) [11:38] Ok thanks folks, I'll let them know. === norsetto wished the debian policy would be amended on this already === Hobbsee goes off to take over the world. [11:39] Hobbsee: hey, leave me nz! [11:42] mdke: Yes, you can add the new translation straight away. The complicated transition is to make the locale Translatable (as defined); once it's Translatable you can add (or indeed remove) the translation itself without further ado. [11:43] The script provided by ubuntu-docs will provide the symlink iff the locale is Translatable but not translated. [11:44] slangasek: I've replied to bug 145231 but I'll see if I can dig out some better information. [11:44] Launchpad bug 145231 in pidgin "cannot restart pidgin" [High,New] https://launchpad.net/bugs/145231 [11:48] iwj: cheers [11:51] iwj: note that a new bug fix upstream version has been uploaded since and the bug might be fixed now === tkamppeter [n=till@bl7-104-73.dsl.telepac.pt] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [11:55] seb128: meh, it is helpful that nautilus is in uninterruptible kernel sleep during that time, and thus you can't prace it [11:55] ptrace, even [11:55] :( [11:56] seb128: Ah. [11:58] seb128: hm, the multiload applet is hanging during that time as well; weird [11:58] pitti: maybe gnome-vfs-daemon is hanging? === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel [12:00] pitti, have you seen my mail about cups-pdf and cupsys? I have moved the PDF destination to ~/Desktop now and made the package installing even if CUPS crashes when cups-pdf's maintainer scripts restart it. [12:00] tkamppeter: I saw it, I'll get to it [12:01] tkamppeter: however, that would require allowing cups-pdf to write into ~/Desktop [12:01] well, it's not too bad, I figure [12:01] I can forbid it to read files in Desktop/ [12:01] pitti, for that I have already repackaged cupsys, modifying the apparmor profile [12:02] don't hardcode ~/Desktop guys [12:02] with xdg-user-dirs the directory can be translated now [12:02] pitti, these entries have only a "w", so this should mean that there is write-only access [12:02] tkamppeter: why not just leave it as PDF? [12:02] tkamppeter: as long as PDF printing requires this crackful 'go through root daemon and back', we should confine it as tightly as possible [12:03] tkamppeter: also, I don't have a ~/Desktop at all (and many people don't) [12:03] pitti, this way users will see the files appearing. Many users do not know that they will get dropped in PDF [12:03] tkamppeter: I use ~ as my desktop Dir (which is quite commonm) [12:03] pitti: did you read what I just wrote? [12:03] seb128: yes, that too [12:03] and since Gnome has built-in PDF creation support, it only affects the non-Gnome apps === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [12:04] pitti, the default installation has a ~/Desktop dir and if the user simpy "rm -rf"s it not knowing fopr what it is good for cups-pdf recreates it. [12:04] seb128: gnome-vfs-daemon is not hanging, it works fine [12:05] pitti: hum, k [12:05] [pid 19503] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out) [12:05] hmmm [12:06] seb128: this was after a stavfs() call; that might be it, perhaps [12:07] pitti: I know it may not be the best time of the year, but, would you be available now to have a pupil? [12:07] norsetto: what do you mean with 'pupil'? [12:08] pitti: you know, mentoring stuff: Me Mentor, you Pupil [12:08] oh [12:08] There should be very few users modifying the Desktop's config to use another dir to display on the desktop. [12:09] tkamppeter: that's irrelevant, you should respect the user. [12:09] norsetto: right, I'll have some more time at the start of Hardy, but if you have particular questions, or want a package to be reviewed, feel free to mail or IRC me === cjwatson1 [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel [12:09] tkamppeter: but for those who do we should not break that [12:09] tkamppeter: and by creating a ~/Desktop if that's not the user's desktop, you are not respecting the user. [12:09] tkamppeter: I really think that at this stage of the release, we should just go with ~/PDF === hoora80 [i=hoora@gateway/tor/x-baaa5b69e10052ec] has joined #ubuntu-devel [12:09] pitti: thx for the offer :-) its not for me actually but I'll keep it in mind [12:09] pitti: just ~/, I'd say. [12:10] Mithrandir: I'm nervous about giving cups-pdf any significant privileges in ~, TBH === cjwatson1 is now known as cjwatson [12:10] pitti: then I don't think we should ship it by default. [12:11] you could accidentally overwrite other PDF files you have, for example [12:11] we've kind of already announced it [12:12] we're past beta and the security seems to be questionable, and the design not fully thought through? === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [12:12] I read the code under the assumption that it would write into ~/PDF/, and designed the AA rules that way; I am fine with the current staus [12:13] for moving it to ~, I'd need to re-review the code and rules [12:13] it's not significantly worse, but it sounds like it could clash with other files from the user, etc. [12:13] heck, it shouldn't overwrite files in ~/PDF either without warning the user [12:13] I just object to changing it to ~/Desktop at this stge [12:14] Mithrandir: right, let me check [12:14] and the program should be safe to use without apparmor; having security depend on the program being constrained to not do anything wrong sounds.. wrong. [12:15] being constrained as opposed to having a safe and secure design [12:15] Mithrandir: as I have always said, I do *NOT* trust cupsys to run as root without AppArmor protection [12:15] and since the daemon calls cups-pdf, that transitively applies to cups-pdf [12:15] cups-pdf itself is reasonable code-wise, and small enough [12:15] but it's still called as root, thus it can get a forged user, etc. [12:16] this really doesn't sound like something we should ship by default to me. [12:16] announced or not. [12:16] Mithrandir: cupsys? [12:16] cups-pdf [12:17] what's the difference? Any other backend could equally well be exploited to ruin your ~ [12:17] cups as such usually runs as non-root doesn't it? [12:17] the problem is that cups runs as root, not cups-pdf [12:17] Mithrandir: not any more [12:17] why not? [12:17] our patches still had severe regressions, especially wrt. third-party drivers [12:18] and upstream is absolutely uncooperative about even thinking about a new safe design [12:18] so we eventually replaced the derooting patches with apparmor profiles [12:18] with the effect that cups now actually works as it should === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #ubuntu-devel [12:19] Mithrandir: i. e. upstream does not say "Your patches suck", which I could understand === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [12:19] Mithrandir: they say "dude, cupsys must run as root, go away" [12:19] (without being able to tell a single reason why it has to) [12:19] *sigh* :-( [12:20] indeed :/ [12:20] what does other distros say? [12:20] Mithrandir: we seem to be the only ones who care [12:20] it just runs as root everywhere else === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [12:20] and there's not even an official cupsd apparmor profile [12:21] I recently saw the beginnings of it in opensuse's AA repo [12:22] pitti: don't know if you noticed, but I committed a patch to apport to fix some of its Launchpad URLs for a milestoned bug; do you think you could review and upload? [12:22] cjwatson: oh, absolutely; you committed to trunk? [12:22] yes [12:23] erk, apparently I forgot to push last time; I'll merge [12:24] bound branches! :-) [12:24] well, I explicitly don't bind for apport, since I often commit lots of small changes === pitti admits to sometimes use uncommit, too === Mithrandir sometimes uncommits on public branches too. [12:25] cjwatson: ah, looks fine; is it important to explicitly use bugs.lp? [12:25] pitti: I'm not sure, carlos filed a bug asking for it and somebody milestoned it [12:26] I see; sure, no problem [12:26] cjwatson: thanks [12:26] I figured better safe than sorry in case it was on the LP roadmap to break the old URLs [12:26] (which would be evil, but ...) === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [12:26] if you'd rather not, I'd accept an argument that it can wait :-) [12:26] pitti: it helps us to reduce the number of redirects for backward compatibility in Launchpad [12:26] carlos: surely the old redirects can never go away === lloydinho_ [n=andreas@0x573c0608.boanqu1.broadband.tele.dk] has joined #ubuntu-devel [12:26] pitti: though, the redirect needs still to be there [12:26] it just reduces the number of hits you get on them [12:26] cjwatson: no, that's fine; the new URLs work, I just always use https://lp.net for brevity [12:27] cool [12:27] cjwatson: we could do that once all distros using the old link are not supported anymore [12:27] carlos: http://www.w3.org/Provider/Style/URI [12:27] people's bookmarks don't stop being supported [12:28] cjwatson: that's why we add 301 instead of 303 (or is the other way around...?) [12:28] cjwatson: moved permanently redirects are supposed to update bookmarks or that's what I was told [12:28] if the bookmark is followed, and if the browser supports it ... === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [12:29] I'm happy to update the links in the browser but it's a terrible bug if Launchpad kills the old URLs at this point [12:29] er, "in the distro" === Spads [i=spacehob@unaffiliated/spads] has joined #ubuntu-devel [12:29] they've been publicised way too much [12:30] seb128: ok, confirmed; the statfs("/media/PittiHD") takes about a minute [12:30] + [ -d $dir ] || mkdir -p $dir [12:30] Keybuk: silly, mkdir -p is enough on its own === lloydinho_ [n=andreas@0x573c0608.boanqu1.broadband.tele.dk] has joined #ubuntu-devel [12:31] cjwatson: mkdir -p would fail if one of the intermediate paths was EPERM [12:31] cjwatson: ok, anyway, kiko wants it there forever too, so don't worry, you will keep your old URLs in place :-P [12:31] ie. if you were silly enough to have /var -x or something [12:31] pitti: iz kernel bog? ;) [12:31] Keybuk: huh, seriously? [12:32] it doesn't just check -d first? [12:32] seb128: maybe, I'll find the place where this happens and gdb over it [12:32] wing-commander scott% mkdir -p foo/bar [12:32] wing-commander scott% chmod -x foo [12:32] wing-commander scott% mkdir -p foo/bar [12:32] mkdir: `foo/bar': Permission denied [12:32] loony [12:32] seb128: I don't have a drive where I use ext3 exclusively, so it might indeed be specific to vfat [12:32] oh, of course it can't check [12:32] seb128: and I don't want to trash my 500 GB USB hard disk to try :/ [12:32] Keybuk: but then [ -d ] would fail too! [12:32] pitti: understable [12:33] cjwatson: right, but silently and not enough to bail out a -e script === lloydinho_ [n=andreas@0x573c0608.boanqu1.broadband.tele.dk] has joined #ubuntu-devel [12:33] pitti: comments on the bug suggests it happen also for disk partitions [12:33] though I think that one's not -e anyway [12:33] Keybuk: er [12:33] Keybuk: you do [ -d ] || mkdir -p [12:33] yes [12:33] Keybuk: [ -d ] will fail and the mkdir -p will happen anyway [12:33] so the [ -d ] achieves nothing at all [12:33] oh, damn [12:33] you're right :) [12:33] and here was me thinking I was being smart [12:33] lol [12:33] I'd just mkdir -p || true [12:34] yeah [12:34] doesn't make much practical different of course [12:34] I have a change to make in sysvinit anyway, so I'll do that [12:34] ok [12:34] pitti: if that happened on ext3 I think we would have noticed [12:35] Keybuk: you should have seen the wild constructions partman was using to avoid mkdir -p [12:35] I found a place where somebody had decided to implement it by hand, including adding non-existent directories to a space-separated list and iterating over them in reverse order [12:35] cjwatson: As bad as mkdirhier? [12:35] StevenK: pretty much === StevenK shivers [12:36] busybox has mkdir -p, so I ripped it all out [12:36] I wonder how many kittens that code cost. :-P === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [12:42] pitti, so I will move the PDF destination back to ~/PDF as this is a constant and not a user-specific value like ~/Desktop. [12:43] tkamppeter: are there any other changes in the packages? [12:43] pitti, yes, especially making it configure whenthere are CUPS problems. [12:44] could someone please translate "sistema de ficheros del archivo tar daado - archivo de paquete daado" for me (dpkg error msg) === kaptengu [n=kaptengu@c213-100-60-183.swipnet.se] has joined #ubuntu-devel [12:44] The cupsys you do not need to upload, as it is only to make AppArmor allowing cups-pdf to write (not read) into ~/Desktop [12:45] mvo: msgid "corrupted filesystem tarfile - corrupted package archive" [12:45] pitti, another change is to preceed the file names of the PDFs by the job number, so that if the job title is always the same (and not the document name) that the files do not overwrite each other. [12:46] Mithrandir: thanks ! [12:46] tkamppeter: we should rather teach cups-pdf to use a -N suffix === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [12:46] tkamppeter: i. e. foo.pdf, foo-1.pdf, foo-2.pdf, etc. [12:47] tkamppeter: starting at a random number might be too confusing [12:49] pitti, so I will stay only with the install issue and reopen all the other bugs: bug 147551, bug 134671, bug 134682 [12:49] Launchpad bug 147551 in cups-pdf "cups-pdf fails to generate file" [Medium,Fix committed] https://launchpad.net/bugs/147551 [12:49] Launchpad bug 134671 in cups-pdf "[Tribe5] cups-pdf do not overwrite existing pdf" [Medium,Fix committed] https://launchpad.net/bugs/134671 [12:49] Launchpad bug 134682 in cups-pdf "[Tribe5] user don't know where are his pdf file" [Undecided,Fix committed] https://launchpad.net/bugs/134682 [12:50] pitti, all the rest we should not do on our own but let upstream redesign the appropriate parts of the tool. [12:50] yeah === bigon [n=bigon@ubuntu/member/bigon] has joined #ubuntu-devel [12:51] pitti, for file visibility they should do a D-Bus notification thingy instead of cluttering the user's desktop with files. [12:52] no, it should just ask the user where he wants to save the file. [12:52] pitti, for files not overwriting each other they should add date and time at the end of the file name as the job number is something strange for non-technical users. Also files with the same document name should stay close to each other. [12:53] Mithrandir, this would be the best. Can the backend pump the PDF through the D-Bus so that a tool running as the user is popping up and asking the user for saving the file? === kaptengu [n=kaptengu@c213-100-60-183.swipnet.se] has joined #ubuntu-devel [12:54] tkamppeter: upstream would not accept that, since it's bound to Gnome === gouki_ [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [12:54] pitti, or should we open a spec to start a new PDF generator project from scratch. Problem is to find the people to implement it. [12:55] tkamppeter: I'd rather convert the remaining desktop apps to use libgnomeprint, or so; it should all be done on the client side, without the need to go through cups [12:55] pitti, what would upstream not accept? The use of D-Bus? [12:55] tkamppeter: cups-pdf is specifically meant to work for non-Gnome apps [12:56] stgraber: did you post the driver log yesterday? I had issues and loosed my log of this channel yesterday [12:56] pitti, so then we leave cups-pdf as interim solution until the application developers will catch up and do not develop new features for it. We will simply sync with upstream and fix the bugs. [12:57] asac: no, I'll try to get one today (no idea why I can't get one with debug=1 and 65536 as debug value ...) [12:57] tkamppeter: might be best; cups-pdf is and remains a nasty hack, regardless of how many bug fixes you apply to it :/ [12:58] I will mark all open feature-requesty bug reports on it as "Wontfix"/"Wishlist" telling that it is an interin solution which will be removed as soon as all app developers are following the standards. [12:59] tkamppeter: oh, please leave it open as wishlist; they might be justified === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel === _TomB [n=tomb@host217-43-75-192.range217-43.btcentralplus.com] has joined #ubuntu-devel === gouki_ [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [01:04] pitti, so I make them "Confirmed"/"Wishlist" so that upstream can decide on them. === azeem_ [n=mbanck@ppp-88-217-19-158.dynamic.mnet-online.de] has joined #ubuntu-devel [01:09] pitti: You did the partman cryptolvm thingie? === gouki_ is now known as gouki [01:10] soren: I just fixed the cryptsetup initramfs hook to get along with UUIDs, so that a system installed with that partman-crypto-auto module actually boots [01:10] pitti: Do you know what the rationale behind the blockdev-wipe is? [01:10] soren: just paranoia [01:10] pitti: No way to disable it? [01:10] pitti: It makes installing in vmware *a *pain*. [01:11] soren: There is a file in /lib/partman (I think.) [01:11] soren: if you randomize the entire drive prior to putting an encrypted partition on it, it is much harder to tell where it ends, and where the actual data is, etc. [01:11] soren: You could add it to disable it, I did so too but it was weeks ago. [01:11] (provided that you don't have a partition table that tells you, of course) [01:11] s/add/modify/ [01:11] soren: you can disable it [01:11] soren: have it setup the partitioning, say 'no' to the confirmation, and disable erasing === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [01:11] pitti: Ah... point! [01:11] Oh there is a GUI way. Nice. [01:12] pitti, I have updated bug 134682 appropriately. Is it OK this way? [01:12] Launchpad bug 134682 in cups-pdf "[Tribe5] user don't know where are his pdf file" [Wishlist,Confirmed] https://launchpad.net/bugs/134682 [01:13] tkamppeter: fine for me, thank you === edson [n=edson@unaffiliated/edson] has joined #ubuntu-devel [01:17] seb128: I confirmed that it is really a kernel bug, updated the bug trail accordingly; sorry for the noise [01:18] pitti: that's no noise but useful informations, thanks a lot ;) === seb128 hugs pitti [01:18] seb128: I just can't find any stat.*fs invocation in nautilus itself, so I don't know where to start gdbing [01:18] pitti: Gah.. I would have thought that going back from the "write changes to disk..." dialog would have the manual partitioner all filled in with the automatic values. [01:18] pitti: likely gnome-vfs [01:19] soren: not "go back", say "no" [01:19] soren: "go back" doesn't work [01:19] pitti: I did say "no". [01:19] soren: hm, it worked for me [01:19] pitti: You had all the values filled in? For me it just showed /boot and the other partition marked as crypto/"dont use" or something. [01:20] So I had to fill in the encryption config first, add a pv to it, create an lv and blahblah.. [01:20] soren: yes, I tried it in vmware; it required some more going back and forth, but it worked [01:20] I'll start over.. [01:21] pitti: file-method.c has some statfs calls [01:21] also fstype.c [01:21] seb128: ah, I'll have a look === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel [01:24] seb128: hm, I breakpointed both, no luck [01:25] running nautilus under gdb, doing ctrl-C when it hangs and "thread apply all bt full" doesn't give any clue? [01:25] seb128: that's the point; you can't ^C a program while it is in a syscall (uninterruptible kernel sleep) [01:25] so I need to breakpoint it right before [01:27] seb128: I have some more ideas, I'll report back === blue|palm [n=raeez@dsl-245-150-237.telkomadsl.co.za] has joined #ubuntu-devel [01:29] pitti: No matter how I go back and forth, I end up with a 255 MB primary partition on /boot and a 8.3 GB logical partition, type encrypted, "not active". [01:29] soren: hm, weird [01:30] soren: let me try it here [01:33] soren: hm, indeed; no idea how I managed to do this back then [01:33] pitti: oh! [01:33] After it wipes the disks, it shows me everything. [01:34] Sorry, that's not entirely true. [01:34] right, but that's too late [01:34] Which mirror has the most recent uploaded packages ? [01:34] viviersf: archive.u.c. [01:35] I hacked the /lib/partman/crypt* script to not do the wipe. Now, when I allowed it to go on, it ended up on that "page" [01:35] pitti, ok cool thanks [01:35] I've always wondered... What's the point of lvm if it uses the entire lv by default anyway? [01:35] Er... vg, I mean. [01:36] soren: not sure what you mean? we have one VG "Ubuntu" which holds all the partitions; doesn't that make sense? [01:36] (except /boot, of course) [01:36] pitti: Yes, but why does the / lv have to use all the space in the vg? [01:37] pitti: What purpose does lvm serve in that case? [01:37] soren: it's exactly like our standard setup; provide a reasonable swap, and the rest for / === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [01:37] pitti, Riddell has uploaded the new cupsys and cups-pdf (forgot to remove them from my server immediately) I will make new packaes of both. [01:37] soren: the purpose is to combine / and swap into a single encrypted entity [01:37] soren: if we wuold have swap with a random password, then resuming from suspend to disk would break [01:38] soren: if we had two encrypted drives with / and swap, you'd need to passwords, or enter it twice [01:38] pitti: Ah, right in the encrypted case, I see a bit of an advantage, but if not, why would anyone want to use the autolvm thing instead of the regular partitions? [01:38] tkamppeter: darn, they have already gone from accepted [01:39] soren: no idea; maybe to have an initial start, or so; I don't see the advantage either [01:39] tkamppeter: if you say that we don't need any changes, let me just reupload my current svn [01:39] tkamppeter: so that I get immediate consistency with svn again [01:40] if I have an idea to enhance gnome and I am able to implement it, but would like it to be included in the next ubuntu release, where do i go with my proposal? [01:40] ah, right, no "accepted" for source packages any more === kaptengu [n=kaptengu@c213-100-60-183.swipnet.se] has joined #ubuntu-devel [01:41] blue|palm: Depending on the nature of your enhancement, you can either register a blueprint on launchpad or talk to the gnome developers about it. [01:41] blue|palm: If it ends up in gnome, it lands in Ubuntu automatically. [01:41] pitti, in cupsys all changes can get undone. In cups-pdf the "does not install/upgrade" fix [01:41] tkamppeter: right, please make a new cups-pdf which contain your other fixes [01:42] es have to stay in. [01:42] blue|palm: or often just file a bug, if it's small - blueprints are for complex ideas which require design or coordination among multiple components [01:42] soren, thanks, do you know what is the normal method of communication the gnome devs use? IRC, mailing list? [01:42] pitti, so a new cupsys is not needed? This you can roll back? [01:42] tkamppeter: I'll upload a new one [01:42] tkamppeter: but I use the svn for that [01:43] cjwatson, its a small enhancement to an already working aspect of gnome... but i believe it will increase productivity... ill go with filing a bug report === jamiemcc [n=jamie@82-32-8-26.cable.ubr02.azte.blueyonder.co.uk] has joined #ubuntu-devel [01:45] tkamppeter: cupsys done [01:45] blue|palm: what is your idea? === XSource [n=XSource@41.201.213.232] has joined #ubuntu-devel [01:47] seb128, to improve the gnome file copy/move dialogue. I intend to add an 'advanced mode' to allow for pause/resume/speed limitation as well as queueing up file transfers... lastly to add a manager applet of some sort to easily manage your transfers (instead of having 5 copy dialogues open at once, you could hide them and instead monitor them as a list in the manager) [01:49] seb128, I'd like to add this almost transparently to the current system, so that normal users can just copy files like usual, but power users/users copying large numbers/sizes of files can use this system [01:49] blue|palm: Shouting :) [01:49] blue|palm: I think there is already some bugs upstream about that [01:50] seb128, well, i'd like to implement the idea... [01:50] nice ;) [01:50] blue|palm: you might want to mail nautilus-list@gnome.org [01:50] seb128, i'm just have no idea how to make it 'official' with gnome [01:50] with your ideas, etc for discussion [01:50] seb128, thanks, ill do that [01:51] soren, what do you mean by 'shouting'? [01:51] I'm subscribed to the list so I'll read about it there ;) [01:51] blue|palm: I was replying to your question about how to contact gnome developers. :) [01:51] soren, ah ok :-) === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel [01:52] ugh, i personally hate lists... but here goes :-D [01:53] blue|palm: you won't get far in free software development if you avoid mailing lists :) [01:53] cjwatson, i've realised that === agoliveira [n=adilson@201.47.76.146.adsl.gvt.net.br] has joined #ubuntu-devel === nightwish [i=gsn1@segfault.kernel-oops.de] has joined #ubuntu-devel === rluberti [n=rluberti@adsl-ull-34-157.44-151.net24.it] has joined #ubuntu-devel [01:57] can anybody tell me what tech is behind the network icon (i think its called the network manager applet; the thing that gives you a list of wifi networks/dialup connections etc.) that was introduced into ubuntu recently? is it written in python? or C/C++? and what library is it using? Im looking to create something similar... === rluberti [n=rluberti@adsl-ull-34-157.44-151.net24.it] has left #ubuntu-devel [] === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === pedro [n=pedro@pc-2-217-44-190.cm.vtr.net] has joined #ubuntu-devel [02:01] blue|palm: it's the network-manager, it has two parts, a system daemon and a gnome applet. It's written in C, using dbus for communication between the applet and the daemon. [02:01] stgraber, thanks === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [02:05] pitti, new cups-pdf is in place now, see mail. I have also updated all bug reports. So except urgent bugs printing is ready for Gutsy now. [02:05] Which day is RC freeze [02:06] we'll freeze the archive at some point tomorrow [02:06] at least that's the current plan [02:07] cjwatson: ARGH! [02:07] cjwatson: is that full freeze? [02:07] as in, fully frozen freeze for main? [02:07] is it just me, or is LD_LIBRARY_PATH broken (i. e. not working at all) for everyone in gutsy? [02:07] cjwatson, huh ? [02:08] Hobbsee: yes, with exceptions as usual [02:08] whee, thats quick ... [02:08] ogra: I said what I said. The standard release candidate process is to freeze one week before release candidate; this is in fact relaxing that slightly [02:08] pitti: you sure it's not a set-id binary? [02:08] yeah, i was just confused since its not listed on the schedule [02:08] cjwatson: yes, I am [02:08] cjwatson: crap. === Hobbsee has more kubuntu stuff to shove. [02:09] cjwatson: LD_DEBUG shows that it uses the path for the first resolution, and forgets about it afterwards [02:09] this makes debugging a lot more painful that it has to be [02:09] Hobbsee,ogra: compare https://lists.ubuntu.com/archives/ubuntu-devel-announce/2007-April/000274.html with https://wiki.ubuntu.com/FeistyReleaseSchedule, for example [02:10] cjwatson: i know you're probably right, but i still thought it was a little further away [02:10] hmm, i didnt get that mail .. something is broken with my list setup it seems === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [02:11] oh, wait april === cjwatson checks ogra's clock [02:11] heh === Hobbsee checks her watch [02:12] cjwatson: us ubuntu people arent good at getting dates right. === Zdra [n=zdra@91.176.33.203] has joined #ubuntu-devel [02:12] oh cool, watch is only two minutes slow now. === Hobbsee curses work. [02:13] Hobbsee: tsk tsk tsk. You need to get it synced with an ntp server. :) [02:13] Hobbsee, all fault of the clock applet [02:13] TheMuso: the dvd unlocking things actually slow our watches down. [02:13] That doesn't surprise me actually. [02:13] TheMuso: we lose 15 mins or so for every 40 hours worked [02:13] Since its a magnetic thing. [02:13] the closer we are to it, the more loss. [02:14] not kidding - we did an experiment on this, as the boss was always asking us why we were going early - where it was actually her watch being slow. [02:14] cjwatson: universe isnt freezing for ages, i tkae it? [02:15] Hobbsee: technically though not by policy [02:15] cjwatson: great - manual shoves required, i take it. [02:16] yes === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel === eggauah [n=daniel@201.82.45.179] has joined #ubuntu-devel === chuck_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [02:17] cjwatson: cool, OK, i can ignore that queue for longer then. === jdong_ [n=dizzle@ubuntu/member/jdong] has joined #ubuntu-devel === XSource [n=XSource@41.201.216.222] has joined #ubuntu-devel [02:19] Hobbsee: heh. Gotta love procrastination. === norsetto [n=norsetto@host107-208-dynamic.19-79-r.retail.telecomitalia.it] has joined #ubuntu-devel [02:20] TheMuso: procrastination is very useful. and i've been catching up with uni stuff and friends (yes, i have some), as i cant spend all my time on ubuntu. [02:20] Hobbsee: Yeah I know. :) === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [02:26] _MMA_: So what do you say? Just ditch the multiple tasks for now, and make everything installed? If so, I have a very good idea of how this is to be done, and compared to what we've had to do so far, it is piss easy. [02:26] TheMuso: blink, what? [02:26] what's wrong with tasks now? [02:26] TheMuso: no, i can just assign the entire queue to you - no procrastination required. [02:26] cjwatson: Sorry, wrong window. === TheMuso blushes. [02:27] cjwatson: Basically hard coding ubuntustudio-desktop to the seed deps causes recommends packages not to be installed, so we're just pondering making everything installed at once, saving us the headache of working this out till Hardy. [02:28] TheMuso: that's easily fixed [02:28] it's just because ubuntustudio-* is in the wrong section [02:28] I can fix that in the archive right now [02:28] chuck_: Oh ok. Wrong section [02:28] cjwatson: Oh ok. What section? === TheMuso has too many things happening at once here... [02:29] TheMuso: metapackages [02:29] oh === _MMA_ hopes he brings enough $ for all the beers he owes Colin and Luke in Boston. [02:29] well, universe/metapackages [02:29] TheMuso: changed in the archive; feel free to change the source at your leisure [02:30] <_MMA_> *and BenC :) === dendrobates [n=dendroba@adsl-065-005-186-012.sip.asm.bellsouth.net] has joined #ubuntu-devel [02:30] cjwatson: Oh ok. Since I took over maintanance of meta, I didn't even think to check that. :) === raphink [i=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [02:32] pitti: have you seen the "Gutsy's HAL is broken" thread on devel-discuss [02:33] the author replied with some fairly extensive attempt at debugging [02:33] he's on irc now, too [02:34] Keybuk: I saw it, yes; still stuck in nautilus debugging, but I'll look at it [02:34] :) [02:34] hm, until he walked away and decided that irc was pointless. [02:34] intelligent man === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === jdong_ is now known as jdong === xjkx [n=xjkx@201009040055.user.veloxzone.com.br] has joined #ubuntu-devel [02:43] "Ubuntu 6.06 LTS - Supported to 2011" that means you will keep updating and keeping it safe and cool until 2011 right? === BenC_ [n=bcollins@collinsap1.phunnypharm.org] has joined #ubuntu-devel [02:44] i think i will give it a try [02:44] xjkx: for main, yes, and by updating, we mean security and very very critical bugfixes [02:45] xjkx: don't be like the mepis guy and assume we'd be putting GNOME 2.20 in Dapper by 2011 ;-) [02:45] hehe it means never getting new versions ;] [02:46] of course it confuses me why he went back to Debian stable releases.... [02:46] and backporting packages from sid. [02:46] when he could've just backported from gutsy like what I do everyday... === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === cassidy [n=cassidy@pool-71-126-236-225.bstnma.east.verizon.net] has joined #ubuntu-devel [02:52] jdong: Remember that the MEPIS guy seems convinced that Ubuntu is... erm... rebuilt almost from scratch each time, from Debian experimental. [02:52] Whadya mean it's not? :-P === MacSlow [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel === XSource [n=XSource@41.201.207.181] has joined #ubuntu-devel [02:55] carlos: ok how can i get the translations? [02:55] asac: ? [02:55] xjkx: 2011 on the server [02:55] asac: I'm working on the code that would allow you to get them [02:55] for, as pointed out, security fixes and critical bug fixes [02:55] a little less on the desktop [02:56] so it's not possible yet [02:56] carlos: ok ... how can i help then? [02:56] asac: though, I'm leaving to have lunch now, and I have a meeting when I'm back from lunch, do you mind to have a meeting around 15:00 UTC ? [02:57] carlos: thats fine [02:57] ok, thanks === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [02:57] seb128: can I have the applications menu, etc, have their text horisontal on a vertical panel? [02:58] Mithrandir: no [02:58] Mithrandir: that would make a really large panel [02:58] seb128: 100px or so? Which isn't much when my display is 2560 pixels wide. [02:58] seb128: i always liked having the panel on the right/left ... but gnome panel appears to behave strangly; is there something planned for that upstream? [03:00] (especially the taskbar) [03:00] Mithrandir: well, there is no option to configure that, and 200 pixels is a lot on a 1024x768 screen [03:00] seb128: ok it appears to have improved in this gnome-panel ... so don't bother for my comment [03:00] seb128: it could autorotate if the panel was wide enough that it made sense? [03:00] asac: there is some bugs open for ages but nobody actively working on them [03:00] Mithrandir: yes [03:01] http://err.no/tmp/panel.png looks kinda funny [03:02] hurrah, my laptop appears to be tea-proof [03:05] Mithrandir: Maybe you can try the menu with no texts but only the icon. === Nuscly [n=nuscly@29-231.206-83.static-ip.oleane.fr] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [03:07] Keybuk: upto how many meters? === Nuscly [n=nuscly@29-231.206-83.static-ip.oleane.fr] has joined #ubuntu-devel [03:11] asac: re bug #138217 [03:11] Launchpad bug 138217 in network-manager "NetworkManager fills log on start up until dhcdbd has started" [Medium,Fix released] https://launchpad.net/bugs/138217 [03:11] asac: grep 'Oct 4 09.* dhcdbd not running' /var/log/daemon.log|wc -l [03:11] asac: 46 [03:11] asac: woohoo! [03:12] asac: thanks! === cr3 [n=cr3@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [03:18] mvo: ping === iceman [n=iceman@cable-87-244-153-189.upc.chello.be] has joined #ubuntu-devel === ryu [n=chris@unaffiliated/ryu] has joined #ubuntu-devel [03:21] norsetto: pong [03:22] mvo: hi :-) Just wondering if you looked at bug 131166 recently? [03:22] Launchpad bug 131166 in apt "[gutsy] apt-get update deletes local Packages.gz file" [High,Confirmed] https://launchpad.net/bugs/131166 [03:23] norsetto: let me check, I was sure that this got fixed [03:23] mvo: well, it didn't .... [03:24] norsetto: urghs, ok [03:24] mvo: but the last patch fixes it [03:24] norsetto: thanks! I milestoned it now === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === rulus [n=rulus_|@d54C1A033.access.telenet.be] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === CarlFK [n=carl@c-76-29-25-210.hsd1.il.comcast.net] has joined #ubuntu-devel === janimo [n=jani@89.137.85.147] has joined #ubuntu-devel === edson [n=edson@unaffiliated/edson] has joined #ubuntu-devel [03:49] hello, in the daily xubuntu builds http://cdimage.ubuntu.com/xubuntu/daily-live/20071004/ [03:50] it seesm the manifest is still from sep 25 [03:50] and the iso I have tested did not have the latest packages [03:50] (older xubuntu-desktop and usplash at least) === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [03:50] janimo: that was fixed today, iirc === azeem_ is now known as azeem [03:51] Mithrandir: was the build not reenabled afetr beta? ok, thanks [03:51] janimo: some problem on the buildds, afaik [03:51] ok, I'll test tomorrwo === janimo [n=jani@89.137.85.147] has left #ubuntu-devel [] === rnorwood [i=rnorwood@nat/redhat/x-d0dcc23542db8f95] has joined #ubuntu-devel === mthaddon [n=mthaddon@canonical/launchpad/mthaddon] has joined #ubuntu-devel [03:53] cjwatson: did you rebuild d-i after fixing busybox? [03:53] Keybuk: no [03:53] Keybuk: I'm going to do it when the kernel ABI change lands [03:53] ok [03:53] Ng: ^ :-) [03:54] which should be soon [03:54] ah, ok [03:54] thanks [03:54] just copying [ to /bin works for now :) [03:54] yeah, that should be ok === Kopfgeldjaeger [n=nicolai@p54AD7FED.dip.t-dialin.net] has joined #ubuntu-devel [03:55] hi === mathiaz [n=mathiaz@ubuntu/member/mathiaz] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === loevborg [n=loevborg@p54AD9E64.dip0.t-ipconnect.de] has joined #ubuntu-devel === mantiena-baltix [n=ubuntu@ctv-84-55-7-167.init.lt] has joined #ubuntu-devel [04:01] hi all [04:01] jdstrand: thanks for confirming the fix [04:01] asac: np :) === Skiessi [n=qwe@dsl-roibrasgw1-ff90c100-219.dhcp.inet.fi] has joined #ubuntu-devel [04:05] brb === MacSlow [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [04:09] doko: what was your bind9 change? [04:09] soren: in looking at bug #119075 , I was thinking of simplifying things, and just do test_mysql_access right from /etc/init.d/mysql at the end of 'start'. This will make it so I don't have to do anything to postinst [04:09] Launchpad bug 119075 in mysql-dfsg-5.0 "Root password policy for mysql" [Undecided,In progress] https://launchpad.net/bugs/119075 === lamont thought upstream changelogs were supposed to be there for all packages... or should I only be delivering upstream changelog in the base (or doc) package? [04:10] lamont: not installing the upstream changelog in the library packages to save space on the CD [04:10] ah, because -2 beat you out [04:10] soren: it was prompted by the fact that even more changes would have to be made to postinst to get the message shown on upgrade [04:10] soren: thoughts? [04:10] lamont: I don't think there's apolicy [04:11] doko: got a diff for me? [04:12] lamont: http://paste.ubuntu-nl.org/39533/ [04:12] lamont: or create a -common package and symlink the whole doc directories, will save even more space === cassidy [n=cassidy@pool-71-126-236-225.bstnma.east.verizon.net] has joined #ubuntu-devel [04:12] If an upstream changelog is available, it should be accessible as /usr/share/doc/package/changelog.gz in plain text. === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel [04:13] so, sounds like a symlink to share/doc/bind9/changelog.gz is in order === MagnusR [n=magru@c83-252-222-139.bredband.comhem.se] has joined #ubuntu-devel [04:15] lamont: in this case, you need a common dependeny package, but your source package doesn't have this [04:15] and then, I would prefer a symlink to the doc directory === lamont scratches his head [04:16] your patch, as I read it, does the same thing that I did, only in 2 steps... === agoliveira is now known as agoliveira_brb [04:16] first install it everywhere but bind9 and libbind-dev, then install it specifically in those two pacakges === lamont hugs the word "should" :-) [04:17] seb128: since I doubt that we can fix the kernel in time, the only workaround I can imagine is to not display the free space for VFAT drives in nautilus === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [04:18] pitti: works for me, I think that's better than hanging [04:18] so.. I'll deliver the upstream changelog in bind9-doc, with a note [04:18] seb128: I confirmed that this fixes the hang at least [04:18] seb128: but I'd do the hack in nautilus, not in gnome-vfs [04:18] pitti: what did you change, where? [04:19] pitti: right [04:19] seb128: I don't want to break the actual call (gnome_vfs_get_volume_free_space()) === j_ack [n=j_ack@p508DB999.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:19] seb128: ./libnautilus-private/nautilus-file.c, nautilus_file_get_volume_free_space() === bddebian [n=bdefrees@63.81.56.182] has joined #ubuntu-devel [04:19] seb128: I might do it one level above, in the filemanager view [04:20] pitti: wherever you think it's the best place to do the change [04:20] Heya [04:20] seb128: I'll make it so that the properties window hangs and returns the correct result, whereas the browser doesn't show it and hangs [04:21] ok [04:21] erm, s/hangs$/does not hang/, of course === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-devel [04:26] lamont: dh_installchangelogs doesn't install the upstream changelog by default ... [04:26] jdstrand: Without seeing the actual code, I think I'd prefer it in the init script. [04:26] ohh, pasto, right, I should remove that ... [04:26] lamont: will you upload? [04:26] doko: yes [04:26] thanks [04:26] + dh_installchangelogs -a -Nbind9 -Nlibbind-dev CHANGES [04:26] + dh_installchangelogs -pbind9 -plibbind-dev CHANGES [04:27] that still looks like no change... [04:27] lamont: dh_installchangelogs -a -Nbind9 -Nlibbind-dev [04:27] right. [04:27] soren: yes. it is slightly less efficient (ie its checked every time mysql is started), but really that is good-- in case the password is inadvertantly blanked via some other means [04:27] I pasted what you pasted though... [04:27] soren: it also makes the changes to the packaging less intrusive [04:28] soren: thanks === agoliveira_brb is now known as agoliveira [04:28] pitti: If my fresh install with cryptlvm and stuff doesn't boot properly (installed from current daily alternate cd), is that because your fix hasn't hit the dailies yet, or is it just simply still b0rken? [04:29] soren: hm, sounds like the latter; it did work with my locally applied patch [04:29] soren: which cryptsetup version do you have on the CD? [04:29] doko: http://paste.ubuntu-nl.org/39535/ look good to you? === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel === soren checks [04:30] lamont: yes [04:30] pitti: ./pool/main/c/cryptsetup/cryptsetup-udeb_1.0.5-2ubuntu1_i386.udeb === _MMA_ [n=_MMA_@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel [04:31] soren: hm, that should have the fix [04:31] soren: I'll do a test install as well to check what's going in [04:31] on [04:32] pitti: Where's the config file supposed to be in the initramfs? [04:33] Or should the luks signature just be detected and prompt me for my password? [04:33] soren: conf/conf.d/cryptroot should have one target with the correct 'outer' (encrypted file system name [04:33] no, that wouldn't be clever.. [04:33] I only see resume in /conf/conf.d [04:34] hm, that's wrong then [04:34] pitti: I'll get it booted and try update-initramfs'ing. [04:34] soren: that was my patch which made it work: http://people.ubuntu.com/~pitti/tmp/cryptroot.diff [04:35] soren: please try update-initramfs -u [04:35] Sure. [04:35] soren: in the running system and check whether it makes any difference [04:36] Yeah, that's what I was going to do. I'm just waiting for it to boot. === andrunko_ [n=andrunko@200.184.118.132] has joined #ubuntu-devel [04:36] Heh... It asks me for my luks passphrase, when it gets to early crypto disks... [04:36] *** glibc detected *** /usr/bin/uic3: free(): invalid pointer: 0x0012484c *** [04:37] I find that annouing [04:37] annoying, even [04:37] I still read that as "glibc detected" being the problem [04:37] "OMG! DUDE! GLIBC!" [04:38] no glibc for you@ [04:38] pitti: I get a couple of warnings about an invalid line in /etc/crypttab [04:38] Keybuk: LOL === lamont ponders the relative importance of wpasupplicant on hppa.... [04:40] soren: oh, that would be it [04:40] soren: what's your crypttab? === agoliveira is now known as agoliveira_lunch [04:40] sda5_crypt /dev/disk/by-uuid/ none luks [04:41] hm, that looks fine [04:41] soren: ok, thanks; I'll do a test-install and fix it [04:41] soren: I think we will have pretty much identical vms :) [04:42] soren: siretart merged some other fixes from Debian along with my patch, so maybe they interfered somewhat === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [04:44] pitti: Wow.. There's massive differences between those two initramfs's. [04:45] pitti: I did not expect that. [04:47] pitti: it'd be good to test the non-LVM code-paths [04:48] pitti: creating three normal partitions (/boot, /, swap) setting each of those to be cryptoed [04:48] right === jsgotangco [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel === luisbg [n=d33p@ubuntu/member/luisbg] has joined #ubuntu-devel === manchicken_ [n=manckn@12-226-72-69.client.mchsi.com] has joined #ubuntu-devel === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-devel [04:56] people, is ubuntu-minimal supposed to depend on util-linux, or linux32? L32 C/R/P's util-linux [04:57] with your -dbgsym, where's it expecting to find the source code? [04:57] pitti: ^^ ; eg. somewhere under /usr/share if I unpack the source code in the right place; or is it looking in the current directory [04:57] sladen: that doesn't work, I'm afraid; I guess it's something like /build/buildd/ [04:57] this stuff was designed ATM to get good backtraces [04:58] not sure whether the paths can be mangled [04:58] It works if it's in $PWD, too. [04:58] think RH do mangle the paths to be /somewhere/package-name/foo.c [04:58] /usr/src would make sense.. [04:58] pitti: then their dbgsym package also includes the source code === dexem [n=dani@224.Red-88-23-204.staticIP.rima-tde.net] has joined #ubuntu-devel [04:59] Hobbsee: other way round, util-linux C/R/P's linux32 [04:59] soren: which part of the search path does it strip off for $PWD? [04:59] carlos: will be here in 3 minuts ... maybe chat in #ubuntu-mozillateam? [04:59] Hobbsee: I think sticking with util-linux there is fine [04:59] asac: sure [04:59] cjwatson: oh, my bad. [04:59] Hobbsee: and certainly util-linux is definitely needed anyway [05:00] pitti: No clue. I just remember I've used the debug symbols with the samba source in $HOME/src somehow. [05:00] pitti: I suspect it's gdb doing something clever. === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-devel [05:00] soren: apport-retrace just strips off the path and then tries to find the file name in the unpacked and patched source tree [05:00] soren: (for generating the sourceful stack trace) [05:00] cjwatson: it's a 1am-ism, i think === Watersevenub [n=Watersev@242-101.dial.nortenet.pt] has joined #ubuntu-devel [05:01] pitti: I see. [05:01] meh, I should have done a CLI installation; this one will take ages [05:03] doko: ping [05:03] Hobbsee: ? [05:03] doko: just letting you know, your upload has caused https://bugs.edge.launchpad.net/ubuntu/+source/gimp/+bug/148985 [05:03] Launchpad bug 148985 in gimp "package gimp 2.4.0~rc3-1ubuntu4 failed to install/upgrade: trying to overwrite `/usr/share/doc/libgimp2.0/README', which is also in package libgimp2.0" [Undecided,New] [05:03] pitti: hum, i can only encrypt the whole hard disk with the daily alternate cd (qemu), if i try to manage my partitions myself, it tells me that i dont have chosen a root file system (i chose this "encrypt" option) [05:04] Hobbsee: lookling [05:04] Hobbsee: looking [05:04] cool :) [05:04] pitti: You say apport strips off the path... How does that work, actually? It uses gdb to generate the backtraces, I assume. Can you pass a special argument to gdb to pull that off? === soren rather considers apport to be black magic [05:06] soren: no, gdb doesn't support it, otherwise I would have used it; I just do it manually [05:06] soren: i. e. get the gdb stack trace and augment it with the environments of the source file [05:06] pitti: Ah, clever, clever. === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #ubuntu-devel [05:07] pitti: I just noticed the -d option to gdb, and thought that might do something like that. [05:07] soren: I don't remember any more what was wrong with it [05:08] speaking about ugly hacks: [05:08] pitti: It probably doesn't strip stuff of, just looks in a different place. [05:08] seb128: http://people.ubuntu.com/~pitti/tmp/12_vfat_no_free_space.patch === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [05:08] seb128: can you have a quick look on it? my gnome vfs fu is quite weak (as well as which strings I have to free, etc.) [05:08] I'm not proud of it, but it avoids the hang [05:09] O.O [05:09] could somebody have a look at bug 134404 and see what they think of my suggested patch? [05:09] Launchpad bug 134404 in mbr "mbr ftbfs" [High,Confirmed] https://launchpad.net/bugs/134404 [05:09] oooh! [05:09] pitti: gnomevfs> tab-damage, for starters [05:09] cjwatson: Did you make any changes to partman to fix the HFS+ resize refusal problem? [05:10] mjg59: remind me of the bug number? [05:10] I don't think so, though [05:10] Urgh. Bug number. === mjg59 wonders whether he actually ever filed it [05:11] the (possibly cleaner, but more effort) alternative to my mbr patch is to fix the testsuite to spot vm86 ENOSYS and bail out silently somehow [05:11] or implement a do-we-have-vm86 helper program [05:11] Why's it being built in a 32-bit chroot? === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel [05:12] There's the potential for other things to break in the same way [05:12] mjg59: because our i386 buildds are really amd64, since I assume that's just what sysadmin had handy [05:12] I know, but === beuno_ [n=beuno@44-111-231-201.fibertel.com.ar] has joined #ubuntu-devel [05:12] Eh. The buildds are broken :) [05:12] the amount of stuff that calls vm86 during builds has got to be tiny [05:12] pitti: since you love syncing from incoming, please sync bind9_1:9.4.1-P1-3 from incoming, so that doko will be happy again. If you require a bug, please make doko file it. love y'all. kthxbye [05:12] I think it's OK to work around the odd few [05:12] Yeah, but it's also valid for it to [05:13] IMO it's perfectly valid to try to build stuff in 32-bit chroots [05:13] we certainly don't even begin to document that you can't [05:13] Well, no, because they don't have the full set of functionality provided by the architecture [05:14] There are other cases where things can blow up - the kernel still doesn't implement all the compatibility ioctls properly [05:14] mjg59: those would be kernel bugs. [05:14] lamont: Yes, but nevertheless [05:14] mdke: did you see my email about the duplicated .xml files in ubuntu-docs? [05:14] and besides, cjwatson said "try", which we all know means that failure is perfectly acceptable. [05:14] Ha [05:15] seb128: is evolution-data-server somewhat special, that it doesn't build anymore once you did build the package? [05:15] pitti: do you have time to talk with asac and me at #ubuntu-mozillateam ? [05:15] doko: it better not be [05:15] mjg59: since all our builds are done this way, it seems to me that we must already know about all the problem [05:15] s [05:15] carlos: I'm quite busy ATM, but I'll lurk [05:15] because we're already encountering them all [05:15] it's not like they're going to be hidden ... [05:15] pitti: ok, thanks [05:15] cjwatson: Assuming that there isn't stuff in universe where nobody's noticed the breakage :) [05:15] mjg59: event = "ibm/hotkey HKEY 00000080 00001011\n\0000\004\b=\0002%\000\000\000\000\000\000\000\000\020, "/\214 sladen: Looks broken to me [05:16] mjg59: and in any case it's entirely moot because there's no chance of rearranging the buildds now before release, so we have to fix this *anyway* === jml [n=jml@ppp121-44-215-97.lns1.hba1.internode.on.net] has joined #ubuntu-devel [05:17] mjg59: that's a corollary to there being stuff in universe. === jsgotangco [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel [05:17] Well, "fix" - it disables a chunk of the test harness (which I'm happy to admit isn't likely to cause any problems) [05:17] sure, I should have said work around [05:17] mjg59: it could conditionally disable based on the platform... [05:17] lamont: err, it does [05:18] linux64 uname -m _should_ work, no? [05:18] lamont: The only place it can run is on real i386 [05:18] *blink* hadn't thought of that. is that a good idea in general? [05:18] uh... nfc. [05:18] it seems, um, a more exciting solution [05:19] what does linux64 do on real i386? [05:19] cjwatson: the lm flag will be present even in an i386 kernel running on a 64-bit CPU, no? [05:19] nothing much, apparently === lamont only recently came to care about linux{32,64} since he kinda inherited them by obliterating the linux32 package [05:19] mjg59: hmm, good point [05:19] mjg59, ye. [05:19] so linux64 is actually better [05:19] Yeah [05:19] oh, and we can drop linux32 from main and/or seeds [05:19] kerazy [05:19] lamont: feel free to edit the supported seed [05:20] lamont: do I need any kind of special build-dep to get linux64? [05:20] wtf, why are we renaming it? [05:20] uname -m; linux64 uname -m [05:20] i686 [05:20] i686 [05:20] people probably have scripts which depend on this. ;-) [05:20] kylem: util-linux 2.13 Conflicts/Replaces/Provides linux32 [05:20] kylem: we're not renaming it, it's borged into u-l [05:21] so depends: linux32 is fine [05:21] er, but now seems to be linux64 instead of linux32? :) [05:21] versioned depends? not so much [05:21] nah [05:21] kylem: linux64 != linux32 [05:21] two different binaries [05:21] linux32 ==> make me 32 bit [05:21] linux64 ==> make me my native arch [05:21] well, two different symlinks to the same binary that looks at argv[0] [05:21] ugh, that's poorly named. === lamont disavows guilt [05:22] I just accidentally hijacked it. I didn't write it [05:22] lamont, it'sok, i'll blame you anyways [05:22] ok [05:22] ;-P [05:22] (and util-linux also Replaces: sparc-utils, just not completely) [05:23] and maybe as early as hardy, we'll Replaces: e2fsprogs [05:23] lamont: you're getting the fsck wrapper [05:23] ? [05:23] 2.14 will [05:23] and e2fsck [05:23] I have a truly ancient bug about that [05:23] moving e2fsck out of e2fsprogs doesn't sound like a good idea [05:23] and all fs probing code [05:23] maybe that's not moving [05:23] I'd go so far as to say brain-dead === lamont would have to actually go read the discussion === cassidy [n=cassidy@1cc-dhcp-169.media.mit.edu] has joined #ubuntu-devel [05:24] moving fsck out is good though [05:24] though the Hurd folks will hate you [05:24] what? both of them? [05:24] there are even fewer hurd users than there are ubuntu/hppa users [05:24] lamont: see Debian #111651 for "how to get fsck into a new Essential package safely" fun [05:24] Debian bug 111651 in e2fsprogs "fsck: split out from e2fsprogs?" [Wishlist,Open] http://bugs.debian.org/111651 [05:24] cjwatson: ah, joy. I will care about that one, I expect. [05:25] otoh, util-linux is already essential [05:25] it is, which may help [05:25] I haven't thought about it carefully [05:25] I haven't thought about it more than 2 seconds [05:25] (as in, right now) [05:25] the thing you need to ensure is that fsck (and e2fsck) are *always* there [05:25] right [05:26] kylem: linux64 as a name makes sense on 64-bit arch. on 32bit arch, it's a no-op. one could argue that not failing is either a feature or a bug. === agoliveira_lunch is now known as agoliveira [05:28] lamont: if we start using it to test the *real* architecture, it can't be made to fail [05:28] right [05:28] I don't see the success being changed === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #ubuntu-devel [05:30] ok, another attempt in bug 134404 [05:30] Launchpad bug 134404 in mbr "mbr ftbfs" [High,Confirmed] https://launchpad.net/bugs/134404 === Hobbsee edits one of the DO NOT EDIT pages === Hobbsee hides === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === thekorn [n=markus@a89-182-27-200.net-htp.de] has joined #ubuntu-devel === edson_ [n=edson@unaffiliated/edson] has joined #ubuntu-devel [05:36] doko: what do you mean? it doesn't build twice in a row? that would be a bug, there was a Debian discussion about that recently and quite some packages are buggy in that regard [05:36] pitti: looking [05:37] wb seb128 === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === jpatrick [n=patrick@171.Red-88-8-116.dynamicIP.rima-tde.net] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === SLaPoet [n=wpearson@66-194-42-54.static.twtelecom.net] has joined #ubuntu-devel [05:44] pitti: the patch looks fine to me [05:44] FSVO "fine", but it's better than the current state, I think [05:45] seb128: ok, uploading; let's give this a whirl [05:48] seb128: do you think it's worth to symlink the duplicate .png files in evolution? [05:49] doko: wasn't there a licence problem with icedtea that was stopping it from being uploaded? === Zic [n=Zic@ubuntu/member/zic] has joined #ubuntu-devel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel [05:50] Riddell: cjwatson is reviewing the upload, b21 did resolve most of the outstanding problems, the outstanding header problems are mentioned in the copyright [05:51] ok, good luck :) [05:51] pitti: it's not a patch for upstream so I'll no start discussing declaration in the middle of the code which break on C89 compilers, I expect we will get no ubuntu bug about that (upstream does though) ;) [05:52] seb128: right [05:52] pitti: no, otherwise the patch looks good to do the job it's supposed to do ;) [05:52] seb128: I fully expect to drop it in hardy again, once the kernel bug will get fixed [05:52] doko: how much space does that win? How much do we still need? [05:52] pitti: right === nuscly_ [n=nuscly@29-231.206-83.static-ip.oleane.fr] has joined #ubuntu-devel === lamont struggles to remember what was faster than bzr clone sftp://... [05:54] (rather than the sftp:// that is) [05:54] evand: what's the right branch for ubiquity? ~ubuntu-core-dev or ~ubuntu-installer ? [05:54] seb128: I have to check, but are symlinks to -png unsafe? I think if you ask pitti: it's still not enough =) [05:55] Riddell: ubuntu-installer [05:55] doko: as you should have noticed, 9.4.1-P1-3 uploaded to debian, needs a sync to ubuntu [05:55] That's temporary while I'm not in core-dev, so I can do releases. [05:55] lamont: bzr+ssh:// may be ? [05:55] ah. ssh+bzr didn't work. :-) [05:55] doko: for documentation? dholbach said it doesn't work === xerakko [n=xerakko@debian/developer/xerakko] has joined #ubuntu-devel [05:56] mathiaz: so the current 2.1 userspace tools do not work with the 2.0.1 kernel? [05:57] pitti: well. Not the parser. [05:57] evand: recond I'd be elite enough to join the ubuntu-installer team? [05:57] doko: dpkg: error processing /var/cache/apt/archives/gimp_2.4.0~rc3-1ubuntu5_i386.deb (--unpack): trying to overwrite `/usr/share/doc/libgimp2.0/README', which is also in package libgimp2.0 [05:57] s/d// [05:57] pitti: you'll get invalid protocol error messages. [05:58] Riddell: hrmm, I don't know. Apply and I'll consider it ;) [05:58] pitti: however the utils (like genprof, logprof) work well. [05:58] evand: "Subscription request pending approval." [05:58] seb128: bug 148985 [05:58] Launchpad bug 148985 in gimp "package gimp 2.4.0~rc3-1ubuntu4 failed to install/upgrade: trying to overwrite `/usr/share/doc/libgimp2.0/README', which is also in package libgimp2.0" [Undecided,Fix released] https://launchpad.net/bugs/148985 [05:58] pitti: so I just swaped the parser code with the old one and updated the profiles to not use the new capabilities (like network and k permissions). [05:58] dholbach: what do you mean by "for documentation?" [05:59] mathiaz: right, makes sense; the kernel messages look totally different [05:59] doko: ok, thanks [05:59] pitti: the kernel messages are correctly handled by the log parsing tools. [05:59] Riddell: approved [05:59] pitti: upstream tries to be backward compatible. [06:00] can someone tell me how to handle forwarding a bug upstream with Launchpad? should it be closed in launchpad? it's more a feature request.https://bugs.edge.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/148784 [06:00] Launchpad bug 148784 in virtualbox-ose "[gutsy] virtualbox does not configure usb devices" [Undecided,New] [06:00] evand: ooh, thanks [06:00] cjwatson: could you check to see if hppa ISO building works yet? (server stands a small chance, alternate less so, live no way in hell) === lamont will worry about livecd/hppa for hardy [06:00] er. [06:01] why? [06:01] doko: I tried replacing duplicates in gnome-user-docs, the pictures did not show up in localized help [06:01] evand: what's the ubuntu-core-dev branch for? [06:01] kylem: livecd to a CLI, not to running gnome [06:01] doko: http://daniel.holba.ch/temp/gnome-user-docs.diff [06:01] lazy-man's recovery CD [06:02] Riddell: I think we're eventually going to switch back to that. cjwatson seems to be keeping it in sync. [06:03] SLaPoet: file the bug upstream, add the upstream bug URL as an upstream tracker; and launchpad will then (after 24hours) poll the status upstream [06:04] Riddell: evand is correct [06:05] SLaPoet: the situation you'll have is (1) bug exists in foo (Ubuntu); (2) bug exists in foo (Ubuntu) and foo (upstream), URL = ... (3) bug exists in foo (Ubuntu), bug fixed in foo (upstream) (4) bug committed/fix in both foo (Ubuntu) and foo (upstream) [06:05] Is there a trick to installing tasks inside pbuilder, specifically getting past xorg? [06:05] sladen: Of course, having built it with debugging, I can't get the damn thing to crash [06:05] evand: rm the postinst? [06:06] dholbach, seb128: just a thinko in the patch, should work after the fix [06:06] oh, pbuilder, not chroot [06:06] doko: great, thanks for looking into it [06:06] well, it is a chroot when you use --login, right? === beuno [n=beuno@44-111-231-201.fibertel.com.ar] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [06:06] Riddell: I'll try that though, thanks [06:07] doko, lamont: bind synced [06:07] lamont: I've added hppa to cron.ports_daily again and have kicked off a new build. from here on you can check at http://people.ubuntu.com/~ubuntu-archive/cd-build-logs/ [06:07] thank you [06:08] both [06:08] sladen: thanks i'll check it out. [06:08] mjg59: something shortly after else if (strncmp (acpi_path, "battery", sizeof ("battery") - 1) craps on the stack [06:09] sladen: Yeah. With debugging symbols, I seem to be able to handle battery events fine [06:09] pitti: http://people.ubuntu.com/~doko/tmp/cupsys.debdiff [06:10] mjg59: dbus_error_free (&error); === Zdra [n=zdra@153.251-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [06:11] doko: thanks, I'll check it in === nuscly__ [n=nuscly@29-231.206-83.static-ip.oleane.fr] has joined #ubuntu-devel [06:12] doko: autopkgtest's oo.o build failed because it timed out after 100ks. Is it really supposed to take that long ? [06:12] doko: if you actually upload that, it'll be rejected (1ubuntu3 should be current), just FYI [06:12] sladen: Hm. Ok, there's a potential double free there, I guess [06:12] Though I thought dbus_error_free was smart about that === ivoks [n=ivoks@39-42.dsl.iskon.hr] has joined #ubuntu-devel [06:12] (100ks =~ 27.8h) [06:12] iwj: which arch? [06:12] doko: amd64 [06:12] iwj: strange, the build did succeed on the buildd [06:13] doko: Maybe the buildd has a longer timeout. [06:13] the buildds timeout on inactivity [06:13] if you're spewing stuff to the log, they'll keep going indefinitely [06:13] mjg59: it's not going to be free itself, but the attempted recursive free (?) of whatever crap was left inside that structure [06:14] doko: Also: [06:14] -rw-r--r-- 1 iwj warthogs 3.7G 2007-10-04 08:28 log [06:14] That's the build log. [06:14] Surely that can't be normal ? [06:14] iwj: Finished: 2007-09-28 (took 5 hours 20 minutes) [06:14] sladen: Hmm, no, that would only happen on shutdown [06:14] doko: Millions of lines like [06:14] ERROR: No Fallback found for language en-US: [06:14] iwj: interesting log file, what's in there? [06:15] sladen: Only other thing I can think of is that there's no explicit init at the beginning of the loop [06:15] But I can't see the codepath that would result in it being inappropriately freed [06:15] pitti, I have put up a new hplip (2.7.7.dfsg.1-0ubuntu4), as the previous one only fixed the problem for privileged users (bug 147369). [06:15] Launchpad bug 147369 in hplip "MASTER: Printing via HPLIP does not work any more" [High,Fix released] https://launchpad.net/bugs/147369 [06:15] doko: Seems to be output from eg [06:15] iwj: that's the export of the language data, which we only do on i386. so maybe this is a bug [06:15] localize -e -l en-US,as-IN -f /root/adt-downtmp/dsc0-build/openoffice.org-2.3.0/debian/l10n/export/GSI_as-IN.sdf [06:16] localize -e -l en-US,as-IN -f /root/adt-downtmp/dsc0-build/openoffice.org-2.3.0/debian/l10n/export/GSI_as-IN.sdf [06:16] Oops, sorry. [06:16] doko: I'll copy the log to chinstrap. [06:17] mjg59: you need to call the same dbus_error_init()/libhal_device_rescan() that all the other cases are using (which could be moved outside) [06:17] soren: eww; there is no /conf/conf.d/cryptroot any more; siretart, any idea? did that break with the Debian merge? [06:17] sladen: It is? [06:17] calc: ^^^ [06:17] pitti, the ususal e-mail [06:17] doko: Looks like the webserver can't cope with large files. [06:17] tkamppeter: ok [06:18] iwj: well, maybe just file a bug report, with an excerpt where it starts with these messages [06:18] mjg59: the double free can be discounted as that would only occur on fgets() == 0 [06:18] elmo: Is there a sane way to copy a 3.7G file from cadmium to chinstrap ? My rsync says it will take 3-4h. === Gasten [n=Gasten@h52n9c1o1095.bredband.skanova.com] has joined #ubuntu-devel [06:18] sladen: Yes, that's what I said earlier [06:19] pitti, I hope with this Gutsy's printing subsystem is completed. === sladen goes to look at the dbus_error_free logic [06:21] iwj: won't it bzip2 brilliantly? [06:21] iwj: cadmium to chinstrap should be GB, combined with even normal ssh compression, it shouldn't take anything like that long [06:22] (but yes, bzip2 would be another work around) [06:22] mvo: do you think we could fix bug 149018 for RC? [06:22] Launchpad bug 149018 in gnome-app-install "stop depending on app-install-data-commercial" [Undecided,New] https://launchpad.net/bugs/149018 [06:22] elmo: Oh, it seems to have sorted itself out and decided it's only going to take another 2-3 _minutes_. [06:22] CUPS avahi support is so awesome. I plugged a laptop to the network (with a shared printer connected to the desktop machine), clicked print and it Just Worked. [06:23] cjwatson: Yes, but IME on local networks compressing files before copying them is a waste of time. === j_ack [n=j_ack@p508DB999.dip0.t-ipconnect.de] has joined #ubuntu-devel [06:23] mjg59: dbus_free (real->name) [06:24] doko: bug 149021, thanks. [06:24] Launchpad bug 149021 in openoffice.org "autopkgtest build took >100ks, generated 3.7G logfile" [Undecided,New] https://launchpad.net/bugs/149021 [06:24] mjg59: so it's the attempted access, with the candlestick, in the library [06:24] doko: NB there are a couple of things that seem to make autopkgtest often fail for slightly buggy packages: 1. it doesn't run debian/rules clean before building; 2. the build has no controlling terminal. [06:25] sladen: I'm still not seeing how dbus_error_free ever gets called without an error_init === avoine [n=avoine@modemcable003.251-59-74.mc.videotron.ca] has joined #ubuntu-devel [06:26] Someone know what the ^ do in apt-get? i.e apt-get install minimal^ [06:26] doko: chinstrap:~iwj/log has arrived FYI [06:26] mjg59: error is never initialised; error shows a false positive of being set at dbus_error_is_set(); error is freed [06:27] avoine: install task [06:27] mjg59: should happen in all cases where event == ibm/hotkey, or event == unknown. /shouldn't/ (needs verifying) in the case of even == ac_adapter or event == battery [06:27] Keybuk: I saw you fixed 129612 - what would be a good test case for it? [06:27] avoine: i.e. install all packages with Task: minimal [06:27] ok thx cjwatson [06:28] bdmurray: boot with break=top [06:28] cjwatson: sure [06:28] sladen: I thought you said it happened through the battery path? [06:28] does it say "can't access tty; job control turned off" [06:28] :) [06:28] Anyone suffering bug 121566? [06:28] Launchpad bug 121566 in network-manager "no network with dhcp set up" [Critical,Confirmed] https://launchpad.net/bugs/121566 [06:28] I figured it was quite easy but wasn't sure which kernel boot option would be best. [06:29] mvo: I'll munge the seeds [06:29] pitti: err, ups? [06:29] cjwatson: cool, thanks === Yvonne [n=Yvonne@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel [06:30] mvo: I trust gnome-app-install doesn't really depend on app-install-data-commercial internally? === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === tiborio [n=tibor@FE-6-0-rt-gyp.eag.centurytel.net] has joined #ubuntu-devel [06:31] mjg59: I think it's hitting METHOD UCMS and dying on that first (acpi_listen and yank cable) === sladen leaves it going for five minutes [06:32] Ok, plausible [06:33] cjwatson: no, it was just added so that the data gets imported === LongPointyStick [n=mystery@14.5.233.220.exetel.com.au] has joined #ubuntu-devel [06:33] cjwatson: eh, that the package would land on the CD etc === mvo can't type/write/spell anymore [06:33] mvo: right [06:34] mvo: I've made it a Recommends of ubuntu-desktop; kubuntu-desktop didn't have it anyway (which might or might not be a bug?); I'll add it to Edubuntu and Xubuntu (and the Xubuntu people can take it out if they want) === thekorn_ [n=markus@a89-182-12-234.net-htp.de] has joined #ubuntu-devel [06:35] mjg59: simplist fix should be error == NULL; at the top of the function === dendrobates is now known as dendro-away [06:36] cjwatson: I think initially adept did not support it, so it was not added. I'm not sure about the current state of affairs though [06:36] cjwatson: that sounds appropriate, thanks [06:38] sladen: Do you mean memset it? [06:38] It's a struct, not a pointer === rodarvus [n=rodarvus@tejas.netmonks.org] has joined #ubuntu-devel [06:40] sladen: Just make sure it's been through dbus_error_init() in every path [06:40] mjg59: including the no-match case [06:40] Yes [06:42] mjg59: should be able to stick it on line 196 just before the glorified switch statement [06:43] Yes [06:43] Want to do that and see if it works? [06:44] mjg59: In progress === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel [06:45] Cool === predius [n=predius@190.8.154.185] has joined #ubuntu-devel [06:48] tkamppeter: eww, 666 for /dev printer devices? that sounds wrong [06:49] tkamppeter: the user is not supposed to directly talk to those devices; only the daemon should do that === chand [n=rsamson@linagoraberri.pck.nerim.net] has left #ubuntu-devel ["Ex-Chat"] === donspaulding [n=donspaul@74-134-9-210.dhcp.insightbb.com] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === shiyee [n=Shiyee@0x50a16837.abnxx4.adsl-dhcp.tele.dk] has joined #ubuntu-devel [06:54] evand: whoa, nobody had merged the gobuntu seeds in ages. that can't be helping [06:54] oh, I had intended to point that out to you [06:54] uh, whoops? === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel [06:55] not sure if it's the cause of your problem, but ... [06:55] worth a shot [06:56] want me to take care of it and then point you at the branch, or is it something that would be done significantly quicker by you? === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [06:56] evand: I've just done it :) === mc44 [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel [06:57] heh === illovae [n=illovae@82.254.29.88] has joined #ubuntu-devel [07:00] pitti, about HPLIPs permissions for /dev files. They need to be 666 so that normal users can use the hp-toolbox. [07:00] tkamppeter: doesn't that talk though the hplip daemon? [07:01] world-writeable USB device nodes is just plain wrong [07:01] pitti, the HPLIP daemons were removed with the last HPLIP 2.7.7 (generation "2"). [07:01] tkamppeter: 666 device nodes really aren't acceptable [07:01] even root:lpadmin 660 is evil enough [07:02] pitti, hp-toolbox is run by a normal user and seems to start hpssd which in turn accesses the /dev files. [07:02] tkamppeter: the better fix then is (IMHO) to change the .desktop file to call it as root [07:02] eww === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-devel [07:02] pitti, so you thing the GUIs of HPLIP should run SUID root? [07:03] no, I don't think they should [07:03] they should talk to a sane daemon which manages the devices, locking, etc. [07:03] 666 device nodes are just plain negligent, IMO [07:03] I'm sorry, but ... [07:03] Perhaps we make hpssd SUID root so that it can access root.root 600 /devs. Should I do it this way? [07:03] 666 device nodes are a security nightmare. [07:03] tkamppeter: no, that would be even worse [07:04] 660 + setgid ? [07:04] tkamppeter: do we need the hp toolbox for installing and using the printer at all, and do we install it by default? [07:04] though that isn't great either [07:04] lpadmin, if we need a group [07:04] oh, no, "lp' [07:04] lp is the group which the device nodes should have === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [07:05] pitti. hp-toolbox is a convenient feature for users to see ink levels, clean nozzles, see status, ... provided by HP and now users want to use it. === keescook cries in the corner [07:05] so it's at least not essential [07:05] pitti, so then I have two solutions: [07:05] keescook, heh. [07:06] we just cannot confine execution to group lpadmin *and* make it setgid lp [07:06] 1. (my preferred): lp.lp 660 permissions for /dev files and hpssd running SGID "lp" [07:06] Launchpad bug 660 in launchpad "Awful workflow for adding new email addresses." [Medium,Fix released] https://launchpad.net/bugs/660 [07:07] uboto, shut up! [07:07] heh [07:07] (and root:lp) [07:08] keescook: can you check bug 138819 [07:08] Launchpad bug 138819 in wordpress "wordpress 2.2.3 is out: security release" [High,Confirmed] https://launchpad.net/bugs/138819 [07:09] 2. Say "Sorry, asking ink levels, cleaning nozzles, polling status, scanning with MF device are dangerous actions done by a normal user, they should be reserved to admins" to the reporter of bug 147369 and closing it with "Wontfix" [07:09] Launchpad bug 147369 in system-config-printer "MASTER: Printing via HPLIP does not work any more" [Undecided,Invalid] https://launchpad.net/bugs/147369 [07:09] Kmos: sure, in a bit, I'm working on OOo and a few others at the moment. Is there a merge diff in that bug? [07:09] tkamppeter: I think for now it would be better to fix the .desktop file and run it through gksu; keescook, WDYT? [07:09] and keep the device nodes as root:root or root:lp [07:09] keescook: nop.. but there is a backport request of it.. isn't better? [07:09] bug 141097 [07:09] Launchpad bug 141097 in feisty-backports "Please backport wordpress from Gutsy" [Undecided,Incomplete] https://launchpad.net/bugs/141097 [07:10] for feisty [07:10] backports are NOT a substitute for security updates [07:10] Kmos: for gutsy, it should be okay. for feisty, I'll leave that to someone else -- it's a lot of work. [07:10] they will generally be rejected if that's their only purpose [07:10] pitti, this would mean that all HP GUI tools should ask for the privileged user password (and should be moved into "System"/"Admin" menu)? [07:10] pitti: just so I understand, it's only a single app that needs root privs? [07:10] So this is 2. of my solutions? [07:10] tkamppeter: I'm not happy with that solution, but fixing it properly is something that upstream should do [07:10] keescook: it's the first time I hear about this either :/ [07:10] cjwatson: in this case, it will bring new features and fix a lot of bugs (including security ones) [07:11] for feisty =) [07:11] pitti: yeah, was reading the backlog... [07:11] Kmos: then perhaps it should not be rejected, but it is still not a substitute for a security update. remember that many users legitimately do not have backports enabled (indeed, that's our default) [07:11] pitti, note that users are also not able to print according to bug 147369. [07:11] cjwatson: yeah.. i understand your point of view [07:11] Launchpad bug 147369 in system-config-printer "MASTER: Printing via HPLIP does not work any more" [Undecided,Invalid] https://launchpad.net/bugs/147369 [07:12] Kmos: it is a policy statement, not a point of view :-) === mc44 [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel [07:12] cjwatson: yeah === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #ubuntu-devel [07:12] today updates [07:12] pitti: for that dev node, I'd say it's a toss-up for gksu vs setgid (lp) tool. I too, lean towards the "ask for password" method. [07:12] tkamppeter: that was the bug your upload was supposed to fix, right? [07:12] tkamppeter: however, I don't understand this [07:12] tkamppeter: isn't this run as a normal cupsys backend? [07:13] tkamppeter: and, as such, as group 'lp' or 'root', depending on the backend permissions? [07:13] neither of those modes requires world permissiosn [07:13] http://pastebin.com/d55e541a4 [07:13] this is normal ? [07:14] pitti, I think the design problem of HP is that a call of hp-toolbox starts hpssd and then hpssd runs as the calling (unprivileged) user. hpssd stays running until a long timeout expires. So when the user printes afterwards CUPS will use the hpssd which was started by the user. And worse even if user A has triggered hpssd and afterwards user B accesses the device everything goes through user A's hpssd. So a very bad design by HP. [07:14] Kmos: bug 146832 [07:14] Launchpad bug 146832 in ubuntu-docs "ubuntu-docs: undefined "’" in /usr/share/omf/windows/windows-C.omf" [Undecided,Fix committed] https://launchpad.net/bugs/146832 [07:14] cjwatson: thanks [07:14] omfg. [07:14] one would thing that the HP guys would know something about software design *sigh* [07:15] tkamppeter: What prevents someone launching their own hpssd and intercepting people's printing information? [07:15] So to get a little better security having hpssd running always as a non-root neutral user I suggest to set it SUID "lp" and SGID "lp". [07:15] tkamppeter: then, since I guess you don't fancy rewriting this crack in a night, I think the 'run the tool through gksu' is the least evil thing [07:16] besides hp-toolbox, what calls hpssd ? [07:16] pitti, then we take scanning away from normal users. [07:16] first, samsung's printer driver makes openoffice setuid root; now hplip makes printers world-hackable; what next? [07:16] lp: printer on fire. [07:16] keescook everything which accesses HP devices: Printing, Scanning, photo download, ... [07:16] tkamppeter: well, that might be, but that's not something we can fix quickly [07:17] tkamppeter: doesn't the cupsys backend spawn a hpssd, too? === luisbg [n=d33p@ubuntu/member/luisbg] has joined #ubuntu-devel [07:17] pitti, thanks for that. I will iunform Samsung immediately about that security hole. Why are users switching from Windows to Linux? [07:17] tkamppeter: I want to understand which tools would spawn hpssd (as the wrong user). sounds like hp-toolbox and (I'm guessing) cupsd. Are there others? [07:18] tkamppeter: oh, that was a long time ago, and Samsung fixed it in the meantime [07:18] tkamppeter: it just took a lot of bug ping pong to actually find that out :) === imbrandon [n=Brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === fabiux [n=fabiux@212.45.155.242] has joined #ubuntu-devel [07:19] keescook: since the cups backend runs either as root or lp, that one should be fine [07:19] pitti: right, but are there others? [07:19] keescook, everything HPLIPish is spawning hpssd and the first caller wins, he is the owner of hpssd. Therefore I suggest running hpssd SUID "lp", so that no user can impose his personal rights onto it. === pitti makes a clueless face === nemik [n=cyanact@c-67-173-76-34.hsd1.il.comcast.net] has joined #ubuntu-devel === rulus [n=rulus_|@d54C1A033.access.telenet.be] has joined #ubuntu-devel [07:20] hm, what about: [07:20] tkamppeter: hm, when cupsys starts up, it won't start the backend, right? [07:20] tkamppeter: what about starting hpssd in an init script then? [07:20] argh, it'll time out, right? [07:21] the reason for not making hpssd setgid lp is that it's an unaudit GUI tool that may give people "lp" group perms accidentally. We're weighing this chance against the inconvience of prompting for a password. [07:21] damn, this stuff is FUBAR === illovae [n=illovae@82.254.29.88] has joined #ubuntu-devel [07:21] iwj: what is the main difference between the way you build and the buildds? [07:21] pitti, keescook, making hpssd SUID "lp" is no additional risk, as when a user prints it is run as "lp" anyway. So users are generally allowed triggering selected programs as "lp" and hpssd is already selected. [07:22] tkamppeter: I don't know what tools are "HPLIPish", can you provide a list of the binaries? so far it is cupsys, hp-toolbox. [07:22] tkamppeter: with the difference that the user can control hpssd's invocation when he starts it directly [07:22] calc: Err, I'm not sure there is a "main difference". There are a few differences which occasionally cause trouble. [07:22] pitti, you are right, hpssd will time out and so starting it from an init script is no real protection. [07:22] (i. e. set environment variables, pipe stuff into it, etc.) [07:22] calc: The top one I suppose is that I don't do debian/rules clean first. [07:22] calc: And the next one after that is that I'm a bit stricter about build-deps being unambiguous. [07:23] tkamppeter: I think if we limit operation to lpadmins (i. e. the first user by default), it's not a too bad restriction for gutsy [07:23] erm, I mean admins [07:23] calc: Is this apropos of the oo.o build failure ? [07:23] tkamppeter: and ask HP to fix their stuff [07:23] pitti, should we perhaps make an AppArmor profile for HPLIP, so that hpssd can only be started by HPLIP tools, CUPS, and SANE and not directly? [07:23] iwj: yea i am trying to determine why it would get forever on your build but not on the buildds [07:23] calc: Other things that have caused trouble in the past include lack of a controlling tty and setting TMPDIR (would you believe some packages can't cope if you do). [07:24] tkamppeter: that would be tricky, and not appropriate at this time of the release cycle [07:24] tkamppeter: The hplip tools run as the user? That wouldn't help. [07:24] calc: Well, I think those millions of error messages might be related. [07:24] apparmor can't rescue an inherently broken design [07:24] doko: you fixing gimp already? [07:24] calc: You could diff a normal log and the autopkgtest-generated one. Do you have a chinstrap a/c ? [07:25] doko: never mind, just saw the it, thx [07:25] calc: doko said it ought not to have been trying to do that locale stuff on amd64 at all. [07:25] iwj: yes [07:25] mjg59, the HPLIP tools run really as the calling user. And making them SUID "lp" would be tricky, as files will be created with "lp" ownership. And users could reprint files from the print queues as their own jobs, === coffeedude [n=coffeedu@68-184-60-223.dhcp.mtgm.al.charter.com] has joined #ubuntu-devel [07:25] tkamppeter: Right, so that's not an option [07:26] soren: still here? === nags [n=nags@122.167.140.236] has joined #ubuntu-devel [07:26] tkamppeter: In any case, it wouldn't stop someone installing their own hpssd binary [07:26] If there's nothing to prevent a user-run hpssd binary from obtaining data from other users processess, we've already lost [07:27] iwj: i'll check it against a regular amd64 build and see what it shows [07:27] soren: if I manually boot that encryption/lvm system, do update-initramfs -u, I get a valid conf/conf.d/cryptroot and a bootable system [07:27] pitti, I think HPLIP as current is a totally broken design. I will contact HP to fix it, perhaps even that they roll back to hpiod for security reasons. [07:27] tkamppeter: they should have a permanently running small daemon which spawns the heavy programs on demand [07:27] tkamppeter: When did the design become this broken? [07:28] tkamppeter: thanks [07:28] mjg59, with 2.7.7, HP's second generation of HPLIP. [07:28] iwj: not exactly, we don't build binary-indep on amd64 [07:28] tkamppeter: Date-wise? === eggauah [n=daniel@201.82.45.179] has joined #ubuntu-devel [07:28] doko: OIC. Maybe that's what's broken. [07:28] doko: That is, I do debian/rules binary [07:29] mjg59, July 2007. The version numbers are generation.year.month. === zasf [n=matteo@79.2.59.234] has joined #ubuntu-devel [07:30] pitti, mjg59 restricting HPLIP tools to privileged users wouls also mean that unpriv ileged users cannot scan on HP's MF devices. [07:30] iwj: yea localize isn't called at all on regular amd64 build on buildds [07:30] tkamppeter: Ok, which was uploaded in August. Hm. Shame we didn't notice the regressions then. [07:30] tkamppeter: Well, the alternative is security nightmare, so. === eggauah [n=daniel@201.82.45.179] has joined #ubuntu-devel [07:30] tkamppeter: right, but I don't see any other solution ATM === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [07:31] And rolling back to 1.x.x would reintroduce tons of bugs. [07:31] calc: And presumably on i386 it doesn't break. [07:31] yay, arbitrary command execution as user running hpssd via network message handling and email delivery. this is really bad code. [07:31] keescook: Oh, sweet. [07:31] iwj: yea it works everywhere when done via buildd (i guess i386 then) i should verify it was calling localize on the i386 buildd build [07:32] keescook: So, basically, we can't run hpssd ever? === predius_ [n=predius@190.8.154.185] has joined #ubuntu-devel [07:32] So the best solution would even be remove HPLIP from the distro, mark all HPs "Paperweight" on OpenPrinting and tell that they are a big security hole ... [07:32] well, perhaps this particular vuln could be fixed -- use subprocess instead of popen [07:32] calc: I hope you agree that it ought to work when you do binary-indep on amd64. [07:33] tkamppeter: I'd sure not like to do that -- there are a lot of HPs. [07:33] keescook: You have any faith in there not being others? [07:33] mjg59: not really. :) [07:33] tkamppeter: The alternative would be to roll back to 1.7.3 [07:33] mjg59: can you review http://www.paul.sladen.org/ubuntu/upload/26-addon-acpi-fix-free-before-init.diff [07:34] well, not sure if anyone ever reviewed that... [07:34] mjg59: sure that version isn't vuln too? [07:34] iwj: yea it works on i386 [07:34] mjg59: that fixes hal; gnome-power-manager is still broken [07:34] iwj: well it could be very well that it is completely broken on 64bit platform or something like that, sun doesn't support amd64 at all for OOo aiui, but I will look into why it doesn't work [07:34] sladen: You've got a potential use-after-free [07:34] keescook, mjg59, pitti, can you report all security holes in HPLIP as bugs on Launchpad, then I will CC these bugs to the HPLIP people so that they can redesign their concept? [07:35] mjg59: where [07:35] if (libhal_device_rescan (ctx, udi, &error)) { [07:35] + if (dbus_error_is_set (&error)) { [07:35] + dbus_error_free (&error); [07:35] + } [07:35] Then you use error again immediately afterwards [07:35] mjg59: read the comment at the end [07:35] (at least it's only listening to localhost) [07:36] Oh, ok [07:36] Yeah, looks fine [07:36] keescook: do you write your's about the popen? I'll write one about the daemon invocation [07:36] So pitti, mjg59, keescook, then the solution would be: [07:36] sladen: Upload that? [07:36] pitti: yup, sounds good. === ant30_ [n=ant30@85.137.233.203.dyn.user.ono.com] has joined #ubuntu-devel [07:37] pitti: btw, apparmor doesn't block this since the backend is run Ux [07:37] right [07:37] 1. Leave the permissions as they are now: root.lp )or lp.lp) 0660 [07:37] gah, how do I get rid of the docbook churn [07:38] do other distros ship hplip? [07:38] keescook: Every distro ships HPLIP [07:38] We should put up some [07:38] global security alert [07:38] tkamppeter: okay, so I'll have to get a CVE for this as soon as I 'prove' to myself that it's real. [07:38] sladen: g-p-m won't work properly if hal is restarted underneath it, as far as I can tell [07:39] Back to my HPLIP solution: [07:40] Make hpssd root.lp 770, so that only members of the "lp" group can start it [07:40] Launchpad bug 770 in cryptsetup "Ask password twice on init" [Medium,Invalid] https://launchpad.net/bugs/770 [07:40] ubotu, you have a bug [07:40] Sorry, I don't know anything about you have a bug - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [07:40] mjg59: mostly it crashes [07:41] or better 3. Make all hplip tools root.lp 0770, so that only privileged users can run them. [07:41] Launchpad bug 770 in cryptsetup "Ask password twice on init" [Medium,Invalid] https://launchpad.net/bugs/770 [07:42] 4. How do we tell unprivileged users clearly that due to a big security hole they are not allowed to do other things than plain printing on HP devices? [07:44] tkamppeter, keescook: WDYT about bug 149045? [07:44] Launchpad bug 149045 in hplip "needs a proper daemon or cupsys integration" [Undecided,New] https://launchpad.net/bugs/149045 [07:45] tkamppeter: root:lp programs are not for user invocation; no user should *ever* be in "lp" [07:46] pitti, so then the solution is that any access toi HP devices should be made root-only === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-devel [07:46] reads well; perhaps explicitly mention the 0777 dev nodes? [07:46] pitti: ^^ (re: bug report) [07:47] keescook: I did actually [07:47] ah! sorry, yes, first bullet [07:47] pitti, for scanning one could perhaps run a saned SUID root and let users access the scanners in the HP devices by this saned. [07:47] tkamppeter: right; if the desktop files are correct (X-KDE-SubstituteUID=true) then they will only appear for admins who can run them [07:48] I'm afraid I know too little about the HP tools to give good advice how to fix them for scanning [07:48] pitti, this works also in GNOME? [07:48] tkamppeter: yeah, it does; KDE had it first, so we adapted it [07:49] adopted, even [07:53] pitti, mjg59, keescook: Anyone of you has a standalone scanner (no HP MF device)? How can normal users use suchg a scanner. SANE is completely running as the calling user, so it is completely insane. [07:53] And SANE does not use daemons at all. [07:54] tkamppeter: scanner devices are root:scanner 0660 [07:54] pitti, and all users are in the "scanner" group? [07:54] the default user anyway === _cerbero_ [n=jga@pD9E609C6.dip.t-dialin.net] has joined #ubuntu-devel [07:54] and new ones created by users-admin with the 'desktop' profile [07:56] pitti, so we have the same security problem there. === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [07:57] tkamppeter: not quite; it does not launch any daemons other users would share, and it does not require world-readable/writable device nodes === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel [07:57] pitti, WDYT about making bug 147369 a duplicate of bug 149045? [07:57] Launchpad bug 147369 in system-config-printer "MASTER: Printing via HPLIP does not work any more" [Undecided,Invalid] https://launchpad.net/bugs/147369 [07:57] Launchpad bug 149045 in hplip "needs a proper daemon or cupsys integration" [High,Confirmed] https://launchpad.net/bugs/149045 === rulus_ [n=rulus_|@d54C1A033.access.telenet.be] has joined #ubuntu-devel [07:59] tkamppeter: not sure; can admins/lpadmins use HP printers ATM? if no, then it's not a dup [08:00] tkamppeter: we can hack hplip to fix (ish) 147369 while we cannot fix the root cause [08:00] pitti, admins/lpadmins can do everything with HP devices. === fnordus [n=dnall@24.84.160.227] has joined #ubuntu-devel [08:02] hah, the sendmail arguments are wrong -- email notifications don't even work when NOT abused. [08:03] tkamppeter: oh, if that already works, then fine; how are the dev permissions right now? [08:03] pitti, I can try to quickly find out whether hpssd really times out. If not, we run it by a startup script and give it permissions root.lp (or lp.lp) 0770 and we run it as the user "lp". [08:03] pitti, then all users will be able to scan. === jpon [n=jpon@neu67-3-82-239-80-181.fbx.proxad.net] has joined #ubuntu-devel === maniacmusician [n=maniacmu@66.251.26.172] has joined #ubuntu-devel [08:04] tkamppeter: lp.lp would be much better === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [08:04] tkamppeter: 774, btw [08:04] And if it times out, disabling the timeout is probably a tiny unharmful patch (which I could perhaps even get quickly from HP). [08:04] pitti, why 774? === pitti hugs doko for all the downsizing [08:05] tkamppeter: no reason to make it unreadable; the binary itself is not a secret [08:05] tkamppeter: 754, of course [08:05] group-writeable would be wrong :) [08:06] pitti, yes, then normal users can security-audit it, then several users will feel much better using HPLIP. [08:06] it's more a question of being able to run md5sums, etc. [08:06] pitti, you are right, 754. [08:07] pitti, so then let the solution be: [08:07] 1. Patch the timeout out of hpssd if it has one [08:07] 2. Make hpssd lp.lp 0754 [08:07] Bug 754 on http://launchpad.net/bugs/754 is private [08:08] 3. Leave the UDEV rules as they are: root.lp 0660 [08:08] Launchpad bug 660 in launchpad "Awful workflow for adding new email addresses." [Medium,Fix released] https://launchpad.net/bugs/660 [08:09] 4. Let hpssd be started by an init script to keep it permanently running as user lp [08:09] tkamppeter: but then no user could run hpssd any more [08:09] ah [08:09] tkamppeter: with 4., 2. is not necessary [08:09] tkamppeter: the binary should be a normal root:root 0755 [08:09] tkamppeter: and start-stop-daemon starts it as user lp [08:10] pitti, 2. is still needed as a user could start a second instance of hpssd by hand. [08:10] tkamppeter: and 5. work with keescook to get the popen call fixed [08:10] tkamppeter: no, they can't [08:10] tkamppeter: they cannot access the device [08:10] tkamppeter: 754 is *not* suitable for preventing anyone from running an executable [08:11] tkamppeter: after all, you can copy it to somewhere else and run it from there [08:11] tkamppeter: only 4754 and 2754 makes sense (s[ug] id) [08:12] tkamppeter: (sorry, I misunderstood you earlier) [08:12] pitti, you are right, so 2. is really not needed. The solution is 1, 3, 4 from above. [08:12] tkamppeter: right, and 5 :) [08:12] tkamppeter: I'm fine with that [08:12] tkamppeter: does the daemon continue to run if the device does not exist at all? === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [08:12] pitti, is 5 really immediately needed if access to the device is restricted? [08:13] https://edge.launchpad.net/ubuntu/gutsy/+source/lsb/3.1-23.1ubuntu2 [08:13] tkamppeter: yes, since the problem with popen() is not the device permissions, but that the daemon does not sanitize its input === lamont grumbles at the .tar.gz with the debian version [08:14] tkamppeter: i. e. any user or malware sending stuff to the running hpssd could 0wn your printers, since they can run stuff as user/group 'lp' [08:14] pitti, I do not know whether hpssd will stop on unplugging the device. Also it must be assured that an hpssd gets started on plugging the device. [08:15] tkamppeter: it could make sense to start the daemon from an udev rule? [08:15] tkamppeter: anyway, that's just an efficiency thing [08:15] pitti, Donald Welch from HP has answered to bug 149045. [08:15] Launchpad bug 149045 in hplip "needs a proper daemon or cupsys integration" [High,Confirmed] https://launchpad.net/bugs/149045 [08:15] tkamppeter: it would be nice if people who do not have HPs wouldn't have the daemon running [08:16] pitti, for USB devices this would be perfect, for parallel and network devices one must find what is the best solution. [08:17] hm, so hpssd does *not* do the device access? [08:18] pitti, Donald says that the libmud library is accessing the devices and this one is directly linked to the user tools which would mean that the access is done with the user's privileges. [08:19] bummer [08:20] pitti, so perhaps we should make the devices belong to the "scanner" group and let the CUPS backend run SGID scanner? === haggai [n=halls@213.165.247.114] has joined #ubuntu-devel [08:21] tkamppeter: no setgidness, please [08:21] tkamppeter: ideally we would make the device nodes accessible to both scanner and lpadmin [08:21] if i would want to announce a new app for ubuntu, where should I sent an introductory email? [08:21] erm, scanner and lp, I mean [08:21] Or then make the user "lp" member of "scanner"? [08:22] tkamppeter: so, lp:scanner should work [08:22] tkamppeter: does the cupsys backend run as root or lp? i. e. is it 700 or 755? [08:23] till@till-laptop:~/ubuntu/hplip$ ls -l /usr/lib/cups/backend/hp* [08:23] -rwxr-xr-x 1 root root 8388 2007-10-04 15:39 /usr/lib/cups/backend/hp [08:23] -rwxr-xr-x 1 root root 7919 2007-10-04 15:36 /usr/lib/cups/backend/hpfax [08:23] till@till-laptop:~/ubuntu/hplip$ [08:23] The cupsys backend seems ro run as "lp" [08:24] tkamppeter: so, having the device node be lp:lpadmin should fix it for lpadmins [08:24] tkamppeter: which is usually not every user, but at least the default one [08:24] So at least the user "lp" and also all members of "scanner" would need access. [08:24] right, that's better [08:24] lp:scanner [08:25] pitti, let me try ... [08:26] anyway, I need to leave [08:26] tkamppeter: can we continue this tomorrow if lp:scanner does not work? [08:26] tkamppeter: we should continue discussion on the bug report [08:26] pitti, yes, see you tomorrow. [08:26] pitti, on which of the two? [08:27] tkamppeter: I added that comment to bug 147369 [08:27] Launchpad bug 147369 in system-config-printer "MASTER: Printing via HPLIP does not work any more" [Undecided,Invalid] https://launchpad.net/bugs/147369 === pitti waves === Vlet [n=martian@MITERS.MIT.EDU] has joined #ubuntu-devel === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-devel === xerakko [n=xerakko@debian/developer/xerakko] has joined #ubuntu-devel [08:31] bryce: ping === ds500ss [n=marcel@vrs-c-16f6f.adsl.wanadoo.nl] has joined #ubuntu-devel === ds500ss [n=marcel@vrs-c-16f6f.adsl.wanadoo.nl] has left #ubuntu-devel [] [08:36] calc: Thanks. I'm nominally on holiday tomorrow but if you need to ask me questions email me and I may well check my mail mid-afternoon UK time tomorrow. === lamego [n=Future@89.152.209.8] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === jamesh [n=james@canonical/launchpad/jamesh] has joined #ubuntu-devel [08:42] I would like to announce a soon v1.0 release of this --> https://forge.vodafonebetavine.net/frs/?group_id=12 which list should be the best for it? === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === nicolai__ [n=nicolai@p54AD72EF.dip.t-dialin.net] has joined #ubuntu-devel [08:49] hi mekius [08:49] Hi, can anyone tell me what's the difference between in effect between System > Preference > Screen resolution and System > Administration > Screens & Graphics, and why we still need the first one? Setting up your screen resolution in two places seems very confusing to me.. === pkern [n=pkern@debian/developer/pkern] has left #ubuntu-devel [] [08:50] bryce: hey, we have some via hardware that we are installing a customized ubuntu distribution on. We have some drivers that we are loading onto the CD for their video, what is the best way to autodetect a VIA video card and setup X to use this instead of just VESA. We would hard code it, but we plan on distributing the CD via the internet as well. [08:51] rulus: for support see #ubuntu+1 [08:51] ok [08:51] mekius: the best thing is to key it off the pci id [08:51] mekius: generally we've done this via the discover-data package [08:52] mekius, it has an xml file listing video card pci id's and indicating the driver to use with them [08:52] bryce: oh ok, that will be pretty easy to setup then [08:52] yup [08:52] rulus, problem is, that Screens & Graphics is still very buggy, also it crashes a lot :( [08:52] bryce: so do you think we should roll our own version of this package then? === mdz_ [n=mdz@ip-81-1-105-230.cust.homechoice.net] has joined #ubuntu-devel [08:53] mekius: sure, that'd give you the most control. And then if you give me the changes, I'll roll them into the official package [08:53] bug 132221 [08:53] Launchpad bug 132221 in ubuntu-dev-tools "requestsync: Add latest debian version to the title of the bug" [Wishlist,Fix committed] https://launchpad.net/bugs/132221 [08:53] if someone wants to comment it out [08:54] bryce: ok, only issue with that is that this is an inside driver atm so it needs some testing, it is essentially an updated version of VIAs official driver [08:54] mekius: the xml file is pci-device.xml. I think it's fairly self-explanatory [08:54] bryce: so eventually they will probably release it [08:54] mekius: the one other thing to do is run `make pci-26.lst pci.lst`, which uses the xml to update those lists [08:54] ah ok [08:55] ok no prob; let me know the changes once it is released [08:55] i think for now we can just modify in place for testing :) [08:55] cool [08:55] oh, that's interesting, discover-data was not installed heh [08:55] mekius, there is a second approach I'll give you as an alternate [08:55] that might be a start :) [08:56] dexconf is the tool that generates the xorg.conf for systems [08:56] there is a spot in that code that looks up the driver to use from the debconf database [08:57] you can insert an override at that point [08:58] this alternate approach is rather hacky, but if you're doing something really chipset specific or just doing testing, it might be of use [08:58] yeah [08:58] is the debconf database editable? [08:58] for instance, if you need to customize the xorg.conf beyond just setting the driver (e.g. flipping on various options specific to the device, etc.) [08:58] mvo, I've fixed the issue seb128 mentioned... regarding the sensitivity (icon, label) of the effect-level entries in the visual-effects-tab of gnome-appearance-manager... but the problem with #145059 I've not located yet. [08:59] mekius: debconf-communicate [08:59] evand: thx [08:59] mvo, I would guess better wait with asking you or seb128 for uploading it until that RC-critical bug is fixed, right? === dendro-away is now known as dendrobates [09:00] mjg59: GetBrightness, UINT or INT this week? [09:00] bryce: i might try updating the debconf database if it proves to be simple enough === bryce nods [09:01] bryce: as then in the future if we need to set options we will already be on the right track [09:01] sounds good [09:01] mvo, actually I would like to get #145020 done with the next update to gnome-control-center too [09:01] bryce: thx for the help, i figured it was just some conf files of some sort but couldn't find any info online [09:02] mjg59: g_value_set_int: assertion `G_VALUE_HOLDS_INT (value)' failed etc === cassidy [n=cassidy@1cc-dhcp-169.media.mit.edu] has joined #ubuntu-devel [09:02] no prob; good luck! [09:02] thx === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Dessan [n=andrew@ip70-191-201-165.pn.at.cox.net] has joined #ubuntu-devel [09:03] evand: any elaboration on using debconf-communicate or something besides the man page for documentation? [09:03] ah ok [09:03] so i need to talk to it with the debconf protocol === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel [09:04] echo GET console-setup/charmap | debconf-communicate [09:04] yes [09:06] looks like i have some digging to do :) === illovae [n=illovae@lns-bzn-32-82-254-29-88.adsl.proxad.net] has joined #ubuntu-devel === lamego [n=Future@89.152.209.8] has joined #ubuntu-devel === DShepherd [n=dwight@port0034-afo-static-adsl.cwjamaica.com] has joined #ubuntu-devel [09:16] sladen: I made a patch for the UINT/INT issue:http://en.pastebin.ca/725879 [09:17] it was in one or two gnome bug reports [09:18] Whoopie: rock; there's more instances though; there's the ones already in debian/patches/73*.patch [09:18] Whoopie: and then also in the brightness applet [09:18] Whoopie: what's the background to it? [09:20] sladen: this patch adds more instances then in 73* [09:20] indeed; and there's yet more on top of those [09:21] sladen: ups, ok [09:21] sladen: what do you mean by background? [09:22] Whoopie: what's the upstream bug report that details all this churn [09:22] Whoopie: how many other functions does it affect? === sahin_h [n=ezaz@dsl5400DAB1.pool.t-online.hu] has joined #ubuntu-devel === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel [09:24] Whoopie: do any of those fix the on-ac/on-battery handling? [09:25] sladen: gnome bug 469748 [09:25] Gnome bug 469748 in general "Brightness keys fail to set backlight brightness correctly" [Normal,Unconfirmed] http://bugzilla.gnome.org/show_bug.cgi?id=469748 [09:26] sladen: hmm, I don't have problems with on-ac/on-battery. could you explain more? [09:26] Whoopie: the on-battery brightness slider does not work [09:27] sladen: It works fine here. [09:27] sladen: aha, works here [09:27] Ah. It seems potentially confused by "Dim on idle" [09:28] sladen: just annoying DSDT bug with my Samsung P35 which generates an ACPI event event when I change the brightness through sysfs [09:28] Strongly tempted to just disable that. It's not going to get fixed in tiem. === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Gman [i=gman@nat/sun/x-5c08c6b96f46d835] has joined #ubuntu-devel [09:31] mjg59: and how did you disable Fn-Home/Fn-End from twiddling the hardware? [09:31] I didn't [09:31] mjg59: I want to revert aswell [09:31] No [09:31] what's stopping that; xorg? [09:31] (a) It's in-kernel, so too late [09:31] ffs. [09:31] (b) It breaks shit === bryce [n=bryce@c-67-169-207-142.hsd1.or.comcast.net] has joined #ubuntu-devel [09:32] what this hard coded it can it be disabled with some module parameters [09:32] (c) You can poke it via /sys/module/video/parameters/no_automatic_changes [09:32] The default isn't changing. There's no way to make it work. [09:32] I'd rather deal with the corner cases than have completely non-functioning brightness [09:32] You just need a daemon that listens for you [09:32] But no, we are not doing this in-kernel === dobey [n=dobey@ip68-229-101-154.hr.hr.cox.net] has joined #ubuntu-devel [09:33] It results in everything getting out of sync in horrific ways [09:33] I don't want anything done in-kernel [09:33] it worked great as it was [09:33] It was done in-kernel [09:34] for the last 5 years it was done in kernel? [09:34] No, on most machines it was done in hardware [09:34] even without any thinkgpad modules loaded... ?! [09:34] Yes [09:34] The Thinkpad driver never did it [09:34] video.ko did === avoine [n=avoine@modemcable003.251-59-74.mc.videotron.ca] has left #ubuntu-devel [] [09:35] so what's the change that went in in the last fortnight that "broke" it [09:35] I removed the in-kernel policy [09:35] Because it was impossible to make it work right [09:35] bug #121566: is this really a reproducible problem with NM on upgrades from feisty to gutsy? that seems unlikely, with only three follow-ups... [09:35] Launchpad bug 121566 in network-manager "no network with dhcp set up" [Critical,Confirmed] https://launchpad.net/bugs/121566 === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [09:37] this is the innocent "alter default behaviour of ACPI video module" ? === rodarvus [n=rodarvus@tejas.netmonks.org] has joined #ubuntu-devel [09:37] Yes === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel [09:41] neat. cupsys is broked [09:42] bug 149117 [09:42] Launchpad bug 149117 in cupsys "cupsys fails to install" [Undecided,New] https://launchpad.net/bugs/149117 === leh [n=leh@leh.stw-bonn.de] has joined #ubuntu-devel === sabdfl [i=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has left #ubuntu-devel [] [09:51] Setting up passwd (1:4.0.18.1-9) ... [09:51] no matching password file entry in /etc/shadow [09:51] add user 'root' in /etc/shadow? no matching password file entry in /etc/shadow [09:51] add user 'daemon' in /etc/shadow? no matching password file entry in /etc/shadow [09:51] add user 'bin' in /etc/shadow? no matching password file entry in /etc/shadow [09:51] add user 'sys' in /etc/shadow? no matching password file entry in /etc/shadow === lamont kicks passwd in the head [09:52] asac: as the NM scapegoat, do you have any thoughts on #121566? :) is the syslog provided there sufficient to reproduce/debug this? [09:53] bug 121566 [09:54] Launchpad bug 121566 in network-manager "no network with dhcp set up" [Critical,Confirmed] https://launchpad.net/bugs/121566 [09:54] lamont: what did you do to make it hate you? :) [09:54] the chroot had a shadow file with just the user 'lamont' in it. and passwd decided it'd be better to fail to install than to let someone have a bogus shadow file on their machine [09:55] slangasek: i will triage it ... but i don't think its critical [09:56] asac: sure, three reports of NM failing in 4 months isn't a lot :) [09:56] slangasek: lets keep it for rc, until i received the answers [09:56] has anybody of you recently experience problems with firefox on gutsy? i can't do "submits" anymore which is really strange :-) [09:56] slangasek: i assign it to me now [09:56] i'd love to report this bug, but can't login to launchpad *g* [09:58] leh: use lynx [09:58] to file the bug, that is. [09:58] or a second computer ;) [09:58] :-) [09:58] pwnguin: that'd be cheating [09:59] does lp work with lynx? [10:00] leh: I'd check first in https://answers.launchpad.net/ === pwnguin 's irony detector explodes [10:01] norsetto: thx alot ;-) === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [10:02] ok, but i'll guess your ff is still working ok [10:02] for the moment === tru_`z24_ [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-devel [10:04] leh did you install firefox3 by chance? === ivoks [n=ivoks@37-149.dsl.iskon.hr] has joined #ubuntu-devel [10:13] doko: yes, I got it [10:21] crimsun: can you ping me when you get time i need a code-dev to sponser flash backport from gutsy to dapper to fix md5sum, figured might as well upgrade it to latest stable. bug 147688 is the bug on it [10:21] Launchpad bug 147688 in flashplugin-nonfree "wrong md5sum" [Undecided,In progress] https://launchpad.net/bugs/147688 === CarlF1 [n=carl@c-76-29-25-210.hsd1.il.comcast.net] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-devel === cypherbios [n=cyr@ubuntu/member/cypherbios] has joined #ubuntu-devel === mbiebl [n=michael@e180071094.adsl.alicedsl.de] has joined #ubuntu-devel === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-devel === phoenixx [n=phoenix@144022.fln.virtua.com.br] has joined #ubuntu-devel === phoenixx is now known as jweyrich === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [10:58] MacSlow: either way should be fine (uploading now to get testing or waiting for the other issue if that gets done reasonsable quick) [10:58] gn8 === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel [11:03] mvo, I think I can get the pending issues done tomorrow === edson [n=edson@unaffiliated/edson] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-devel === pochu [n=emilio@23.Red-83-57-166.dynamicIP.rima-tde.net] has joined #ubuntu-devel === pochu [n=emilio@23.Red-83-57-166.dynamicIP.rima-tde.net] has joined #ubuntu-devel === mbiebl [n=michael@e180071094.adsl.alicedsl.de] has joined #ubuntu-devel === tiborio [n=tibor@FE-6-0-rt-gyp.eag.centurytel.net] has joined #ubuntu-devel === predius [n=predius@190.8.154.185] has joined #ubuntu-devel === dsas [n=dean@ubuntu/member/dsas] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === luisbg [n=d33p@ubuntu/member/luisbg] has joined #ubuntu-devel === mc44 [n=mc44@ip-81-170-76-40.cust.homechoice.net] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has left #ubuntu-devel ["Ex-Chat"] === donspaulding [n=don@74-134-9-210.dhcp.insightbb.com] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === mc44 [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel === illovae [n=illovae@82.254.29.88] has joined #ubuntu-devel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === hoora80 [i=hoora@gateway/tor/x-e42367212a8a05e1] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === RemoteViewer [n=555@stan.physik.fu-berlin.de] has joined #ubuntu-devel