/srv/irclogs.ubuntu.com/2010/03/23/#ubuntu-devel.txt

ccheneyNCommander: ok00:15
=== xomas is now known as xomas_
=== xomas_ is now known as xomas
psusihow do you like that... mke2fs now defaults to using the 256 byte inodes... I really need to fix e2defrag to understand those...00:36
quentusrexAnyone know of a 'very' stable network driver?00:41
quentusrexforcedeth and r8169 so far have proved unstable for me.00:41
j^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:51
Keybukquentusrex: tg3 works for me00:52
Keybukquentusrex: the e1000 family are probably the best00:53
psusiwow... 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:0901:00
quentusrexKeybuk, any idea who or how to debug an unstable driver issue?01:00
Keybukno idea01:00
* psusi really needs to get defrag working on ext401:01
TheMusopsusi: I thought file fragmentation was not such an issue on ext filesystems.01:02
psusiTheMuso, uh-huh....01:02
psusistrange 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:03
Keybukbecause it's talking about inode fragmentation01:05
Keybuknot data fragmentation01:05
psusiwhat do you mean?01:06
Keybukdo you know the difference between the two?01:06
psusiif 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 that01:07
Keybuksooooorta01:07
psusisince it now reports 0.0% fragmentation after an e2defrag run, but it used to say otherwise since the indirect blocks were interleaved with the data01:08
psusiso what do you mean by inode fragmentation?01:11
Keybuklook it up ;)01:14
Keybukbed for me01:14
* psusi has fun digging into debugfs01:17
=== 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
ccheneyTheMuso: fragmentation can be a huge issue especially if you do any torrent transfers02:08
ccheneyTheMuso: i've had isos so fragmented i couldn't burn them without constantly running the buffer out02:09
TheMusoccheney: ah ok.02:10
jdongyep, agreed with ccheney02:10
jdongif you have extremely slow growing files like torrents mixed with other ordinary write traffic, ext*fs fails at preventing fragmentation02:10
jdongwhen I used ext3/4, after a torrent is done I'd cp it once before playing.02:10
jdongon my 5400rpm laptop hard drive at times the fragmentation was so bad I couldn't play a movie file in realtime02:11
psusilooks like the lucid beta 1 iso I downloaded and am still seeing diwth transmission only has 16 fragments.... not bad at all02:11
jdongext4 helped a lot with delayed allocation if you've got no other IO traffic at the time.02:12
jdongbut if you mix in other write traffic or out-of-memory pressure, you're back to square one.02:12
jdongin my experience, XFS has been the best filesystem at preventing fragmentation in torrent-like workloads02:12
jdongthough it has a wealth of other caveats, of course.02:12
lifelessjdong: there is an API you can use to tell the os the file size02:14
psusiweird.... 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% fragmentation02:14
lifelesswhich torrent should ue.02:14
psusiof course the cp takes about twice as long as restoring the dump...02:14
jdonglifeless: yeah, nowadays torrent clients are using it more; wasn't the case 2-ish ubuntu releases ago02:15
psusiI just wish restore was a true inverse of dump02:21
=== persia` is now known as persia
lamontI remember when pluggable devices automatically mounted for me...02:32
lamontwhat did I break when I upgraded to lucid?02:32
lamontthis time, at least I have a ck session02:33
lamontstart: Unknown job: squid02:49
lamontdid we mean to kill squid?02:49
lifelesslamont: try squid2/squid3 perhaps?02:51
lamontstart: Unknown job: squid202:52
lamont2.7 is installed, and I'd kind of expect apt-get install squid to actually succeed in launching the process02:52
ScottKInteresting theory.02:53
lamonthttps://bugs.edge.launchpad.net/ubuntu/+source/squid/+bug/523621 seems relevant to my interests02:53
ubottuUbuntu bug 523621 in squid "squid_2.7.STABLE7-1ubuntu5 fails to install with " Unknown job: squid" error " [Undecided,Won't fix]02:53
ScottKAt least we've established no one cares.02:54
lifelesslamont: is there an old style script ?02:54
lamontdpkg --contents /var/cache/apt/archives/squid_2.7.STABLE7-1ubuntu9_amd64.deb | grep init.d02:55
lamontdrwxr-xr-x root/root         0 2010-03-22 08:45 ./etc/init.d/02:55
lamontlrwxrwxrwx root/root         0 2010-03-22 08:45 ./etc/init.d/squid -> /lib/init/upstart-job02:55
lamontlrwxrwxrwx 1 root root 21 2010-03-22 20:50 /etc/init.d/squid -> /lib/init/upstart-job02:55
lamontthe package is delivering what doesn't work02:55
ScottKWorking is highly overrated.  That's well accepted these days.  The important thing is it uses Upstart.02:57
lamontyeah - reopened bug 52362102:57
ubottuLaunchpad 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/52362102:57
lamontand stuffed it back to confirmed02:58
lamont-console output02:58
lamont expect fork02:58
lamont-respawn02:58
lamontI wonder if that was important02:58
stgraberlamont: are you starting it in a chroot or on a regular system ?03:00
lamontplain old regular out in the real root box03:00
lamontwas working before upgrading to 1ubuntu9 today03:00
stgraberlamont: 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 report03:00
stgraberso 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
lamontah, true.  it's a poorly titled bug03:01
lamontmeh.  filing a new bug then03:01
stgraberyeah, you need to read the first line of the bug report ... title should have been updated accordingly03:02
ScottKIt's not clear to me that anyone verified zul's fix works03:02
ScottKSo it may well have been prematurely wontfixed since lamont had the same problem outside a chroot.03:02
stgraberScottK: 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:03
lamontand the prior version worked just fine, -1ubuntu9 regressed.  bug 544760 - go ahead and install it...03:04
ubottuLaunchpad bug 544760 in squid "fails to start: Unknown job: squid" [Undecided,New] https://launchpad.net/bugs/54476003:04
lamontjust try03:04
* stgraber looks03:07
lamontfwiw, 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 annoyance03:07
stgraberfound the issue03:09
stgrabernow trying to fix it ;)03:09
lamontand now to file my fun "nah, I didn't need to actually work on monday" bugset03:09
stgraberwas that thing even tested ? the upstart job is simply invalid ...03:10
stgraberlamont: http://pastebin.com/ZCWNRwkw03:10
stgraberI'll upload a fixed package in a few min, would be great if you could confirm the fix03:10
stgraberok, I have -0ubuntu10 ready to upload with the fix03:12
fcuk112;/wc03:13
stgraberlamont: ?03:19
=== jamesh__ is now known as jamesh
lamontstgraber: sure03:22
lamontsorry for the delay there03:22
lamontwas filing bugs03:22
lamont544762 544763 54476403:22
lamont3 _IN_A_ROW_!03:22
lamontstgraber: where u got the fix?03:23
lamontbouncing back and forth a bit, so kinda laggy03:23
stgraberlamont: I wrote a few upstart job for LTSP recently, simply looked at the script and saw that something was a bit off ...03:24
lamontheh03:26
lamontstgraber: any clues on my "why don't removable media drives mount anymore"?  or even what package to throw that against?03:29
stgraberlamont: I'm guessing it's somewhere between udev => udisks => gvfs03:31
persialamont: Start with nautilus, although the issue may live in udisks or udev03:31
* persia is certain it's not gvfs03:31
lamontta03:32
stgraberlamont: 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:36
lamontwhen the bugtask gets done by the cdimage builder03:37
lamontadded the task to the bug earlier today when I was chatting with cjwatson about it03:37
stgraberoh, looks like I have some backlog in my LP mailbox ;)03:38
lamonthttps://bugs.edge.launchpad.net/ubuntu-cdimage/+bug/531546 <-- stgraber03:39
ubottuUbuntu bug 531546 in livecd-rootfs "Have a LTSP chroot built and placed on the Edubuntu DVD" [Undecided,Fix released]03:39
stgraberthanks03:39
* lamont prepares and uploads 1.10803:40
ccheneyany inkscape experts around to look at bug 529625 ?03:56
ubottuLaunchpad bug 529625 in inkscape "Sync openclipart 0.18+dfsg-9 (universe) from Debian unstable (main)" [High,Confirmed] https://launchpad.net/bugs/52962503:56
ccheneyit appears to be a bug in inkscape causing openclipart to not be compilable anymore03:56
ccheneyit spews seemingly forever, I killed the build after a 10GB logfile03:56
ccheneythe previous build log was apparently 500KB03:57
git__hi04:22
git__has anyone created a file versioning plugin for nautilus?04:22
git__i don't want to duplicate effort by writing my own04:22
lamontsigh.  so what updated today to break my ability to log into my bank04:26
lamontgonna bet on "java" in some form04:26
persialamont: That would probably be openjdk then, as that was a recent rebuild.04:38
lamontit's also possible that it's apparmor being mean to it,  since I have it somewhat locked down04:41
* lamont sleeps04:43
xnoxIs "package (<= 2.20.1+), package (>= 2.20.1~)" good way to depend on a particular upstream release version?05:49
xnoxSuch that 2.20.2 nor 2.20.0 won't work05:50
persiaxnox: It ought work, yes.06:21
xnoxpersia, thanks =) i've been testing with --compare-versions but wasn't 100% convinced06:21
pittiGood morning06:54
StevenKpitti: Morning06:55
micahgpitti: does adding apps to the proper category in software center require an FFe or UiFe?06:57
pittimicahg: fixing a wrong category? neither, I think06:59
micahgpitti: how about adding a missing category06:59
pittisame case06:59
micahgpitti: ok, thanks06:59
pittizul: I uploaded a new nut which unbreaks the udevadm trigger, as discussed in bug 53515207:04
ubottuLaunchpad bug 535152 in nut "FFE for nut 2.4.3" [High,Fix released] https://launchpad.net/bugs/53515207:04
dholbachgood morning07:18
StevenKdholbach: Hi! I got an e-mail about my membership in u-m-s expiring, can you fix?07:19
dholbachhey StevenK07:19
dholbachStevenK: no, but I'll add you to ubuntu-sponsors :)07:19
dholbachStevenK: done07:20
StevenKdholbach: \o/ Thanks!07:21
dholbachanytime :)07:22
xnoxdholbach, good morning =) do you know how many students slots was ubuntu allocated in gsoc - tentatively ? =)))))07:24
dholbachxnox: no07:25
dholbachI don't - sorry07:25
xnox=( kk thanks07:26
cjwatsonoh, smeg, uploaded d-i last night and forgot to change the seeds07:47
glatzorcjwatson, 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-center10:03
ubottuDebian bug 575070 in debconf "Exclusive read-write lock in file db driver breaks running debconf as non-root" [Normal,Open] http://bugs.debian.org/57507010:03
cjwatsonglatzor: why aren't you using a separate database?10:05
lifelessbug 52222510:05
ubottuLaunchpad bug 522225 in mysql-dfsg-5.1 "permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb" [High,Fix released] https://launchpad.net/bugs/52222510:05
cjwatsonglatzor: oh, I see10:06
glatzorcjwatson, DEBCONF_DB_REPLACE doesn't work :(10:07
glatzorcjwatson, and the non-root deconf-communicate even doesn't want to write to the database at all10:07
cjwatsonyeah, that's nasty10:07
cjwatsonglatzor: fixed in svn10:14
glatzorcjwatson, that was fast :) thanks a lot10:14
* mvo hugs cjwatson 10:14
* cjwatson wonders why that bug doesn't show up on debconf's bug list10:19
cjwatsonglatzor: would appreciate it if you could try debconf 1.5.30 once it's available (uploaded)10:22
glatzorcjwatson, I already tested the svn version and it seems to work10:22
glatzorcjwatson, thanks a lot once again10:22
Laneycjwatson: 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
Laney(well, ajmitch did it actually)10:28
LaneyI'll create a script to subscribe to all the packages soon10:28
* jelmer cheers on james_w10:30
jelmerjames_w: thanks for syncing cabal10:30
Laneyhttp://orangesquash.org.uk/~laney/haskell-installability/i386.png10:31
Laneylookin gooooooooooood10:31
chrisccoulsonLaney - that makes my eyes hurt ;)10:32
Laneyheh, I just look at it zoomed out10:33
dholbachmvo: would it make sense to add archive.canonical.com and ppa.launchpad.net to /etc/squid-deb-proxy/mirror-dstdomain.acl?10:34
dholbachmvo: if squid-deb-proxy-client is installed, will it fall back to "regular http" if the proxy can't deliver?10:35
=== dendrobates is now known as dendro-afk
cjwatsonLaney: LP still won't let me10:37
* cjwatson asks #launchpad10:37
Laneycheers10:42
* Laney rips off edit_acl.py10:43
mvodholbach: archive.c.c I think makes sense, not sure about ppa10:55
dholbachmvo: what about the other question? :)11:06
dholbachmvo: will apt fallback to regular http if the proxy doesn't do "ppa.launchpad.net" for example?11:06
davmor2pitti: 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:09
davmor2pitti: infact scrap that, things just got weirder my camera is showing up as a media player in RB rather than as a camera11:13
tkamppeterpitti, hi11:27
znhHello. Are there any plans for releasing Firefox 3.6? It fixes a serious remote exploit bug.. My 9.10 only offers 3.5.811:30
=== ogra_ is now known as ogra
pittidavmor2: can you please do "ubuntu-bug storage" with the camera? that'll collect all the necessary info for me11:39
pittihi tkamppeter11:39
davmor2pitti: np's thanks11:40
loolmvo: 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_authR3URISs11:54
loolmvo: 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:54
tkamppeterpitti, 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
pittitkamppeter: they should11:55
pittitkamppeter: I have many packages which rely on that11:55
pittitkamppeter: did you add an lsb-release build dependency?11:56
davmor2pitti: bug 544994, I've assigned it to you and added a snapshot of it showing up in rb and not nautilus.11:59
ubottuLaunchpad bug 544994 in linux "Fugi FinePix S5800 is showning up as a media player and not a camera" [Undecided,New] https://launchpad.net/bugs/54499411:59
tkamppeterpitti, no, I did not, I simply assumed that it is standard.11:59
Keybuk15 conflicts encountered.12:00
Keybukzsh: exit 1     bzr merge lp:plymouth12:00
Keybuk*cry*12:00
pittidavmor2: thanks12:00
loolmvo: Apparently specific to cowbuilder, worked with pbuilder so I've used that12:04
geserpitti: 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:04
pittigeser: oh, did that change?12:05
pittigeser: I'm usually testing against staging, but unfortunately +storeblob is terminally broken on staging, so the test suite doesn't work any more12:05
geserpitti: 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:06
pittigeser: 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
geserpitti: 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
geserpitti: sure12:09
pittigeser: danke12:09
=== sconklin-afk is now known as sconklin
mvolool: very odd indeed12:17
mvolool: reproducable?12:17
loolmvo: No, but I upgraded my system in the meantime12:23
loolI had already updated this morning though12:23
loolThis is really werid12:23
loolmvo: I don't know what happened the first ime12:23
loolsudo cowbuilder --create --distribution lucid was how I got it12:24
Keybuknote-to-self ... teach slangasek about "sending patches upstream" :p12:24
matumbadavmor2, just confirmed bug 54499412:29
ubottuLaunchpad bug 544994 in linux "Fugi FinePix S5800 is showning up as a media player and not a camera" [Undecided,New] https://launchpad.net/bugs/54499412:29
pabs3where would I complain about unsolicited email from Canonical?12:32
highvoltagepabs3: would that be an email to test landscape perhaps?12:35
pabs3yes12:35
=== Mamarok_ is now known as Mamarok
cjwatsonpabs3: 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 it12:43
cjwatsonpabs3: (it has nothing to do with me ...)12:43
directhexpabs3, yours is the second complaint i've seen12:44
libvwhy would this interest even current candidates?12:44
* pabs3 agrees with libv12:44
highvoltage4th I've seen, but I just pasted them all what cjwatson said :)12:44
elmoit wasn't meant to be sent to current candidates12:45
highvoltage(mistakes happen)12:45
libvi also wasted time on this, not knowing what it was.12:45
davmor2matumba: Thanks :)12:45
pabs3cjwatson: thanks for the info, I'll refrain from mailing abuse@c.o and mark12:46
cjwatsoncurrent candidates> oh, ok12:50
cjwatsonhighvoltage: I've accepted the invitation for developer-membership-board to join edubuntu-dev; can you make it an admin?12:52
blackxoredHello 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
highvoltagecjwatson: done12:54
cjwatsonhighvoltage: thanks12:54
directhexblackxored, <cjwatson> 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 it12:55
cjwatsonI was wrong about "current candidates", I'm told, but I don't have further details12:55
blackxoreddirecthex, thanks12:55
ograRiddell, can you let u-boot-omap out of binary NEW ?12:56
Keybuksilly xorg-edgers PPA12:56
highvoltageKeybuk: do you perhaps happen to know how to dry-run plymouth to test a theme?12:58
Keybuksure12:58
Keybukplymouthd ; plymouth --show-splash12:58
Keybuk:D12:58
Riddellogra: accepted!12:58
* ogra hugs Riddell 12:59
ograjust in time for mobile meeting :)12:59
Keybukhighvoltage: try it in X ... you may be surprised13:00
highvoltageKeybuk: ok :)13:02
highvoltageKeybuk: nice, thanks!13:04
Keybukplymouth quit to get rid of it, obviosuly13:06
Keybukyou have two windows of different sizes so you can make sure your theme works with multi-head13:07
sivanghi all, I am trying to registera new blueprint13:09
highvoltageKeybuk: ah, clever!13:09
sivangchoosing hte Ubuntu project says it is too wide and I Have to narrow my search13:09
sivangwhat is the correct project name for hte operating system project?13:10
tkamppeterpitti, thanks, new HPLIP is uploaded and did not give any FTBFS.13:10
sivanganybody knows if davd ben simon lurks around here ?13:11
sivang*david13:11
cjwatsonstgraber: where does the LTSP squashfs need to go on the Edubuntu DVD?13:21
nigelbpitti: are you aware that python throws up a small error while apport attaches the hardware information (only seen on cli)?13:22
mrandI 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/54104213:24
ubottuUbuntu bug 541042 in mythbuntu "locale is not set up before mythtv-backend start" [Medium,Triaged]13:24
stgrabercjwatson: ltsp/i386.img would be great13:24
stgraberhighvoltage: ^ just so you know where it'll be ;)13:25
highvoltagestgraber: ok thanks13:25
cjwatsonstgraber: that's the path from the root of the image?  how about amd64 images?13:26
cjwatsonstgraber: is it necessary to put the architecture name in the image filename?13:26
highvoltagecjwatson: for now we're going to stick with only i386 images for the live infrastructure, if someone needs amd64 they'll have to install13:31
cjwatsonso I should do this only for the i386 Edubuntu DVD image?13:31
highvoltagecjwatson: 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 well13:32
highvoltageright stgraber?13:32
cjwatsonhmm.  cross-architecture stuff might be tricky.13:32
cjwatsonI'll see what I can do13:32
highvoltagecjwatson: many people use amd64 servers with i386 ltsp chroots, it's a common use case.13:32
highvoltagecjwatson: ah you meant from a built perspective? sorry I think I'm with you now.13:33
highvoltage(s/built/build/)13:33
cjwatsonthat's what I mean, yes13:33
=== MacSlow is now known as MacSlow|lunch
stgrabercjwatson: it's the i386.img for both amd64 and i386, so path is the same on both13:39
stgraberlooks like highvoltage was a lot faster than me on that one ;)13:40
highvoltagestgraber: 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
cjwatsonnah, will just fetch the i386 build for the amd64 CD build too13:43
cjwatsonno point building it twice if it's just the same13:44
highvoltagethat sounds good.13:45
stgraberhighvoltage: sure we could build it twice but we'll save quite a few mins of build time if we don't13:46
=== jamie is now known as Guest95244
* Keybuk crosses his fingers and does the "please don't crash my X server" dance13:56
=== worellana_ is now known as worellana
KeybukCOMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME14:01
KeybukXorg       1027 root    5u   CHR    4,7      0t0 1302 /dev/tty714:01
Keybuklt-plymou 18140 root    0u   CHR    4,7      0t0 1302 /dev/tty714:01
Keybuklt-plymou 18140 root    1u   CHR    4,7      0t0 1302 /dev/tty714:01
Keybuklt-plymou 18140 root    2u   CHR    4,7      0t0 1302 /dev/tty714:01
Keybukhmm14:01
KeybukI wonder if there's a magic lsof flag to tell me which of those is the process group leader for the tty14:01
psusiyou mean between 1027 and 18140?  ps should tell you no?14:03
mrandKeybuk: ps -f lists parent PID14:08
Keybukno, that tells you their pgid ;)14:09
KeybukI want to know which one is controlling that terminal14:09
doko_smoser, any feedback on 542395?14:12
smoserdoko_, i will test right now. i'm at a hotel with 40k download cap14:20
smoserspent last night downloading14:20
smoser:)14:20
doko_smoser: thanks, no haste!14:21
smoserdoko_, fixed. thank you.14:25
doko_smoser: ok, closing14:26
smoseralready did.14:26
cjwatsonstgraber,highvoltage: er, yeah, so ignore the Edubuntu DVD build I just did please, it turns out it helps to use the correct squashfs14:30
cjwatsonrebuilding ...14:30
=== dendro-afk is now known as dendrobates
highvoltageok14:31
rafiyrDoes the 10.04 installer account for ssd block sizes when partitioning and setting up file systems?14:43
highvoltageKeybuk: # #2c001e --> 0.16, 0.00, 0.12 <- how does that conversion work!?14:43
=== geser_ is now known as geser
Keybukhighvoltage: ask tseliot ;-)14:46
highvoltageKeybuk: ok :)14:46
Keybukthough it's roughly right isn't it?14:46
highvoltageI'm not sure what 0.16 means. afaik 2c = 44.14:47
Keybuk0.16 means 0.1614:47
Keybuk16%14:47
Keybuketc.14:47
highvoltageah! got it14:47
tseliothighvoltage: I'm pretty sure I put this bit of information in the code but anyway, you need the rgb values14:48
Keybuktseliot: though, 2c isn't 0.16 ;-)14:49
tseliothighvoltage: and then you'll have to divide them by 25614:49
highvoltagetseliot: 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 again14:49
tseliotexample: #ffffff => RGB 255 255 255 => 1 1 114:49
tseliot:-)14:50
Riddellapw: linux-meta-qcm-msm for main or universe?14:51
tseliotRiddell: news on the kubuntu bootsplash theme?14:52
pittikirkland: http://qa.ubuntu.com/reports/bug-fixing/lucid-fixes-report.html14:53
pittikirkland: I caught up! :-)14:53
Riddelltseliot: 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?14:53
=== MacSlow|lunch is now known as MacSlow
tseliotRiddell: it's bug ##50723814:54
tseliotbug #50723814:54
ubottuLaunchpad bug 507238 in plymouth "No alternatives support for default theme yet, all themes in main package" [Medium,Triaged] https://launchpad.net/bugs/50723814:54
tseliotKeybuk: 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 fails14:55
Riddellbryceh: do we want wacom-tools back in the archive?  removal log says "renamed to xf86-input-wacom"14:55
cjwatsonrafiyr: yes, though it's a first attempt at doing so and it may be wrong14:57
Keybuktseliot: that should be today14:58
KeybukI have it merged in my working tree14:58
Keybukand I'm just fixing your plugin ;-)14:58
rafiyrcjwatson: thanks.14:58
tseliotKeybuk: nice. Do you mean the 16 colours renderer or my theme?14:59
Keybuktseliot: your theme14:59
Keybukadding Window.GetX() + to various bits where you center them14:59
Keybukto be fair, Charlie only realised that this was needed yesterday14:59
cjwatsonrafiyr: are you having problems with it?15:00
Keybukbut damn you for being insufficiently prescient :p15:00
tseliotKeybuk: hehe. Why is that necessary? In case of multiple heads?15:00
Keybuktseliot: yup!15:00
rafiyrcjwatson: 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:00
Keybukmultiple heads that are hardware offset15:01
Keybukie. one overlapping the other15:01
Keybukplymouth gives you one big screen with two windows then15:01
Keybukapparently15:01
cjwatsonrafiyr: 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 now15:01
cjwatsonwhich is better for most SSDs, slightly less friendly to 1980s-era Winchester hard disks, and makes little difference on anything else :-)15:01
rafiyrcjwatson: Good to know.  mostly thinking about performance.15:02
rafiyrcjwatson: ya wouldn't be so good to give the first 1MB to the partition table and boot block on my 5MB drive.15:02
tseliotKeybuk: 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 bit15:03
rafiyrcjwatson:  Though I mostly just keep the 14" platters hanging on the wall instead of trying to run bloated systems like linux off them.15:03
=== dendrobates is now known as dendro-afk
Keybuktseliot: is all pushed if you want to play15:04
Keybukplymouthd;plymouth --show-splash works just fine in X now15:04
Keybukso you can send messages, get keys, etc.15:04
cjwatsonrafiyr: was more thinking about the fact that disks that really had 63-sector cylinders tended to like partitions to be aligned on them15:04
Keybukand see the different effect on the two "heads"15:04
cjwatsonrafiyr: which is why most people's /dev/sda1 is 32.5KiB from the start of the disk15:05
tseliotKeybuk: 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 drm15:05
rafiyrcjwatson: fair point.15:06
Keybuktseliot: I fixed that :p15:06
Keybuk(current lucid has the fix)15:06
tseliotKeybuk: fantastic. We should add your photo to the Ubuntu logo in the bootsplash :-)15:07
tseliot(but then you would have to render it in 16 colours :-P )15:08
Keybukhaha, why my photo?15:09
tseliotbecause without you plymouth in Lucid would still be in a rather sorry state ;)15:09
Keybukas long as I get the credit, and someone else gets the blame :p15:10
tseliotlet's rename it as it Plybuk or PlyScott :-P15:10
matumbaa bit OT: how about not naming the purple color PLY_TERMINAL_COLOR_BLACK? :P15:11
kusumcjwatson: Hello SIr15:11
Keybukmatumba: because it's black15:12
Keybukmatumba: we don't invent a new terminal colour called PURPLE and use that15:12
Keybukmatumba: we reprogram the VGA to make the existing black colour more purple ;-015:12
matumbaKeybuk, i see15:12
kusummatumba: Keybuk : Hello15:13
cjwatsonkusum: hello?15:13
Keybukmatumba: http://people.canonical.com/~scott/purple.py15:13
Keybukmatumba: ^ run on a text VT15:13
Keybukkusum: hello15:13
Keybuktseliot: so OOI15:14
Keybuktseliot: is the background supposed to be #2c001e or #27001d ?15:14
kusumcjwatson: Could you give me some guidelines on how to go about it15:14
tseliotKeybuk: let me check15:15
cjwatsonkusum: 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 go15:15
cjwatsonkusum: but the expertise required for the changes I made was expertise in the Ubuntu installer, not expertise in Wubi15:16
cjwatsonkusum: 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 it15:16
kirklandpitti: woohoo!15:16
kusumCould you tell me your primary changes you made in Ubuntu installer?15:17
cjwatsonkusum: 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
cjwatsonkusum: mainly writing the 'partman-auto-loop' component to do the automatic partitioning and loop-mounted-image creation15:17
cjwatsonkusum: and tweaking the boot loader installation component to handle slight differences in the configuration file it needed to write15:18
kusumnow that will differ for pardus or can i port partman-auto-loop directly to pardus?15:18
cjwatsonI have no idea what installation system pardus uses15:19
Keybukright, time to read the update-alternatives man page again15:19
Keybukif you don't hear from me within a couple of hours, send rescue parties15:19
cjwatsonunless it's pretty closely based on the Debian or Ubuntu installer, you'll have to rewrite it15:19
kusumcjwatson: so partman-auto-loop works while ubuntu installation is in progress ??15:20
cjwatsonsimilarly, unless Pardus' initramfs framework is initramfs-tools, you'll have to rewrite the stuff that deals with booting off a Wubi-created image15:20
cjwatsonyes15:20
kusumhow does it know when the installation has taken place via wubi and when a normal installation is being taken place?15:21
cjwatsonWubi tells it, using a preseed file (which is the standard way to automate the Debian/Ubuntu installer)15:21
cjwatsonif you aren't using d-i as your installation system, you'd have to invent some other way15:22
kusumohh ok15:22
kusumdo you have some idea about what happens on windows when wubi starts till the restart option is pressed?15:23
lamontasac: I was recovering from my lucid upgrade yesterday15:23
tseliotKeybuk: I think it's #2c001e why are you asking?15:23
cjwatsonkusum: very little - Agostino Russo did most of the Windows-side stuff15:23
kusumcjwatson: Can you tell me the best way i can reach him ??15:24
Keybuktseliot: because that's not what you render ;-)15:24
Keybuktseliot: you render 27001d ;-)15:24
cjwatsonkusum: 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 him15:24
tseliotKeybuk: some rounding madness perhaps?15:24
Keybuktseliot: no, I just think you can't add ;-)15:24
tseliotlet me check15:24
asaclamont: hi15:25
Keybuktseliot: 2e=44 44/256 = 0.17*something*15:25
cjwatsonhim -> his e-mail address15:25
asaclamont: all fine now? ;)15:25
tseliotKeybuk: it could be :-P15:25
kusumcjwatson: i did contact him on his gmail15:25
kusumno reply15:25
cjwatsonkusum: that's the only address I've ever used; he's probably just busy15:25
cjwatsonkusum: he hasn't been around a great deal recently15:25
kusumI wish to apply for this project in Google summer of Code 201015:25
lamontasac: fine is a relative term.  my home directory is now roughly 280GB smaller15:25
lamontsome would consider this a positive thing15:26
kusumso any details like you just mentioned would be of really great help to me for getting selected15:26
lamontin 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:26
cjwatsonkusum: 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 installation15:27
kusumcjwatson: Thanks  a ton for patiently telling me everything15:28
tseliotKeybuk: right, it was definitely a typo (as I don't do any kind of calculation myself when I'm tired)15:28
cjwatsonkusum: you can download the wubi, lupin, and partman-auto-loop components from launchpad.net and study them to figure out roughly how they work15:28
kusumcjwatson: yes i will do that15:28
cjwatsonmaybe the Ubuntu version of grub-installer too15:28
asaclamont: 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 builders15:29
asacotherwise i can just upload with -marm15:29
lamontasac: assuming I can get it to do something, builder today.15:29
asacwe decided that that was good enough for libplist15:29
tseliotKeybuk: also, I have some experience with alternatives (see nvidia, fglrx), so if you have doubts on update-alternatives, just let me know15:29
asaclamont: cool. i will wait. ;)15:29
lamontwhen they power up, these boards should spew at the serial, yes?15:29
asaclamont: let me know if youz want to run a pipecleaning build ;)15:29
cjwatsonasac: 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
asaclamont: yes. you need to tweak kernel command line though15:30
lamontasac: what's your favorite package these days15:30
lamontasac: I meant from boot rom...15:30
asaclamont: libplist ... a give back on more modern builders should help15:30
asaclamont: yes. boot rom gives you console15:30
asacon serial15:30
asaccjwatson: let me check15:30
lamontright.  off to do the investigative stuff.15:30
lamont9600 8N1? or what speed?15:31
asaccjwatson: what patch are you talking about? is that in the package or just in a bug?15:31
asaclamont: 115200 works for us15:32
cjwatsonasac: the one you filed as bug 52772015:32
ubottuLaunchpad bug 527720 in klibc "thumb2 porting issues identified: klibc uses mov.*pc" [High,Triaged] https://launchpad.net/bugs/52772015:32
cjwatsonI'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
lamontasac: ta15:33
stgrabercjwatson: that build would be 23.2 right ?15:34
cjwatsonstgraber: it would be, but it fails15:37
cjwatsonfailed15:38
asaccjwatson: bx is safe for armv4t and above15:38
asacthats pretty old stuff15:38
cjwatsonasac: could you send it upstream?  klibc@zytor.com15:41
Keybukcjwatson: if I do Recommends: plymouth-theme-ubuntu-logo | plymouth-theme - will germinate do the right thing?15:46
cjwatsonwhat do you want the right thing to be? :)15:47
Keybukinclude that package on the CD15:47
cjwatsonthen yes15:47
Keybukwhile allowing people to remove it and replace it with silly animated stars15:47
cjwatsonnot Depends, given the alternative dep?15:48
cjwatsonyou want it to be entirely removable as well?15:48
KeybukI'm going to make Plymouth a Depends of mountall15:48
Keybukbut people still should be able to remove the themes15:48
Keybukif you remove its themes, it'll go back to just ordinary text mode15:48
cjwatsonhmm15:48
cjwatsondebootstrap doesn't follow Recommends15:48
Keybukah, meh15:48
cjwatsonI'd recommend that you seed a plymouth theme package explicitly15:48
Keybukright15:49
Keybukthat makes sense15:49
ccheneyanyone familiar with inkscape that could look at bug 529625?15:49
ubottuLaunchpad bug 529625 in inkscape "Sync openclipart 0.18+dfsg-9 (universe) from Debian unstable (main)" [High,Confirmed] https://launchpad.net/bugs/52962515:49
lamontasac: 115200 gives me line noise15:53
asacstrange. then i guess i am looking at the bootloader output15:54
asacdo you have a SD card inserted15:54
asac?15:54
lamontcould be "no"15:54
lamontwere they shipped with them?15:54
lamontor do we need to get them?15:55
asaclamont: you need to get one, yes.15:55
asaclamont: they also came with one, but not with our15:55
asaclamont: without SD card this thing shouldnt stay on at all?15:55
asacdoes it stay on?15:55
lamontah, right.  so I do all the magic and love, write the sd card, then stuff it in the machine and boot?15:55
asacyep15:55
lamonthow big?15:55
asaclamont: ogra can give you a bootable image15:55
asaceither installer image (from our cdimage server)15:56
asaclamont: 4G is what we usualy use to be safe15:56
lamontah, cool15:56
asaclamont: i would suggest to take the alternate installer ... want to install lucid right away?15:56
asacor rather karmic? (i think lucid would be better if you dont mind that its not final yet)15:57
lamontlucid15:57
lamontassuming I can just dist-upgrade it once installed15:57
asaclamont: you can either use installer and install it on harddisk or get a special image from ogra, so the main system stays on SD15:57
lamontwell, make that: I assert that I can dist-upgrade it once installed, regardless of the karmic vs lucid discussion15:57
lamonthard disk15:57
asacyou then mount the builder disk from there15:57
ogralamont, how about http://ports.ubuntu.com/ubuntu-ports/dists/karmic/main/installer-armel/current/images/imx51/netboot/babbage-TO2/babbage-TO2-sd.img15:58
ogra:)15:58
asaclamont: yes, you can dist-upgrade ... even if you use a sd15:58
lamontthat's a win15:58
ograthats d-i netinst .... just dd to an SD card15:58
lamontogra: so write that image to the SD, stuff it in, and it should boot into the installer?15:58
ograyep15:58
lamontta15:58
lamontdd to card, yes?15:58
asacyeah15:58
ograyep15:58
ograthe card will be re-used as bootfloppy15:59
ogradont pull it out after the install :)15:59
unggnuhi all15:59
cjwatsonasac: hm, you seem to have missed a few instances of code matching 'mov.*pc'15:59
asaccjwatson: we are checking something here atm15:59
asaccjwatson: currently its build with armv4 etc.15:59
unggnuIs it a known "bug" that with the standard theme of Lucid Firefox URL suggestions are hardly readable?15:59
lamontogra/asac: once installed on the HD, does the SD card need to remain?15:59
ograyes15:59
asaccjwatson: so we might not need it if there is a rason its using that15:59
lamontunggnu: it's even a filed bug16:00
ograit is turned into a bootfloppy16:00
unggnublue und dark grey isn't so great16:00
lamontogra: ah, so the install process overwrites the SD card?16:00
cjwatsonoh, maybe not, some of this is in an ifdef16:00
ograright16:00
unggnulamont, ok16:00
asacon a call now16:00
lamontogra: ta16:00
cjwatsonasac: 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
asaccjwatson: yes. ignore that for now. i will sort that and let you know ;)16:01
cjwatsonasac: ok, please just go ahead and upload once you're happy with it, and send it upstream16:02
asacyep16:02
asacwill do16:02
unggnulamont, Do you have the bug number?16:04
asaccjwatson: we are unsure about the whole options currently used. when is klibc exactly used?16:04
cjwatsonunggnu: google 'ubuntu firefox blue grey site:bugs.launchpad.net' - first hit16:04
cjwatsonasac: in the initramfs16:05
cjwatsonbug 53225916:05
ubottuLaunchpad bug 532259 in light-themes "Dark text on Dark background dropdown list firefox" [High,Confirmed] https://launchpad.net/bugs/53225916:05
unggnucjwatson, I used the bug tracker search :/16:05
unggnuthx anyway16:06
=== deryck is now known as deryck[lunch]
lamontogra: them bits want to go on p1 or the non-partition base of the card?16:10
ograthe bootloader, kernel and initramfs, yes16:10
lamontogra: so the .img file... do I just stuff that on /dev/mmcblk0 or on ...p1?16:11
ogrammcblk016:11
ograjust dd it to the device16:11
lamontcool.  I suspected such16:12
* cjwatson sighs and runs edubuntu-dvd again16:13
highvoltagecjwatson: thanks!16:21
unggnuIs there an ubuntu channel for the music store?16:23
=== yofel_ is now known as yofel
jcastrounggnu: #u1msbeta16:25
unggnuthx16:26
cjwatsonstgraber,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)16:29
=== andreasn_ is now known as andreasn
highvoltagecjwatson: ok, starting an rsync...16:39
=== beuno is now known as beuno-lunch
mathiazcjwatson: hi16:50
mathiazcjwatson: I'm trying to run a preseed -server install using the beta1 amd64 iso16:50
mathiazcjwatson: I run into an warning: debootstrap warning16:51
mathiazcjwatson: Warning: restricted/binary-amd64/Packages was corrupt16:51
kusummathiaz: Can you tell me what exactly a preseed file does?16:51
mathiazcjwatson: I'm using a local http webserver where I've exploded the content of the beta1 server iso16:52
mathiazcjwatson: using bsdtar16:52
kusummathiaz: Hello16:53
mathiazkusum: https://help.ubuntu.com/9.10/installation-guide/amd64/appendix-preseed.html16:53
cjwatsonmathiaz: um, no idea, I have to say I've never supported exploding a CD image like that although people keep trying to do it16:53
cjwatsonmathiaz: you'll have to trace through the files it's downloading and try to figure out which checksum it's comparing against, I think16:54
kusummathiaz: thank you16:54
mathiazcjwatson: I guess I'll have to run the installation in debugging mdoe?16:57
mathiazcjwatson: the syslog I have doesn't seem to mention anything with mismatch checksum16:58
cjwatsonmathiaz: debugging mode probably won't help, you'll have to figure out what command it's running and dig into it from there16:59
cjwatsonget the debootstrap source and search for the error message there (it's in the 'get' function, look for CORRUPTFILE)16:59
mathiazcjwatson: ok - thanks for the pointer17:00
cjwatsonmaybe put 'set -x' at the top of /usr/share/debootstrap/functions to get a shell trace17:00
cjwatsonmvo: any news on whether the python-apt FFe is going to happen?17:01
Sarvattcjwatson: 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 fb17:05
cjwatsonSarvatt: still not sure it makes a whole lot of sense to cause efifb to start when the system *isn't EFI*17:06
mvocjwatson: the exception got granted, I will upload today17:06
bdrung_i am member of ubuntu-sponsor, but i can't unsubscribe ubuntu-{main,universe}-sponsor.17:07
mvocjwatson: the bzr tree is ready, I just need to silence the deprecation warnings by default now17:07
cjwatsonmvo: cool, thanks17:08
=== deryck[lunch] is now known as deryck
cjwatsonseb128: 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 trail17:15
ubottuLaunchpad bug 519035 in hundredpapercuts ""(as superuser)" is appended to titles of windows owned by root" [Low,Triaged] https://launchpad.net/bugs/51903517:15
seb128cjwatson, in a meeting right now but I will try to have a look later17:16
cjwatsonseb128: 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 bug17:16
seb128I didn't touch that package for ages though17:16
ubottuGnome bug 605137 in general "way to suppress "(as superuser)" message" [Enhancement,Assigned]17:16
cjwatsonseb128: but a way to turn it off would be lovely17:16
seb128so if you or mvo just want to back out to change or whatever please do17:16
cjwatsonok, is didrocks the person to talk to?17:17
seb128we 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 thing17:17
ccheneyafter looking at the inkscape bug list it looks like it is in pretty bad shape with the number of high heat crasher bugs17:18
cjwatsonhm, ok, I don't know how I feel about backing it out totally17:18
didrockscjwatson: can maybe have a look at it on Thursday17:18
asaccjwatson: 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
cjwatsonalthough compiz has no such superuser notification, I think17:18
cjwatsondidrocks: thanks17:18
cjwatsonasac: too much effort to unwind its use from the initramfs17:18
asacdmart  summon ;)17:18
didrockscjwatson: not sure how it works, I'll just give it a try :)17:19
seb128cjwatson, no compiz doesn't, I would just drop it17:19
dmartcjwatson: 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
cjwatsondmart: it is most certainly used in the initramfs.17:19
asaccjwatson: what is that? we need to double check that that is using the same options at least17:20
cjwatsonnot as extensively as it used to be, but it's used17:20
=== beuno-lunch is now known as beuno
asaci see dmraid, rootskel and cowdancer17:20
asacas the only build-rdepends17:20
cjwatsonif you don't have klibc in your Ubuntu initramfs, your initramfs will (if nothing else) fail to chain to upstart17:20
cjwatsonsome of the programs from klibc-utils are used in core initramfs code17:21
cjwatson/usr/share/initramfs-tools/init:264:exec run-init ${rootmnt} ${init} "$@" <${rootmnt}/dev/console >${rootmnt}/dev/console 2>&117:21
cjwatsonfor instance17:21
cjwatsoneventually 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 though17:21
ograbut couldnt run-init and friends just link against glibc ?17:22
cjwatsonrun-init is part of the klibc source code17:22
cjwatsonsure, you could rewrite it, and you'd have to track down all the new bugs17:22
ograah17:22
ionkeybuk: I wonder, could Plymouth launch the text plugin ASAP and just switch to a FB plugin when a FB becomes available?17:22
cjwatsonI'd have been happy to take that on at the start of a release cycle17:22
cjwatsonbut definitely not for lucid17:22
Keybukion: how would that help?17:22
cjwatsondmart: 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 else17:23
ionkeybuk: The screen would say ‘Ubuntu 10.04’ or whatever instead of being blank with just a cursor for several seconds.17:23
cjwatsonthey're essential in and of themselves, but ...17:23
Keybukion: *shrug* I'd rather shorten the several seconds17:24
asaccjwatson:  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
bdrung_can someone unsubscribe ubuntu-main-sponsors from bug #544904?17:24
ubottuLaunchpad 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/54490417:24
asaccjwatson: but thanks. we will check those now17:24
cjwatsonthe rootskel dep is for code not used in Ubuntu17:26
ionkeybuk: 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
dmartcjwatson: 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
Keybukion: no ;)17:26
dmartasac, shall we give the lucid defaults a try for this and see how we get on?17:26
asacdmart: yes. lets try that .. see -arm17:26
asacif nothing works we just need to remember to review all rdepends17:27
cjwatsonthe dmraid dependency is, I think, stale17:27
cjwatsonI can't say I care about cowdancer, and haven't looked17:27
cjwatsonand klibc-utils will certainly be built with the same compiler options as libklibc17:27
lamontasac: is it supposed to say something after finding the USB hub and freeing init memory?17:27
asacright. what does "stale" mean?17:27
cjwatsonso I think we're fine17:27
lamontplease tell me it doesn't require dhcp17:28
cjwatsonasac: dmraid has a klibc configure option, but I don't think we ever turn it on17:28
asaclamont: are you at bootloader ?17:28
asacor booted?17:28
cjwatsonbdrung_: done, do you want to subscribe ubuntu-sponsors?17:28
lamontFreeing init memory: 176K17:28
lamontusb 1-1: new high speed USB device using fsl-ehci and address 217:28
lamontu17:28
lamontand 7 ports on the usb hub.17:28
lamontand full-stop17:28
bdrung_cjwatson: nope. i acked it.17:29
asaclamont: you might need to add console=ttymxc0,115200  to the kernel line17:29
lamontah, can I interrupt the boot process to get control to do that?17:30
asaclamont: i think its ctrl-c17:30
asacogra: ^^ how to aboard bbg boot?17:30
asaclamont: i think its printed on the serial line what to do17:30
ograyeah ctrl-c17:30
lamontwoot17:30
ograi think redboot even says so17:31
asacit tells you something like "3.00 seconds (hit ctrl-c for a prompot)"17:31
bdrung_cjwatson: if you want to unsubscribe ubuntu-main-sponsors and subscribe ubuntu-sponsor take these: https://bugs.launchpad.net/~ubuntu-main-sponsors17:31
lamontok... now that I'm sitting at the redboot prompt... what do I type?17:31
lamont(iz wiki page I should read?)17:31
ograyou shouldnt even have to be there at all17:31
lamontwell, lack of network might have something to do with it.  no dhcp17:32
lamontnor can I fix that17:32
lamontnot this month anyway17:32
ograif the thing doesnt boot the redboot prompt wont help you17:32
lamontwell, I get as far as freeing init memory and device discovery.. then it just sits17:32
ograthe point is that d-i and its initrd.gz are contained in the SD img17:32
ograit should get you to a d-i screen17:33
ograoh, hmm17:33
lamontwell, then.  let me say 'reset' and see how much better it does.17:33
ogrado you have a DVI capable monitor around ?17:33
lamontheh.  not a chance17:33
ograit might default to DVI17:33
ograso lets do that17:34
ograat the redboot prompt type fconfig17:34
ograhit enter17:34
ograit goes to "do you want to run a bootscript"17:34
lamontdo these things at least power on on power application?17:34
ograi dont think the new ones do17:34
ograbut they dont crash :)17:35
ograso the power issue is a lot less critical17:35
lamontok.  remote hands have cycled it again for me.17:36
lamontogra: so... I do want to update the config at the end of all those questions, having dropped console=tty0 from the string17:37
lamont?17:38
lamontoh, look.  DI17:38
ogra:)17:39
cjwatsonSarvatt: 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 properly17:40
cjwatsonSarvatt: so thanks17:41
cjwatsonbdrung_: certainly not doing that by hand in the web interface, but I'll have a look via the API17:41
bdrung_cjwatson: you could extent the script to support ubuntu-universe-sponsors, too17:42
cjwatsonbdrung_: somebody else could, I'm not a member of u-u-s17:43
mrandI 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/54104217:46
ubottuUbuntu bug 541042 in mythbuntu "locale is not set up before mythtv-backend start" [Medium,Triaged]17:46
lamontogra: lunch for me, then I have a little bit of network config to do to make the machine have connectivity, then should be happy happy17:46
ogralamont, 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 env17:47
ograits not integrated with the kernels PHY layer ...17:47
=== dendro-afk is now known as dendrobates
=== MacSlow is now known as MacSlow|capoeira
=== rickspencer3_ is now known as rickspencer3
AnAntHello, regarding plymouth theme, will there be some technique (such as update-alternatives) to ease branding ?18:02
highvoltageAnAnt: yep, there is18:02
AnAnthighvoltage: how ?18:03
highvoltageAnAnt: for Lucid, you'll run something like /usr/sbin/plymouth-set-default-theme --rebuild-initrd edubuntu-logo18:03
highvoltageAnAnt: that replaces the symlink in /lib/plymouth to that theme18:03
highvoltageAnAnt: in Lucid+1 it will probably be changed to use alternatives18:03
AnAnthighvoltage: I see, thanks18:03
highvoltageyou're welcome18:04
AnAntok, another question, it seems that xsplash isn't used anymore, why is it still installed in lucid ?18:04
highvoltageprobably a bug.18:05
cjwatsonit's not still installed in new installations, as far as I can see18:06
cjwatsonbut nothing conflicts with it, so it doesn't necessarily get removed18:06
highvoltagecjwatson: 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
AnAntcjwatson: it is in beta1 live CD18:07
cjwatsonAnAnt: it's not in current dailies18:08
AnAntah, that's good !18:08
cjwatsondropped in ubuntu-seeds/ubuntu.lucid r167718:08
mathiazcjwatson: so it seems that the Release on the isos includes a reference to the Packages file18:09
mathiazcjwatson: however the size of the Packages file is zero and is not included on the iso18:09
mathiazcjwatson: I'm referring to the -server beta1 iso18:09
cjwatsonmathiaz: 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 space18:11
cjwatsonmathiaz: so what you've described so far is as expected18:11
mathiazcjwatson: ok18:12
cjwatsonmathiaz: did you get that set -x trace of debootstrap?18:14
=== jldugger is now known as pwnguin
mathiazcjwatson: well - it's in the installer18:16
mathiazcjwatson: so I'm not sure how I can set debootstrap to run with set -x in the installer18:17
cjwatsonmathiaz: edit /usr/share/debootstrap/functions before it runs18:18
cjwatsonsay, while it's sitting at a partitioning screen18:18
mathiazcjwatson: ah ok.18:18
mathiazcjwatson: I think I'll just hit the enter key for now18:19
=== radoe_ is now known as radoe
cjwatsonbdrung_: practically all of those were in something other than Ubuntu (probably just old bug tasks).  I'm working through them18:39
cjwatsonbdrung_: 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
smoserpitti, are you around ? I've got an apport suggested change i'd like you to take a look at18:46
smoserhttp://paste.ubuntu.com/400107/18:47
jdstrandkirkland: 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
ubottuLaunchpad bug 545302 in libvirt "allow seabios in libvirt apparmor" [High,Fix released] https://launchpad.net/bugs/54530218:48
kirklandjdstrand: ah, okay, sorry18:51
jdstrandkirkland: no worries, just fyi18:51
kirklandjdstrand: i was trying to get a fix published ASAP18:52
* jdstrand nods18:52
kirklandjdstrand: b/c i think a lot of libvirt/kvm users were DoA18:52
jdstrandsure18:52
cjwatsonmvo: did you notice that fglrx-modaliases is in restricted now?  causes update-manager to dep-wait ...18:52
kirklandjdstrand: i don't need to undo that change, do i?18:52
mvocjwatson: oh, thanks. I did not notice18:53
mvowhy are the aliases in restricted?18:54
cjwatsonthat I haven't looked into18:54
mvowho moved it there?18:55
davmor2mvo: Uncle Bulgaria from the wombles18:57
cjwatsonmvo: I don't think it's explicitly logged :(18:57
mvocjwatson: thakns, I will ask around to figure out more then18:58
mvothanks even18:58
barryjames_w: optimistic ping18:59
james_wbarry: surprising pong19:00
barryjames_w: wow, hi!  i've been doing a little more udd and had a couple of questions for you, if you have some time19:01
james_wof course19:01
barryjames_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 things19:01
cjwatsonbdrung_: all done for main19:01
barry1) python setup.py --command-packages=stdeb.command sdist_dsc is painful19:02
barry2) debian/watch for launchpad download tarballs is painful19:03
barryjames_w: ^^.  there's an open bug on #2 but nothings been done about it19:03
james_w1) I'm not familiar with what that does, could you expand?19:03
james_w2) open bug on LP or uscan?19:03
barryjames_w: #1 is setuptools plugin that creates the debian directory, but it puts it in an inconvenient place and the results need some hackery19:04
barryjames_w: #2 on lp19:04
barryjames_w: bug 23179719:04
ubottuLaunchpad bug 231797 in devscripts "no sensible way to use debian/watch files with launchpad hosted tarballs" [Undecided,Invalid] https://launchpad.net/bugs/23179719:04
barryjames_w: i'm thinking it would be nice to have 'bzr debi' or some such to build the debian/ directory template maybe?19:05
james_wbzr dh-make19:05
james_wbut that uses dh_make rather than stdeb to build the template19:06
barryjames_w: ah, that exists?19:06
james_wif they are significantly different then we should improve on that19:06
james_wyeah, in lucid19:06
barryjames_w: nice.  i didn't know about that.  will try19:06
james_wpass it a tarball19:07
james_wif upstream has a bzr branch then run it in a copy of that too19:07
barryjames_w: so i would have to build or download the tarball first?19:08
james_wyes, currently19:08
james_wwell19:08
james_wit takes http/ftp/sftp/etc. URLs too19:08
cjwatsonbug 231797 is a *closed* bug19:08
ubottuLaunchpad bug 231797 in devscripts "no sensible way to use debian/watch files with launchpad hosted tarballs" [Undecided,Invalid] https://launchpad.net/bugs/23179719:08
barryjames_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.py19:08
cjwatsonwith a working example at the end19:08
barrycjwatson: yeah.  the solution is just fairly well buried (non obvious)19:09
cjwatsonit sort of sucks that you need to type much of the URL twice19:09
barrycjwatson: yep19:09
james_wbarry: 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:09
barryjames_w: in this particular case, it's probably fine.  just wondering for general case when there's only a source branch and no download available19:10
james_win that case you have to build a tarball yourself19:10
pittiev: wrt bug 503808, any particular reason why usb-creator suppresses crashes like that instead of letting them be filed through apport?19:10
ubottuLaunchpad bug 503808 in usb-creator "usb-creator-gtk does not start (GtkFrontend instance has no attribute 'cancelbutton')" [Undecided,Confirmed] https://launchpad.net/bugs/50380819:10
pittismoser: looking19:10
smoserthanks.19:10
barryjames_w: cool19:10
barryjames_w, cjwatson thanks.  let me try 'bzr dh_make' and i'll update the wiki19:11
james_wbarry: 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
james_wplease file a bug on the issue19:11
barryjames_w: cool.  will do19:11
pittismoser: hm, I'm not sure how useful that is -- attachments get compressed during upload anyway19:11
pittismoser: what's your use case?19:12
smoserpitti, they do ?19:12
smoserif htye get compressed during upload then you're right, not needed.19:12
pittismoser: well, binary attachments do19:13
pittipure text files aren't19:13
pitti(by default)19:13
smoseroh.19:13
smoserok. so the log files that i want to attahc are massive (dozens of Meg) and plaintext19:13
smoserwhat would you suggest ?19:13
pittismoser: however, you don't actually need to reimplement it, problem_report.py has that built in already19:14
pittismoser: you can do19:14
pittireport['FooFile'] = ('/tmp/foo.log', True)19:15
pittiwhich will force compression of that file19:15
barrycjwatson, james_w i reopened bug 231797 on launchpad with a suggestion for improvement19:15
ubottuLaunchpad bug 231797 in devscripts "no sensible way to use debian/watch files with launchpad hosted tarballs" [Undecided,Invalid] https://launchpad.net/bugs/23179719:15
pittismoser: python -c 'import problem_report; help(problem_report.ProblemReport)'19:16
pittismoser: and look for "write"19:16
james_wthanks barry19:16
smoserpitti, i think i'm missing something. i guess i dont understand how i should use that.19:19
smoserare 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:19
barryjames_w: what's the package name for bzr-dh-make?  i'm not finding it19:20
mathiazcjwatson: hi - has the iscsi component of the installer changed since beta1?19:20
pittismoser: the euca hook can just use that syntax (a tuple with a path, instead of a string value)19:20
james_wbarry: it's in bzr-builddeb19:20
barryjames_w: ah! thx19:20
pittismoser: (I just commented on the bug)19:21
smoserpitti, thanks.19:22
cjwatsonmathiaz: no19:25
mathiazcjwatson: trying to install from the archive using netboot19:25
mathiazcjwatson: the installer isn't able to find any block devices19:25
mathiazcjwatson: however /dev/sda is there19:26
cjwatsonmathiaz: have you run 'login to iscsi targets'?19:26
cjwatsonoh, if it's there then you shouldn't need to19:26
cjwatsonmathiaz: sorry, I need to go out right now, I'll be back in a bit19:26
mathiazcjwatson: ok19:26
mathiazcjwatson: I've restarted the installer with a default debconf priority19:27
mathiazcjwatson: and I saw the screen where there is a list of driver that should be listed19:27
mathiazcjwatson: stating that no block device had been found19:27
kirklandslangasek: http://people.canonical.com/~kirkland/libplymouth2.png19:34
kirklandslangasek: was this expected to have been fixed?19:35
barryjames_w: bug 54536119:38
ubottuLaunchpad bug 545361 in bzr-builddeb "Pull in some functionality from stdeb" [Undecided,New] https://launchpad.net/bugs/54536119:38
james_wthanks19:39
lamontogra/asac: so... about this network that doesn't seem to like me so much19:42
lamontis it the address assignment, or the link up bit that is lacking?  or both?19:42
slangasekkirkland: bug #54009119:52
ubottuLaunchpad bug 540091 in plymouth "libplymouth2<->mountall circular dep prevents upgrade from karmic" [Critical,Invalid] https://launchpad.net/bugs/54009119:52
kirklandslangasek: thanks19:58
jdstrandseb128: 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 upgrading20:09
jdstrandseb128: is this a known issue?20:09
bdrung_cjwatson: thanks20:10
lamontsd 0:0:0:0: [sda] Attached SCSI disk20:12
lamontogra/asac: how come d-i doesn't see the drive, when the firmware and kernel clearly do?20:12
mathiazlamont: which version of the d-i are you trying out?20:13
oknhi everyone20:14
oknI looking for someone who can help me20:14
oknabout wubi-installer20:14
lamont http://ports.ubuntu.com/ubuntu-ports/dists/karmic/main/installer-armel/current/images/imx51/netboot/babbage-TO2/babbage-TO2-sd.img <-- mathiaz20:14
lifelessslangasek: ipng20:14
slangaseklifeless: opng20:14
lamontso.. 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
mathiazlamont: ah - karmic.20:15
lamontoh gar20:15
lifelessslangasek: 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 package20:15
mathiazlamont: I don't know then.20:15
slangaseklifeless: physically delete it from the mirrors?20:16
lamontmathiaz: any reason not to use lucid?20:16
lifelessslangasek: yeah20:16
oknI am trying to develop a wubi like software for pardus20:16
mathiazlamont: oh - I tried to use the latest netboot install from lucid20:16
lifelesshttps://bugs.edge.launchpad.net/lmirror/+bug/542409 is why I'm asking20:17
ubottuUbuntu bug 542409 in lmirror "journal should record timestamps and file modes" [Wishlist,Triaged]20:17
oknwhich is another linux distro20:17
mathiazlamont: and it seems that it's not able to find block devices20:17
lamontah, ok20:17
mathiazlamont: using beta-1 netboot install works20:17
lamontURL?20:17
slangaseklifeless: 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 40320:17
lamontah20:18
lifelessslangasek: ok; I guess I mean 'is it a big deal if you did not have the option of a 403'20:18
slangaseklifeless: 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 Lucid20:19
slangaseklifeless: 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 :P20:19
lifelessslangasek: I've written a replacement for rsync, for mirroring things like the ubuntu archive; it doesn't currently support file modes.20:20
lifelessslangasek: 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:20
slangaseklifeless: is this going to land in our tier-one mirrors any time soon?20:21
lifelessslangasek: jpds is very excited by it; for all its a personal project of time its moving pretty quickly. So 'perhaps'.20:22
lifelesss/time/mine/20:22
jpdsHi.20:22
lifelessjpds: hi :)20:22
slangaseklifeless: 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 work20:23
lifelessslangasek: thanks20:23
jpdsslangasek: It will do with, and once I've tested the crap out of it. ;)20:24
lifelessslangasek: they can always say 'must have modes', at this point your assessment is sufficient.20:24
jpdswith time*20:24
slangasekjpds: EPARSE - "it will do with"?20:24
jpdsslangasek: ^--.20:25
slangasekah20:25
slangasekjpds: 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 / messy20:26
slangasekif we change our minds, it's a pain to get the files back on disk20:26
jpdsAh, right.20:26
crimsunjdstrand: WRT gdm, it doesn't appear to be known (I checked the bugzilla and launchpad entries), but I can confirm your symptom20:29
jdstrandcrimsun: ok. I'll file a bug20:29
lifelessslangasek: 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
lifelessslangasek: what list[s] should I query this on?20:30
slangaseklifeless: 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:31
seb128jdstrand, "known" in the sense there is a bug a bug about it20:35
seb128jdstrand, it should not happen if you never changed your config though20:35
seb128jdstrand, did you ever run gconftool manually or sudo gnome-appearance-properties before?20:35
seb128sudo -u gdm20:35
seb128rather20:35
seb128I didn't confirm on the upgrade test I did there20:36
jdstrandseb128: I just found bug #53265920:36
ubottuLaunchpad bug 532659 in gdm "new theme not applied" [Low,New] https://launchpad.net/bugs/53265920:36
seb128.gconf is not shipped by the package20:36
jdstrandseb128: I made gconf changes to disable sound, but never touched the theme20:36
seb128I have to check20:36
seb128it might be that playing with the accessiblity option on the login screen write a key or something20:37
seb128since it changes the theme20:37
jdstrandseb128: this was on two systems-- my desktop and my netbook20:37
seb128otherwise I don't know why you would have had a custom config there20:37
jdstrandI didn't even know there was a new gdm theme until I did a fresh install on my laptop...20:38
seb128ok, it's clearly an issue for quite some user20:38
seb128users20:38
seb128but I don't know why yet20:38
jdstrandthen I was like "oh, hey, why doesn't my desktop have that?"20:38
seb128I will try to play on a karmic box to see what action can write that config20:38
seb128you never ran gnome-appearance-properties for the gdm user right?20:38
seb128ie sudo -u gdm gnome-appearance-properties20:39
seb128do you remember if you clicked on the login screen accessibility icon at some point?20:39
seb128it changes the theme to the accessibility one20:39
jdstrandseb128: I am totally unaware of that command, so I would have to give a tentative 'no'20:39
seb128it's possible that when turning that on and off let the theme set an user one20:39
jdstrandseb128: I don't think I ever played with accessibility, but I'm not sure. it's possible on the desktop, less so on the netbook20:40
seb128ok thanks20:40
jdstrandseb128: I did use the methods in bug #437429 to disable sound though20:41
seb128jdstrand, I will ping you back later if I've other questions20:41
ubottuLaunchpad bug 437429 in ubuntu-sounds "No GUI to configure/disable login sound" [Undecided,Invalid] https://launchpad.net/bugs/43742920:41
seb128I will try if one of those commands does trigger some other settings writting in the user config20:41
jdstrandsudo -u gdm gconftool-2 --set ...20:41
seb128jdstrand, k, that might be useful, I will check on that later, thanks!20:41
jdstrandseb128: on the netbook I also adjusted /apps/gdm/simple-greeter/disable_user_list, but not on the desktop20:42
jdstrandbug #44512320:42
ubottuLaunchpad bug 445123 in gdm "No GUI option to disable face browser" [Wishlist,Triaged] https://launchpad.net/bugs/44512320:42
seb128jdstrand, so basically you did use sudo -u gdm gconftool to set some gconf keys for the login screen but not the themes ones20:42
jdstrandseb128: sure! thanks for looking into it20:42
seb128jdstrand, I will check if that could have some side effects20:43
seb128jdstrand, you're welcome20:43
seb128I've to go now20:43
seb128bbl20:43
cody-somervilleoh god. I'm getting all the edubuntu bugsquad bug email now.20:55
cody-somervillehighvoltage, Why is Ubuntu Core Development Team a member of edubuntu-developers?20:57
cody-somervillehighvoltage, 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?20:58
slangasekcody-somerville: so that core-dev has commit access to the seeds when needed21:02
pitticody-somerville: eww, yes; /me blacklists21:02
pittibut for a general solution, edubuntu-dev would need a contact address indeed21:03
tkamppeterpitti, I did the "bzr push"now.21:03
YokoZarWhatever happened to the caff package in Lucid?21:04
pittitkamppeter: thanks21:04
YokoZarfor key signing?21:04
YokoZar(hoping I'm not doing something dumb like misremembering the name)21:04
cndanyone know what gnome-power-manager does for suspend outside of actually calling pm-suspend?21:04
cndI have an issue where calling pm-suspend manually works fine in lucid, but closing the laptop lid leaves the backlight off on resume21:05
lifelesscnd: what happens if you configure gpm to do nothing on lid closes, call pm-suspend and close the lid quickly ?21:06
cndlifeless: not sure, got an idea?21:06
highvoltagecody-somerville: eek, ok, will do21:06
cndI'm booted into karmic, so I can't test easily right now21:06
highvoltagecody-somerville: I set a contact address, you shouldn't get edubuntu-bug spam anymore21:07
cody-somervillehighvoltage, merci21:07
cody-somervillehighvoltage, 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:09
dmbok21:10
gesercody-somerville: it's not only theoretical, I'm a DMB member but no core-dev21:10
cody-somervillegeser, ugh21:11
cody-somervilleactually you are21:12
cody-somervilleDMB is a member of core-dev :P21:12
asaclamont: on bbg the driver doesnt give carrier detect yet - if thats what you wondered about21:12
highvoltageheh. so then it's not theoritically possible!21:12
asacso you manually have to connect if you use NM21:12
asaclamont: i dont know about netboot21:15
asacmaybe thats broken21:15
asaclamont: sorry if thats the case. let me check with folks what works best for beta121:16
AnAntHello, what's the license of the ubuntu-logo plymouth artwork ? I don't see anything explicit about it in /usr/share/doc/plymouth/copyright21:22
cody-somervillecjwatson, ^^ Is it intended by the TB for membership on the DMB to implicitly grant Ubuntu core developer status?21:24
cody-somervillegeser, And I think you should apply for core-dev :P21:27
=== MacSlow|capoeira is now known as MacSlow
=== robbiew is now known as robbiew_
chrisccoulsonhey seb12822:26
chrisccoulsoni've been looking at this terminal profile issue this evening, and i think i've got a slightly better solution for it now22:26
seb128chrisccoulson, hey22:28
seb128which one?22:28
chrisccoulsonthe issue we discussed in the team meeting earlier about overwriting config on upgrades22:29
chrisccoulsoni've got a solution which involves adding no extra profile, and implementing it all in the gtk theme instead22:30
chrisccoulsonwell, i will have that solution in about 30 minutes ;)22:30
seb128sorry the "which one" was not clear, it was a "which solution" ;-)22:30
seb128good!22:31
Riddellbryceh: ping22:36
=== sconklin is now known as sconklin-gone
lamontasac: yeah - the current issue is that the fw sees sda, but dd of the device finishes with the first read, 0 bytes, EOF, kthx22:57
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
cjwatsonYokoZar: I think you're looking for signing-party23:18
YokoZarcjwatson: indeed I am.  And command-not-found could have told me that if I had thought of it23:19
cjwatsoncody-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 access23:19
cody-somervillecjwatson, 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:22
cjwatsoncody-somerville: sure, we should certainly fix it23:30

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