=== redwoolf [n=benjamin@c-76-17-130-205.hsd1.mn.comcast.net] has joined #ubuntu-devel === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #ubuntu-devel === Fujitsu [n=fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel === allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-devel [12:58] can an apparmor god explain what "kw" is in permissions? [12:58] I can't find a manpage for "k" [12:58] in the documentation I've consulted... [01:01] jdong: https://bugs.edge.launchpad.net/edgy-backports/+bug/141181 -> can you check this one ? [01:01] Launchpad bug 141181 in edgy-backports "Please backport ddclient" [Undecided,New] [01:02] Kmos: in the middle of something currently, can you e-mail me with these bugs? [01:03] jdong: ok =) thx === manchicken_ [n=manckn@12-226-72-69.client.mchsi.com] has joined #ubuntu-devel [01:08] cya [01:10] jdong: i dont even seem to have apparmor running =/ === altf2o [n=altf2o@207-109-40-220.ptld.qwest.net] has joined #ubuntu-devel === slangasek [i=vorlon@dsl093-039-086.pdx1.dsl.speakeasy.net] has joined #ubuntu-devel === eggauah [n=daniel@201.82.45.179] has joined #ubuntu-devel [01:19] pwnguin: aww well you should.... it's pretty nice for some things, like I just wrote some profiles for my irssi client and such [01:19] pwnguin: I don't trust my perl abilities not to have a few shell injection capabilities ;-) === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has left #ubuntu-devel ["Ex-Chat"] [01:26] jdong: i thought it was installed by default [01:26] it is... [01:26] jdong: perhaps its not enabled by default on an upgrade? [01:26] it should be [01:26] or perhaps it conflicts with something else i have === jvw [i=jeroen@220pc220.sshunet.nl] has joined #ubuntu-devel [01:27] pwnguin: it's not running and spewing cupsd denied messages into dmesg? [01:27] nope === dsas [n=dean@ubuntu/member/dsas] has joined #ubuntu-devel [01:38] someone wana help me collect info for a bug report on gutsy alt installer? (cuz all I got is "FATAL: Could not load /lib/modules/2.6.22-12-386/modules.dep: No such file or directory" and "can too!") === _TomB [n=tomb@host86-145-195-250.range86-145.btcentralplus.com] has joined #ubuntu-devel === doko_ [n=doko@dslb-088-073-069-181.pools.arcor-ip.net] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-196-185.rochester.res.rr.com] has joined #ubuntu-devel === holycow [n=start@S01060016b6b53675.vf.shawcable.net] has joined #ubuntu-devel === manchicken__ [n=manckn@12-226-72-69.client.mchsi.com] has joined #ubuntu-devel === pbn [i=pbn@wopr.geekshells.org] has joined #ubuntu-devel === hoora80 [i=hoora@gateway/tor/x-c52b07ce4ff73c24] has joined #ubuntu-devel === j_ack [n=j_ack@p508D9920.dip0.t-ipconnect.de] has joined #ubuntu-devel === rnorwood [n=rnorwood@adsl-074-167-242-127.sip.rmo.bellsouth.net] has joined #ubuntu-devel [02:51] pwnguin: hmm playing with apparmor a bit more... and BOY! is skype curious! [02:51] it traverses down all of ~/.mozilla recursively, and also requests to see /proc/1/cmdline for some reason? === frostburn [n=archlich@cpe-74-74-196-185.rochester.res.rr.com] has joined #ubuntu-devel [02:54] jdong: why would it want to know what init is in use? [02:54] it's all /sbin/init, no? [02:54] Amaranth: I have no clue [02:54] Amaranth: why would it want to open mode "r" all of my ~/.mozilla files either? [02:54] when skype AFAIK has no web browsing functionality? [02:54] it's looking for the skype firefox extension [02:55] Amaranth: ah, interesting... === jdong writes better rule then... [02:57] so it needs to be able to traverse down /home/*/.mozilla/**/ === xtknight [n=xtknight@c-68-43-122-211.hsd1.mi.comcast.net] has joined #ubuntu-devel [03:03] it might also parse the cookies? [03:03] dobey: I don't see how tha'ts any of skype's business though [03:03] It might also send anything interesting from ~/.mozilla/** to interested parties. :-) [03:04] ion_: lol call me paranoid but I am worried it wants something with my history and cookies :) [03:04] is there some way of writing an apparmor rule in "inverse" [03:04] jdong: well, the only way to share cookies is to look in each browser's directory for where it stores cookies, currently [03:04] like allow everything in .mozilla.... EXCEPT bookmarks.html, etc === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-devel [03:07] so basically, deny everything in .mozilla :) [03:08] lol [03:08] deny almost everyhing ;-) === cprov [n=cprov@canonical/launchpad/cprov] has joined #ubuntu-devel [03:21] someone else was pointing out that skype was hitting /etc/shadow [03:21] a while back. i donno what that was [03:22] or maybe it was /etc/passwd [03:22] shadow'd be a much scarier thing i think [03:23] pwnguin, yeah there is a post on the skype forums about it [03:24] really i dont see a big deal with hitting /etc/passwd. It's world readable, so why not. [03:24] probably because it grabs your real name or something from /etc/passwd [03:24] there's nothing wrong with hitting /etc/passwd [03:24] plenty of gnome/kde already do it [03:24] getpwnam () [03:24] srsly [03:24] the problem really is that its closed source and you can't check WHY its doing all of that [03:26] well [03:26] you can ltrace the app [03:27] and it should show getpwnam () or whatever [03:27] which would give you more clue than "omg! it's opening /etc/passwd!" [03:27] :) [03:27] pwnguin: it only hits /etc/passwd, which is not all that abnormal for something that even does a ls -alh [03:28] [114990.104000] audit(1191199733.820:5567): type=1503 operation="inode_permission" requested_mask="r" denied_mask="r" name="/proc/1/cmdline" pid=20237 profile="/usr/bin/skype" [03:28] ^^ that's the last thing I'm REALLY puzzled about [03:30] well if you read up on how skype works ... you'd also note that they already do some shady things to make it just work [03:30] for example to bypass nat types of situatios they exploit a flaw in an rfc of some sort, i forget which one but it has to do with how udp packets are handled [03:30] to establish a 2 way connection outside of the nat [03:31] its pretty clever actually ... some clever people created this product === hoora80 [i=hoora@gateway/tor/x-33eebc1ac4b0f16b] has joined #ubuntu-devel [03:35] holycow: ah the classic person A hammers person B's UDP port, person B hammers person A's udp, in a manner agreed by the two hosts via a 3rd party (skype server) :) [03:35] and soon enough NAT is tricked into thinking it's an established route [03:37] jdong: acutally that sounds exactly what i read about [03:37] heh [03:37] jdong: right exactly [03:37] yep, it's a neat trick :) [03:37] if the hammer doesn't work... use a bigger hammer. [03:38] AFAIK if you mirror the two source-port/dport pairs correctly (one host is mirror of the other) it's brain-dead easy to punch through [03:38] it was a bit eye opening reading that indeed [03:38] some torrenting DHT implementations do the exact same thing [03:38] makes me want to block all udp traffic [03:38] heh [03:39] holycow: meh what services do you run over UDP though? :) [03:39] nothing actually :) [03:40] good poitn [03:41] exactly [03:41] if you did, then it'd behoove you to run a simple iptables firewall on the host with a basic allow-local-subnet, block-everything-else rule === _MMA_ [n=_MMA_@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel === holycow [n=start@S01060016b6b53675.vf.shawcable.net] has joined #ubuntu-devel === cypher1 [n=cypher1@pool-71-187-249-82.nwrknj.fios.verizon.net] has joined #ubuntu-devel === dobey_ [n=dobey@ip68-229-101-154.hr.hr.cox.net] has joined #ubuntu-devel [03:58] Can someone please give-back gimp on i386? [03:59] StevenK: say what? === dobey_ is now known as dobey [04:00] holycow: The i386 builder that was building gimp had a few issues. gimp has apparently been currently building on verdansky for 12 hours === bethko [n=bethko@adsl-75-4-21-148.dsl.irvnca.sbcglobal.net] has left #ubuntu-devel [] === jml_ [n=jml@ppp108-61.static.internode.on.net] has joined #ubuntu-devel === Knightlust [n=dax@ubuntu/member/knightlust] has joined #ubuntu-devel === Whoopie_ [n=Whoopie@unaffiliated/whoopie] has joined #ubuntu-devel === luisbg [n=d33p@ubuntu/member/luisbg] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-196-185.rochester.res.rr.com] has joined #ubuntu-devel === KStrings [n=strings@wsip-68-99-62-215.pn.at.cox.net] has joined #ubuntu-devel === j_ack [n=j_ack@p508D9920.dip0.t-ipconnect.de] has joined #ubuntu-devel === holycow [n=start@S01060016b6b53675.vf.shawcable.net] has joined #ubuntu-devel === jml__ [n=jml@203-113-250-169-static.TAS.netspace.net.au] has joined #ubuntu-devel === jetscreamer [n=jetscrea@unaffiliated/jetscreamer] has joined #ubuntu-devel [04:48] morning === hunger_t [n=tobias@p54A7225A.dip0.t-ipconnect.de] has joined #ubuntu-devel === jetscreamer waves goodbye === jetscreamer [n=jetscrea@unaffiliated/jetscreamer] has left #ubuntu-devel [] [05:01] Heya fabbione === stub [n=stub@ppp-58.8.10.197.revip2.asianet.co.th] has joined #ubuntu-devel === edson [n=edson@unaffiliated/edson] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel [05:14] +#include [05:14] any ideas on where to find the package i need to depend on to get that? [05:14] pwnguin: libacl1-dev [05:14] hmm. searching apt-cache for libacl is much shorter than just acl =/ [05:14] pwnguin: http://archive.ubuntu.com/ubuntu/dists/gutsy/Contents-i386.gz [05:15] pwnguin: zcat that file |grep "fileyouwant" [05:15] surely i have a local cache of that? === Hobbsee waves to fabbione [05:16] pwnguin: no you don't [05:16] hey Hobbsee === sharms [n=sharms@ubuntu/member/sharms] has joined #ubuntu-devel === KStrings [n=strings@wsip-68-99-62-215.pn.at.cox.net] has left #ubuntu-devel [] === imbrandon [n=Brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-devel === jml_ [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #ubuntu-devel === statictonic [n=mark@c-75-72-61-89.hsd1.mn.comcast.net] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === luisbg [n=d33p@ubuntu/member/luisbg] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === fcestrada [n=fcestrad@189.141.233.100] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [07:24] Good morning === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === lionel [n=lionel@ip-149.net-89-3-208.rev.numericable.fr] has joined #ubuntu-devel [07:27] pitti! === pitti hugs Hobbsee === Hobbsee hugs pitti === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === iceman__ [n=iceman@cable-87-244-153-189.upc.chello.be] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === dholbach [n=daniel@i59F75195.versanet.de] has joined #ubuntu-devel [07:48] good morning [07:50] morning dholbach! [07:50] hey Hobbsee [07:58] Hi [07:59] hi ion_ [08:00] morning dholbach [08:01] hey superm1 [08:01] how are you doing? [08:04] good good - how are you? [08:05] i'm a bit agitated. we were planning on announcing our mythbuntu beta disks on friday, but have bug 144043 and bug 144395 affecting our builds really poorly unfortunately [08:05] Launchpad bug 144043 in linux-ubuntu-modules-2.6.22 "kernel BUG at /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/fs/unionfs/inode.c:1057!" [Undecided,Confirmed] https://launchpad.net/bugs/144043 [08:05] Launchpad bug 144395 in linux-ubuntu-modules-2.6.22 "unionfs oopses for http processes" [Undecided,New] https://launchpad.net/bugs/144395 [08:06] so ubiquity is tending to randomly stall :( [08:06] oh :-/ [08:06] i'm at a loss still how the normal gutsy beta disks weren't affected as badly as we were === maikmerten [n=chatzill@ls5appsrv05.cs.uni-dortmund.de] has joined #ubuntu-devel === luisbg [n=d33p@ubuntu/member/luisbg] has joined #ubuntu-devel === lukas_ [i=lukas@unaffiliated/lukas/x-0000001] has joined #ubuntu-devel [08:16] keescook: ping === Zic [n=Zic@ubuntu/member/zic] has joined #ubuntu-devel === viviersf [n=cain@gw.impilinux.co.za] has joined #ubuntu-devel === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-devel === viviersf [n=cain@gw.impilinux.co.za] has joined #ubuntu-devel === ant30 [n=aperezar@38.Red-80-36-82.staticIP.rima-tde.net] has joined #ubuntu-devel === kadal [n=kadal@202.169.225.189] has joined #ubuntu-devel [08:38] argh, dammit! === Hobbsee hit a, not s. [08:39] did the world implode? [08:39] (apologies to the readers of ubuntu-devel ML) [08:39] no === carlos [n=carlos@canonical/launchpad/carlos] has joined #ubuntu-devel [08:41] pitti: did your script find the language pack update exported Saturday night? === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [08:43] carlos: oh, I didn't change the cron jobs yet [08:43] carlos: will adapt them today [08:44] pitti: the update export took around 43 minutes [08:44] so I don't expect it to be a problem like the full export was [08:44] carlos: for updating the cronjobs, can you please give me a current table of when the export happens for which release? [08:45] sure, let me look for the cron tasks scheduled I sent to Stuart... === kadal [n=kadal@202.169.225.189] has left #ubuntu-devel ["] === Nuscly [n=nuscly@29-231.206-83.static-ip.oleane.fr] has joined #ubuntu-devel === luisbg [n=d33p@ubuntu/member/luisbg] has joined #ubuntu-devel [09:09] morning folks! === ssam [n=ssam@87.127.117.246] has joined #ubuntu-devel === Zdra [n=zdra@91.177.16.103] has joined #ubuntu-devel [09:10] hey siretart === siretart hugs dholbach :) === dholbach hugs siretart back === MacSlow [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel [09:15] <\sh> moins === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel === mvo [n=egon@p54A675D8.dip.t-dialin.net] has joined #ubuntu-devel [09:19] yay. cryptsetup works with UUIDs as well :) [09:20] siretart: ! [09:20] pitti: the trick is this: not the 'pseudo' block device must be uuid'ed, but the real device. and that one is the 2nd column in /etc/crypttab, and not the one in /etc/fstab === Spads [n=spacehob@unaffiliated/spads] has joined #ubuntu-devel [09:21] pitti: I'm going to upload a new partman-crypto right now [09:21] ah, cool [09:21] I'm not sure if we should bother to convert existing volumes [09:21] I didn't know that crypttab would support uuids [09:21] I just tested it by entering that manually and just booting it [09:21] :) [09:22] [and yes, I did recreate my initramfs and checked that it actually uses uuids] [09:22] pitti: I'm just not sure if we should bother converting existing crypttabs [09:22] since we haven't supported cryptsetup before, and can therefore assume that existing users are competent enough to fix potential breakage themselves [09:22] siretart: don't. They contain a human-generated name, so we can reasonably expect that to be unique on a host. [09:22] same as for LVM [09:23] Mithrandir: I take that as "don't convert existing /etc/crypttab", right? [09:23] siretart: correct [09:23] that would be my guess as well [09:23] right, that would be too hackish [09:23] siretart: or are you meaning the source device rather than the target name? [09:23] siretart: if it just touches partman, then we won't break upgrades, and new installations will DTRT [09:24] Mithrandir: I'm only talking about the "source device". the "target name" must be consistent in /etc/{fs,crypt}tab [09:25] siretart: the source device should be converted, unless it's unique already. [09:25] siretart: and the target name does not have to be consistent. [09:25] backup-crypt /dev/disk/by-id/md-uuid-30859f04:dcfabcf1:60f4d120:ee3978a4 /var/local/backup-lukskey luks,checkargs=ext2 in crypttab [09:25] UUID=299178d5-99c5-482e-a807-c073ead853f1 /backup ext3 defaults 02 [09:25] in fstab [09:26] works fine. [09:26] pitti: it touches partman-target (which should mangle the target name in /etc/fstab), udev (volumeid.postinst, to not mangle the "target name" in /etc/fstab, both already uploaded) - and partman-crypto, to mangle the "source device" [09:26] Mithrandir: for root on cryptofs, the "target name" must be consistent in /etc/{fs,crypt}tab [09:26] else the cryptroot hook in initramfs will break [09:27] pitti: what's left is the partman-cryto upload, which I'm about to upload right now [09:27] siretart: that might be; I'm just doing encrypted raid. [09:27] Mithrandir: I investigated that issue last thursday and friday [09:27] by reading the crypyroot hook and partman-crypto [09:28] siretart: anyway, that sounds like an issue which should be fixed, and which is fairly easy to fix too? === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #ubuntu-devel [09:28] they are coded with that assumption in mind [09:29] Mithrandir: right, I have the fixes already ready and uploaded [09:29] partman-crypto pending ACCEPTance right now === pitti hugs siretart === siretart hugs pitti back :) [09:31] there is a very tiny visual issue left: the "target name" is named like 'sda5_crypt'. [09:31] i. e. although it is just a name, it will get confusing if it isn't on sda any more [09:31] in the case sda5 is named hda5 back or something, this would be a bit confusing, but won't break anything, since this is only the 'virtual target name' [09:31] right [09:33] cjwatson: i think something is wrong the tasks in the archive. server netinstall fails with: [09:33] Oct 1 07:21:40 in-target: E: [09:33] Oct 1 07:21:40 in-target: Couldn't find task ubuntustudio-desktop [09:33] Oct 1 07:21:40 in-target: [09:33] Oct 1 07:21:40 in-target: tasksel: aptitude failed (100) [09:33] no tasks selected at all [09:33] just plain install [09:33] .. studio?? [09:34] yeps.. this is on sparc, and reproducible at will === fabiux [n=fabiux@212.45.155.125] has joined #ubuntu-devel === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel [09:36] hey seb128 [09:36] hello pitti [09:40] calc_, seb128: FYI, I'm putting back ooo-{base,evolution} [09:40] ok === kagou [n=Patrice@88.140.236.71] has joined #ubuntu-devel [09:41] good morning [09:42] lut kagou [09:42] calc_: however, that'll oversize the alternates again; maybe there are some more points on my 'recent OO.o growth reasons' list which can be reverted? [09:51] hey seb128 , pitti [09:53] moin kagou [10:00] mjg59: could you try to ping somebody from the desktop team before uploading desktop packages? Your gnome-control-center upload conflicts with a 2.20.0.1 which was almost ready to be uploaded [10:00] pitti: Morning! [10:01] hey StevenK, how are you? [10:01] seb128: Ah, sorry about that [10:01] pitti: Would you mind giving back gimp on i386? It looks like vernadsky choked on it. [10:02] seb128: I noticed it while doing hotkey-setup fixes and wondering why the video stuff wasn't working [10:02] mjg59: that's alright, merging your change now ;) [10:02] StevenK: currently building already [10:02] mjg59: I think the 0xaa value came from Keybuk [10:03] pitti: Yes, but it's listed as building on vernadsky, and apparently has been for 20 hours. And vernadsky is showing as not available on the +builds page. [10:03] oh, that === highvoltiige is now known as highvoltage [10:03] Hence the vernadsky choking on gimp. :-) [10:03] StevenK: sorry, we need infinity or cprov for that; "Cancel current job" does not work in the UI [10:04] pitti: Ah, right. Hopefully your mentioning them will get them to see what you said. :-) [10:06] pitti: I have an updated wallpaper package (99% likely that this is the final change), could you take a look? [10:06] seb128: Yeah, we had the wrong one set at one poitn [10:07] pitti: the default wallpaper file size is some 90kb larger than the previous - no way to avoid that without loosing quality though [10:07] kwwii: sure, can you please put the source package somewhere? === didymo [n=ashley@CPE-61-9-197-223.static.nsw.bigpond.net.au] has joined #ubuntu-devel [10:07] kwwii: yeah, not being able to use jpeg sucks, but we can't help that now [10:07] kwwii: NB that the next alternates are oversized again (I just added ooo-base back) [10:08] Not being able to use JPEG why? [10:08] due to some weird 'warty-bla.png' hardcoded gconf value [10:08] http://sinecera.de/gutsy-wallpapers_0.17.tar.gz, http://sinecera.de/gutsy-wallpapers_0.17_source.changes, http://sinecera.de/gutsy-wallpapers_0.17_source.build, and http://sinecera.de/gutsy-wallpapers_0.17.dsc [10:09] Filenames are for humans, not computers. :-) Have you tried whether gnome-desktop is as stupid as to not load a JPEG image called foo.png? [10:09] heh, that might actually work [10:10] pitti: I already suggested that to dholbach but his comment that that is quite a hack is right [10:11] kwwii: I think we can drop feisty-session-splashes, right? [10:11] kwwii: we don't use a splash screen atm [10:12] kwwii: As long as gnome-desktops image loader is not stupid, the only problem is that a human might think its a PNG based on the filename. [10:12] I think soren found another problem with it [10:12] dholbach: Hm? [10:12] seb128: it should be OK to drop the feisty-session-splashes now (at least not have ubuntu-artwork depends on it) [10:12] For software, a plain list of inodes would be sufficient to find data, filenames *only* exist for humans. :-) [10:13] dholbach: Ah, the png/jpg thing? [10:13] soren: the "rename the .jpg to .png" trick [10:13] kwwii: ok, I wait a bit with the upload until this discussion settles [10:13] dholbach: Yeah, stupid eog tries to do magic things if the file is called .jpg.. [10:13] fabbione: oh, meh, ok, I'll figure out a fix [10:13] cjwatson: thanks a lot [10:13] dholbach: Probably to extract EXIF info or something. [10:14] dholbach: yes, we can drop it, afaik [10:14] I can understand guessing the MIME type based on the filename on remote directories, but theres no reason not to read the file header on local HDDs on todays hardware. [10:14] Installed-Size: 148 [10:14] Size: 82582 === rulus [n=rulus_|@d54C1A033.access.telenet.be] has joined #ubuntu-devel [10:15] dholbach: Or is it the other way around? I forget. ANyhow, it doesn't work properly which could cause problems if users happen to be using nautilus or eog to browse around in /usr/share/backgrounds :( [10:15] yeah :-/ === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel [10:16] dholbach: It's a bug in eog more than anything else, though. === boggle [n=spindler@modemcable212.211-70-69.mc.videotron.ca] has joined #ubuntu-devel [10:16] dholbach: It shouldn't be relying on extensions for anything. [10:17] *nod* [10:17] we could, like, fix it. [10:17] pitti: I dropped the depends on feisty-session-splashes; we can demote it to universe soon [10:17] Mithrandir: Are you volunteering? :) [10:17] soren: no. :-) [10:18] dholbach: where? gutsy-wallpapers doesn't have this dep? [10:18] soren: Indeed. [10:18] pitti: from ubuntu-artwork === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel [10:18] ah [10:19] also, I fixed http://daniel.holba.ch/sponsoring to respect subscriber and assignee and filter out people that are not in motu/ubuntu-core-dev [10:19] that way I can subscribe people to bugs and people won't think "oh this is assigned to , I better not touch it any more" === chand [n=rsamson@linagoraberri.pck.nerim.net] has joined #ubuntu-devel [10:24] pitti: ok, i'm waiting on translations from carlos and then i'll be doing another upload, hopefully in the next day or two === calc_ notes he should probably be in bed about now [10:25] calc_: oh, I didn't expect you to be awake at this hour :) [10:26] calc_: did you find anything else to size down? [10:26] pitti: not yet :( [10:26] pitti: we might gain a little bit when i drop portaudio v19 but i think they are just going to pull v18 back into main so not sure how much that will help === dholbach_ [n=daniel@i59F74E8B.versanet.de] has joined #ubuntu-devel [10:29] calc_: no chance either to drop libhsqldb-java and/or libxalan2-java+libxerces2-java? [10:30] cal/c === Zdra [n=zdra@91.176.129.194] has joined #ubuntu-devel [10:30] calc_: I don't think there is much of a difference between pa19 and pa18 [10:30] TheMuso: oh ok [10:31] calc_: bug 135086? [10:31] We'll save 4MB only it seems, or there abouts. [10:31] Launchpad bug 135086 in unzip "zipgrep: exit code always 0" [Unknown,Confirmed] https://launchpad.net/bugs/135086 [10:31] dholbach: i'll try to get to that later today [10:31] thanks calc_ [10:31] TheMuso: "only"? 4 MB is great [10:31] TheMuso: save 4mb by going back to pa18 [10:31] TheMuso: that is huge if so [10:32] calc: This is only going on actual package size, not installed size. [10:32] TheMuso: so 4MB compressed then? [10:32] Riddell: bug 136425? pitti: bug 139671? [10:32] Launchpad bug 136425 in qt4-x11 "qtconfig-qt4 in Accessories?" [Undecided,Confirmed] https://launchpad.net/bugs/136425 [10:32] Launchpad bug 139671 in hal "hal-device-manager window should be titled "Hardware Information"" [Undecided,In progress] https://launchpad.net/bugs/139671 [10:32] yipee! :) [10:32] TheMuso: how, though? the external libportaudio is tiny [10:33] dholbach: meh string freeze meh [10:33] soren: what do you think about the change in bug 138181? [10:33] Launchpad bug 138181 in network-manager-openvpn "Network Manager's openvpn plugin doesn't respect DHCP's domain setting." [Low,Fix committed] https://launchpad.net/bugs/138181 [10:33] pitti: yeah as I said, I haven't done a thorough check. [10:33] pitti: then best to milestone it as 'later'? [10:33] pitti: just let the patch author know and I'll unsub u-m-s [10:34] dholbach: it's assigned to me now anyway, so unsub'ing is fine [10:34] pitti: looks like it might only be 40KB difference [10:34] pitti: thanks [10:34] done === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel [10:35] calc: right; I'm still hoping we can get rid of above java deps; they haven't been there in tribe 5, and they would save 5 MB === Gasten [n=Gasten@h52n9c1o1095.bredband.skanova.com] has joined #ubuntu-devel [10:35] i think i may be wrong that the java deps weren't in tribe 5 because java was completely disabled [10:35] which breaks among other things ooo base [10:36] dholbach: I've got the network-manager-openvpn on my TODO list for today anyway. I'll be looking at it a bit later. [10:36] soren: rock on [10:36] ;) [10:36] pitti: i'll try to find out to what extent not having the java stuff breaks base for each package [10:36] pitti: but i know base uses a lot of java stuff for it to work pretty much at all [10:36] calc: I'm beginning to think the right answer is simply to remove -base from the CDs [10:37] heh, I was just about to ask for the same [10:37] cjwatson: we did that for beta in fact [10:37] cjwatson: could be, of course bits of base are used by writer, but for the most part writer functionality would be ok [10:37] wouldn't it be better to have a really good -base downloadable from the network than a neutered one on the CD? it doesn't really seem like a core feature [10:37] cjwatson: yea [10:37] calc: in what circumstances are they used? [10:37] cjwatson: it breaks a few things in writer if base isn't installed like for mail merges, and bibliography.. probably some other things i don't know of off the top of my head [10:38] it would be useful to know what writer says when that happens [10:38] calc: does that tell the user to install -base? or does it just crash or something? [10:38] e.g. "error code c182734" vs. "please install -base" === nrdb [n=neil@32.1.240.220.dynamic.dsl.rns01-kent-syd.comindico.com.au] has joined #ubuntu-devel [10:38] cjwatson: it just doesn't work, no error from what i recall [10:38] pitti: So if OOo goes back to pa18, what do we do now to get it back into main, so that an espeak upload can use it? [10:38] cjwatson: upstream believes in having everything always installed :\ [10:39] TheMuso: I don't mind much which pa version is in main, I just don't want both === calc purges base locally to look around [10:39] TheMuso: once you two decide which one you want/need, I can promote/demote [10:39] pitti: As you said in the bug report. I'm just wondering what we do now. === jml_ [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #ubuntu-devel [10:39] TheMuso: do you need 18 for espeak, or doesn't it matter? [10:39] calc: does OO.o work better with portaudio18? or is 19 ok? [10:39] actually without base trying to use bibliography crashes ooo [10:40] pitti: before i turned on v19 support ubuntu wasn't using it at all, so not sure [10:40] pitti: i was going to just turn it back off [10:40] calc: I think it would be a good use of time to try to fix that [10:40] pitti: As I explained in 140673, espeak works with 19, but theres something wrong with 19, causing speech to be cut off, and espeak to freeze. [10:40] we're going to need to be able to split OOo up, either now or in the future [10:41] bug 140673 [10:41] Launchpad bug 140673 in espeak "Espeak + portaudio v19 causes undesirable lock-ups." [Medium,Confirmed] https://launchpad.net/bugs/140673 [10:41] Hi, I have been looking into the initrd of 7.04, I notice that the mount point for the 'root' filesystem seems to be '/root', is this correct ? when is this changed to '/' ? [10:41] TheMuso: and it does need libportaudio in the first place? doesn't work with alsa, or so? [10:41] cjwatson: i don't know that those are the only two things that break with -base removed but those are the first two i have found [10:41] nrdb: that's correct. /init chains to the real root filesystem as its last action [10:41] TomaszD: the template not updates are not all due to missing Build-Depends on intltool [10:41] pitti: Since espeak is cross-platform, it uses portaudio and portaudio only. [10:42] ah [10:43] TheMuso: is that my bug? [10:44] Amaranth: the espeak + portaudio bug? No. [10:44] dang, i'd really like to be able to use orca to test stuff :) [10:44] Amaranth: That is if you refer to 140673. [10:44] cjwatson: I presume its the executable 'run-init' that does this ? === rluberti [n=rluberti@212.45.155.238] has joined #ubuntu-devel === rluberti [n=rluberti@212.45.155.238] has left #ubuntu-devel [] [10:45] nrdb: yes === calc goes back to bed, bbl [10:50] cjwatson: so if I want a unionfs as my 'root' I would pass the mount point of the union to 'run-init' ? [10:50] calc: FYI, giving back OO.o on sparc/powerpc; stumbled over the udev postinst error, apparenlty === boggle is now known as TeTeT [10:51] nrdb: yes === slytherin [n=onkar@pdpc/supporter/base/slytherin] has joined #ubuntu-devel [10:51] nrdb: exactly as the live CD does in fact [10:52] cjwatson: thanks for the help :) [10:54] cjwatson: I have been looking at what the LiveCD does, but there is a lot of stuff done by the casper scripts, and I wanted to understand more before I fiddled with the script any more. === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-devel === jml [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #ubuntu-devel [11:00] LongPointyStick: you sponsored a new evolution-sharp upstream release which breaks ABI (new soname) for mruiz; the changelog does not mention a FF exception bug; who will take care of fixing the reverse dependencies? I will keep this in the NEW queue until someone uploads fixed beagle and gfax [11:00] LongPointyStick: (or reverts the package to the older version) === MacSlow [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel === Gman is now known as GmanAFK [11:05] seb128, aren't those I've reported ? [11:05] TomaszD: what do you mean? [11:06] seb128, aren't those issues I've reported caused by the missing build-dep? [11:06] TomaszD: like the rhythmbox issue is not a missing Build-Depends on intltool, if you look at the build log you will notice that intltool-update is called correclty [11:06] TomaszD: no [11:06] alright, I'll keep that in mind. Where can I see those build logs? [11:06] on launchpad [11:07] go to package page, the overview tab [11:07] click on the version you want [11:08] seb128, I see now [11:08] seb128, what about gnome-screensaver then? [11:08] duh, I'll look at the build log :] [11:10] "echo 'langpack.mk: po/Makefile* mentions intltool, but intltool-update is not available'; " [11:10] so I think I was right there [11:11] yep, pretty sure it's a missing intltool build-dep there [11:11] cool stuff this build log [11:11] alright, no more bogus reports from me then [11:13] it's the same with serpentine === IanC26 [n=IanC26@2002:cb36:1c97:4:216:6fff:fe39:ff6e] has joined #ubuntu-devel === bigon [n=bigon@ubuntu/member/bigon] has joined #ubuntu-devel [11:18] seb128: bah, shall I just add intltool as a cdbs build dep? [11:19] pitti: I'll do it, I've an another small change to do [11:20] pitti: cdbs Depends you mean, right? [11:20] seb128: right (note that cdbs is in bzr) [11:20] (ok) [11:22] If you guys have some time, this is my pet peeve https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/147278 [11:22] Launchpad bug 147278 in gnome-panel "[gutsy] tooltip of workspace switcher doesn't pick up translations" [Undecided,New] [11:23] soren: congrats on being core-dev! [11:23] highvoltage: \o/ Thanks! [11:25] siretart, cjwatson: partman-crypto-loop moved back to main; I'll test tomorrow's daily alternate [11:25] TomaszD: we got like 100 new desktop bugs during the WE so that will take some time [11:25] pitti: err, how das partman-crypto-loop work? I haven't used/looked at it yet [11:26] seb128, sure, I understand. [11:27] siretart: er, I mean partman-auto-crypto === XSource [n=XSource@41.201.210.35] has joined #ubuntu-devel [11:27] ah [11:29] carlos: one q: when the cronjob automatically fetches and updates gutsy/PPAs, how to tell the rosetta UI? (it currently says 'unused') [11:29] Have you guys ever experienced the initramfs getting cut short? [11:29] pitti: right now, you need to tell jtv, danilo or me [11:30] carlos: hm, twice a week/ [11:30] ? [11:30] pitti: I hope that at the end of october, we will get it automatically once buildd finish processing your upload [11:30] pitti: well, it should be done only when you upload your packages to the public archive [11:30] PPAs doesn't count for that [11:30] carlos: something like appending "&& mail -s "gutsy delta pack uploaded" carlos@ubuntu.com" after the dput? :) [11:31] pitti: that's enough, yes, I don't expect you to ping us on IRC each time :-P [11:31] ok [11:31] pitti: but use rosetta@launchpad.net, please [11:31] carlos: ok, I'll include the version into the mail [11:31] and that [11:31] pitti: thank you [11:31] pitti: but remember, only for published packages in the archive [11:31] right [11:32] carlos, pitti, hi. I was just wondering about the r-m not having any translations issue. Have you figured it out yet? "Launchpad does export that translation. The problem should be in the process that generates the .deb packages based on the tar.gz we export." [11:33] mjg59: my Lenovo R61 doesn't have laptop-mode enabled when I unplug AC. is that a bug? (powertop just told me about lots of things I would have supposed happened automagically) [11:33] TomaszD: no, I had hoped that the last langpacks would include it [11:33] pitti: launchpad exported those translations [11:33] I already checked it [11:33] Nafallo: No, it's not a bug [11:34] pitti: so seems like they are lost in the process to create the .deb package [11:34] For reasons we're still entirely unclear on, it seems to cause hangs on some systems [11:34] pitti, the 20070928 langpack doesn't contain the translation [11:34] nafallo: Have you turned it on in /etc/default/laptopsomething? [11:34] mjg59: ouch :-/. yet another whitelist or blacklist needed? [11:34] No, it needs fixing [11:35] carlos, TomaszD: ah, I see; my package classificator only reads main/source/Sources.gz, will fix that [11:35] ion_: not there. === dexem [n=dani@60.Red-80-35-34.staticIP.rima-tde.net] has joined #ubuntu-devel [11:36] oh. there is is... [11:36] in acpi-support [11:36] pitti, THANK YOU! One of the last loose ends in gutsy's translations [11:37] pitti: ok, thanks [11:37] Ah, right. [11:38] mjg59: any particular reason for libusplash-dev not to ship a shlibs file? [11:38] Incompetence on my part? [11:38] heh, I'll fix [11:38] nafallo: You also need to restart /etc/init.d/laptop-mode after enabling it for the power event scripts to do anything. [11:39] ion_: cheers [11:39] ion_: No === mc44 [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel [11:40] mjg59: Hm, ok. I had a memory of the script creating some file in /var/run, without which the laptop-mode script doesnt do anything. I was probably wrong, then. [11:40] mjg59: . /etc/default/laptop-mode < deprecated? [11:41] Yes [11:41] thought so :-) === rulus [n=rulus_|@d54C1A033.access.telenet.be] has joined #ubuntu-devel [11:42] laptop-mode status looks kinky :-) [11:42] Just ignore the laptop-mode command [11:43] We've hacked it to small pieces to make it plausibly sane, but it's still utter crack [11:47] ehrm. I'm starting to believe in that :-P === Mez [n=mez@ubuntu/member/mez] has joined #ubuntu-devel === norsetto [n=Cesare@79.9.211.151] has joined #ubuntu-devel [11:49] cjwatson: thanks for the fix on tasksel [11:55] np [12:04] carlos: https://translations.launchpad.net/ubuntu/feisty-updates/+latest-delta-language-pack does not work [12:04] carlos: and neither s/feisty-updates/feisty/ [12:05] carlos: ah, is that because https://translations.edge.launchpad.net/ubuntu/feisty/+language-packs does not list any exported delta packs? === MacSlow [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel [12:05] pitti: right [12:05] you will need to wait until their slot this week [12:05] so they are generated [12:05] carlos: but /feisty/ is right, not /feisty-updates/ ? === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [12:08] pitti: is feisty, not feisty-updates [12:08] mvo: I'm changing debconf so that it doesn't break if some random python module won't compile [12:08] mvo: with any luck that'll get rid of a class of upgrade failures [12:08] or at least make them a lot less severe [12:09] cjwatson: that sounds good [12:12] carlos: hm, but shouldn't the dapper export have happened last night? [12:13] pitti: no, it's scheduled for tonight [12:13] off-by-one-error [12:13] 00 22 * * 1 [12:13] isn't that Monday? [12:13] oh, ignore me [12:13] I thought that was 0:22, not 22:00 [12:14] pitti: :-P [12:14] pitti: if you want to change the schedule, just tell me it [12:14] we are flexible and we are not tied with any other process running first [12:15] no, that's fine, I'm just a retard with reading crontabs :) [12:15] ok, I'll test the dapper PPA uploading tomorrow [12:17] ok === mvo_ [n=egon@p54A65CD0.dip.t-dialin.net] has joined #ubuntu-devel === Onyxyte [n=Onyxyte@r75-110-104-20.rmntcmtc01.rcmtnc.ab.dh.suddenlink.net] has joined #Ubuntu-devel === Pici- [n=Pici@ool-4355be00.dyn.optonline.net] has joined #ubuntu-devel [12:31] carlos, TomaszD: langpack-o-matic fixed for restricted, FYI; next gutsy base update will fix it completely [12:32] pitti: thanks. Is that the one planned for 11th October? [12:32] pitti: or will you do a new full export? [12:32] pitti, thanks [12:32] or just a patched one with the same version we have right now in Gutsy? [12:32] carlos: oh, new full export for the release candidate [12:33] ok [12:33] pitti: remember that you need to request it 3 days before you want to use it.. [12:33] right [12:33] carlos: I uploaded the current gutsy delta pack (no automated mail yet) [12:34] ok [12:34] I will note it in our UI [12:34] TomaszD: is libwnck translated in your locale? the workspace switcher applet tooltips come from it [12:34] seb128, checking === [miles] [n=[miles] @unaffiliated/miles/x-000000001] has joined #ubuntu-devel [12:36] seb128, no, this one isn't. but the "translate this application" button in the workspace switcher pointed me to gnome-panel [12:37] TomaszD: there is strings coming from the panel and from libwnck, we could remove the items though [12:38] seb128, no no I'll manage, I found the missing strings in rosetta, will translate them now [12:39] cjwatson: Hi, latest ntfs-3g introduced --disable-library configure option. this links the ntfs-3g library. the benefit is that the filesize sum is less and the preformance increased. Will be update to latest ntfs-3g before release? [12:39] TomaszD: ok, cool [12:40] Whoopie: on my list, though I wasn't planning on doing significant repackaging, just a straight update [12:40] and it's only on my list to investigate, so this is not a promise [12:41] cjwatson: ok ;) === pkern [n=pkern@debian/developer/pkern] has joined #ubuntu-devel === larsivi [n=larsivi@85.221.53.194] has joined #ubuntu-devel [12:44] seb128, we have only 4 people (with me included) on the Polish GNOME upstream translation team, so our resources are quite... well, small. We managed to translate 97% of GNOME, libwnck, orca and a small part of gnome-games is what's been left untranslated :( [12:45] tough luck, seems libwnck is very important [12:45] TomaszD: good job! ;) [12:45] yeah [12:45] you still have time to get it translated in gutsy though so that should be alright [12:46] yeah, it's way too late for other distros though === slytherin [n=onkar@pdpc/supporter/base/slytherin] has joined #ubuntu-devel === larsivi [n=larsivi@85.221.53.194] has left #ubuntu-devel ["Konversation] [12:49] dholbach: ping === slytherin [n=onkar@pdpc/supporter/base/slytherin] has left #ubuntu-devel [] === gouki_ [n=gouki@ubuntu/member/gouki] has joined #ubuntu-devel === jinty [n=jinty@dslb-088-073-123-103.pools.arcor-ip.net] has joined #ubuntu-devel === illovae_ [n=illovae@82.253.88.140] has joined #ubuntu-devel === agoliveira [n=adilson@201.22.80.102.adsl.gvt.net.br] has joined #ubuntu-devel === gouki_ is now known as gouki [01:15] I am trying to mount a drive in the init file in initrd, I used the command "[ -d ${rootmnt}/mnt/hdc1 ] || mkdir -p ${rootmnt}/mnt/hdc1" any ideas why this isn't creating a directory in the '/mnt/' directory ? [01:16] that code looks fine although the [ -d ] is unnecessary since mkdir -p already handles that [01:16] it should create a directory in /root/mnt/ though, not /mnt/ [01:16] (and BTW the Ubuntu standard is to use /media/ for that ...) [01:16] seb128, got another one for you, confirmed lack of intltool build-dep in build-log for gnomebaker https://bugs.launchpad.net/ubuntu/+source/gnomebaker/+bug/147624 [01:16] Launchpad bug 147624 in gnomebaker "[gutsy] gnomebaker should build-dep on intltool, no template available" [Undecided,Confirmed] [01:17] cjwatson: but as the 'run-init' command moves the mount wouldn't that end with it being in "/mnt" ? [01:20] nrdb: yes. perhaps you created the directory before mounting the filesystem on /root? [01:20] (run-init doesn't really move the mount, BTW; it merely changes where you're standing ...) === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel [01:21] cjwatson: I don't think so, its just before the 'run-init' command. [01:22] I don't know, then. You're in the best place to debug it :) [01:22] nrdb: why are you doing this in the initramfs instead of later on? [01:23] cjwatson: I think I know why, it isn't a writable fs at that point. [01:25] kylem: why doesn't /usr/share/doc/xserver-xorg-video-intel/ have changelog.Debian.gz? [01:25] :-) [01:25] Nafallo: its 7:30am in the morning he might not be up yet [01:26] zul_: ah. well, I guess he will fix it when he is then ;-) [01:26] thanks === jamesh__ [n=james@canonical/launchpad/jamesh] has joined #ubuntu-devel === Yvonne [n=Yvonne@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel [01:31] nrdb: that's not true for us === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel [01:37] TomaszD: there is no language pack for universe [01:38] hmm, seb128 so build-dep on intltool wouldn't fix anything? the mainline translation in rosetta isn't used [01:39] or at least something that's being used is terribly out of date === Hobbsee waves === maikmerten [n=chatzill@ls5appsrv05.cs.uni-dortmund.de] has joined #ubuntu-devel [01:41] TomaszD: it should not be in rosetta [01:41] hey Hobbsee === ryu [n=chris@unaffiliated/ryu] has joined #ubuntu-devel [01:42] seb128, so the build errors should be ignored? [01:42] TomaszD: what build error? [01:42] pitti! [01:43] seb128, same as with other apps that need to have a intltool build-dep, like serpentine or others [01:43] the buildlog complains about missing intltool-update and such [01:43] TomaszD: other applications are in main and have the translation stipped at build time, that should not be the case of gnomebaker [01:43] ok === smurf hates X regressions. laptop+gutsy = blank screen in X. :-/ [01:50] What hardware? [01:51] mjg59: ATI. See lp#147635 [01:51] Right. Fixed upstream. [01:52] Good. ETA? [01:52] Oh, interesting. Maybe not, in fact. [01:52] Does X start at all? [01:52] Yes. Apart from the fact that I cannot see anything, everything seems to be working. :-/ [01:52] So no gdm? [01:53] including console switching [01:53] it uses wrong output I guess [01:53] tepsipakki: probably. With an empty xorg.conf (or the one from feisty) that's a bit surprising though. [01:54] smurf: I also own a Samsung P35 and it works with 6.7.194 [01:54] smurf: right, try 6.7.194 first [01:54] log says it's .193 [01:55] pitti: evolution-sharp is in binary NEW due to libevolution2.0-cil -> libevolution3.0-cil jump. I've got the two uploads prepared if you can wave it through NEW? [01:56] smurf: btw, I have a problem with it and gnome-power-manager. does changing the brightness via /sys/class/brightness/asus/brightness also generate an ACPI event for you? [01:56] StevenK: ah, that was what I was asking Hobbsee about earlier === ivoks [n=ivoks@33-1.dsl.iskon.hr] has joined #ubuntu-devel [01:56] pitti: what were you asking me about earlier? was i here? [01:56] StevenK: there was no FF exception bug in the changelog, and I wasn't aware of who would care for the transition [01:56] Whoopie: Yeah, brightness fluctuates wildly here, that was the next problem to tackle. :-/ [01:57] Hobbsee: to LongPointyStick [01:57] pitti: ah, i havent read the log from that yet [01:57] pitti: Ah. I'm happy enough to deal with the transition, I'm doing so because it appears in NBS. [01:57] smurf: gutsy has .194, please update :) === pedro_ [n=pedro@pc-10-217-44-190.cm.vtr.net] has joined #ubuntu-devel [01:57] tepsipakki: downloading [01:57] pitti: If you want to reject it, I'm happy for you to do so, I've spent a whole five minutes on it [01:57] smurf: you need to disable the /etc/acpi/events/asus-brightness-{up,down} [01:57] StevenK: no, I wouldn't like to reject binary NEWs [01:58] Whoopie: I gathered as much, but it's still a regression. [01:58] smurf: the problem is the DSDT which generates an event. :( [01:58] StevenK: I would like people to mention FF exception bug numbers in changelogs :) === Hobbsee wonders a) why gimp is a native package, and b) why gimp-data is not the same version as gimp. [01:58] Whoopie: Who started listening to crap events like that? :-/ [01:58] StevenK: NEWed; I take it your new uploads have proper build deps, so feel free to upload [01:58] Whoopie: Does hitting the brightness keys actually do anything without those events? [01:58] Hobbsee: a) It oughtn't to be. b) It hasn't built on i386 yet [01:59] mjg59: yes, brightness control is done in hardware. it's just for the OSD. [01:59] StevenK: ah, great. [01:59] Whoopie: Right. Grab hal-info, take a look at how the Thinkpads are flagged [01:59] StevenK: i thought we built all binaries for the source at the same time. [01:59] Then add something similar [01:59] Hobbsee: gimp-data is arch all [02:00] Hobbsee: Which is only built on i386 [02:00] Hobbsee: verdansky choked on it. We need infinity or cprov to get it unstuck. [02:01] pitti: Right. I shall update their changelogs and upload. [02:01] StevenK: oh right, yes. [02:01] meh, why oh why doesn't pysqlite3 allow you to change the timeout? === pkern whistles. === jamiemcc [n=jamie@82-32-8-26.cable.ubr02.azte.blueyonder.co.uk] has joined #ubuntu-devel === cprov [n=cprov@canonical/launchpad/cprov] has joined #ubuntu-devel === Hobbsee goes thru a weekend's worth of Long Pointy Stick of DOOM!!!!!!!!!!!!!!! [02:03] hiya cprov! [02:04] pitti: Tell cprov about gimp's problem? I'm having trouble phrasing. [02:04] pitti: And beagle and gfax have both been uploaded, both of which are universe. [02:04] StevenK: doing [02:05] Hobbsee: hi there, what's up ? [02:05] cprov: the sky. and varying thoughts about componentry of ppas. [02:06] Like the i386 ppa builder. [02:06] interesting subject. [02:07] yeah, that too [02:07] mjg59: I tried something this: http://en.pastebin.ca/721607 === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel [02:07] mjg59: but I couldn't see any improvements. [02:07] Whoopie: You'd then need to restart hal [02:07] smurf: could you also try? [02:07] mjg59: I did [02:07] Whoopie: Does lshal show that key? === StevenK looks to see if any enterprising souls have filed bugs about gimp's current uninstallability [02:08] Whoopie: will do [02:08] mjg59: I think, it did. I grep'ed for it. but I have the P35 not here, so can't test. [02:08] StevenK: 2. [02:09] Hobbsee: Sigh. [02:09] StevenK: https://bugs.edge.launchpad.net/ubuntu/+source/gimp/+bug/147628 [02:09] Hobbsee: Let me merge and bitch-sl^Wcomment. [02:09] Launchpad bug 147628 in gimp "Gutsy Gibbon 7.10 - unmet dependencies: gimp: Depends: gimp-data (>= 2.4.0~rc3) but 2.4.0~rc2-1ubuntu1 is to be installed" [Undecided,Fix committed] [02:09] Whoopie: seems I need to get the cat hairs out of the keyboard first *grumble* [02:10] Hobbsee: Which you've already done. :-) [02:10] yeah [02:10] Hobbsee: The problem is that verdansky grabbed gimp, and hasn't let go. [02:10] StevenK: heh. it wont build? [02:10] smurf: hehe [02:11] Hobbsee: No other i386 builder will try gimp since verdansky is trying. Apparently. [02:11] ah, right, yes [02:11] Whoopie: yeah, my editing skillz suffer when I can't even move the cursor in both directions [02:12] mjg59: the problem is that g-p-m changes the brightness through sysfs and that interferes with the ACPI events. That's my guess. [02:12] Bah. dpkg troggers are seriously cool, but not so when aptitude insists on starting a new dpkg for what feels like Every. Single. Packet. [02:13] s/trogger/trigger/ [02:13] s/Packet/Package/ too :) [02:14] cjwatson: Bah :-) [02:14] mjg59: Did you read my PM? It seems that I went offline inbetween. \: [02:14] Whoopie: Yes, the firmware is being irritating in this case [02:14] StevenK: you've got both the new beagle and e-d-s? [02:15] I didn't think e-d-s needed a rebuild? [02:15] On to the next problem ... any firefox font display experts in here? :-/ [02:15] smurf: You mean the ligatures problem? [02:15] StevenK: sorry, beagle-backend-evolution [02:15] pkern: 'xactly [02:16] Hobbsee: Which is built from beagle. I uploaded beagle and gfax [02:16] StevenK: which presumably dont build yet, as this thing's sitting in NEW [02:16] no, wait. [02:16] smurf: Problem known, no fix yet (disable Pango or disable ligatures in the default font)... i.e. change font or start Firefox with some obscure envvar to disable Pango. [02:16] which presumably will have to be given back, to build with the new library. [02:17] smurf: #37828 that is [02:17] Hobbsee: They should hit DEPWAIT, and will be retried automatically. [02:18] Hobbsee: pitti and I have done this before. :-) [02:18] pkern: thanks === pkern wonders if ligature rendering does actually work in those languages Pango adds. [02:18] pitti: OK, please let that thru (and sorry, i forgot to deal with it earlier) [02:18] Hobbsee: I NEWed it 20 minutes ago, should be on the way to the archive in publisher [02:18] cjwatson: can you please have a look at http://paste.ubuntu-nl.org/39257/ it is the last part of the init file I am using, it is hanging at the begining of the startup now. [02:18] Probably not, whyever it needs Pango. I don't know. [02:20] nrdb: sorry, I'm doing a million other things === dendro-away is now known as dendrobates === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [02:20] cjwatson: ok, thanks for the help. [02:20] pitti: cool, thanks. (and there was a bug #) === svolpe_gerrath [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel === svolpe_gerrath [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel === eggauah [n=daniel@201.82.45.179] has joined #ubuntu-devel === agoliveira is now known as agoliveira_brb [02:26] <\sh> why is ia32-libs missing from the feisty archives? [02:26] ia32-libs | 1.5ubuntu9 | feisty | source, amd64 [02:26] \sh: hm? it seems to be fine? [02:26] <\sh> yes, I know...but just installing a feisty [02:27] <\sh> server...and adding all archives (m,r,u,mu) and apt-get update and apt-cache search ia32 brings nothing [02:27] \sh: what does apt-cache policy ia32-libs say? [02:27] that works on my feisty at least [02:27] \sh: and it's in main [02:28] <\sh> forget it...my boss is a jerk [02:28] (in feisty, anyway, we demoted it in gutsy) [02:28] And installed i386? :-P [02:28] smurf: you should close your bug report. [02:28] <\sh> pkern, right [02:28] <\sh> pkern, and gives me the fault [02:28] Whoopie: as soon as I checked that the thing works now :-P [02:28] \sh: Thought that when I read your statement. ;) === \sh needs really a new employer.. [02:28] \sh: You got all the ia32 libs at your fingertips now (: [02:29] mjg59: btw, why don't we add tp_smapi anymore? [02:29] <\sh> pkern, /me should kick this guy to hell.....*gnarf* === DrPepperKid [n=mirco@unaffiliated/macslow] has joined #ubuntu-devel === agoliveira_brb is now known as agoliveira === l3010o [n=leo@n219079088162.netvigator.com] has joined #ubuntu-devel === Spads [i=spacehob@nat/canonical/x-2a7ae588ae01d04c] has joined #ubuntu-devel [02:47] \sh: What's your job market? === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel [02:50] Whoopie: no, still fluctuating. Worse, when it does that it generates NULL characters so that I also cannot login on the console. :-/ === cr3 [n=cr3@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel === maks [n=max@baikonur.stro.at] has joined #ubuntu-devel [02:54] where do i find the daily nebootable d-i tar.gz ? [02:54] ah google [02:55] nevermind, you should leave links :P [02:55] blackle === maks [n=max@baikonur.stro.at] has left #ubuntu-devel ["bella] [02:55] smurf: then disable the acpi events. === Karajan [n=Sea@60.20.51.170] has joined #ubuntu-devel [02:57] smurf: but lshal shows brightness_in_hardware? [02:58] smurf: I'd be interested if ASUS laptop owners are also affected. === _nand_ [n=ec4@129.202-128-194.unknown.qala.com.sg] has joined #ubuntu-devel === mdz [i=mdz@nat/canonical/x-c066bc0b95a4487e] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [03:10] Whoopie: will check === ivoks [n=ivoks@33-1.dsl.iskon.hr] has joined #ubuntu-devel === DrPepperKid is now known as MacSlow [03:15] Whoopie: I didn't get the thread from the beginning but I do have an Asus laptop (a G1). Is there anything I can do to help? [03:17] agoliveira: the samsung laptop also uses asus_acpi. but when gnome-power-manager changes the brightness, an ACPI event is triggered. this results in a brightness change loop. [03:17] agoliveira: so if you open g-p-m preferences and move the brightness slider, do you see any events with "acpi_listen"? [03:18] Whoopie: Let me check [03:20] Whoopie: I just remembered that I'm not using asus_acpi but asus_laptop instead which is far more complete, at least for asus notebooks. whitout, for instance, I can't switch to an external monitor. === jsgotangco [n=JSG@ubuntu/member/jsgotangco] has joined #ubuntu-devel [03:20] Whoopie: nope -- no brightness_in_hardware in lshal [03:21] agoliveira: the problem is that asus-laptop doesn't support the samsung at the moment. because the brightness control in the DSDT is different from the asus ones. [03:21] smurf: did you restart hal? [03:21] Whoopie: of course [03:21] Whoopie: I see. [03:22] smurf: lshal | grep system.hardware.vendor [03:23] Whoopie: that's SAMSUNG all right :-/ [03:23] smurf: reboot? :) [03:24] Whoopie: already did that too [03:24] smurf: and just greping for brightness? [03:25] Whoopie: nothing === sjoerd [n=sjoerd@tunnel3460.ipv6.xs4all.nl] has joined #ubuntu-devel === TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-devel === lemsx1 [n=lemsx1@p86-65.acedsl.com] has joined #ubuntu-devel === UnUnOctium [i=mb0b0@dsl-146-56-168.telkomadsl.co.za] has joined #ubuntu-devel === UnUnOctium [i=mb0b0@dsl-146-56-168.telkomadsl.co.za] has left #ubuntu-devel [] [03:38] ehrm [03:38] I plugged in the power and gpm disappered... [03:40] Nafallo: perhaps you meant to ask that on #ubuntu+1 ? === ex_eternity [i=rrlluv@ns37070.ovh.net] has joined #ubuntu-devel [03:42] lemsx1: that wasn't a question. [03:43] seb128, I have a hunch. It's strange, but please listen for a moment :] I think that if a universe application actually uses rosetta for translations (which is the case for gnomebaker and ndisgtk for example) then these translations aren't being used in Ubuntu. I checked it with both these programs and both of them are translated in rosetta, but don't appear to be in Ubuntu. Especially ndisgtk is completely in English while it had a Polish trans [03:43] lation for a long time in Rosetta. I've been fixing the translation now but it's pointless if it's not going to be used. === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-devel === ex_eternity [i=rrlluv@ns37070.ovh.net] has left #ubuntu-devel [] [03:44] TomaszD: right, that's a rosetta bug, they should not be listed there, talk to carlos maybe he can mask those [03:44] Nafallo: ah, just making sure ;-) [03:45] carlos: do you know why gnomebaker from universe is on rosetta? [03:46] seb128, but these programs use Rosetta for translations that are not Ubuntu-specific, gnomebaker devs just use it for mainline development... at least they used to [03:46] TomaszD: ok, so that's their job to get those translations in the tarballs they roll [03:46] TomaszD: and to update the templates [03:47] uhuh [03:47] ok [03:47] TomaszD: the upstream templates don't come from package builds [03:47] TomaszD: since the package strings can be different [03:47] it's up to upstream to provide update templates to launchpad [03:47] alright. === rohan [n=rohan@unaffiliated/rohan] has joined #ubuntu-devel [03:50] crimsun had once told me how to build kernel sound modules using just the source code obtained from the alsa hg repository. i lost those instructions, can someone please tell me how to do it again ? === sbalneav_ [n=sbalneav@mail.legalaid.mb.ca] has joined #ubuntu-devel [03:52] the sound card module used is snd-hda-intel === Martinp24 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel === rnorwood [i=rnorwood@nat/redhat/x-e056d23669ed9abd] has joined #ubuntu-devel [03:56] asac: did you end up deciding on a directory where plugins common to all browsers should go? [04:00] Mithrandir: according to upstream its a bug that /usr/lib/mozilla/plugins isn't used by firefox et al. [04:01] asac: ok, so I can stuff plugins in /usr/lib/mozilla/plugins and expect them to be used {now,soonish}? [04:01] Mithrandir: but in gutsy+1 we will definitly have a single plugins directory [04:01] Mithrandir: are packaging a new plugin? [04:01] kinda. [04:02] it's acroread, and it's not going in a public repo. [04:03] Mithrandir: ok ... i will let you know tonight. Have to verify if its an easy fix before comitting on this. === nnonix [n=brad@bkjohnson.com] has joined #ubuntu-devel === nnonix [n=brad@bkjohnson.com] has left #ubuntu-devel [] [04:04] asac: I don't mind if it doesn't work completely just now, but it'd be good to have it working at least for Hardy [04:05] Mithrandir: hardy is a safe bet ... if you can wait for it, there is nothing todo :) ... xulrunner-1.9 will take care for that [04:05] asac: rock on! === andrunko [n=andrunko@200.184.118.132] has joined #ubuntu-devel === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-devel === bddebian [n=bdefrees@63.81.56.182] has joined #ubuntu-devel === rohan [n=rohan@unaffiliated/rohan] has left #ubuntu-devel [] [04:16] Heya === pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-devel === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === Zdra [n=zdra@91.176.129.194] has joined #ubuntu-devel [04:19] Hi, bddebian! [04:19] Hello soren === dajhorn [n=dajhorn@ip67-88-65-218.z65-88-67.customer.algx.net] has joined #ubuntu-devel === toresbe [n=toresbe@64.80-203-20.nextgentel.com] has joined #ubuntu-devel === nags [n=nags@122.167.142.180] has joined #ubuntu-devel === Kopfgeldjaeger [n=nicolai@p54AD7EB1.dip.t-dialin.net] has joined #ubuntu-devel === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #ubuntu-devel [04:29] kwwii, dholbach: what was the outcome of the gutsy-wallpapers discussion? shall I upload kwwii's new package, or did you find a way to reduce the size? [04:30] hi [04:30] pitti: no, I don't know any; I'm OK with that change [04:31] http://nopaste.org/p/aKinluP5 <- i'm seeing this behavior with Gutsy. Some kind of a kernel bug? [04:31] what needs shrinking? [04:32] I'm submitting a bug report after this dist-upgrade completes and I've rebooted into the new kernel. [04:32] sladen: the gutsy wallpaper is currently shipped as rather large PNG [04:33] sladen: mostly because some ancient gconf default requires it to be called sth. like 'warty-background.png' === agoliveira is now known as agoliveira_lunch [04:34] 888K /usr/share/backgrounds/warty-final-ubuntu.png [04:34] 380K /usr/share/backgrounds/elephant-skin.jpg === nnonix [n=brad@bkjohnson.com] has joined #ubuntu-devel === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel [04:37] never mind, latest initramfs updated it. === toresbe goes away in shame === toresbe [n=toresbe@64.80-203-20.nextgentel.com] has left #ubuntu-devel [] [04:38] OK, so where in gconf does it store what screensaver I'm using? === j_ack [n=j_ack@p508D86F2.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:39] bddebian: I often find "gconftool-2 --dump / | grep stuff" very useful. :) === XSource [n=XSource@41.201.190.153] has joined #ubuntu-devel === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel === thekorn [n=markus@a89-182-18-110.net-htp.de] has joined #ubuntu-devel [04:43] pitti: I have a new discover-data ready, adds a number of nvidia cards that the current driver (nv) supports. Ok to upload? === johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-devel [04:43] tepsipakki: deferring to slangasek [04:43] tepsipakki: please attach a debdiff to the bug [04:43] pitti: ok === ssam [n=ssam@dhcp95.hep.man.ac.uk] has joined #ubuntu-devel === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel === nothlit [n=nothlit@fluxbuntu/developer/nothlit] has joined #ubuntu-devel === clem92 [n=clemens@85-127-223-38.dynamic.adsl-line.inode.at] has joined #ubuntu-devel [04:50] soren: That kind of helps, thanks. I see tons of stuff for gnome-screensaver, but I don't see anything for if I was running say xscreensaver. :-( [04:51] bddebian: Ah, no, that probably wouldn't be in gconf. [04:53] bddebian, there should be ~/.xscreensaver if you use that [04:54] gnome uses whatever gets started by /etc/xdg/autostart/ where xscreensaver doesnt put anything atm === loevborg [n=loevborg@p54ADB25E.dip0.t-ipconnect.de] has joined #ubuntu-devel [04:56] Grr. What I'm trying to do is set up brightside to be able to use xscreensaver or gnome-screensaver instead of forcing one or the other [04:56] well, you can only run one at a time anyway [04:56] Ideally I would just check which on is running I suppose [04:57] likely [04:58] Aye but the debian package uses xscreensaver-command foo and I patched it in Ubuntu a while back to use gnome-screensaver-command foo [04:58] It should ideally handle both [04:58] you cant judge that by installation status ... the thing is that if you have ubuntu-desktop and xubuntu-desktop installed for example they will both be there [04:58] pitti: that image is very suitable for jpeg'ing; it'd probably be worth putting in the effort to update the gconf keys and handle all the sides cases as a resonable looking image down to ~150kB [04:59] pitti: one thing to note is that the current file size is quite smaller than the one we shipped with feisty [04:59] slangasek: right, I hope that'll happen in hardy [04:59] so you need to actually check which one is actually running [04:59] That's what I thought. Hmm, how would I do that? === mthaddon [n=mthaddon@canonical/launchpad/mthaddon] has joined #ubuntu-devel === dexem_ [n=dani@60.Red-80-35-34.staticIP.rima-tde.net] has joined #ubuntu-devel === mbiebl [n=michael@e180068201.adsl.alicedsl.de] has joined #ubuntu-devel === MagnusR [n=magru@c83-252-222-139.bredband.comhem.se] has joined #ubuntu-devel [05:02] agoliveira_lunch: any results? === ..[topic/#ubuntu-devel:clem92] : Development of Ubuntu (not support, even with gutsy; not application development on Ubuntu) | #ubuntu for support and general discussion for dapper/edgy/feisty, #ubuntu+1 for gutsy support | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Gutsy Beta released! === ..[topic/#ubuntu-devel:clem92] : Development of Ubuntu (not support, even with gutsy; not application development on Ubuntu) | #ubuntu for support and general discussion for dapper/edgy/feisty, #ubuntu+1 for gutsy support | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Gutsy Beta released! [05:04] sry [05:05] bddebian, from a script i'd check if $(pgrep -u $USER -f gnome-screensaver -c) > 0 or something like that [05:05] if that C code, find something equivalent :) [05:05] *thats [05:07] It's C and I have been searching for how to do it :-( === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === `23meg [n=m@ubuntu/member/-23meg] has joined #ubuntu-devel === holycow [n=start@S01060016b6b53675.vf.shawcable.net] has joined #ubuntu-devel === thekorn [n=markus@a89-182-18-110.net-htp.de] has joined #ubuntu-devel === chand [n=rsamson@linagoraberri.pck.nerim.net] has left #ubuntu-devel ["Ex-Chat"] === Kopfgeldjaeger [n=nicolai@p54AD7EB1.dip.t-dialin.net] has joined #ubuntu-devel === predius [n=predius@190.8.154.185] has joined #ubuntu-devel === awz [n=awz@karuna.med.harvard.edu] has joined #ubuntu-devel === agoliveira_lunch is now known as agoliveira [05:27] Whoopie: Ooops... I understood that as I was using asus_laptop instead of asus_acpi you weren't interested. === thekorn_ [n=markus@a89-182-18-110.net-htp.de] has joined #ubuntu-devel === rulus [n=rulus_|@d54C1A033.access.telenet.be] has joined #ubuntu-devel === awz [n=awz@karuna.med.harvard.edu] has joined #ubuntu-devel [05:30] Whoopie: Anyway, answering your question, the brightness slide works nicelly and no acpi events are generated. [05:31] agoliveira: ok, thanks a lot. if you find the time, could you also try with asus_acpi? === alexanderwz [n=alexande@karuna.med.harvard.edu] has joined #ubuntu-devel [05:31] agoliveira: I know it's not working that good for you, but ... === _Apex [i=antipath@72.20.3.66] has joined #ubuntu-devel === alexanderwz [n=alexande@karuna.med.harvard.edu] has joined #ubuntu-devel [05:33] Whoopie: No problem, I can try... hold on. === Gasten [n=Gasten@h52n9c1o1095.bredband.skanova.com] has joined #ubuntu-devel [05:36] Whoopie: Same result. [05:36] agoliveira: thanks, then it's a buggy DSDT on my side. [05:36] agoliveira: could you send me yours? [05:37] Whoopie: I have a fixed my DSDT, indeed. === tkamppeter [n=till@bl8-112-71.dsl.telepac.pt] has joined #ubuntu-devel [05:38] pitti, ping === rnorwood [i=rnorwood@nat/redhat/x-de2d503cd4972003] has joined #ubuntu-devel === alexanderwz [n=alexande@karuna.med.harvard.edu] has joined #ubuntu-devel === kirkland [n=kirkland@cpe-66-68-158-133.austin.res.rr.com] has joined #ubuntu-devel === alexanderwz [n=alexande@karuna.med.harvard.edu] has joined #ubuntu-devel [05:45] hi tkamppeter === mvo__ [n=egon@p54A66BD0.dip.t-dialin.net] has joined #ubuntu-devel === alexanderwz [n=alexande@karuna.med.harvard.edu] has joined #ubuntu-devel [05:49] pitti, it seems that CUPS is using "apparmor force-reload" in its maintainer script and this option has been taken out of the apparmor startup script. [05:49] pitti, this causes apport reporting installation/upgrade problems on many printing packages [05:50] pitti, see for example bug 147703 [05:50] Launchpad bug 147703 in hplip "package hplip 2.7.7.dfsg.1-0ubuntu2 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd" [Undecided,New] https://launchpad.net/bugs/147703 === xerakko [n=xerakko@debian/developer/xerakko] has joined #ubuntu-devel === sabdfl [i=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel [05:53] pitti, bug 146885, bug 134453, bug 146748, bug 146742, bug 146739, bug 135635, bug 134453 [05:53] Launchpad bug 146885 in update-manager "cups-pdf fails during upgrade (was: package update-manager 1:0.78 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /tmp/tmpM_pNBz/backports/usr/bin/dpkg returned an error code (1))" [Undecided,Incomplete] https://launchpad.net/bugs/146885 [05:53] Launchpad bug 134453 in cups-pdf "package cups-pdf 2.4.6-3ubuntu5 failed to install/upgrade: le sous-processus post-installation script a retourn une erreur de sortie d'tat 1" [Undecided,Incomplete] https://launchpad.net/bugs/134453 [05:53] Launchpad bug 146748 in hal-cups-utils "package hal-cups-utils 0.6.13+svn83-0ubuntu1 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/146748 [05:53] Launchpad bug 146742 in foomatic-db-hpijs "package foomatic-db-hpijs 20070813-0ubuntu1 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/146742 [05:53] Launchpad bug 146739 in hplip "package hplip 2.7.7.dfsg.1-0ubuntu2 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/146739 [05:53] Bad tkamppeter! [05:54] asac: I got bugreports about network-manager not working with ndiswrapper, is there a way for it to detect that ndiswraper is providing the interface and keeping its fingers off it? [05:54] asac: (e.g. #97616) [05:55] mvo__: he? just configure the interface in /e/n/i ... nm will not touch it then [05:55] Is there a limit on how many bug numbers in one message ubotu processes? I have posted 7 bug numbers and ubotu go tired after five. [05:55] bug 97616 [05:55] Launchpad bug 97616 in update-manager "network monitor is installed by default, while ndiswrapper was used in 6.10" [Undecided,New] https://launchpad.net/bugs/97616 [05:56] Question: If I've used module-assistant to install the kqemu module and I install a new kernel update provided by Ubuntu will the module automatically recompile and be ready for the next reboot? [05:56] mvo__: hmm from what i know ndiswrapper works with nm [05:57] mvo__: in some cases it might not work, but in general it should [05:57] asac: ok, it may well be that this is old informaton [05:57] asac: great, I will close the bugreport then [05:58] mvo__: good ... tell them they should file specific bug reports if ndiswrapper doesn't work with nm for them [05:59] tkamppeter: that would be a grave bug in apparmor; force-reload must exist in any init script according to DP [05:59] tkamppeter: not sure, but my /etc/init.d/apparmor does have force-reload === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel === superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === Martinp23 [n=martinp2@wikimedia/Martinp23] has joined #ubuntu-devel === tkamppeter [n=till@bl8-112-71.dsl.telepac.pt] has joined #ubuntu-devel [06:11] pitti, I am backm [06:11] [06:12] OOo has torn down my system completely had to do a hardware reset [06:13] pitti, see bug 147703, log file http://launchpadlibrarian.net/9622106/DpkgTerminalLog.txt [06:13] Launchpad bug 147703 in hplip "package hplip 2.7.7.dfsg.1-0ubuntu2 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd" [Undecided,New] https://launchpad.net/bugs/147703 [06:13] mvo__, ping [06:13] pitti, I get [06:14] Unable to find apparmor_parser, installation problem?: Failed. [06:14] invoke-rc.d: initscript apparmor, action "force-reload" failed. [06:14] usage: update-rc.d [-n] [-f] remove [06:14] update-rc.d [-n] defaults [NN | sNN kNN] [06:14] update-rc.d [-n] start|stop NN runlvl [runlvl] [...] . [06:14] -n: not really [06:14] -f: force [06:14] Looks like some component of apparmor is still missing in main. [06:20] tkamppeter: where do you get that? [06:20] it's in apparmor [06:20] (the package) [06:21] tkamppeter: weird; both the init script and apparmor_parser are in the very same package [06:21] tkamppeter: do you have 'apparmor' installed at all? === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-devel === dpm [n=dpm@p54A13896.dip0.t-ipconnect.de] has joined #ubuntu-devel === rulus [n=rulus_|@d54C1A033.access.telenet.be] has joined #ubuntu-devel === glatzor [n=renate@p57AEF33B.dip.t-dialin.net] has joined #ubuntu-devel === LjL [n=ljl@ubuntu/member/ljl] has joined #ubuntu-devel [06:30] I have found that in the log file http://launchpadlibrarian.net/9622106/DpkgTerminalLog.txt of bug 147703 [06:30] Launchpad bug 147703 in hplip "package hplip 2.7.7.dfsg.1-0ubuntu2 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd" [Undecided,New] https://launchpad.net/bugs/147703 === ant30_ [n=ant30@85.137.228.170.dyn.user.ono.com] has joined #ubuntu-devel [06:32] pitti, I cannot reproduce it by myself. For me every update goes smoothly. === ant30 [n=ant30@85.137.228.170.dyn.user.ono.com] has joined #ubuntu-devel === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel [06:37] ScottK: oh damn. clamav != spamassassin === Hobbsee should really go to bed. [06:38] Hobbsee: assuming you're gmt+12, yeah, i think so. [06:38] +12? that might be a bit far. [06:38] i think we're only +10 or +11. [06:38] it's almost 3am, nayway [06:39] oh then it's not late. === Zdra [n=zdra@218.186-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel [06:39] Hobbsee: Yes? [06:40] ScottK: you'll find out. [06:40] I see it. [06:40] Want to ack it anyway? [06:40] Or does that one still count? [06:41] ScottK: if i cant figure out which source package is which, do you really expect me to be able to make that kind of decision at this hour? [06:41] ScottK: i'd like to see the upstream changelog [06:42] Hobbsee: Upstream changelog diff is in the bug now. === Hobbsee will look later [06:42] OK === EvanCarroll [n=ecarroll@gimli.grokthis.net] has left #ubuntu-devel [] === Yvonne [n=Yvonne@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel === RadiantFire [n=ryan@upstream/dev/RadiantFire] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === dpm [n=dpm@p54A12E75.dip0.t-ipconnect.de] has joined #ubuntu-devel === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel === j_ack [n=j_ack@p508D86F2.dip0.t-ipconnect.de] has joined #ubuntu-devel [07:00] mjg59: how come so few things are soon in alsamixer now; eg. no modem or many of the other options there used to be [07:00] sladen: It depends what the driver claims the hardware exposes === tkamppeter [n=till@bl8-112-71.dsl.telepac.pt] has joined #ubuntu-devel [07:01] carlos: changing the names of the po in the export is not nice [07:01] mjg59: so things like jacksense are now intentially hidden by the driver? [07:02] I think hda is sufficiently complicated that it doesn't make sense to think of jack sense as a single micer element [07:05] which is all and well should jack sense actually work === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-devel [07:06] pwnguin: Well, it wouldn't help in this case - if there were a mixer option, it wouldn't work either [07:06] In ac97 there was a standard codec register that corresponded to that [07:06] So it was nice and straightforward [07:07] actually [07:07] i have a headphone element [07:07] that works [07:08] toggles the headphone jack, then just turn down the front speakers [07:08] Yeah, that's a definition of "works" that is somewhat less than ideal :) === Skiessi [n=qwe@dsl-roibrasgw1-ff90c100-219.dhcp.inet.fi] has joined #ubuntu-devel [07:09] its better than the older versions of works [07:09] that included not being able to turn the front speakers down [07:11] i think i misinterpreted the conversation as saying they did away with that [07:11] No === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel === m1ke [n=mike@c-67-186-85-180.hsd1.il.comcast.net] has joined #ubuntu-devel [07:15] well, i think theorerically, there is no "mic" jack [07:15] just a conventional one === ryu [n=chris@unaffiliated/ryu] has joined #ubuntu-devel === norsetto [n=Cesare@host40-26-dynamic.6-87-r.retail.telecomitalia.it] has joined #ubuntu-devel === Gerrath [n=Gerrath_@unaffiliated/gerrath] has joined #ubuntu-devel === altf2o [n=altf2o@207-109-40-220.ptld.qwest.net] has joined #Ubuntu-devel === dexem__ [n=dani@60.Red-80-35-34.staticIP.rima-tde.net] has joined #ubuntu-devel === zenrox [n=zenrox@pool-71-115-208-222.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === slytherin [n=onkar@pdpc/supporter/base/slytherin] has joined #ubuntu-devel [07:38] pitti, still there === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-devel === dendrobates is now known as dendro-away === zerbero__2 [n=jga@pD9E63D64.dip.t-dialin.net] has joined #ubuntu-devel [07:42] if I lose (fullscreen) video after suspend/resume, who's bug would that likely be? X? kernel? === norsetto_ [n=Cesare@host40-26-dynamic.6-87-r.retail.telecomitalia.it] has joined #ubuntu-devel [07:43] also, if I can't suspend/resume while on batter, kernel? [07:43] batterY [07:43] elmo: i think it's kernel === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === me_ [n=me@c-264be055.441-1-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu-devel [07:45] emacs22-gtk takes 100% cpu here... and I can't find any emacs bugs in launchpad... not tracked there? (or better yet, anybody know how to fix it :) [07:47] me_: start at https://bugs.launchpad.net/ubuntu/+source/emacs22 === cr3 [n=cr3@modemcable178.77-70-69.static.videotron.ca] has left #ubuntu-devel [] [07:47] don't use bare /emacs or whatever unless you're intentionally filing an upstream bug === slytherin [n=onkar@pdpc/supporter/base/slytherin] has left #ubuntu-devel [] === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel [07:50] Is there a chance anyone could give me some advice on this brightside thing? Trying to figure out a good way to tell it to use xscreensaver or gnome-screensaver dynamically. I should be able to use gconf but I don't see a sane way to do that. [07:52] cjwatson: ok, thanks... I guess I'll file a new bug... though I think I've read something about this behavior before [07:52] me_: bug 147756 [07:52] Launchpad bug 147756 in tracker "Possible memory leak in trackerd" [Undecided,New] https://launchpad.net/bugs/147756 [07:55] seb128: hi, what do you mean by 'changing the names of the po in the export is not nice' ? [07:56] asac, ping [07:57] superm1: yes? === cypherbios [n=cyr@ubuntu/member/cypherbios] has joined #ubuntu-devel [07:57] hi asac, i just wanted to check on bug 95064, with an idea of when to expect an upload with it (We were going to work around it with mythbuntu if its going to be a bit) [07:57] Launchpad bug 95064 in network-manager-applet "add XFCE to OnlyShowIn" [Medium,In progress] https://launchpad.net/bugs/95064 [07:58] superm1: tomorrow :) (or maybe even today) [07:58] okay cool :) [07:58] pitti: are the new freezes already applying? i.e., can we upload bug-fix releases without asking for an UVFe? [07:59] pitti: https://wiki.ubuntu.com/FeatureFreeze says that there's no problem with bug fix releases, but I'm not sure that applies for Gutsy... [08:00] mdke, ping [08:00] ogra: (In case I'm not around at the moment, please provide a bit of information about what you want and I will respond when I get back) === mvo_ [n=egon@p54A66BD0.dip.t-dialin.net] has joined #ubuntu-devel [08:04] pochu: yes, as announced that's effective now; please be considerate, though :) === Gerrath [n=Gerrath_@unaffiliated/gerrath] has joined #ubuntu-devel [08:04] tkamppeter: re === Kopfgeldjaeger [n=nicolai@p54AD7EB1.dip.t-dialin.net] has joined #ubuntu-devel === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-devel [08:05] hi [08:05] pitti: sure, will be (and I need a core-dev to upload too ;) ). Thanks for the info. === pochu closes the new bug report page :) [08:07] pitti, have you seen my last answer, the "Unable to find apparmor_parser, installation problem?: Failed." was only in the log of the bug report. I could not reproduce it. [08:08] tkamppeter: I saw it, yes; but I have no idea about it === Spads [n=spacehob@host-87-74-18-7.bulldogdsl.com] has joined #ubuntu-devel === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel [08:18] pitti, did you have a look into the other "failed to install/upgrade" bugs which I have listed earlier? [08:19] ubotu: That one doesn't seem to be emacs related... ? === dendro-away is now known as dendrobates [08:19] ah, sorry [08:19] Kmos: That one doesn't seem to be emacs related... ? [08:20] me_: no.. i confused with someone who talks about a tracker bug [08:20] me_: sorry === gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel === DHGE [n=alois@i59F60F5A.versanet.de] has joined #ubuntu-devel === clem92 [n=clemens@85-127-223-38.dynamic.adsl-line.inode.at] has left #ubuntu-devel [] === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === sabdfl [i=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has left #ubuntu-devel [] === Spads [n=spacehob@host-87-74-18-7.bulldogdsl.com] has joined #ubuntu-devel === thekorn [n=markus@a89-182-30-185.net-htp.de] has joined #ubuntu-devel === thekorn_ [n=markus@a89-182-30-185.net-htp.de] has joined #ubuntu-devel === mbiebl [n=michael@e180074003.adsl.alicedsl.de] has joined #ubuntu-devel === effraie [n=effraie@ubuntu/member/effraie] has joined #ubuntu-devel === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #ubuntu-devel === Gman [i=gman@nat/sun/x-8b74ebb5dfef0e8a] has joined #ubuntu-devel === mvo_ [n=egon@p54A66BD0.dip.t-dialin.net] has joined #ubuntu-devel === mc44_ [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel === mc44_ is now known as mc44 === agoliveira [n=adilson@201.22.82.84.adsl.gvt.net.br] has joined #ubuntu-devel === glatzor [n=renate@p54975772.dip.t-dialin.net] has joined #ubuntu-devel === effraie_ [n=effraie@ubuntu/member/effraie] has joined #ubuntu-devel === effraie_ is now known as effraie === ivoks [n=ivoks@36-179.dsl.iskon.hr] has joined #ubuntu-devel === Mez_ [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel === lemsx1 [n=lemsx1@p86-65.acedsl.com] has left #ubuntu-devel [] === fabiux [n=fabiux@82.84.95.197] has joined #ubuntu-devel === tkamppeter_ [n=till@bl7-127-204.dsl.telepac.pt] has joined #ubuntu-devel === Windkracht8 [n=bartv@s5590a7a1.adsl.wanadoo.nl] has joined #ubuntu-devel === tkamppeter_ is now known as tkamppeter [09:38] Hello all, I have a problem with starting gdm on gutsy, can someone tell me what data is needed to make a bug report === 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 [] [09:42] Windkracht8: Try #ubuntu-bugs. === Windkracht8 [n=bartv@s5590a7a1.adsl.wanadoo.nl] has left #ubuntu-devel [] === hunger [n=tobias@p54A7225A.dip0.t-ipconnect.de] has joined #ubuntu-devel [09:53] Any progress on the bluetooth front? === hoora80 [i=hoora@gateway/tor/x-cd704772da25f027] has joined #ubuntu-devel === rluberti [n=rluberti@85-18-55-36.ip.fastwebnet.it] has joined #ubuntu-devel === rluberti [n=rluberti@85-18-55-36.ip.fastwebnet.it] has left #ubuntu-devel [] === asisak [n=conp@ubuntu/member/coNP] has joined #ubuntu-devel === thekorn_ [n=markus@a89-182-30-185.net-htp.de] has joined #ubuntu-devel === thekorn [n=markus@a89-182-30-185.net-htp.de] has joined #ubuntu-devel === lamego [n=Future@81.84.194.98] has joined #ubuntu-devel === norsetto [n=Cesare@host40-26-dynamic.6-87-r.retail.telecomitalia.it] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.11.81.revip2.asianet.co.th] has joined #ubuntu-devel === tkamppeter_ [n=till@bl10-91-227.dsl.telepac.pt] has joined #ubuntu-devel === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel === KristianL [n=kristian@unaffiliated/kristianl] has joined #ubuntu-devel [10:18] keescook: Hi, are you interested in a debdiff for an imagemagick merge (fixing several CVEs)? [10:19] hello bryce [10:19] hi glatzor [10:20] bryce: I disabled support for ati and intel drivers in guidance. Riddell will upload a new version sson [10:20] soon [10:20] dear ubuntu-archive god-of-the-day: gcc-4.1 is new on hppa... gcc-4.1-hppa64 needs to be main (kernel build-depend) otherwise I think it's straightforward [10:20] glatzor: good to hear [10:20] who's ubuntu-archive today? Riddell ?? [10:21] geser: keescook might also be a good one to look at the gnupg upload. [10:21] bryce: no it is time to disappoint the users. I plan to blog about this issue before the release. [10:22] bryce: regarding from what I have read on the German forums many users expect to have finnally solved all monitor related issues with randr 1.2 [10:22] and they hope to configure it with the "new" gui === ompaul [n=ompaul@freenode/staff/gnewsense.ompaul] has joined #ubuntu-devel === bryce nods [10:23] however, the only way to have achieved that would be to not update any of the drivers, since upstream is moving everything to xrandr now [10:23] certainly would be better to just add xrandr support to displayconfig-gtk [10:23] lamont: Mithrandir on monday's, but he's often too busy [10:24] ok [10:24] Riddell: ISTR hearing you say it was your archive today... [10:24] bryce: I am still unsure in which direction displayconfig should go, extending the current infrastructure by randr 1.2 or a greater rewrite with 2+ monitor support [10:24] lamont: I'm tomorrow [10:24] ah, ok. [10:24] you wanna NEW gcc-4.1/hppa, or should I poke Mithrandir ? [10:25] bryce: but do you know any graphics card that can support more than 2 outputs? [10:25] lamont: let me look [10:26] glatzor: I've never seen one but it wouldn't surprise me to hear they exist [10:26] lamont: accepted === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel [10:26] Riddell: and gcc-4.1-hppa64 promoted to main? [10:26] it "used-to-was-be" [10:26] bryce: I would like to avoid adding complexity to the user interface that only covers a very small set of use cases. [10:28] glatzor: It would seem the priority would be to get the dual monitor xrandr set up working, since this is what is described in the DisplayConfigGtk spec - it does say there explicitly that >2 heads is not going to be supported yet, and I agree those of us with >2 monitors are a small use case [10:29] lamont: I don't follow you [10:29] I was assuming that it was NEW because of gcc-4.1-hppa64 being a new binary package. [10:29] that package needs to be in main [10:30] or why was it blocked? [10:30] bryce: we have written this spec :) === cprov [n=cprov@canonical/launchpad/cprov] has joined #ubuntu-devel [10:31] bryce: I am already thinking about Gutsy+1. [10:31] lamont: several new binaries http://paste.ubuntu-nl.org/39301/ [10:32] Riddell: wow. ok [10:32] and thanks [10:33] glatzor: I think the priorities are 1) single monitor, 2) laptop+external using xrandr 1.2 drivers, 3) dual-head layouts with xrandr 1.2, 4) >2 head support with xrandr 1.2, 5) dual-head with Xinerama [10:34] I don't think 4 can be done yet, but _maybe_ by Hardy [10:35] I list dual head with Xinerama last since it will only be needed for the rare drivers that still don't have xrandr yet; I think as time goes on that set is going to get smaller and smaller, so 5 may even not be needed long term. [10:36] lamont: what was the status of the expect FTBFS fix? [10:37] bryce: do you expect nvidia or fglrx driver with xrandr support in the gutsy time frame? [10:37] no [10:37] slangasek: I thought I did the requestsync on that... [10:38] feh === lamont updates 137837 to request the sync [10:39] glatzor: I'm thinking more of the hardy time frame [10:40] slangasek: sorry - I thought I'd done that. 137837 is now in ubuntu-archive's hands [10:41] ok, thanks [10:42] mind you, the same fix in expect-tcl8.3 demonstrated that expect reaches _very_ deep into tcl internals where it doesn't belong. we don't want that one. (and I may get around to fixing that new FTBFS sometime before we have the package removed from the archive) === tkamppeter__ [n=till@bl10-11-119.dsl.telepac.pt] has joined #ubuntu-devel === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-devel === tkamppeter__ is now known as tkamppeter [10:47] gn8 === _TomB [n=tomb@host86-145-195-250.range86-145.btcentralplus.com] has joined #ubuntu-devel [10:52] geser: yes, please. bug 144425 exists for it [10:52] Launchpad bug 144425 in graphicsmagick "[ImageMagick] security issues with releases prior to 6.3.5-9" [Medium,In progress] https://launchpad.net/bugs/144425 === haggai_ [n=halls@213.165.247.114] has joined #ubuntu-devel [10:58] keescook: http://members.ping.de/~mb/imagemagick.debdiff [10:58] should I attach it to the bug is the link enough for you? [10:59] geser: I can attach it; thanks for building the diff! [11:00] keescook: can you also ACK bug #147822? (fixes CVE-2007-4974) [11:00] Launchpad bug 147822 in libsndfile "Please sync libsndfile (main) from Debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/147822 [11:00] Heap-based buffer overflow in libsndfile 1.0.17 and earlier might allow remote attackers to execute arbitrary code via a FLAC file with crafted PCM data containing a block with a size that exceeds the previous block size. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4974) [11:01] geser: sure thing [11:02] keescook: geser's also done Bug 147343 if you have time for it.... [11:02] Launchpad bug 147343 in gnupg "gpg ignores 1 as valid trust value" [Undecided,Confirmed] https://launchpad.net/bugs/147343 === ryu2 [n=chris@unaffiliated/ryu] has joined #ubuntu-devel === ssam [n=ssam@87.127.117.246] has joined #ubuntu-devel [11:06] ScottK: cool, looking === agoliveira is now known as agoliveira_brb === agoliveira_brb is now known as agoliveira === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel === KristianL [n=kristian@unaffiliated/kristianl] has joined #ubuntu-devel === frostburn [n=archlich@cpe-74-74-219-225.rochester.res.rr.com] has joined #ubuntu-devel === yasin [n=hayalgoz@88.228.18.186] has joined #ubuntu-devel === didymo [n=ashley@CPE-61-9-197-223.static.nsw.bigpond.net.au] has joined #ubuntu-devel === calc [n=ccheney@conr-adsl-209-169-106-188.consolidated.net] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-209-217-119-72.d-ip.magma.ca] has joined #ubuntu-devel === Luke_S [n=lukescot@adsl-63-198-12-38.dsl.snfc21.pacbell.net] has joined #ubuntu-devel [11:43] How do I get a list of milestoned bugs assigned to myself or a team? [11:44] Ah, I can order by milestone and then guess where the cutoff is. [11:44] Hi... is there a way to rebuild an install CD to have a custom usplash screen, the x window system with the minimum necessary packages, and a few cusotm packages? (make it boot into a custom X based application. no desktop manager) === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has left #ubuntu-devel [] [11:47] soren: Would you please have a look at Bug #147861. It catches a CVE fix. [11:47] Launchpad bug 147861 in inotify-tools "[UVFe] Update to inotify-tools 3.11" [Undecided,New] https://launchpad.net/bugs/147861 [11:50] ScottK: Am i the only one who is annoyed by the policy of requiring a diffstat, but not the actual diff? [11:50] ScottK: Now I can see that there's 10 new lines in libinotifytools/src/inotifytools.c, but what it they're all crack? [11:50] Grr... [11:52] ScottK, geser: Ack'ed. [11:52] Luke_S: yes, https://help.ubuntu.com/community/LiveCDCustomization [11:52] soren: if you are still interested: http://members.ping.de/~mb/inotify-tools.debdiff [11:53] I am :) === ryu2 is now known as ryu [11:56] geser: Thanks for that! :) === RadiantFire [n=ryan@upstream/dev/RadiantFire] has joined #ubuntu-devel [12:04] soren: is there any progress on #119075? it's still assigned to you, who is the "resident Debian maintainer person" mentioned in the log? === Gerrath [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel [12:04] (bug #119075, let's make that) [12:04] Launchpad bug 119075 in mysql-dfsg-5.0 "Root password policy for mysql" [High,Confirmed] https://launchpad.net/bugs/119075 [12:06] slangasek: funny, I was just writing about it in my weekly activity report. :) [12:06] slangasek: If you hang on for two minutes, it'll hit your inbox :) [12:07] soren: yeah, I think diffstats are rather unhelpful and pointless too === Toadstoo1 [n=jcorbier@cl-266.bru-01.be.sixxs.net] has joined #ubuntu-devel [12:07] cjwatson: What's the policy for UVFe request for main? Same? [12:07] do something sensible [12:07] diff is just fine [12:09] soren: heh, cheers [12:12] smurf: Hi again, I tested with a feisty live CD and the problem also exists there with generated acpi events when changing brightness via sysfs. [12:13] smurf: so it's not a regression, "just" an annoying DSDT "feature". [12:19] soren: FWIW, my take on the question, if the permanent fix isn't available yet, is that it's better to prompt for a mysql root password than to leave the server unsecured, and it's better to prompt for this password during the install then to require the user to take some post-installation action before being able to use the server. do you agree? [12:20] slangasek: Are you familiar with the policy about questions during install? [12:20] keescook: that's those kdelibs/base and qt3/4 security patches all up to date in gutsy [12:21] soren: perhaps not. :) === jml [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #ubuntu-devel [12:23] soren: but feel free to turn the comparison on its head, as an assertion that these two options are both worse than a "prompt during install" option that's considered unacceptable [12:23] soren: FWIW, the policy applies to the default Ubuntu desktop install [12:24] (i.e., I'm not saying "we should prompt during install", I'm saying "we should rule out these other solutions and see what's left") [12:24] cjwatson: Ah, really? [12:24] soren: if it's necessary to achieve security, I don't think anyone's going to shoot you for an extra question during the Ubuntu server install if you select a task involving the mysql server [12:24] cjwatson: I've never seen it in writing, actually. [12:24] soren: though it probably ought to be regarded as a bug and removed again in a future release [12:25] cjwatson: The reason it came up, was because someone (fabbione, I think) pointed out that we shouldn't be asking more questions than in previous releases due to a sabdfl decree :) [12:25] soren: it's sort of one of the bits that are embedded in the heads of the founding developers and people have varying interpretations [12:25] but the original decree was in the days when we had one CD and that was it === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #ubuntu-devel [12:25] we should of course avoid drifting towards infinity-questions installs [12:26] cjwatson: Of course, of course. [12:26] https://wiki.ubuntu.com/UbuntuArchitecture states something in the general vicinity of this but isn't terribly explicit [12:26] I'll see if I can think of something coherent [12:27] "Applications should work immediately upon installation, without requiring additional steps, whenever possible. This "instant gratification" makes users more productive and allows them to explore the software choices available" [12:27] cjwatson: That would be much appreciated. It's one of the policies many people refer to, but noone can actually define. [12:27] soren: like slangasek, I'm not saying "you should do this", but don't discard it out of hand [12:27] there you go, installing a broken mysql server package and expecting the user to configure it later is a bad idea ;) [12:28] cjwatson: Well, since we're in no position to do the "right thing" (i.e. making the mysql-owning user able to do admin stuff to mysql), the proper thing to do IMO is ask the question. [12:29] I just thought that was out of the question. [12:29] soren: setting a random password isn't an acceptable workaround? [12:29] slangasek: No. [12:29] ok [12:29] slangasek: That makes it *really* difficult for novice admins to do anything at all to their mysql server. [12:30] slangasek: They'd have to either remember to write it down if we show it during install (noone ever does that) or be able to find it easily somewhere. [12:30] ...but making it easy to find, makes it hard to keep secret :) [12:31] right, or if we gave them a way to reset the password without knowing it, this would be Ubuntu-specific and not described in any of the upstream/generic howtos [12:31] slangasek: I had a patch to do that, actually. === keescook hugs Riddell [12:31] plus showing a password during install is an instant pass for a hysterical slashdot article ;) [12:31] slangasek: It used the debian-sys-maint user, but it was rejected, afair. [12:33] I'll see if I can dig it up and see if it makes sense at this point. Tomorrow, though. === soren -> bed [12:33] ok, 'night [12:33] Night, all.