[00:15] NCommander: ok === xomas is now known as xomas_ === xomas_ is now known as xomas [00:36] how do you like that... mke2fs now defaults to using the 256 byte inodes... I really need to fix e2defrag to understand those... [00:41] Anyone know of a 'very' stable network driver? [00:41] forcedeth and r8169 so far have proved unstable for me. [00:51] http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx lists Canonical Limited as licensee of h264 anyone around who knows more about that? [00:52] quentusrex: tg3 works for me [00:53] quentusrex: the e1000 family are probably the best [01:00] wow... starting with a clean filesystem then restoring a dump of my stable karmic root fs, e2fsck reports only 4.2% fragmentation.... after defragmentation, dumping the fs went from 2:14 to 1:24, taring the fs went from 5:10 to 4:09 [01:00] Keybuk, any idea who or how to debug an unstable driver issue? [01:00] no idea [01:01] * psusi really needs to get defrag working on ext4 [01:02] psusi: I thought file fragmentation was not such an issue on ext filesystems. [01:02] TheMuso, uh-huh.... [01:03] strange thing is that e2fsck reports only 0.2% fragmentation on the original karmic filesystem... dumping and restoring to a clean fs should give LOWER fragmentation... [01:05] because it's talking about inode fragmentation [01:05] not data fragmentation [01:06] what do you mean? [01:06] do you know the difference between the two? [01:07] if a file's data is in 2 non contiguous chunks, fsck counts it as fragmented.... it used to count it as fragmented if it was in two chunks because its indrect block was in the middle, which I would not consider fragmented... but it seems they have fixed that [01:07] sooooorta [01:08] since it now reports 0.0% fragmentation after an e2defrag run, but it used to say otherwise since the indirect blocks were interleaved with the data [01:11] so what do you mean by inode fragmentation? [01:14] look it up ;) [01:14] bed for me [01:17] * psusi has fun digging into debugfs === genii is now known as Amastasius === Amastasius is now known as genii === emma is now known as skampler === skampler is now known as Guest79289 === Guest79289 is now known as emma [02:08] TheMuso: fragmentation can be a huge issue especially if you do any torrent transfers [02:09] TheMuso: i've had isos so fragmented i couldn't burn them without constantly running the buffer out [02:10] ccheney: ah ok. [02:10] yep, agreed with ccheney [02:10] if you have extremely slow growing files like torrents mixed with other ordinary write traffic, ext*fs fails at preventing fragmentation [02:10] when I used ext3/4, after a torrent is done I'd cp it once before playing. [02:11] on my 5400rpm laptop hard drive at times the fragmentation was so bad I couldn't play a movie file in realtime [02:11] looks like the lucid beta 1 iso I downloaded and am still seeing diwth transmission only has 16 fragments.... not bad at all [02:12] ext4 helped a lot with delayed allocation if you've got no other IO traffic at the time. [02:12] but if you mix in other write traffic or out-of-memory pressure, you're back to square one. [02:12] in my experience, XFS has been the best filesystem at preventing fragmentation in torrent-like workloads [02:12] though it has a wealth of other caveats, of course. [02:14] jdong: there is an API you can use to tell the os the file size [02:14] weird.... if I restore a dump to a clean fs it shows some fragmentation under e2fsck... copying the original fs the dump was taken from to the same clean fs with cp -a and fsck shows 0.0% fragmentation [02:14] which torrent should ue. [02:14] of course the cp takes about twice as long as restoring the dump... [02:15] lifeless: yeah, nowadays torrent clients are using it more; wasn't the case 2-ish ubuntu releases ago [02:21] I just wish restore was a true inverse of dump === persia` is now known as persia [02:32] I remember when pluggable devices automatically mounted for me... [02:32] what did I break when I upgraded to lucid? [02:33] this time, at least I have a ck session [02:49] start: Unknown job: squid [02:49] did we mean to kill squid? [02:51] lamont: try squid2/squid3 perhaps? [02:52] start: Unknown job: squid2 [02:52] 2.7 is installed, and I'd kind of expect apt-get install squid to actually succeed in launching the process [02:53] Interesting theory. [02:53] https://bugs.edge.launchpad.net/ubuntu/+source/squid/+bug/523621 seems relevant to my interests [02:53] Ubuntu bug 523621 in squid "squid_2.7.STABLE7-1ubuntu5 fails to install with " Unknown job: squid" error " [Undecided,Won't fix] [02:54] At least we've established no one cares. [02:54] lamont: is there an old style script ? [02:55] dpkg --contents /var/cache/apt/archives/squid_2.7.STABLE7-1ubuntu9_amd64.deb | grep init.d [02:55] drwxr-xr-x root/root 0 2010-03-22 08:45 ./etc/init.d/ [02:55] lrwxrwxrwx root/root 0 2010-03-22 08:45 ./etc/init.d/squid -> /lib/init/upstart-job [02:55] lrwxrwxrwx 1 root root 21 2010-03-22 20:50 /etc/init.d/squid -> /lib/init/upstart-job [02:55] the package is delivering what doesn't work [02:57] Working is highly overrated. That's well accepted these days. The important thing is it uses Upstart. [02:57] yeah - reopened bug 523621 [02:57] Launchpad bug 523621 in squid "squid_2.7.STABLE7-1ubuntu5 fails to install with " Unknown job: squid" error " [Undecided,Won't fix] https://launchpad.net/bugs/523621 [02:58] and stuffed it back to confirmed [02:58] -console output [02:58] expect fork [02:58] -respawn [02:58] I wonder if that was important [03:00] lamont: are you starting it in a chroot or on a regular system ? [03:00] plain old regular out in the real root box [03:00] was working before upgrading to 1ubuntu9 today [03:00] lamont: the initial bug report was about running it in a chroot which doesn't work with upstart unless using the workaround Chuck posted in the bug report [03:01] so that explains why that bug report was marked Won't fix but the upstart job being broken still remains a bug to be fixed :) [03:01] ah, true. it's a poorly titled bug [03:01] meh. filing a new bug then [03:02] yeah, you need to read the first line of the bug report ... title should have been updated accordingly [03:02] It's not clear to me that anyone verified zul's fix works [03:02] So it may well have been prematurely wontfixed since lamont had the same problem outside a chroot. [03:03] ScottK: indeed, though it's true that "start squid" shouldn't work in a chroot and zul's procedure be followed to have squid installed in the chroot (though it'll have to be manually started if one wants it to actually run in the chroot) [03:04] and the prior version worked just fine, -1ubuntu9 regressed. bug 544760 - go ahead and install it... [03:04] Launchpad bug 544760 in squid "fails to start: Unknown job: squid" [Undecided,New] https://launchpad.net/bugs/544760 [03:04] just try [03:07] * stgraber looks [03:07] fwiw, having a mixture of "upstart bitching about using init.d" and "init.d only not yet upstart" jobs on the system is going to be a royal annoyance [03:09] found the issue [03:09] now trying to fix it ;) [03:09] and now to file my fun "nah, I didn't need to actually work on monday" bugset [03:10] was that thing even tested ? the upstart job is simply invalid ... [03:10] lamont: http://pastebin.com/ZCWNRwkw [03:10] I'll upload a fixed package in a few min, would be great if you could confirm the fix [03:12] ok, I have -0ubuntu10 ready to upload with the fix [03:13] ;/wc [03:19] lamont: ? === jamesh__ is now known as jamesh [03:22] stgraber: sure [03:22] sorry for the delay there [03:22] was filing bugs [03:22] 544762 544763 544764 [03:22] 3 _IN_A_ROW_! [03:23] stgraber: where u got the fix? [03:23] bouncing back and forth a bit, so kinda laggy [03:24] lamont: I wrote a few upstart job for LTSP recently, simply looked at the script and saw that something was a bit off ... [03:26] heh [03:29] stgraber: any clues on my "why don't removable media drives mount anymore"? or even what package to throw that against? [03:31] lamont: I'm guessing it's somewhere between udev => udisks => gvfs [03:31] lamont: Start with nautilus, although the issue may live in udisks or udev [03:31] * persia is certain it's not gvfs [03:32] ta [03:36] lamont: btw, as you're around :) I see in the livefs build logs that the LTSP squashfs is building correctly, any idea of when it'll start being included in Edubuntu's DVD .iso ? [03:37] when the bugtask gets done by the cdimage builder [03:37] added the task to the bug earlier today when I was chatting with cjwatson about it [03:38] oh, looks like I have some backlog in my LP mailbox ;) [03:39] https://bugs.edge.launchpad.net/ubuntu-cdimage/+bug/531546 <-- stgraber [03:39] Ubuntu bug 531546 in livecd-rootfs "Have a LTSP chroot built and placed on the Edubuntu DVD" [Undecided,Fix released] [03:39] thanks [03:40] * lamont prepares and uploads 1.108 [03:56] any inkscape experts around to look at bug 529625 ? [03:56] Launchpad bug 529625 in inkscape "Sync openclipart 0.18+dfsg-9 (universe) from Debian unstable (main)" [High,Confirmed] https://launchpad.net/bugs/529625 [03:56] it appears to be a bug in inkscape causing openclipart to not be compilable anymore [03:56] it spews seemingly forever, I killed the build after a 10GB logfile [03:57] the previous build log was apparently 500KB [04:22] hi [04:22] has anyone created a file versioning plugin for nautilus? [04:22] i don't want to duplicate effort by writing my own [04:26] sigh. so what updated today to break my ability to log into my bank [04:26] gonna bet on "java" in some form [04:38] lamont: That would probably be openjdk then, as that was a recent rebuild. [04:41] it's also possible that it's apparmor being mean to it, since I have it somewhat locked down [04:43] * lamont sleeps [05:49] Is "package (<= 2.20.1+), package (>= 2.20.1~)" good way to depend on a particular upstream release version? [05:50] Such that 2.20.2 nor 2.20.0 won't work [06:21] xnox: It ought work, yes. [06:21] persia, thanks =) i've been testing with --compare-versions but wasn't 100% convinced [06:54] Good morning [06:55] pitti: Morning [06:57] pitti: does adding apps to the proper category in software center require an FFe or UiFe? [06:59] micahg: fixing a wrong category? neither, I think [06:59] pitti: how about adding a missing category [06:59] same case [06:59] pitti: ok, thanks [07:04] zul: I uploaded a new nut which unbreaks the udevadm trigger, as discussed in bug 535152 [07:04] Launchpad bug 535152 in nut "FFE for nut 2.4.3" [High,Fix released] https://launchpad.net/bugs/535152 [07:18] good morning [07:19] dholbach: Hi! I got an e-mail about my membership in u-m-s expiring, can you fix? [07:19] hey StevenK [07:19] StevenK: no, but I'll add you to ubuntu-sponsors :) [07:20] StevenK: done [07:21] dholbach: \o/ Thanks! [07:22] anytime :) [07:24] dholbach, good morning =) do you know how many students slots was ubuntu allocated in gsoc - tentatively ? =))))) [07:25] xnox: no [07:25] I don't - sorry [07:26] =( kk thanks [07:47] oh, smeg, uploaded d-i last night and forgot to change the seeds [10:03] cjwatson, hello, could you please have a look at debian bug #575070 of debconf. the new exclusive lock on file databases breaks debconf support in aptdaemon/software-center [10:03] Debian bug 575070 in debconf "Exclusive read-write lock in file db driver breaks running debconf as non-root" [Normal,Open] http://bugs.debian.org/575070 [10:05] glatzor: why aren't you using a separate database? [10:05] bug 522225 [10:05] Launchpad bug 522225 in mysql-dfsg-5.1 "permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb" [High,Fix released] https://launchpad.net/bugs/522225 [10:06] glatzor: oh, I see [10:07] cjwatson, DEBCONF_DB_REPLACE doesn't work :( [10:07] cjwatson, and the non-root deconf-communicate even doesn't want to write to the database at all [10:07] yeah, that's nasty [10:14] glatzor: fixed in svn [10:14] cjwatson, that was fast :) thanks a lot [10:14] * mvo hugs cjwatson [10:19] * cjwatson wonders why that bug doesn't show up on debconf's bug list [10:22] glatzor: would appreciate it if you could try debconf 1.5.30 once it's available (uploaded) [10:22] cjwatson, I already tested the svn version and it seems to work [10:22] cjwatson, thanks a lot once again [10:28] cjwatson: I removed that mailing list from the ~mono team. Could you set ~ubuntu-cli-mono-dev to have ubuntu-mono@l.u.c as its contact address now, please? [10:28] (well, ajmitch did it actually) [10:28] I'll create a script to subscribe to all the packages soon [10:30] * jelmer cheers on james_w [10:30] james_w: thanks for syncing cabal [10:31] http://orangesquash.org.uk/~laney/haskell-installability/i386.png [10:31] lookin gooooooooooood [10:32] Laney - that makes my eyes hurt ;) [10:33] heh, I just look at it zoomed out [10:34] mvo: would it make sense to add archive.canonical.com and ppa.launchpad.net to /etc/squid-deb-proxy/mirror-dstdomain.acl? [10:35] mvo: if squid-deb-proxy-client is installed, will it fall back to "regular http" if the proxy can't deliver? === dendrobates is now known as dendro-afk [10:37] Laney: LP still won't let me [10:37] * cjwatson asks #launchpad [10:42] cheers [10:43] * Laney rips off edit_acl.py [10:55] dholbach: archive.c.c I think makes sense, not sure about ppa [11:06] mvo: what about the other question? :) [11:06] mvo: will apt fallback to regular http if the proxy doesn't do "ppa.launchpad.net" for example? [11:09] pitti: what would stop my camera showing up at all? Is is a dbus thing I want to file a bug but I'm not sure against what. [11:13] pitti: infact scrap that, things just got weirder my camera is showing up as a media player in RB rather than as a camera [11:27] pitti, hi [11:30] Hello. Are there any plans for releasing Firefox 3.6? It fixes a serious remote exploit bug.. My 9.10 only offers 3.5.8 === ogra_ is now known as ogra [11:39] davmor2: can you please do "ubuntu-bug storage" with the camera? that'll collect all the necessary info for me [11:39] hi tkamppeter [11:40] pitti: np's thanks [11:54] mvo: Heya; when creating a pbuilder env today, I got: /usr/lib/apt/methods/http: symbol lookup error: /usr/lib/apt/methods/http: undefined symbol: _Z14maybe_add_authR3URISs [11:54] mvo: I'm quite surprized that /usr/lib/apt/methods/http breaks -- it's from the apt package and should move with the rest of the APT ABI?! [11:55] pitti, it is about HPLIP FTBFS, our buildds does not identify itself as a Ubuntu box with lsb_release and so a Ubuntu-only patch does not work. [11:55] tkamppeter: they should [11:55] tkamppeter: I have many packages which rely on that [11:56] tkamppeter: did you add an lsb-release build dependency? [11:59] pitti: bug 544994, I've assigned it to you and added a snapshot of it showing up in rb and not nautilus. [11:59] Launchpad bug 544994 in linux "Fugi FinePix S5800 is showning up as a media player and not a camera" [Undecided,New] https://launchpad.net/bugs/544994 [11:59] pitti, no, I did not, I simply assumed that it is standard. [12:00] 15 conflicts encountered. [12:00] zsh: exit 1 bzr merge lp:plymouth [12:00] *cry* [12:00] davmor2: thanks [12:04] mvo: Apparently specific to cowbuilder, worked with pbuilder so I've used that [12:04] pitti: is apport tested with the new 1.0 LP API? as the beta API is EOL in April 2011. A quick grep shows that apport/crashdb_impl/launchpad.py still uses "transitionTo..." [12:05] geser: oh, did that change? [12:05] geser: I'm usually testing against staging, but unfortunately +storeblob is terminally broken on staging, so the test suite doesn't work any more [12:06] pitti: the beta API is still available but only till April 2011 (EOL of karmic), the 1.0 API is supposed to stay till EOL of lucid (April 2015) [see https://edge.launchpad.net/+apidoc/] [12:09] geser: would you mind creating/assigning a bug to me about it? (I've been knee-deep in gdm/gsd keyboard code for 4 hours now, and want to finish this first) [12:09] pitti: the main difference between the "beta" and "1.0" API is that the removal of mutator methods (for e.g. status, importance, assignee) [12:09] pitti: sure [12:09] geser: danke === sconklin-afk is now known as sconklin [12:17] lool: very odd indeed [12:17] lool: reproducable? [12:23] mvo: No, but I upgraded my system in the meantime [12:23] I had already updated this morning though [12:23] This is really werid [12:23] mvo: I don't know what happened the first ime [12:24] sudo cowbuilder --create --distribution lucid was how I got it [12:24] note-to-self ... teach slangasek about "sending patches upstream" :p [12:29] davmor2, just confirmed bug 544994 [12:29] Launchpad bug 544994 in linux "Fugi FinePix S5800 is showning up as a media player and not a camera" [Undecided,New] https://launchpad.net/bugs/544994 [12:32] where would I complain about unsolicited email from Canonical? [12:35] pabs3: would that be an email to test landscape perhaps? [12:35] yes === Mamarok_ is now known as Mamarok [12:43] pabs3: apparently this was only meant to have been sent to people who were current candidates for jobs at Canonical, but was mistakenly sent to rather more people than that; the Landscape people are looking into it [12:43] pabs3: (it has nothing to do with me ...) [12:44] pabs3, yours is the second complaint i've seen [12:44] why would this interest even current candidates? [12:44] * pabs3 agrees with libv [12:44] 4th I've seen, but I just pasted them all what cjwatson said :) [12:45] it wasn't meant to be sent to current candidates [12:45] (mistakes happen) [12:45] i also wasted time on this, not knowing what it was. [12:45] matumba: Thanks :) [12:46] cjwatson: thanks for the info, I'll refrain from mailing abuse@c.o and mark [12:50] current candidates> oh, ok [12:52] highvoltage: I've accepted the invitation for developer-membership-board to join edubuntu-dev; can you make it an admin? [12:54] Hello guys, I've received an invitation for Landscape through mail, what's the meaning of it, Pici told me it was a mistake of some sort, can you enlighten me with this? [12:54] cjwatson: done [12:54] highvoltage: thanks [12:55] blackxored, apparently this was only meant to have been sent to people who were current candidates for jobs at Canonical, but was mistakenly sent to rather more people than that; the Landscape people are looking into it [12:55] I was wrong about "current candidates", I'm told, but I don't have further details [12:55] directhex, thanks [12:56] Riddell, can you let u-boot-omap out of binary NEW ? [12:56] silly xorg-edgers PPA [12:58] Keybuk: do you perhaps happen to know how to dry-run plymouth to test a theme? [12:58] sure [12:58] plymouthd ; plymouth --show-splash [12:58] :D [12:58] ogra: accepted! [12:59] * ogra hugs Riddell [12:59] just in time for mobile meeting :) [13:00] highvoltage: try it in X ... you may be surprised [13:02] Keybuk: ok :) [13:04] Keybuk: nice, thanks! [13:06] plymouth quit to get rid of it, obviosuly [13:07] you have two windows of different sizes so you can make sure your theme works with multi-head [13:09] hi all, I am trying to registera new blueprint [13:09] Keybuk: ah, clever! [13:09] choosing hte Ubuntu project says it is too wide and I Have to narrow my search [13:10] what is the correct project name for hte operating system project? [13:10] pitti, thanks, new HPLIP is uploaded and did not give any FTBFS. [13:11] anybody knows if davd ben simon lurks around here ? [13:11] *david [13:21] stgraber: where does the LTSP squashfs need to go on the Edubuntu DVD? [13:22] pitti: are you aware that python throws up a small error while apport attaches the hardware information (only seen on cli)? [13:24] I asked in upstart and they recommended I move here.... Is $LANG an acceptable (and expected to be future supported) way to support locales in upstart? If not, could someone recommend something else? This is in reference to this potential patch for MythTV that is attached to https://bugs.launchpad.net/bugs/541042 [13:24] Ubuntu bug 541042 in mythbuntu "locale is not set up before mythtv-backend start" [Medium,Triaged] [13:24] cjwatson: ltsp/i386.img would be great [13:25] highvoltage: ^ just so you know where it'll be ;) [13:25] stgraber: ok thanks [13:26] stgraber: that's the path from the root of the image? how about amd64 images? [13:26] stgraber: is it necessary to put the architecture name in the image filename? [13:31] cjwatson: for now we're going to stick with only i386 images for the live infrastructure, if someone needs amd64 they'll have to install [13:31] so I should do this only for the i386 Edubuntu DVD image? [13:32] cjwatson: the i386 chroot will work on the amd64 disc (or at least, there's no reason why it shouldn't), so we'd like it on the amd64 discs as well [13:32] right stgraber? [13:32] hmm. cross-architecture stuff might be tricky. [13:32] I'll see what I can do [13:32] cjwatson: many people use amd64 servers with i386 ltsp chroots, it's a common use case. [13:33] cjwatson: ah you meant from a built perspective? sorry I think I'm with you now. [13:33] (s/built/build/) [13:33] that's what I mean, yes === MacSlow is now known as MacSlow|lunch [13:39] cjwatson: it's the i386.img for both amd64 and i386, so path is the same on both [13:40] looks like highvoltage was a lot faster than me on that one ;) [13:43] stgraber: there shouldn't be any build issues right? you'd just have to pass --arch for the debootstrap on the amd64 build host? [13:43] nah, will just fetch the i386 build for the amd64 CD build too [13:44] no point building it twice if it's just the same [13:45] that sounds good. [13:46] highvoltage: sure we could build it twice but we'll save quite a few mins of build time if we don't === jamie is now known as Guest95244 [13:56] * Keybuk crosses his fingers and does the "please don't crash my X server" dance === worellana_ is now known as worellana [14:01] COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME [14:01] Xorg 1027 root 5u CHR 4,7 0t0 1302 /dev/tty7 [14:01] lt-plymou 18140 root 0u CHR 4,7 0t0 1302 /dev/tty7 [14:01] lt-plymou 18140 root 1u CHR 4,7 0t0 1302 /dev/tty7 [14:01] lt-plymou 18140 root 2u CHR 4,7 0t0 1302 /dev/tty7 [14:01] hmm [14:01] I wonder if there's a magic lsof flag to tell me which of those is the process group leader for the tty [14:03] you mean between 1027 and 18140? ps should tell you no? [14:08] Keybuk: ps -f lists parent PID [14:09] no, that tells you their pgid ;) [14:09] I want to know which one is controlling that terminal [14:12] smoser, any feedback on 542395? [14:20] doko_, i will test right now. i'm at a hotel with 40k download cap [14:20] spent last night downloading [14:20] :) [14:21] smoser: thanks, no haste! [14:25] doko_, fixed. thank you. [14:26] smoser: ok, closing [14:26] already did. [14:30] stgraber,highvoltage: er, yeah, so ignore the Edubuntu DVD build I just did please, it turns out it helps to use the correct squashfs [14:30] rebuilding ... === dendro-afk is now known as dendrobates [14:31] ok [14:43] Does the 10.04 installer account for ssd block sizes when partitioning and setting up file systems? [14:43] Keybuk: # #2c001e --> 0.16, 0.00, 0.12 <- how does that conversion work!? === geser_ is now known as geser [14:46] highvoltage: ask tseliot ;-) [14:46] Keybuk: ok :) [14:46] though it's roughly right isn't it? [14:47] I'm not sure what 0.16 means. afaik 2c = 44. [14:47] 0.16 means 0.16 [14:47] 16% [14:47] etc. [14:47] ah! got it [14:48] highvoltage: I'm pretty sure I put this bit of information in the code but anyway, you need the rgb values [14:49] tseliot: though, 2c isn't 0.16 ;-) [14:49] highvoltage: and then you'll have to divide them by 256 [14:49] tseliot: heh, it seems mentioned everywhere in the theme except where I was working on atm (the background colours), I'll add it there for the edubuntu theme just in case someone wonders again [14:49] example: #ffffff => RGB 255 255 255 => 1 1 1 [14:50] :-) [14:51] apw: linux-meta-qcm-msm for main or universe? [14:52] Riddell: news on the kubuntu bootsplash theme? [14:53] kirkland: http://qa.ubuntu.com/reports/bug-fixing/lucid-fixes-report.html [14:53] kirkland: I caught up! :-) [14:53] tseliot: we have some designs, nothing final yet. maybe it's worth making the package now with a filler logo to get the technical side sorted? === MacSlow|lunch is now known as MacSlow [14:54] Riddell: it's bug ##507238 [14:54] bug #507238 [14:54] Launchpad bug 507238 in plymouth "No alternatives support for default theme yet, all themes in main package" [Medium,Triaged] https://launchpad.net/bugs/507238 [14:55] Keybuk: I won't upload my smooth transition patch for kdm (which I need to clean up anyway) until you upload your fix for plymouth so that quit and deactivate work correctly when X fails [14:55] bryceh: do we want wacom-tools back in the archive? removal log says "renamed to xf86-input-wacom" [14:57] rafiyr: yes, though it's a first attempt at doing so and it may be wrong [14:58] tseliot: that should be today [14:58] I have it merged in my working tree [14:58] and I'm just fixing your plugin ;-) [14:58] cjwatson: thanks. [14:59] Keybuk: nice. Do you mean the 16 colours renderer or my theme? [14:59] tseliot: your theme [14:59] adding Window.GetX() + to various bits where you center them [14:59] to be fair, Charlie only realised that this was needed yesterday [15:00] rafiyr: are you having problems with it? [15:00] but damn you for being insufficiently prescient :p [15:00] Keybuk: hehe. Why is that necessary? In case of multiple heads? [15:00] tseliot: yup! [15:00] cjwatson: not yet. Just planning for a new machine, wanted to know if I should prepartition or let the installer have a go at it. [15:01] multiple heads that are hardware offset [15:01] ie. one overlapping the other [15:01] plymouth gives you one big screen with two windows then [15:01] apparently [15:01] rafiyr: it should basically work it out - if nothing else, if it can't figure out anything better, it tends to align things to 1MiB boundaries now [15:01] which is better for most SSDs, slightly less friendly to 1980s-era Winchester hard disks, and makes little difference on anything else :-) [15:02] cjwatson: Good to know. mostly thinking about performance. [15:02] cjwatson: ya wouldn't be so good to give the first 1MB to the partition table and boot block on my 5MB drive. [15:03] Keybuk: BTW the version of plymouth I've been working with didn't have getters for coordinates yet, so no GetX(), etc. That would allow me to clean up my code a bit [15:03] cjwatson: Though I mostly just keep the 14" platters hanging on the wall instead of trying to run bloated systems like linux off them. === dendrobates is now known as dendro-afk [15:04] tseliot: is all pushed if you want to play [15:04] plymouthd;plymouth --show-splash works just fine in X now [15:04] so you can send messages, get keys, etc. [15:04] rafiyr: was more thinking about the fact that disks that really had 63-sector cylinders tended to like partitions to be aligned on them [15:04] and see the different effect on the two "heads" [15:05] rafiyr: which is why most people's /dev/sda1 is 32.5KiB from the start of the disk [15:05] Keybuk: very nice. The only problem with the X renderer, from what I remember, was that hiding the splash would freeze X as plymouth seemed to mess with drm [15:06] cjwatson: fair point. [15:06] tseliot: I fixed that :p [15:06] (current lucid has the fix) [15:07] Keybuk: fantastic. We should add your photo to the Ubuntu logo in the bootsplash :-) [15:08] (but then you would have to render it in 16 colours :-P ) [15:09] haha, why my photo? [15:09] because without you plymouth in Lucid would still be in a rather sorry state ;) [15:10] as long as I get the credit, and someone else gets the blame :p [15:10] let's rename it as it Plybuk or PlyScott :-P [15:11] a bit OT: how about not naming the purple color PLY_TERMINAL_COLOR_BLACK? :P [15:11] cjwatson: Hello SIr [15:12] matumba: because it's black [15:12] matumba: we don't invent a new terminal colour called PURPLE and use that [15:12] matumba: we reprogram the VGA to make the existing black colour more purple ;-0 [15:12] Keybuk, i see [15:13] matumba: Keybuk : Hello [15:13] kusum: hello? [15:13] matumba: http://people.canonical.com/~scott/purple.py [15:13] matumba: ^ run on a text VT [15:13] kusum: hello [15:14] tseliot: so OOI [15:14] tseliot: is the background supposed to be #2c001e or #27001d ? [15:14] cjwatson: Could you give me some guidelines on how to go about it [15:15] Keybuk: let me check [15:15] kusum: I don't know how Pardus is organised. We integrated Wubi into the Ubuntu installer so that Wubi just had to set up a preseed file and then press go [15:16] kusum: but the expertise required for the changes I made was expertise in the Ubuntu installer, not expertise in Wubi [15:16] kusum: since I don't know how the Pardus installer works, I'm not well-placed to advise on what you would need to do to it [15:16] pitti: woohoo! [15:17] Could you tell me your primary changes you made in Ubuntu installer? [15:17] kusum: you need something that can automatically create loop-mounted filesystem images on NTFS and install the operating system into those; and you need something that can deal with booting from that (sufficiently recent version of grub2, but you need to be careful with the integration; also something in your initramfs) [15:17] kusum: mainly writing the 'partman-auto-loop' component to do the automatic partitioning and loop-mounted-image creation [15:18] kusum: and tweaking the boot loader installation component to handle slight differences in the configuration file it needed to write [15:18] now that will differ for pardus or can i port partman-auto-loop directly to pardus? [15:19] I have no idea what installation system pardus uses [15:19] right, time to read the update-alternatives man page again [15:19] if you don't hear from me within a couple of hours, send rescue parties [15:19] unless it's pretty closely based on the Debian or Ubuntu installer, you'll have to rewrite it [15:20] cjwatson: so partman-auto-loop works while ubuntu installation is in progress ?? [15:20] similarly, unless Pardus' initramfs framework is initramfs-tools, you'll have to rewrite the stuff that deals with booting off a Wubi-created image [15:20] yes [15:21] how does it know when the installation has taken place via wubi and when a normal installation is being taken place? [15:21] Wubi tells it, using a preseed file (which is the standard way to automate the Debian/Ubuntu installer) [15:22] if you aren't using d-i as your installation system, you'd have to invent some other way [15:22] ohh ok [15:23] do you have some idea about what happens on windows when wubi starts till the restart option is pressed? [15:23] asac: I was recovering from my lucid upgrade yesterday [15:23] Keybuk: I think it's #2c001e why are you asking? [15:23] kusum: very little - Agostino Russo did most of the Windows-side stuff [15:24] cjwatson: Can you tell me the best way i can reach him ?? [15:24] tseliot: because that's not what you render ;-) [15:24] tseliot: you render 27001d ;-) [15:24] kusum: I don't like giving out other people's contact details, but I'm sure if you hunt around in the Wubi source code you'll find him [15:24] Keybuk: some rounding madness perhaps? [15:24] tseliot: no, I just think you can't add ;-) [15:24] let me check [15:25] lamont: hi [15:25] tseliot: 2e=44 44/256 = 0.17*something* [15:25] him -> his e-mail address [15:25] lamont: all fine now? ;) [15:25] Keybuk: it could be :-P [15:25] cjwatson: i did contact him on his gmail [15:25] no reply [15:25] kusum: that's the only address I've ever used; he's probably just busy [15:25] kusum: he hasn't been around a great deal recently [15:25] I wish to apply for this project in Google summer of Code 2010 [15:25] asac: fine is a relative term. my home directory is now roughly 280GB smaller [15:26] some would consider this a positive thing [15:26] so any details like you just mentioned would be of really great help to me for getting selected [15:26] in fact, that's the one thing left for me to do - recreate the home partition and migrate /home off this root to that one. though maybe I won't until I've verified that I can tell d-i to put /home $THERE without formatting the partition. [15:27] kusum: it looks like Pardus uses its own entirely custom installer, so my suggestion would be to get very familiar with how it handles partitioning configuration and boot loader installation [15:28] cjwatson: Thanks a ton for patiently telling me everything [15:28] Keybuk: right, it was definitely a typo (as I don't do any kind of calculation myself when I'm tired) [15:28] kusum: you can download the wubi, lupin, and partman-auto-loop components from launchpad.net and study them to figure out roughly how they work [15:28] cjwatson: yes i will do that [15:28] maybe the Ubuntu version of grub-installer too [15:29] lamont: poor thing your /home ;). so i guess no new builders anytime soon? if you could get one up i would like to try one build that fails because of thumb2 SIGILL on our current builders [15:29] otherwise i can just upload with -marm [15:29] asac: assuming I can get it to do something, builder today. [15:29] we decided that that was good enough for libplist [15:29] Keybuk: also, I have some experience with alternatives (see nvidia, fglrx), so if you have doubts on update-alternatives, just let me know [15:29] lamont: cool. i will wait. ;) [15:29] when they power up, these boards should spew at the serial, yes? [15:29] lamont: let me know if youz want to run a pipecleaning build ;) [15:30] asac: has anyone sent this klibc patch upstream, and is it ready to upload or not? (presumably for upstream inclusion it might need conditionals or something, since I assume it breaks older arm chips?) [15:30] lamont: yes. you need to tweak kernel command line though [15:30] asac: what's your favorite package these days [15:30] asac: I meant from boot rom... [15:30] lamont: libplist ... a give back on more modern builders should help [15:30] lamont: yes. boot rom gives you console [15:30] on serial [15:30] cjwatson: let me check [15:30] right. off to do the investigative stuff. [15:31] 9600 8N1? or what speed? [15:31] cjwatson: what patch are you talking about? is that in the package or just in a bug? [15:32] lamont: 115200 works for us [15:32] asac: the one you filed as bug 527720 [15:32] Launchpad bug 527720 in klibc "thumb2 porting issues identified: klibc uses mov.*pc" [High,Triaged] https://launchpad.net/bugs/527720 [15:33] I'm not sure why you filed a bug rather than just uploading it, but I assumed that maybe this was because it needed some kind of review or something? [15:33] asac: ta [15:34] cjwatson: that build would be 23.2 right ? [15:37] stgraber: it would be, but it fails [15:38] failed [15:38] cjwatson: bx is safe for armv4t and above [15:38] thats pretty old stuff [15:41] asac: could you send it upstream? klibc@zytor.com [15:46] cjwatson: if I do Recommends: plymouth-theme-ubuntu-logo | plymouth-theme - will germinate do the right thing? [15:47] what do you want the right thing to be? :) [15:47] include that package on the CD [15:47] then yes [15:47] while allowing people to remove it and replace it with silly animated stars [15:48] not Depends, given the alternative dep? [15:48] you want it to be entirely removable as well? [15:48] I'm going to make Plymouth a Depends of mountall [15:48] but people still should be able to remove the themes [15:48] if you remove its themes, it'll go back to just ordinary text mode [15:48] hmm [15:48] debootstrap doesn't follow Recommends [15:48] ah, meh [15:48] I'd recommend that you seed a plymouth theme package explicitly [15:49] right [15:49] that makes sense [15:49] anyone familiar with inkscape that could look at bug 529625? [15:49] Launchpad bug 529625 in inkscape "Sync openclipart 0.18+dfsg-9 (universe) from Debian unstable (main)" [High,Confirmed] https://launchpad.net/bugs/529625 [15:53] asac: 115200 gives me line noise [15:54] strange. then i guess i am looking at the bootloader output [15:54] do you have a SD card inserted [15:54] ? [15:54] could be "no" [15:54] were they shipped with them? [15:55] or do we need to get them? [15:55] lamont: you need to get one, yes. [15:55] lamont: they also came with one, but not with our [15:55] lamont: without SD card this thing shouldnt stay on at all? [15:55] does it stay on? [15:55] ah, right. so I do all the magic and love, write the sd card, then stuff it in the machine and boot? [15:55] yep [15:55] how big? [15:55] lamont: ogra can give you a bootable image [15:56] either installer image (from our cdimage server) [15:56] lamont: 4G is what we usualy use to be safe [15:56] ah, cool [15:56] lamont: i would suggest to take the alternate installer ... want to install lucid right away? [15:57] or rather karmic? (i think lucid would be better if you dont mind that its not final yet) [15:57] lucid [15:57] assuming I can just dist-upgrade it once installed [15:57] lamont: you can either use installer and install it on harddisk or get a special image from ogra, so the main system stays on SD [15:57] well, make that: I assert that I can dist-upgrade it once installed, regardless of the karmic vs lucid discussion [15:57] hard disk [15:57] you then mount the builder disk from there [15:58] lamont, how about http://ports.ubuntu.com/ubuntu-ports/dists/karmic/main/installer-armel/current/images/imx51/netboot/babbage-TO2/babbage-TO2-sd.img [15:58] :) [15:58] lamont: yes, you can dist-upgrade ... even if you use a sd [15:58] that's a win [15:58] thats d-i netinst .... just dd to an SD card [15:58] ogra: so write that image to the SD, stuff it in, and it should boot into the installer? [15:58] yep [15:58] ta [15:58] dd to card, yes? [15:58] yeah [15:58] yep [15:59] the card will be re-used as bootfloppy [15:59] dont pull it out after the install :) [15:59] hi all [15:59] asac: hm, you seem to have missed a few instances of code matching 'mov.*pc' [15:59] cjwatson: we are checking something here atm [15:59] cjwatson: currently its build with armv4 etc. [15:59] Is it a known "bug" that with the standard theme of Lucid Firefox URL suggestions are hardly readable? [15:59] ogra/asac: once installed on the HD, does the SD card need to remain? [15:59] yes [15:59] cjwatson: so we might not need it if there is a rason its using that [16:00] unggnu: it's even a filed bug [16:00] it is turned into a bootfloppy [16:00] blue und dark grey isn't so great [16:00] ogra: ah, so the install process overwrites the SD card? [16:00] oh, maybe not, some of this is in an ifdef [16:00] right [16:00] lamont, ok [16:00] on a call now [16:00] ogra: ta [16:01] asac: I'm getting confused by the fact that half of your patch is a unified diff and half of it is a context diff, I think. :-) [16:01] cjwatson: yes. ignore that for now. i will sort that and let you know ;) [16:02] asac: ok, please just go ahead and upload once you're happy with it, and send it upstream [16:02] yep [16:02] will do [16:04] lamont, Do you have the bug number? [16:04] cjwatson: we are unsure about the whole options currently used. when is klibc exactly used? [16:04] unggnu: google 'ubuntu firefox blue grey site:bugs.launchpad.net' - first hit [16:05] asac: in the initramfs [16:05] bug 532259 [16:05] Launchpad bug 532259 in light-themes "Dark text on Dark background dropdown list firefox" [High,Confirmed] https://launchpad.net/bugs/532259 [16:05] cjwatson, I used the bug tracker search :/ [16:06] thx anyway === deryck is now known as deryck[lunch] [16:10] ogra: them bits want to go on p1 or the non-partition base of the card? [16:10] the bootloader, kernel and initramfs, yes [16:11] ogra: so the .img file... do I just stuff that on /dev/mmcblk0 or on ...p1? [16:11] mmcblk0 [16:11] just dd it to the device [16:12] cool. I suspected such [16:13] * cjwatson sighs and runs edubuntu-dvd again [16:21] cjwatson: thanks! [16:23] Is there an ubuntu channel for the music store? === yofel_ is now known as yofel [16:25] unggnu: #u1msbeta [16:26] thx [16:29] stgraber,highvoltage: http://cdimage.ubuntu.com/edubuntu/dvd/20100323.4/ - would appreciate testing (it might not have the i386 image yet, but it's on the master machine so it should get round to it) === andreasn_ is now known as andreasn [16:39] cjwatson: ok, starting an rsync... === beuno is now known as beuno-lunch [16:50] cjwatson: hi [16:50] cjwatson: I'm trying to run a preseed -server install using the beta1 amd64 iso [16:51] cjwatson: I run into an warning: debootstrap warning [16:51] cjwatson: Warning: restricted/binary-amd64/Packages was corrupt [16:51] mathiaz: Can you tell me what exactly a preseed file does? [16:52] cjwatson: I'm using a local http webserver where I've exploded the content of the beta1 server iso [16:52] cjwatson: using bsdtar [16:53] mathiaz: Hello [16:53] kusum: https://help.ubuntu.com/9.10/installation-guide/amd64/appendix-preseed.html [16:53] mathiaz: um, no idea, I have to say I've never supported exploding a CD image like that although people keep trying to do it [16:54] mathiaz: you'll have to trace through the files it's downloading and try to figure out which checksum it's comparing against, I think [16:54] mathiaz: thank you [16:57] cjwatson: I guess I'll have to run the installation in debugging mdoe? [16:58] cjwatson: the syslog I have doesn't seem to mention anything with mismatch checksum [16:59] mathiaz: debugging mode probably won't help, you'll have to figure out what command it's running and dig into it from there [16:59] get the debootstrap source and search for the error message there (it's in the 'get' function, look for CORRUPTFILE) [17:00] cjwatson: ok - thanks for the pointer [17:00] maybe put 'set -x' at the top of /usr/share/debootstrap/functions to get a shell trace [17:01] mvo: any news on whether the python-apt FFe is going to happen? [17:05] cjwatson: if you remember the the grub2 gfx-payload=keep efifb problem from a month or two ago, once lucid+1 has a new kernel it shouldn't be a problem anymore because efifb was fixed in .33 to properly handoff to a KMS fb [17:06] Sarvatt: still not sure it makes a whole lot of sense to cause efifb to start when the system *isn't EFI* [17:06] cjwatson: the exception got granted, I will upload today [17:07] i am member of ubuntu-sponsor, but i can't unsubscribe ubuntu-{main,universe}-sponsor. [17:07] cjwatson: the bzr tree is ready, I just need to silence the deprecation warnings by default now [17:08] mvo: cool, thanks === deryck[lunch] is now known as deryck [17:15] seb128: is there any chance that bug 519035 could be fixed for lucid? it particularly affects the installer. I tried to apply Thomas' patch to test this out, but I think I screwed something up - see the upstream bug trail [17:15] Launchpad bug 519035 in hundredpapercuts ""(as superuser)" is appended to titles of windows owned by root" [Low,Triaged] https://launchpad.net/bugs/519035 [17:16] cjwatson, in a meeting right now but I will try to have a look later [17:16] seb128: mm, actually, the upstream bug I'm thinking of is https://bugzilla.gnome.org/show_bug.cgi?id=605137, which merely asks for a way to turn it off, not quite the same as that Ubuntu bug [17:16] I didn't touch that package for ages though [17:16] Gnome bug 605137 in general "way to suppress "(as superuser)" message" [Enhancement,Assigned] [17:16] seb128: but a way to turn it off would be lovely [17:16] so if you or mvo just want to back out to change or whatever please do [17:17] ok, is didrocks the person to talk to? [17:17] we sort of don't have a maintainer for this one, or nobody really active on it, so I guess it's first one who has a free slot for it sort of thing [17:18] after looking at the inkscape bug list it looks like it is in pretty bad shape with the number of high heat crasher bugs [17:18] hm, ok, I don't know how I feel about backing it out totally [17:18] cjwatson: can maybe have a look at it on Thursday [17:18] cjwatson: so discussing this in -arm we wondered why klibc is in ubuntu at all? seems curently klibc uses a complete different abi for arm - is it really worth investigating rather than moving the stuff that still build depends on it to glibc? [17:18] although compiz has no such superuser notification, I think [17:18] didrocks: thanks [17:18] asac: too much effort to unwind its use from the initramfs [17:18] dmart summon ;) [17:19] cjwatson: not sure how it works, I'll just give it a try :) [17:19] cjwatson, no compiz doesn't, I would just drop it [17:19] cjwatson: On #ubuntu-arm we're discussing klibc. It looks like it may be unused in the initramfs, and built with incompatible compiler options from the distro defaults for armel. Do you know the background to why klibc is present / needed? [17:19] dmart: it is most certainly used in the initramfs. [17:20] cjwatson: what is that? we need to double check that that is using the same options at least [17:20] not as extensively as it used to be, but it's used === beuno-lunch is now known as beuno [17:20] i see dmraid, rootskel and cowdancer [17:20] as the only build-rdepends [17:20] if you don't have klibc in your Ubuntu initramfs, your initramfs will (if nothing else) fail to chain to upstart [17:21] some of the programs from klibc-utils are used in core initramfs code [17:21] /usr/share/initramfs-tools/init:264:exec run-init ${rootmnt} ${init} "$@" <${rootmnt}/dev/console >${rootmnt}/dev/console 2>&1 [17:21] for instance [17:21] eventually we'd like to get rid of that, quite possibly by moving to dracut or similar - I don't feel good about trying to unpick that stuff after beta though [17:22] but couldnt run-init and friends just link against glibc ? [17:22] run-init is part of the klibc source code [17:22] sure, you could rewrite it, and you'd have to track down all the new bugs [17:22] ah [17:22] keybuk: I wonder, could Plymouth launch the text plugin ASAP and just switch to a FB plugin when a FB becomes available? [17:22] I'd have been happy to take that on at the start of a release cycle [17:22] but definitely not for lucid [17:22] ion: how would that help? [17:23] dmart: in this case, does it really matter if it's using a different ABI? it's a couple of small programs that don't really interact with much else [17:23] keybuk: The screen would say ‘Ubuntu 10.04’ or whatever instead of being blank with just a cursor for several seconds. [17:23] they're essential in and of themselves, but ... [17:24] ion: *shrug* I'd rather shorten the several seconds [17:24] cjwatson: for stuff that build-depends against on it we need to check that they use the same abi etc at least (if they link against it) [17:24] can someone unsubscribe ubuntu-main-sponsors from bug #544904? [17:24] Launchpad bug 544904 in xserver-xorg-video-sis "please sync xserver-xorg-video-sis 1:0.10.2-2 from Debian unstable main" [Wishlist,Triaged] https://launchpad.net/bugs/544904 [17:24] cjwatson: but thanks. we will check those now [17:26] the rootskel dep is for code not used in Ubuntu [17:26] keybuk: Until we have magic filesystem block reordering, we’ll probably need ureadahead, and as long as computers have HDDs, ureadahead needs to defer everything else, and as long as that happens, we’ll have the uncomfortable period of screen being blank. [17:26] cjwatson: We could have an incompatible ABI for klibc and the binaries built on it, but I'd prefer if we could synchronise with the defaults --- otherwise there's a problem keeping compile options in sync between klibc and its build-rdepends. [17:26] ion: no ;) [17:26] asac, shall we give the lucid defaults a try for this and see how we get on? [17:26] dmart: yes. lets try that .. see -arm [17:27] if nothing works we just need to remember to review all rdepends [17:27] the dmraid dependency is, I think, stale [17:27] I can't say I care about cowdancer, and haven't looked [17:27] and klibc-utils will certainly be built with the same compiler options as libklibc [17:27] asac: is it supposed to say something after finding the USB hub and freeing init memory? [17:27] right. what does "stale" mean? [17:27] so I think we're fine [17:28] please tell me it doesn't require dhcp [17:28] asac: dmraid has a klibc configure option, but I don't think we ever turn it on [17:28] lamont: are you at bootloader ? [17:28] or booted? [17:28] bdrung_: done, do you want to subscribe ubuntu-sponsors? [17:28] Freeing init memory: 176K [17:28] usb 1-1: new high speed USB device using fsl-ehci and address 2 [17:28] u [17:28] and 7 ports on the usb hub. [17:28] and full-stop [17:29] cjwatson: nope. i acked it. [17:29] lamont: you might need to add console=ttymxc0,115200 to the kernel line [17:30] ah, can I interrupt the boot process to get control to do that? [17:30] lamont: i think its ctrl-c [17:30] ogra: ^^ how to aboard bbg boot? [17:30] lamont: i think its printed on the serial line what to do [17:30] yeah ctrl-c [17:30] woot [17:31] i think redboot even says so [17:31] it tells you something like "3.00 seconds (hit ctrl-c for a prompot)" [17:31] cjwatson: if you want to unsubscribe ubuntu-main-sponsors and subscribe ubuntu-sponsor take these: https://bugs.launchpad.net/~ubuntu-main-sponsors [17:31] ok... now that I'm sitting at the redboot prompt... what do I type? [17:31] (iz wiki page I should read?) [17:31] you shouldnt even have to be there at all [17:32] well, lack of network might have something to do with it. no dhcp [17:32] nor can I fix that [17:32] not this month anyway [17:32] if the thing doesnt boot the redboot prompt wont help you [17:32] well, I get as far as freeing init memory and device discovery.. then it just sits [17:32] the point is that d-i and its initrd.gz are contained in the SD img [17:33] it should get you to a d-i screen [17:33] oh, hmm [17:33] well, then. let me say 'reset' and see how much better it does. [17:33] do you have a DVI capable monitor around ? [17:33] heh. not a chance [17:33] it might default to DVI [17:34] so lets do that [17:34] at the redboot prompt type fconfig [17:34] hit enter [17:34] it goes to "do you want to run a bootscript" [17:34] do these things at least power on on power application? [17:34] i dont think the new ones do [17:35] but they dont crash :) [17:35] so the power issue is a lot less critical [17:36] ok. remote hands have cycled it again for me. [17:37] ogra: so... I do want to update the config at the end of all those questions, having dropped console=tty0 from the string [17:38] ? [17:38] oh, look. DI [17:39] :) [17:40] Sarvatt: actually, having looked at the efifb code, it might not be so bad, it doesn't really seem to do anything EFI-specific once it's set up properly [17:41] Sarvatt: so thanks [17:41] bdrung_: certainly not doing that by hand in the web interface, but I'll have a look via the API [17:42] cjwatson: you could extent the script to support ubuntu-universe-sponsors, too [17:43] bdrung_: somebody else could, I'm not a member of u-u-s [17:46] I asked in upstart and they recommended I move here.... Is $LANG an acceptable (and expected to be future supported) way to support locales in upstart? If not, could someone recommend something else? This is in reference to this potential patch for MythTV that is attached to https://bugs.launchpad.net/bugs/541042 [17:46] Ubuntu bug 541042 in mythbuntu "locale is not set up before mythtv-backend start" [Medium,Triaged] [17:46] ogra: lunch for me, then I have a little bit of network config to do to make the machine have connectivity, then should be happy happy [17:47] lamont, it might be that you need multiple runs of the network setup, the NIC is a bit nasty to bring up in the d-i env [17:47] its not integrated with the kernels PHY layer ... === dendro-afk is now known as dendrobates === MacSlow is now known as MacSlow|capoeira === rickspencer3_ is now known as rickspencer3 [18:02] Hello, regarding plymouth theme, will there be some technique (such as update-alternatives) to ease branding ? [18:02] AnAnt: yep, there is [18:03] highvoltage: how ? [18:03] AnAnt: for Lucid, you'll run something like /usr/sbin/plymouth-set-default-theme --rebuild-initrd edubuntu-logo [18:03] AnAnt: that replaces the symlink in /lib/plymouth to that theme [18:03] AnAnt: in Lucid+1 it will probably be changed to use alternatives [18:03] highvoltage: I see, thanks [18:04] you're welcome [18:04] ok, another question, it seems that xsplash isn't used anymore, why is it still installed in lucid ? [18:05] probably a bug. [18:06] it's not still installed in new installations, as far as I can see [18:06] but nothing conflicts with it, so it doesn't necessarily get removed [18:07] cjwatson: when I do an apt-cache rdepends xplash, I see a bunch of desktop meta-packages that depend on it, could that information perhaps be outdated? [18:07] cjwatson: it is in beta1 live CD [18:08] AnAnt: it's not in current dailies [18:08] ah, that's good ! [18:08] dropped in ubuntu-seeds/ubuntu.lucid r1677 [18:09] cjwatson: so it seems that the Release on the isos includes a reference to the Packages file [18:09] cjwatson: however the size of the Packages file is zero and is not included on the iso [18:09] cjwatson: I'm referring to the -server beta1 iso [18:11] mathiaz: the Packages files on the CDs only include the packages that are actually on the CD; furthermore, Packages itself is never included, as Packages.gz is sufficient and we need to save space [18:11] mathiaz: so what you've described so far is as expected [18:12] cjwatson: ok [18:14] mathiaz: did you get that set -x trace of debootstrap? === jldugger is now known as pwnguin [18:16] cjwatson: well - it's in the installer [18:17] cjwatson: so I'm not sure how I can set debootstrap to run with set -x in the installer [18:18] mathiaz: edit /usr/share/debootstrap/functions before it runs [18:18] say, while it's sitting at a partitioning screen [18:18] cjwatson: ah ok. [18:19] cjwatson: I think I'll just hit the enter key for now === radoe_ is now known as radoe [18:39] bdrung_: practically all of those were in something other than Ubuntu (probably just old bug tasks). I'm working through them [18:46] bdrung_: in an lp-shell session, I entered http://paste.ubuntu.com/400105/, and then I'm just doing convert(lp.distributions['ubuntu']); convert(lp.projects['compiz']), etc. I couldn't find an equivalent of ~person/+subscribedbugs across all distributions/projects, but TBH I didn't look very hard. [18:46] pitti, are you around ? I've got an apport suggested change i'd like you to take a look at [18:47] http://paste.ubuntu.com/400107/ [18:48] kirkland: hey. I see you fixed bug #545302 (thanks! :). fyi, examples/apparmor/libvirt-qemu did not need to be patched as it is installed as documentation (and quilt is in use) [18:48] Launchpad bug 545302 in libvirt "allow seabios in libvirt apparmor" [High,Fix released] https://launchpad.net/bugs/545302 [18:51] jdstrand: ah, okay, sorry [18:51] kirkland: no worries, just fyi [18:52] jdstrand: i was trying to get a fix published ASAP [18:52] * jdstrand nods [18:52] jdstrand: b/c i think a lot of libvirt/kvm users were DoA [18:52] sure [18:52] mvo: did you notice that fglrx-modaliases is in restricted now? causes update-manager to dep-wait ... [18:52] jdstrand: i don't need to undo that change, do i? [18:53] cjwatson: oh, thanks. I did not notice [18:54] why are the aliases in restricted? [18:54] that I haven't looked into [18:55] who moved it there? [18:57] mvo: Uncle Bulgaria from the wombles [18:57] mvo: I don't think it's explicitly logged :( [18:58] cjwatson: thakns, I will ask around to figure out more then [18:58] thanks even [18:59] james_w: optimistic ping [19:00] barry: surprising pong [19:01] james_w: wow, hi! i've been doing a little more udd and had a couple of questions for you, if you have some time [19:01] of course [19:01] james_w: thumper asked me to package lazr.enum for him, and i need the practice so i gave it a try. there were two things (so far ;) that makes it a bit painful. was wondering if you had ideas about how to improve things [19:01] bdrung_: all done for main [19:02] 1) python setup.py --command-packages=stdeb.command sdist_dsc is painful [19:03] 2) debian/watch for launchpad download tarballs is painful [19:03] james_w: ^^. there's an open bug on #2 but nothings been done about it [19:03] 1) I'm not familiar with what that does, could you expand? [19:03] 2) open bug on LP or uscan? [19:04] james_w: #1 is setuptools plugin that creates the debian directory, but it puts it in an inconvenient place and the results need some hackery [19:04] james_w: #2 on lp [19:04] james_w: bug 231797 [19:04] Launchpad bug 231797 in devscripts "no sensible way to use debian/watch files with launchpad hosted tarballs" [Undecided,Invalid] https://launchpad.net/bugs/231797 [19:05] james_w: i'm thinking it would be nice to have 'bzr debi' or some such to build the debian/ directory template maybe? [19:05] bzr dh-make [19:06] but that uses dh_make rather than stdeb to build the template [19:06] james_w: ah, that exists? [19:06] if they are significantly different then we should improve on that [19:06] yeah, in lucid [19:06] james_w: nice. i didn't know about that. will try [19:07] pass it a tarball [19:07] if upstream has a bzr branch then run it in a copy of that too [19:08] james_w: so i would have to build or download the tarball first? [19:08] yes, currently [19:08] well [19:08] it takes http/ftp/sftp/etc. URLs too [19:08] bug 231797 is a *closed* bug [19:08] Launchpad bug 231797 in devscripts "no sensible way to use debian/watch files with launchpad hosted tarballs" [Undecided,Invalid] https://launchpad.net/bugs/231797 [19:08] james_w: e.g. if i just 'bzr branch lazr.enum' i just have a source branch. i can build the tarball easily w/ python setup.py [19:08] with a working example at the end [19:09] cjwatson: yeah. the solution is just fairly well buried (non obvious) [19:09] it sort of sucks that you need to type much of the URL twice [19:09] cjwatson: yep [19:09] barry: do you not want to work from http://launchpad.net/lazr.enum/trunk/1.1.2/+download/lazr.enum-1.1.2.tar.gz ? [19:10] james_w: in this particular case, it's probably fine. just wondering for general case when there's only a source branch and no download available [19:10] in that case you have to build a tarball yourself [19:10] ev: wrt bug 503808, any particular reason why usb-creator suppresses crashes like that instead of letting them be filed through apport? [19:10] Launchpad bug 503808 in usb-creator "usb-creator-gtk does not start (GtkFrontend instance has no attribute 'cancelbutton')" [Undecided,Confirmed] https://launchpad.net/bugs/503808 [19:10] smoser: looking [19:10] thanks. [19:10] james_w: cool [19:11] james_w, cjwatson thanks. let me try 'bzr dh_make' and i'll update the wiki [19:11] barry: I could add support for generating one with "bzr export", but we don't have a solution yet for where that isn't enough (e.g python setup.py sdist doing more than just tarballing the contents) [19:11] please file a bug on the issue [19:11] james_w: cool. will do [19:11] smoser: hm, I'm not sure how useful that is -- attachments get compressed during upload anyway [19:12] smoser: what's your use case? [19:12] pitti, they do ? [19:12] if htye get compressed during upload then you're right, not needed. [19:13] smoser: well, binary attachments do [19:13] pure text files aren't [19:13] (by default) [19:13] oh. [19:13] ok. so the log files that i want to attahc are massive (dozens of Meg) and plaintext [19:13] what would you suggest ? [19:14] smoser: however, you don't actually need to reimplement it, problem_report.py has that built in already [19:14] smoser: you can do [19:15] report['FooFile'] = ('/tmp/foo.log', True) [19:15] which will force compression of that file [19:15] cjwatson, james_w i reopened bug 231797 on launchpad with a suggestion for improvement [19:15] Launchpad bug 231797 in devscripts "no sensible way to use debian/watch files with launchpad hosted tarballs" [Undecided,Invalid] https://launchpad.net/bugs/231797 [19:16] smoser: python -c 'import problem_report; help(problem_report.ProblemReport)' [19:16] smoser: and look for "write" [19:16] thanks barry [19:19] pitti, i think i'm missing something. i guess i dont understand how i should use that. [19:19] are you suggesting i use it from the eucalyptus apport hook, or utilize it rather than my gzip code in read_file... ie do you think apport needs to be changed? [19:20] james_w: what's the package name for bzr-dh-make? i'm not finding it [19:20] cjwatson: hi - has the iscsi component of the installer changed since beta1? [19:20] smoser: the euca hook can just use that syntax (a tuple with a path, instead of a string value) [19:20] barry: it's in bzr-builddeb [19:20] james_w: ah! thx [19:21] smoser: (I just commented on the bug) [19:22] pitti, thanks. [19:25] mathiaz: no [19:25] cjwatson: trying to install from the archive using netboot [19:25] cjwatson: the installer isn't able to find any block devices [19:26] cjwatson: however /dev/sda is there [19:26] mathiaz: have you run 'login to iscsi targets'? [19:26] oh, if it's there then you shouldn't need to [19:26] mathiaz: sorry, I need to go out right now, I'll be back in a bit [19:26] cjwatson: ok [19:27] cjwatson: I've restarted the installer with a default debconf priority [19:27] cjwatson: and I saw the screen where there is a list of driver that should be listed [19:27] cjwatson: stating that no block device had been found [19:34] slangasek: http://people.canonical.com/~kirkland/libplymouth2.png [19:35] slangasek: was this expected to have been fixed? [19:38] james_w: bug 545361 [19:38] Launchpad bug 545361 in bzr-builddeb "Pull in some functionality from stdeb" [Undecided,New] https://launchpad.net/bugs/545361 [19:39] thanks [19:42] ogra/asac: so... about this network that doesn't seem to like me so much [19:42] is it the address assignment, or the link up bit that is lacking? or both? [19:52] kirkland: bug #540091 [19:52] Launchpad bug 540091 in plymouth "libplymouth2<->mountall circular dep prevents upgrade from karmic" [Critical,Invalid] https://launchpad.net/bugs/540091 [19:58] slangasek: thanks [20:09] seb128: hi! I recently upgraded a system from karmic to lucid and noticed that the gdm theme was still karmic's. I had to dpkg --purge gdm and then install from scratch. I did make some gdm gconf changes prior before upgrading [20:09] seb128: is this a known issue? [20:10] cjwatson: thanks [20:12] sd 0:0:0:0: [sda] Attached SCSI disk [20:12] ogra/asac: how come d-i doesn't see the drive, when the firmware and kernel clearly do? [20:13] lamont: which version of the d-i are you trying out? [20:14] hi everyone [20:14] I looking for someone who can help me [20:14] about wubi-installer [20:14] http://ports.ubuntu.com/ubuntu-ports/dists/karmic/main/installer-armel/current/images/imx51/netboot/babbage-TO2/babbage-TO2-sd.img <-- mathiaz [20:14] slangasek: ipng [20:14] lifeless: opng [20:15] so.. how come my mouse is about an inch above where the arrow is on the screen (when I highlight text in xchat for cut-n-waste)? [20:15] lamont: ah - karmic. [20:15] oh gar [20:15] slangasek: there was a recent bug about a package in the mirror system with noone-can-read-permissions; I'm curious why we didn't just delete the package [20:15] lamont: I don't know then. [20:16] lifeless: physically delete it from the mirrors? [20:16] mathiaz: any reason not to use lucid? [20:16] slangasek: yeah [20:16] I am trying to develop a wubi like software for pardus [20:16] lamont: oh - I tried to use the latest netboot install from lucid [20:17] https://bugs.edge.launchpad.net/lmirror/+bug/542409 is why I'm asking [20:17] Ubuntu bug 542409 in lmirror "journal should record timestamps and file modes" [Wishlist,Triaged] [20:17] which is another linux distro [20:17] lamont: and it seems that it's not able to find block devices [20:17] ah, ok [20:17] lamont: using beta-1 netboot install works [20:17] URL? [20:17] lifeless: primarily because, while we were in the process of sorting it, there were still references to the file both in the Packages files and in the db; a 404 isn't all that much more friendly to the package manager than a 403 [20:18] ah [20:18] slangasek: ok; I guess I mean 'is it a big deal if you did not have the option of a 403' [20:19] lifeless: there are designs for a way to mark a bad package out-of-band so that it's mirroring-safe, but those are Not For Lucid [20:19] lifeless: arguably, we already don't have the option of a 403 where most mirrors are concerned, because if it's chmod 000 mirrors have a hard time retrieving it :P [20:20] slangasek: I've written a replacement for rsync, for mirroring things like the ubuntu archive; it doesn't currently support file modes. [20:20] slangasek: If file modes are important for the Ubuntu archive, I'll make supporting them a critical bug, to get it to beta testing level; if they aren't, I won't - this is what I'm trying to assess. [20:21] lifeless: is this going to land in our tier-one mirrors any time soon? [20:22] slangasek: jpds is very excited by it; for all its a personal project of time its moving pretty quickly. So 'perhaps'. [20:22] s/time/mine/ [20:22] Hi. [20:22] jpds: hi :) [20:23] lifeless: right; then we should feel out with the rest of the team (ubuntu-archive + soyuz) whether people are comfortable with 'rm' instead of 'chmod 000' here, but I can't see any technical reason it wouldn't work [20:23] slangasek: thanks [20:24] slangasek: It will do with, and once I've tested the crap out of it. ;) [20:24] slangasek: they can always say 'must have modes', at this point your assessment is sufficient. [20:24] with time* [20:24] jpds: EPARSE - "it will do with"? [20:25] slangasek: ^--. [20:25] ah [20:26] jpds: I'm not asking whether the switch to lmirror will be accepted, I'm asking whether people will find removing files that are still referenced in the db to be ugly / messy [20:26] if we change our minds, it's a pain to get the files back on disk [20:26] Ah, right. [20:29] jdstrand: WRT gdm, it doesn't appear to be known (I checked the bugzilla and launchpad entries), but I can confirm your symptom [20:29] crimsun: ok. I'll file a bug [20:30] slangasek: so the key thing is that we'd need a mode like 400, or else the mirror code itself won't be able to propogate the bad file. [20:30] slangasek: what list[s] should I query this on? [20:31] lifeless: ubuntu-archive is the list, but I'm not subscribed to it and am not sure who else on the team is. Grab the list of team members from https://launchpad.net/~ubuntu-archive/+members ? [20:35] jdstrand, "known" in the sense there is a bug a bug about it [20:35] jdstrand, it should not happen if you never changed your config though [20:35] jdstrand, did you ever run gconftool manually or sudo gnome-appearance-properties before? [20:35] sudo -u gdm [20:35] rather [20:36] I didn't confirm on the upgrade test I did there [20:36] seb128: I just found bug #532659 [20:36] Launchpad bug 532659 in gdm "new theme not applied" [Low,New] https://launchpad.net/bugs/532659 [20:36] .gconf is not shipped by the package [20:36] seb128: I made gconf changes to disable sound, but never touched the theme [20:36] I have to check [20:37] it might be that playing with the accessiblity option on the login screen write a key or something [20:37] since it changes the theme [20:37] seb128: this was on two systems-- my desktop and my netbook [20:37] otherwise I don't know why you would have had a custom config there [20:38] I didn't even know there was a new gdm theme until I did a fresh install on my laptop... [20:38] ok, it's clearly an issue for quite some user [20:38] users [20:38] but I don't know why yet [20:38] then I was like "oh, hey, why doesn't my desktop have that?" [20:38] I will try to play on a karmic box to see what action can write that config [20:38] you never ran gnome-appearance-properties for the gdm user right? [20:39] ie sudo -u gdm gnome-appearance-properties [20:39] do you remember if you clicked on the login screen accessibility icon at some point? [20:39] it changes the theme to the accessibility one [20:39] seb128: I am totally unaware of that command, so I would have to give a tentative 'no' [20:39] it's possible that when turning that on and off let the theme set an user one [20:40] seb128: I don't think I ever played with accessibility, but I'm not sure. it's possible on the desktop, less so on the netbook [20:40] ok thanks [20:41] seb128: I did use the methods in bug #437429 to disable sound though [20:41] jdstrand, I will ping you back later if I've other questions [20:41] Launchpad bug 437429 in ubuntu-sounds "No GUI to configure/disable login sound" [Undecided,Invalid] https://launchpad.net/bugs/437429 [20:41] I will try if one of those commands does trigger some other settings writting in the user config [20:41] sudo -u gdm gconftool-2 --set ... [20:41] jdstrand, k, that might be useful, I will check on that later, thanks! [20:42] seb128: on the netbook I also adjusted /apps/gdm/simple-greeter/disable_user_list, but not on the desktop [20:42] bug #445123 [20:42] Launchpad bug 445123 in gdm "No GUI option to disable face browser" [Wishlist,Triaged] https://launchpad.net/bugs/445123 [20:42] jdstrand, so basically you did use sudo -u gdm gconftool to set some gconf keys for the login screen but not the themes ones [20:42] seb128: sure! thanks for looking into it [20:43] jdstrand, I will check if that could have some side effects [20:43] jdstrand, you're welcome [20:43] I've to go now [20:43] bbl [20:55] oh god. I'm getting all the edubuntu bugsquad bug email now. [20:57] highvoltage, Why is Ubuntu Core Development Team a member of edubuntu-developers? [20:58] highvoltage, can you set a contact address for either the edubuntu developers team or edubuntu bugsquad team so that I don't get edubuntu bug mail? [21:02] cody-somerville: so that core-dev has commit access to the seeds when needed [21:02] cody-somerville: eww, yes; /me blacklists [21:03] but for a general solution, edubuntu-dev would need a contact address indeed [21:03] pitti, I did the "bzr push"now. [21:04] Whatever happened to the caff package in Lucid? [21:04] tkamppeter: thanks [21:04] for key signing? [21:04] (hoping I'm not doing something dumb like misremembering the name) [21:04] anyone know what gnome-power-manager does for suspend outside of actually calling pm-suspend? [21:05] I have an issue where calling pm-suspend manually works fine in lucid, but closing the laptop lid leaves the backlight off on resume [21:06] cnd: what happens if you configure gpm to do nothing on lid closes, call pm-suspend and close the lid quickly ? [21:06] lifeless: not sure, got an idea? [21:06] cody-somerville: eek, ok, will do [21:06] I'm booted into karmic, so I can't test easily right now [21:07] cody-somerville: I set a contact address, you shouldn't get edubuntu-bug spam anymore [21:07] highvoltage, merci [21:09] highvoltage, also, I think the DMB should probably be the owner of edubuntu-dev instead of a member as its theoretically possible that non core-devs could be a member of DMB and AFAIK being a member of the DMB shouldn't grant you any extra upload permissions. [21:10] ok [21:10] cody-somerville: it's not only theoretical, I'm a DMB member but no core-dev [21:11] geser, ugh [21:12] actually you are [21:12] DMB is a member of core-dev :P [21:12] lamont: on bbg the driver doesnt give carrier detect yet - if thats what you wondered about [21:12] heh. so then it's not theoritically possible! [21:12] so you manually have to connect if you use NM [21:15] lamont: i dont know about netboot [21:15] maybe thats broken [21:16] lamont: sorry if thats the case. let me check with folks what works best for beta1 [21:22] Hello, what's the license of the ubuntu-logo plymouth artwork ? I don't see anything explicit about it in /usr/share/doc/plymouth/copyright [21:24] cjwatson, ^^ Is it intended by the TB for membership on the DMB to implicitly grant Ubuntu core developer status? [21:27] geser, And I think you should apply for core-dev :P === MacSlow|capoeira is now known as MacSlow === robbiew is now known as robbiew_ [22:26] hey seb128 [22:26] i've been looking at this terminal profile issue this evening, and i think i've got a slightly better solution for it now [22:28] chrisccoulson, hey [22:28] which one? [22:29] the issue we discussed in the team meeting earlier about overwriting config on upgrades [22:30] i've got a solution which involves adding no extra profile, and implementing it all in the gtk theme instead [22:30] well, i will have that solution in about 30 minutes ;) [22:30] sorry the "which one" was not clear, it was a "which solution" ;-) [22:31] good! [22:36] bryceh: ping === sconklin is now known as sconklin-gone [22:57] asac: yeah - the current issue is that the fw sees sda, but dd of the device finishes with the first read, 0 bytes, EOF, kthx === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [23:18] YokoZar: I think you're looking for signing-party [23:19] cjwatson: indeed I am. And command-not-found could have told me that if I had thought of it [23:19] cody-somerville: can't speak for the whole TB, but (a) I think the current situation is a bug (b) I would expect DMB members to be responsible enough not to abuse their access [23:22] cjwatson, I agree. However, once we get rid of components it'll be very easy I imagine to accidentally upload a package you shouldn't have access to but do. [23:30] cody-somerville: sure, we should certainly fix it