/srv/irclogs.ubuntu.com/2010/05/18/#ubuntu-devel.txt

=== dmdrummond_ is now known as dmdrummond
what_ifNeed a bit of help getting started... want to work on the "system restore/rollback functionality" requests in ubuntu brainstorm. Where do I start? Where is code hosted, etc.00:45
kklimondawell, all code is store on launchpad00:46
keesScottK: heh, thanks.00:48
crimsunsome people just don't get it, eh?00:50
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
psusianyone around know initramfs-tools well?  I'd like to interface with it to create an alternate initramfs that has defrag built into it to perform boot time defrag of the root fs02:30
nxvldoes anyknow knows how to create a patch with dpkgsrc 3.0?03:07
RAOFnxvl: You mean 3.0 (quilt)?03:10
psusidoesn't that just mean it uses quilt?03:10
nxvlyup03:10
nxvlpsusi: oh no, it does a lot of fancy stuff03:10
psusiexport QUILT_PATCHES=debian/patches ; quilt new my-patch ; quilt add somefile ; edit somefile ; quilt refresh03:11
RAOFYeah.  It's actually just quilt.03:11
psusiand you might want to quilt push -a before the new if you want your patch to be applied after all the existing ones03:11
arandIf I want to debug fsck failing with an error when user cancels the check, what would I do? Is this backtrace useless?: http://pastebin.com/MZkMc1UN (I lack all kinds of gdb-foo).03:14
psusiwhat's to debug?  if they canceled the check, that is an error03:14
nxvloh, ok thanks!03:15
arandpsusi: So "fsck.ext4: Inode bitmap not loaded while setting block group checksum info" exit code 8. Is correct behaviour for fsck on user cancelling the check?03:16
psusiarand, no, that's fsck finding an error with the fs, not being canceled03:16
psusiwait, no...03:17
arandpsusi: But there are no errors in the filesystem, if fsck runs through okay.03:17
arandError is _only_ seen when it is cancelled.03:17
psusisounds like an assertion failure triggered by the sigint... search the code for that string03:17
psusisounds like the canceling tries to do some cleanup in the SIGINT handler, and part of that cleanup is trying to write out the inode allocation bitmap, which an assertion check makes sure is actually loaded first and it isn't03:18
psusiit may not be loaded either because it has not been loaded yet at the time of the SIGINT, or because that block group's inode allocation bitmap is uninitialized03:19
shtylmanccheney: there is no UbuntuLucid config in go-oo trunk... is that normal? what do you use to build?03:19
=== pgraner-afk is now known as pgraner
arandpsusi: https://bugs.edge.launchpad.net/bugs/582035 is the bug, I think at least 80% of what you're saying is over my head :/ So please put a comment if you've got some good theories :)03:22
ubottuUbuntu bug 582035 in e2fsprogs "User cancel of fsck gives: "fsck.ext4: Inode bitmap not loaded while setting block group checksum"" [Undecided,Confirmed]03:22
psusiarand, first thing I'd do is search the source code for the string "Inode bitmap not loaded while"03:23
arandpsusi: I'm on it.03:24
psusiarand, my guess is you will find an assert() with that string in it and that assertion is failing because of a race condition in which the inode allocation bitmap is not loaded yet, but should be eventually... and that could be a little tricky to fix03:24
psusibut I have a feeling that probably it is not loaded because that block group's inode table is uninitialized in the first place.. meaning there are no inodes used in that block group so the allocation table is not actually valid and a flag says it is unused, assume it's all empty03:25
psusifixing that should be as simple as putting in a check for the uninitialized flag in the code trying to flush the allocation bitmap and bail out of it is set03:26
arandpsusi: I feel like I should probably take the backlog here and paste it to the bug or something, because I have absolutely zero knowledge when it comes to FSs... Here's what I dug up in the source (again, I have no idea what is relevant...): http://pastebin.ubuntu.com/435281/03:39
ccheneyshtylman: ah i hadn't synced up trunk yet from 3-2 branch03:40
psusiarand, good time to learn ;)03:41
arandHmm, if only things were that simple... :)03:47
arandpsusi: Hmm, well staring at this code gives me nothing.. :(   Would you mind (and do you think it would be useful?), if I pasted the backlog of our talk here to the bug?04:06
psusiI don't mind, no... and sure it could be useful04:07
arandOk, will do then.04:08
TheMusocrimsun: Do you know why we have ac97 related patches in alsa-driver even though they don't get applied?04:34
Chipzz ~.05:06
crimsunTheMuso: which, the via ones?06:09
crimsunTheMuso: add_onda_a69g_ac97_support.patch was backported from upstream, so it isn't applied in lucid's. add_suspend_quirk_hp_nc6220_nw8240.patch and refix_lp_68659_by_disabling_dxs_for_0x1458a002.patch are both mine and need to be pushed.06:16
TheMusocrimsun: Right, I worked it out.06:17
TheMusocrimsun: thanks06:17
loneowaishey everyone... does anyone know how to get my appindicator into the messaging menu?... Python-Api ?06:34
dholbachgood morning07:13
pittiGood morning07:15
loneowaisIs storing passwords in dekstopcouch ok?... can i encrypt them? how?07:32
RAOFloneowais: You probably want gnome-keyring, which does a bunch of heavy lifting to make password storing work well.07:36
loneowaisRAOF: that's what i thought.. but couch syncs with ubutnu-one07:37
RAOFloneowais: So a solution would be to make gnome-keyring store the keyring in desktopcouch :)07:38
loneowaisRAOF: that would be nice...for all the ubuntu apps07:39
loneowais:-)07:39
RAOFloneowais: It *would* be nice to have all my passwords sync'd across to all my computers, but not in a way that stores them in plaintext on a internet server!07:39
loneowaisRAOF: right.07:40
tjaaltontkamppeter_: hi, I've got the symptoms of bug 420490 but due to just restarting the cups server08:05
ubottuLaunchpad bug 420490 in cups "CUPS update from 1.3.x to 1.4.x: Cache gets corrupted and leads to error 'client-error-document-format-not-supported'" [Undecided,Fix released] https://launchpad.net/bugs/42049008:05
tjaaltonso no upgrades in between08:05
tjaaltonneed to remove /var/cache/cups/*.ipp and restart it to make printing work again08:05
tjaaltonand this is only on lucid, the same ppd/queues work fine on hardy/jaunty08:06
mdkecjohnston: sure08:39
mdkecjohnston: sorry, wrong nick08:39
mdkecjwatson: sure08:39
jussipoor cjohnston...08:43
[Crono]hi all09:25
[Crono]good morning09:25
=== wgrant_ is now known as wgrant
coz_hey guys... for several years now ubuntu has this bug that when booting  it drops to busybox  because of my scsi drives.. and many of the bug reports I have seen  give a  solution  of add a rediculous rootdelay-40 to grub... << on lucid I can drop that to rootdelay=35...is there possibly any other solution?  this does not happen with any other distribution10:13
pitticody-somerville, mr_pouit, cjwatson: how does xubuntu manage to install the non-preferred gdm dependencies (xfce4-session and xfwm4) first, before gdm pulls it in? the seed order doesn't seem to make any difference?10:26
pitti"pulls it in" -> "pulls in half of GNOME10:27
hyperairpersia: could you add me to ubutnu-sponsors please?10:27
hyperairubuntu*10:27
persiahyperair: Sure.10:28
hyperairpersia: thanks.10:28
peciskhi people, does i386 version of netbook edition has same fallback mechanism when dealing with non-accelerated graphics using Enlightment libs?10:55
RAOFpecisk: Yes10:56
=== plars is now known as plars-away
peciskRAOF, great, thanks for answer :)10:57
=== doko__ is now known as doko
=== doko is now known as doko_
=== doko_ is now known as doko
dholbachpersia: should https://wiki.ubuntu.com/UbuntuDevelopers and https://wiki.ubuntu.com/DeveloperMembershipBoard/ApplicationProcess list package sets?11:09
dholbachI think they should to avoid confusion11:09
persiadholbach: Probably.  More generally, they likely need a revamp to reflect the practices developed over the past few months, rather than the initial ideas.11:12
dholbachgood11:12
persiadholbach: Where it gets tricky is that some packagesets aren't defined in very clear terms.11:12
dholbachstill should the use-case for developers be pretty simple: take a look at the list, decide which upload rights you need, apply for them :)11:13
persiaOr rather, not defined in easily-discoverable terms.11:13
dholbachright11:13
persiaI think that's entirely the wrong use-case.11:13
jmljames_w, were notes taken for "Review and Planning for Distributed Development"? I can't find the gobby doc.11:13
persiaI think that someone ought work with some team(s), and have the team suggest that the person join that development team.11:14
persiaanyone just randomly looking at the list is very likely to be disappointed with the decision of the board.11:14
dholbachpersia: that somebody needs upload rights for a certain set of packages does not mean that they didn't work with that team11:14
dholbachbut anyway, we're splitting hairs11:15
=== smb is now known as smb-afk
dholbachI just wanted to write a blog post about which permissions reorg changes have been implemented and noticed it wasn't mentioned as clearly as I thought11:15
persiaIt's all implemented, but the documentation is a bit spotty, in part because the various social definitions haven't been finalised.11:16
dholbachok11:17
cjwatsonpitti: we normally install by task11:19
persiaFor the short-term, it's probably best to indicate that folks ought know what sort of upload rights they want: if it's in a (short) list, they ought talk with the developers concerned.  if not, they ought talk to the DMB, who may be able to arrange that they can do what they need.11:20
pitticjwatson: ah, and there the seed order matters?11:20
cjwatsonpitti: seed order itself should not matter, but germinate "plants" anything that is explicitly seeded before trying to resolve broken dependencies11:22
pitticjwatson: ah, thanks11:22
cjwatsononce you get down into resolving dependencies, it's (IIRC) depth-first, but the very top level is more like breadth-first11:23
james_wjml: there were notes11:39
jmljames_w: where can I find them?11:40
james_wweren't some gobby documents lost though?11:40
jmljames_w: that's what I heard. all of the other gobby docs that I care about managed to survive though.11:41
james_wjml: I can't see it either11:45
* jml checks IRC logs...11:47
jmlfrustratingly, the gobby doc name isn't mentioned.11:49
=== Seeker`_ is now known as seeker
dholbachmako, mdke: are you guys going to be in the CC meeting in 10m?11:50
jmljames_w: I've just put a note on the whiteboard for the spec calling for notes. Anything else I should do?11:52
cjwatsongobby is supposed to be backed by bzr on the server side; ask IS if they can hunt around11:52
jmlcjwatson: wil do. thanks.11:52
pittidoes anyone know what actually uses /usr/share/i18n/charmaps/* ?12:08
cjwatsonpitti: localedef12:14
pitticjwatson: ah, thanks12:14
sorenDo we really use anything other than UTF-8 in there by default?12:17
pittisoren: not by default12:17
pittisoren: but the charmaps compress nicely into 3.1 MB, so I'd like to teach localedef to get along with gzipped ones12:17
sorenThat's an easy 14 MB save on a minimal install.12:17
sorenpitti: Ah, yeah, that's good too.12:17
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
=== tkamppeter_ is now known as tkamppeter
=== radoe_ is now known as radoe
=== dendro-afk is now known as dendrobates
=== thekorn_ is now known as thekorn
=== pedro__ is now known as pedro_
=== smb-afk is now known as smb
=== ttx_ is now known as ttx
Riddelllamont: how come you didn't use a -0ubuntu1 version number for gcc-opt?13:04
=== txwikinger2 is now known as txwikinger
lamontRiddell: prolly because I didn't upload it to debian13:13
lamontthen again, it was more of a dump-n-run than anything I care to ever support again13:13
lamontdead upstream, there are parts of ubuntu that may choose to use that as a start of an idea for something, but otherwise, I expect that to be the last upload of gcc-opt ever13:14
Riddellyou're not selling it to me :)13:15
lamontcjwatson asked me to put it somewhere.  universe was the decided target....13:16
Riddellaccepted13:16
lamontta13:16
cjwatsoncking,NCommander,superm1: I don't suppose any of you have notes from foundations-m-btrfs-support?13:40
cjwatson(or anyone else)13:40
cjwatsonoubiwann_: ^-13:42
NCommandercjwatson: don't think so :-/13:55
jmloubiwann_, hello. I just discovered the gobby doc for https://blueprints.edge.launchpad.net/ubuntu/+spec/foundations-m-cycle-review14:02
jmloubiwann_, in the "Lessons learned" section, there's "launchpad bugs situation really needs to be addressed for Foundations"14:03
jmlbut no more information.14:03
cjwatsonjml: I think where that's coming from is that some of our team are drowning in bugmail to the extent that they find it difficult to get actual work done14:04
=== dendrobates is now known as dendro-afk
cjwatsonI don't think it's specifically Foundations though14:04
jmlcjwatson, tbh, I didn't get many other people complaining about too much email.14:05
jmlcjwatson, but there are many other possible reasons for that14:05
cjwatsonKeybuk in particular had this problem towards the end of the cycle14:05
cody-somervillecjwatson, do you have any plans to merge base-installer any time soon?14:05
cjwatsoncody-somerville: at some point in the merge window, sure14:06
jmlcjwatson, thanks.14:06
jmlcjwatson, the bugs team is working on improving the too much email situation -- I'll make sure that we talk to Keybuk as a part of that.14:06
cjwatsonthanks14:06
jmlcjwatson, was there anything else LP-related in the 10.04 review session?14:07
=== mathiaz_ is now known as mathiaz
ckingcjwatson, no notes from foundations-m-btrfs-support :-(14:08
cody-somervillecjwatson, live-installer in debian has made a change thats dependent on a newer version of base-installer (ie. adding a new waypoint for a script in newer base-installer). I was thinking of removing the waypoint and modifying the dependency to require a version less then the version of base-installer the change occurred in so that re-adding the waypoint won't be forgotten about. Does this sound sane to you?14:08
cjwatsonjml: I don't have it paged in at the moment, but if I think of anything I'll let you know ... most of the discussion wasn't about LP though14:09
cjwatsoncking: thanks anyway14:09
jmlcjwatson, thanks.14:09
cjwatsoncody-somerville: not really, why not just be a little bit patient?  I'll be merging base-installer in the not too distant future14:09
cody-somervillecjwatson, because I already merged live-installer and so it currently does not work. Frans Pop didn't modify the deps to indicate the newer version of base-installer was needed.14:11
cjwatsoncody-somerville: *shrug* the merge cycle is always like this.  please don't create more work by working around it14:14
cjwatsonbetter to simply wait; it won't be that long14:15
cody-somervillecjwatson, patching live-installer's deps to say it requires the newer base-installer would be correct though, eh?14:19
cjwatsoncody-somerville: we don't usually bother that much with versioned dependencies in d-i, since nothing processes them at run-time14:21
cjwatsontheir only practical use is to control transitions to Debian testing14:21
cjwatsonso they'll often get removed after a period of time to reduce size14:21
cjwatsonhonestly, I wouldn't bother if I were you14:21
cody-somervillealright. thanks for the advice. I appreciate it. :)14:23
mathiazseb128: hi!15:01
mathiazseb128: what is ~/.gconfd/saved_state used for?15:01
=== cking is now known as cking-afk
chrisccoulsonmathiaz, that file logs listeners, so that they can be restored if gconfd restarts15:05
mathiazchrisccoulson: ok - so there is no point in putting this file under version control15:05
chrisccoulsonmathiaz, no, i wouldn't bother doing that15:06
mathiazchrisccoulson: great - thanks!15:06
jcastrowhom do I talk to about making sure a package is blacklisted from being merged from debian?15:09
james_wjcastro: you can file a bug and subscribe ubuntu-archive15:12
jcastrook15:12
james_wit won't prevent it, but stop it being listed by merges.ubuntu.com and the like15:12
jcastrojames_w: on the specific package?15:12
james_wyeah15:12
=== dendro-afk is now known as dendrobates
bladernr_Hey, I have a question... how difficult would it be to get a couple more sample files included in /usr/share/example-content?15:32
bladernr_I see most standard doctypes included as samples, but no pdfs15:33
kklimondabladernr_: we are limited by the amount of the free space on live cd15:41
cjwatsonincluding extra small files wouldn't be much of an issue15:41
bladernr_cjwatson:  I was just thinking about including a .pdf, seems that directory has pretty much all common doc types, except for pdf15:44
xnoxIf my merge proposal is marked "Needs Fixing" should I just push new revision & comment that I've fixed the issues. Or shall I click "resubmit" merge proposal?15:46
bladernr_right now, we're discussing (in QA) just including sample files inside the checkbox package instead, I was just interested in using example-content since it's already there, so no need to duplicate data15:46
cjwatsonfile a bug report, and discuss with whoever uploaded it last :)15:47
james_wxnox: if it's a small change then just comment and change it to "Needs Review". If you took a completely different approach then you can "Resubmit".15:49
xnoxok thanks james_w15:50
pittiRiddell: ah, you're doing syncs ATM?15:53
Riddellpitti: I am yes15:53
pittikees, jdstrand: I prepared new psql packages for all stables and set up bug 582299 to track the progress; should I do anything further now?16:09
ubottuLaunchpad bug 582299 in jaunty-backports "New upstream microreleases: 8.4.4, 8.3.11, 8.1.21" [Undecided,In progress] https://launchpad.net/bugs/58229916:09
keespitti: if it's related to security, we'd need the debdiffs for us to upload.16:11
pittikees: oh, not just the source packages?16:12
pittikees: I put them all (including source.changes) to my people page16:12
pittikees: it's a new orig.tar.gz, so if you want I can put an interdiff there?16:12
keespitti: ah, yes, if you've got everything with source.changes, we can use that.16:12
keesno need for interdiff16:12
pittikees: yep, all tested in their respective chroots, etc.16:12
keesexcellent16:12
pittikees: but I don't think I am actually allowed to upload to security-proposed, am I?16:13
persiapitti: I can't find the relevant wiki page just now, but somewhere around feisty, nomenclature was introduced to derivatives distinguishing "flavours", "remixes", and "derivatives": the first being entirely built as part of Ubuntu, the second being small unofficial changes or modifications (often used for LoCo releases, etc.), and the third being projects like Mint.  There's some fairly precise restrictions imposed on the level of variation to16:17
persia qualify for each name.  If you are very curious, I'll try harder to find the wiki page tomorrow.16:17
Keybukpopey: videos from UDS are still being encoded and going up, right?16:17
pittipersia: ah, thanks for the heads-up!16:17
pittipersia: makes sense indeed16:17
popeyKeybuk: i have requested some as the video crew didnt have time to do them all, asked if we could crowdsource the editing etc16:18
Keybukpopey: ah, I see; so there was a cut-off whereby if they didn't get it encoded during UDS, they didn't do it at all?16:18
popeyi think so, yes16:19
popeyelmo was the interface to the video people16:19
elmono16:19
persiaNote also there are official flavours (e.g. xubuntu) and unofficial flavours (e.g. sabily): the difference being that we're all supposed to care if we break the official ones (although it's nice to not break the unofficial ones)16:19
slangasekpitti, persia: right; I'm not sure if I ever read the wiki page, but I've intuitively tried to avoid referring to flavors as "derivatives" because the term implies they're secondary to Ubuntu desktop16:19
elmowhat happened was, we asked the team leads to pick "the same number of sessions as Dallas" as that's what was budgeted for, and they helpfully picked 2x that amount16:20
elmothe as-yet-unedited stuff is being edited atm, and will go up when we get it.  we'll likely stop at the original 20-30 limit though, and if you guys want to 'crowdsource' the rest, that's obviously up to you16:21
Keybukis there a way to know which sessions will be done and which won't?16:21
Keybukjust curious myself; i've found watching the videos back of my discussions very useful, especially in the wake of gobbygate16:22
Keybuk(not to mention very unnerving, my voice is much squeakier in real life than it sounds in my head - and apparently I can't stop moving)16:22
elmoKeybuk: i'm meant to be getting a list, I'll check on that16:22
ChipzzKeybuk: I got the same issue with my voice16:23
Keybukelmo: thanks16:24
popeythanks for clarifying elmo16:25
=== nhandler_ is now known as nhandler
=== beuno is now known as beuno-lunch
=== yofel_ is now known as yofel
=== cking-afk is now known as cking
superm1cjwatson, , sorry, no i don't.17:19
keespitti: no, so really that bug needs ubuntu-security-sponsors sub'd to it.  I'll do that.17:27
cyphermoxis it just me or now the trick of init=/bin/sh passed to the kernel no longer works for going straight to a shell? right now all I get is a system that stops after 'running /scripts/init-bottom'. what would be the new way of doing this?17:28
joaopintocyphermox, it works for me on lucid, using /sbin/sulogin17:33
cyphermoxah, thanks, didn't think of that17:34
dmartkees: hi, were you just editing arm-m-missing-security-features?  I think some of our changes may have crossed over...17:51
=== kirkland` is now known as kirkland
keesdmart: I was, yes.  sorry if I clobbered something...17:56
* kees checks17:56
keesdmart: hrm, I can't find a whiteboard history.  what changes did you make?17:56
keesdmart: ah-ha, I see it in email now...17:57
dmartkees: I think you undeleted some stuff on the whiteboard (it's duplicated on the wiki), and refined some of the actions.  I had a couple of actions, but they disappeared17:57
dmart(not that I mind my actions disappearing ;))17:57
keesdmart: hehe, no problem; I've extracted them from the email I just got on the update.17:58
keesdmart: how does it look now?17:58
* dmart looks...17:58
dmartThat looks OK.  I added the ": TODO" for each17:59
=== jjohansen1 is now known as jjohansen
keesdmart: ah, yes.  thanks!17:59
dmartShould we include testing here too?  The spec template mentions test cases, and the sensible thing is probably for each assignee to come up with appropriate tests to make sure their features are working.18:00
dmartProbably x86 already has tests we can reuse for most of these.18:00
keesdmart: we can include it, but it's really "done" already.  I have a full test suite for each of those features.18:01
keesdmart: it's just a matter of removing the "if armel, XFAIL" checks.18:01
dmartOK, great :)  I'll tweak the wiki to indicate this18:01
keesdmart: cool.  I'll add a todo for me to adjust and run the testsuite18:01
dmartok, sounds good18:02
dmartthanks18:03
=== beuno-lunch is now known as beuno
=== dendrobates is now known as dendro-afk
=== JFo is now known as JFo-afk
YokoZarHow do files installed into /usr/lib/python2.6/dist-packages end up there?  It looks like the packages say to install to /usr/lib/python2.6/site-packages18:20
RoAkYokoZar, python 2.6 has to install in dist-packages and not in site-packages18:24
YokoZarRoAk: that makes sense, but I dont' get how the packages are being moved.  Is it a maintainer script somewhere?  Eg: dpkg -S /usr/lib/python2.6/dist-packages/AptUrl  returns unknown, and looking at the apturl-common package it's supposed to install into /usr/lib/python2.6/site-packages18:25
RoAkYokoZar, I guess either python-central or python-support is doing that18:26
=== mok0_ is now known as mok0
RoAkYokoZar, man dh_pycentral explains it18:31
YokoZarRoAk: thank you!18:32
RoAknp :)18:32
smoserlooking for some help regarding debian/watch / uscan18:34
smoserat http://s3.amazonaws.com/ec2-downloads/ i want to watch for ec2-ami-tools-\d+\.\d+\-\d+.zip18:35
smoserbut since there is no html to parse, i'm lost for how to tell uscan that18:35
ccheneysmoser: perhaps email the devscripts devel team (see packages.qa.d.o) they might have to extend uscan to work with xml if it doesn't already work18:38
smoseryeah.. i'd guess its a big edge case18:39
Pici5018:39
ccheneysmoser: if its standard anyway, i'm not sure how xml pages like that are intended to work18:39
smoseryeah, i dont think there is any standard there.18:39
smoserrealistically, they announce it somewhere else. they just dont18:40
mdeslaurmvo: I've added you to tasks in security-m-support-status and security-m-easier-security-updates blueprints. Feel free to reassign/complain/etc... :)18:45
mdeslaurseb128: I have some work items that I need to assign to someone...see the security-m-authentication-spoofing blueprint. Do you know who I should assign them to?18:47
ccheneysmoser: i'm not sure but debian/rules get-orig-source may be what you want instead18:48
ccheneysmoser: you can do anything you need inside that to grab the source, but its not uscan :-\18:49
smoserccheney, thanks. i'll take a look.  i'm really hoping for the benefits of a watch file18:49
seb128mdeslaur, which items are those?18:49
smosermore than just downloading the original source , but i was unaware of get-orig-source rule18:50
mdeslaurseb128: it's to add the aboutme picture to the policykit and gksu password dialogs, and to make sure a random picture gets selected when a new user is created.18:50
seb128hum, patches are welcome? ;-)18:51
seb128mdeslaur, you want those to be assigned to somebody in the desktop team rather?18:51
mdeslaurseb128: uhm...yes? :)18:51
seb128mdeslaur, I'm not sure we want to sign up for extra work but I can check18:51
mdeslaurseb128: ok, thanks...let me know18:54
=== dendro-afk is now known as dendrobates
pittiRiddell: when you accept SRUs, can you please use sru-accept.py? (Please see https://wiki.ubuntu.com/StableReleaseUpdates#Reviewing%20procedure%20and%20tools)19:16
=== dendrobates is now known as dendro-afk
ccheneypitti: did you see my email from earlier?19:17
pitticcheney: yes, I responsed to your IRC ping this morning19:17
pitticcheney: I'm afraid the only thing that'll help is a rebuild, since the last build was longer than 7 days ago19:17
ccheneypitti: oh ok, seems my irc client ate it19:18
seb128mdeslaur, do you guy use work items for your specs?19:18
ccheneypitti: ok well i will be doing a proposed upload in a week or two once final 3.2.1 comes out, i think it will be fine until then19:18
mdeslaurseb128: yes, we do19:18
micahgpitti: out of curiosity are there any plans to get apport into Debian19:18
pitticcheney: right19:18
seb128mdeslaur, ok, security-m-private-directory, the [actions] are wanted in that format? or should they be moved to items?19:19
pittimicahg: haven't heard of any; I don't think I'll have time to maintain everything there, it'd be a huuuge effort19:19
pittimicahg: (unless they want to use Launchpad for the crash reports and retracing, but even that will take a fair amount of work)19:19
seb128mdeslaur, sorry I asked after reading the email and there was not the whiteboard start there so I didn't notice you had work items on the spec too19:19
mdeslaurseb128: ah, ok :)19:20
micahgpitti: ok, we were wondering because if we increase the # of hooks, it would be good to push the hooks to Debian, but not all DM/DD will take since they;re useless in Debian ATM19:20
micahgpitti: but that's ok, thanks for the info19:21
pittimicahg: FYI, in udisks I do this: http://git.debian.org/?p=pkg-utopia/udisks.git;a=commitdiff;h=a9ddc5bb660a4f53c2533c8e154159dfcdd9451919:22
micahgpitti: that's perfect, would you mind if I added that to the docs once they are created?19:23
pittimicahg: alternatively, I'm not oppposed to having hooks for popular packages, where the hook is the only diff to debian, in apport-symptoms package19:23
pittimicahg: heh, of course not :)19:24
micahgpitti: great, thanks, I'll keep the apport-symptoms thing in mnd as well19:24
micahg*mind19:24
micahgpitti: is there a reason why you use lsb_release vs dpkg-vendor?19:25
pittimicahg: yes, this is the first time I hear about dpkg-vendor :)19:27
micahgpitti: ah, ok, I learned about it a couple months ago while doing a merge from Debian19:27
pittidpkg-vendor --is Ubuntu, nice19:27
pittimicahg: this avoids the extra b-dep19:27
micahgpitti: ah, cool19:28
fabrice_sppitti, may I have your opinion on bug #561958?19:35
ubottuLaunchpad bug 561958 in calibre "calibre-mount-helper missing" [Undecided,Confirmed] https://launchpad.net/bugs/56195819:35
pittifabrice_sp: ah, I deliberately don't install this bit; it's crackful19:35
pittiit would need to use udisks or something19:35
fabrice_spI see your comment in debian/rules, but without it, some readers are not recongnized19:36
pittifabrice_sp: hm, will have a look later on; those readers are non-usb mass storage?19:37
fabrice_spI think so, but I can check (mine is recognised as USB)19:38
fabrice_spyeah: it seems that they are non-usb mass storage, so that would explain why without this program it does not work (nothing to mount)19:45
mvomdeslaur: thanks, I noticed that - the amount of [mvo] in it is a bit disproportional to the amount of other names ;) but I will see what I can do, some of it should be really straightforward19:48
mdeslaurmvo: I didn't know who it should be assigned to, as I mentioned, feel free to reassign or to tell me what you can't/don't want to do19:51
mdeslaurmvo: btw, you're second in line for the cloning machine, right behind pitti19:51
mvomdeslaur: heh :)19:51
seb128mdeslaur, hey again20:44
seb128mdeslaur, we don't have ressources for those this cycle20:44
seb128mdeslaur, if anybody want to work on that patches are welcome otherwise I guess it's not going to happen this cycle20:45
seb128mdeslaur, you can assign those to our team but it's likely we will not get to those20:45
seb128mdeslaur, otherwise your team might maybe try to work on those?20:45
mdeslaurseb128: okay, thanks20:46
mdeslaurseb128: we'll see what we can do20:46
seb128thanks20:46
micahgmdeslaur: I'd be happy to take care of the firefox packaging for installation if there's an example somewhere else20:46
mdeslaurmicahg: ok, thanks20:47
=== mok0_ is now known as mok0
cody-somervilleDoes it take awhile for requestsync to see new versions of a package in Debian?21:34
cody-somervilleIt thinks the version of a particular package is 17 when I'm looking at the accept message for version 18.21:35
Laneywhen was it uploaded?21:35
cody-somervillea few hours ago21:36
Laneyprobably takes longer than that for LP to learn about it21:36
Laneyhave a look at lp/debian/+source/package21:36
Laneyhowever, if rmadison -u debian knows about it then requestsync from trunk will save you21:37
cody-somervillesuperm1, is the i8k module supported on vostro series laptops?22:02
wgrantLaney, cody-somerville: The Debian archive has been broken for a couple of weeks now, so the LP import is out of date.22:41
wgranthttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57775922:41
ubottuDebian bug 577759 in ftp.debian.org "kde-l10n has incomplete and contradictory checksum information in experimental" [Serious,Open]22:41
cody-somervilleewww22:41
wgrant(this breaks debmirror for unstable)22:41
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== andreasn_ is now known as andreasn
=== odyi_ is now known as odyi
=== TheMuso` is now known as TheMuso

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