=== mnepton is now known as mneptok | ||
=== Ursinha-lunch is now known as Ursinha | ||
lifeless | OOPS-1643B1230 | 02:02 |
---|---|---|
ubot5 | https://lp-oops.canonical.com/oops.py/?oopsid=1643B1230 | 02:02 |
poolie | what controls whether people are allowed to set the priority etc when filingL | 02:04 |
lifeless | I'm not sure | 02:05 |
lifeless | 'driver' perhaps | 02:05 |
lifeless | it seems to be inconsistent with the set of people that can set it later | 02:05 |
poolie | :/ | 02:08 |
rCX | I made a mistake... | 04:38 |
rCX | Does anyone know how to remove the "acpi" project (the 1st one) from bug #552880 | 04:39 |
ubot5 | Launchpad bug 552880 in acpi-support (Ubuntu) "thinkpad edge - detected unsupported model (affected: 3, heat: 18)" [Undecided,Confirmed] https://launchpad.net/bugs/552880 | 04:39 |
poolie | rcx just redirect it to project 'null' | 05:13 |
rCX | poolie: thanks | 05:16 |
=== Xerora^ is now known as Xerora_^ | ||
maxb | losa ping: Hi, pear:~importd/.bazaar/subversion.conf has managed to corrupt itself again. | 05:27 |
poolie | maxb, spm, it'd be useful to save that for vila | 05:27 |
poolie | perhaps | 05:27 |
poolie | there's an upstream bzr bug about locking on them | 05:27 |
lifeless | theres a sample already | 05:27 |
lifeless | by which I mean - good thought, but we've got plenty of data | 05:28 |
spm | maxb: ta | 05:30 |
maxb | line 600 ftr | 05:30 |
spm | it'll be the last ones, ish. 20cent bet down. ;-) | 05:31 |
spm | maxb: should be fine now. the [blah] bit was corrupted. missing the opening '[' and maybe half that field. | 05:32 |
maxb | thanks | 05:32 |
=== fta_ is now known as fta | ||
vila | maxb, spm: please attach the corrupted subversion.conf to bug #525571 | 06:51 |
ubot5 | Launchpad bug 525571 in Bazaar "No locking when updating files in ~/.bazaar (affected: 6, heat: 51)" [High,In progress] https://launchpad.net/bugs/525571 | 06:51 |
vila | I'll check it when I'll come online (rsn) | 06:51 |
spm | vila: sure, fiwiw, the corruption is pretty trivial: <Start-of-line>52-e9e23c5afa6a]<end of line> | 06:52 |
spm | vila: and updated. | 06:53 |
poolie | are ppa packages really waiting 18 hours to build? :-( | 07:00 |
poolie | https://edge.launchpad.net/~bzr-beta-ppa/+archive/ppa/+build/1850070 | 07:00 |
wgrant | poolie: Yes. buildd-manager sucks. | 07:01 |
wgrant | But it's being rewritten. | 07:01 |
poolie | the estimate's accurate? | 07:01 |
wgrant | (it's due to the rebuild archive -- even though it's scored below everything else) | 07:01 |
wgrant | Yes. Possibly even slightly optimistic. | 07:01 |
wgrant | Actually, yeah, probably quite optimistic indeed. | 07:02 |
vila | spm: thanks ! trivial, yes, but this one makes sense, the one in the bug description wasn't. Can I ask for the *full* subversion.conf ? Just to check the offset where the error occurred ? | 07:15 |
spm | vila: that's easy - it's always the same place - the very last entry. | 07:15 |
vila | offset in bytes | 07:15 |
lifeless | it may be a line buffered file | 07:16 |
spm | Ahh. fair enough. sure. | 07:16 |
lifeless | spm: does the corruption occur midline ? | 07:16 |
spm | lifeless: good question. I don't recall having ever seen that. it's been per that example- just gets chopped somewhere. | 07:17 |
vila | the code is a single write() if the offset is some power of 2 multiple I'll feel better | 07:17 |
spm | heh | 07:17 |
lifeless | vila: line buffered file - we can write() but it serialises; possibly. | 07:18 |
vila | the proposed fix should protect against concurrent writers anyway, but since the theory implies that the bug should be very hard to reproduce I don't want to waste an occasion to investigate an occurrence | 07:18 |
lifeless | vila: anyhow, its all academic, we know the issue :) | 07:18 |
* vila nods | 07:18 | |
vila | lifeless: by the way, is it too late for you to review https://code.edge.launchpad.net/~vila/bzr/525571-lock-bazaar-conf-files/+merge/28898 ? | 07:19 |
lifeless | I mean, we could just change it to use transport.put_bytes and the crashes in production would go away. | 07:19 |
lifeless | vila: I don't see why you say its hard to know what happened | 07:20 |
spm | vila: file attached to the bug report | 07:20 |
lifeless | we know enough to be pretty sure its the write-in-place-with-no-lock breaking things | 07:21 |
vila | lifeless: true, except for the one reported in the bug description :) | 07:21 |
vila | lifeless: I don't have an explanation for a file ending with only a section header and no content | 07:22 |
vila | lifeless: a second writer truncating the first writer output ? | 07:22 |
lifeless | vila: didn't the content appear twice | 07:22 |
vila | lifeless: no, only the header is duplicated but there is *no* content after that | 07:23 |
lifeless | anyway | 07:23 |
lifeless | review | 07:23 |
lifeless | so - you really don | 07:23 |
lifeless | 't need to guard against concurrent readers | 07:23 |
lifeless | you *do* need to make the writer guard against FileInUse | 07:23 |
lifeless | because thats what a reader will show up as, on Windows | 07:24 |
lifeless | but that is a problem today | 07:24 |
lifeless | so don't put it in this patch. | 07:24 |
lifeless | keep it small and auditable for launchpad to cherrypick. | 07:24 |
lifeless | -> #bzr | 07:24 |
poolie | spm can you increase the priority of the builds in https://edge.launchpad.net/~bzr/+archive/2.1-proposed/+builds?build_state=pending | 07:52 |
poolie | pretty please | 07:52 |
spm | with sugar on top? | 07:52 |
spm | poolie: all done | 07:53 |
poolie | thanks | 07:55 |
poolie | oh spm can you make them all succeed for me too? :) | 08:01 |
* spm gets out the magic wand, aka small-lart, and waves in the direction of the buildds.... | 08:02 | |
=== lifeless_ is now known as lifeless | ||
vila | spm: what bzr version version is in use for the code importer (and bzr-svn too, since the fix will need to be applied there too) | 09:55 |
vila | ? | 09:55 |
lifeless | vila: check sourcedeps.conf | 09:55 |
lifeless | IIRC | 09:55 |
vila | hmm, never saw that filename :) Where is this file ? | 09:56 |
lifeless | launchpad code base | 09:57 |
* vila updates its lp branch | 09:58 | |
lifeless | http://bazaar.launchpad.net/~launchpad-pqm/launchpad/db-devel/annotate/head:/versions.cfg | 09:59 |
lifeless | but http://bazaar.launchpad.net/~launchpad-pqm/launchpad/devel/annotate/head:/versions.cfg is probably the deployed on on the machines in question | 09:59 |
lifeless | oh, also, #launchpad-dev | 09:59 |
vila | hmpf. 2.1.0 :( | 10:02 |
lifeless | we should get lp running 2.2 releases | 10:03 |
=== lifeless_ is now known as lifeless | ||
=== BlackZ_ is now known as BlackZ | ||
geser | is the cause of OOPS-1644EC2039 already filed as a bug? it OOPSes everytime for me when I try to access a +build page for the current test-rebuild | 10:59 |
ubot5 | https://lp-oops.canonical.com/oops.py/?oopsid=1644EC2039 | 10:59 |
wgrant | geser: Bug #599824 | 11:03 |
ubot5 | Launchpad bug 599824 in Soyuz "OOPS when viewing a copy archive build that can be retried (affected: 1, heat: 89)" [Medium,Triaged] https://launchpad.net/bugs/599824 | 11:03 |
lifeless | hm fun | 11:11 |
lifeless | I wonder how the bug matching is done | 11:11 |
wgrant | lifeless: Which? | 11:16 |
lifeless | the oops knows the bug number | 11:17 |
wgrant | lifeless: The bug references an OOPS number. oops-tools guesses at similarities between OOPSes. | 11:18 |
* bigjools is going to start fixing that right now | 11:18 | |
deryck | lifeless, hi. I want to respond to your "trunk can be broken" email. But I'm not sure how just yet. What do you mean by "broken?" | 11:19 |
lifeless | a few things | 11:19 |
lifeless | most of them summarise as 'not fit for purpose', I think | 11:20 |
lifeless | (should we -> launchpad-dev?) | 11:20 |
deryck | lifeless, yeah, probably so. I'll ask there and we can continue. | 11:21 |
=== lifeless_ is now known as lifeless | ||
=== lifeless_ is now known as lifeless | ||
=== yofel_ is now known as yofel | ||
=== lifeless_ is now known as lifeless | ||
=== matsubara-afk is now known as matsubara | ||
gnomefreak | any chance of getting "Also Notified" to be collapsed to speed up Launchpad bugs. Right now it is really slow with any of my browsers | 13:04 |
deryck | gnomefreak, we could possibly take that on as part of our better subscriptions/notifications work in progress now. | 13:08 |
deryck | gnomefreak, can you make sure there's a bug for that request and ping me with the bug #? | 13:09 |
gnomefreak | deryck: ok that sounds good to me | 13:09 |
gnomefreak | deryck: yes | 13:09 |
gnomefreak | deryck: under launchpad bug or under launchpad itself | 13:15 |
deryck | gnomefreak, under malone. That's the launchpad bugs app name. | 13:15 |
gnomefreak | deryck: ok thanks i will look in a few minutes | 13:15 |
deryck | gnomefreak, thank you. | 13:16 |
gnomefreak | deryck: np | 13:16 |
=== matsubara changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: -- | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ | ||
gnomefreak | deryck: ill be back but here is the bug 601007 | 13:26 |
ubot5 | Launchpad bug 601007 in Launchpad Bugs "Please collapse "Subscribers" and "also Notified" (affected: 1, heat: 6)" [Undecided,New] https://launchpad.net/bugs/601007 | 13:26 |
deryck | gnomefreak, got it, thanks! | 13:27 |
gnomefreak | deryck: would condensing the "apport-collect" attachments into one comment be related to that bug? | 13:32 |
deryck | gnomefreak, that work has already been. Should be released in the coming rollout. | 13:33 |
deryck | s/been/been done/ | 13:33 |
gnomefreak | deryck: ok thanks | 13:33 |
=== lifeless_ is now known as lifeless | ||
=== rinze is now known as ctrlsoft | ||
=== henninge_ is now known as henninge | ||
=== matsubara is now known as matsubara-afk | ||
Kangarooo | hello if bug is reported to ubuntu (package) then how to make that also project <packagename> is also beeing affected? i tryd also affects project and distribution and cant make to projectname be also affected | 15:11 |
Jonathan_R | my launchpad account is disabled or something | 15:25 |
=== ctrlsoft is now known as jelmer_ | ||
=== salgado is now known as salgado-lunch | ||
maxb | Jonathan_R: or something? | 15:50 |
Jonathan_R | yeah | 15:50 |
Jonathan_R | i dont know exactly what happened | 15:50 |
Jonathan_R | i just cant log in anymore | 15:51 |
Ursinha | Kangarooo, If the project is in Launchpad, "also affects project" should work | 15:52 |
jcastro | ok so I am testing the daily builds and my recipe worked and all that good stuff, does anyone have power to cancel lp builds? I iinadvertantly sent them to the wrong ppa. | 16:05 |
bigjools | jcastro: it's not something we can do via the UI, it needs SQL hackery. Is it bad if the build ends up in the wrong PPA? | 16:06 |
jcastro | no it's not bad, just didn't want to waste resources. | 16:06 |
jcastro | I'll file a bug for a confirmation screen or something for the UI | 16:06 |
bigjools | what package is it? | 16:06 |
jelmer_ | actually, that happened to me too | 16:06 |
jcastro | shotwell | 16:06 |
jcastro | https://code.edge.launchpad.net/~jorge/+recipe/shotwell-daily/+build/163 | 16:06 |
bigjools | ok | 16:06 |
jcastro | and https://code.edge.launchpad.net/~jorge/+recipe/shotwell-daily/+build/162 | 16:06 |
bigjools | confirmations would be good | 16:07 |
jcastro | other than me overclicking, everything else was pretty awesome! | 16:07 |
bigjools | file it on codehosting - chees | 16:07 |
steffan | /1 | 16:07 |
bigjools | cheers, even | 16:07 |
bigjools | great! we're looking forward to a bit more use of it to get those bumps smoothed | 16:07 |
jcastro | bigjools: dholbach and I will be testing today, monday, and tuesday for you | 16:08 |
bigjools | rawk | 16:08 |
jcastro | jelmer_: lp:601095 | 16:10 |
jcastro | oops, lp# 601095 | 16:11 |
jcastro | man, what a day I am having | 16:11 |
* jelmer_ hits "Affects me too" | 16:11 | |
jelmer_ | jcastro, thanks :-) | 16:11 |
=== fta_ is now known as fta | ||
jcastro | bigjools: do you have any insight on the hardware behind daily builds? At UDS someone mentioned that there would be seperate machines | 16:23 |
bigjools | jcastro: not separate, but more builders were on order for the general pool | 16:23 |
jcastro | ok | 16:24 |
fta | https://edge.launchpad.net/~chromium-daily/+archive/ppa/+build/1849914 "created 13 hours ago" "Start in 18 hours (2505)" :( | 16:31 |
bigjools | fta: I've scored it up | 16:34 |
bigjools | the rebuild is hogging too many builders :/ | 16:34 |
=== jamesh_ is now known as jamesh | ||
Kangarooo | how to move from sourceforge to launchpad? | 16:49 |
=== salgado-lunch is now known as salgado | ||
=== Ursinha is now known as Ursinha-sad | ||
Kangarooo | hello i have some questions i hope to get statistical info on. how often LP has problems? loading freezes, ooops, maintaince ... And overall LP zealots ? | 18:01 |
=== fta__ is now known as fta | ||
=== matsubara-afk is now known as matsubara | ||
Kangarooo | back again.. got pidgin crash.. any answer? :) | 18:06 |
=== mwhudson_ is now known as mwhudson | ||
=== Ursinha changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: Ursinha | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ | ||
Kangarooo | in https://launchpad.net/bugs/bugtrackers theres 62.166.198.202/ http://62.166.198.202/ My Project, xAccount Mantis 1 ant my project links to Lost Something page https://launchpad.net/eagle | 19:45 |
=== rinze is now known as jelmer_ | ||
=== MTecknology is now known as MTeck-rcider | ||
=== MTeck-rcider is now known as MTecknology | ||
Kangarooo | sinzui: hello if u read that bug till end ull see that bug is all about LP and in it im not talking about ubuntu.. one of LP non-users quote has mentioned LP and ubuntu somehow | 20:41 |
sinzui | What is the bug in the code? | 20:44 |
sinzui | I think you described a behavioural issue | 20:44 |
Kangarooo | sinzui: yes on that i can agree.. so whats there about ubuntu? nothing. about LP? a lot.. and this is big bug | 20:48 |
Kangarooo | so why then its incomplete? | 20:48 |
Kangarooo | behavior that ppl managing projects described there dont use LP becouse of problems described there.. so thats LP problem making less projects to be on LP so thats a LP bug | 20:50 |
Kangarooo | ah ok i need to assign it to myself and then it wont be incomplete? i just need answers to Q posted there. sinzui | 20:53 |
tedg | So I'm trying to use the API. How do I get the list of series off of the distribution object? | 21:02 |
Kangarooo | sinzui: Problem 1 in that bug can be solved if problem 2 and/or 3 is solved. so for problem 3 to know is it problem i need info where else i could ask for LP related info then in LP bugs? | 21:06 |
sinzui | Kangarooo, there are to many problems, that is not a bug, it may be several bugs, but I think the issues described are social. I do not see an error in the code that an engineer can fix. I think talking on launchpad-users will help clarify issues. If there are bugs that engineers can fix, then we can report them. The ones about performance are already reported and have a team of engineers working on them | 21:13 |
Muscovy | Can I give a team's PPA to a project? | 21:15 |
sinzui | Muscovy, no :( | 21:15 |
sinzui | Muscovy, many of us add a line at the end of the project description pointing to official or test PPAs. | 21:16 |
Muscovy | Ah. Thanks. | 21:16 |
=== mwhudson_ is now known as mwhudson | ||
Kangarooo | can somebody tell me why ubuntu bug links not clickable in one comment ? https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/587528/comments/6 | 21:50 |
ubot5 | Launchpad bug 587528 in xorg-server (Ubuntu) "vlc crashed with SIGSEGV in exit() (affected: 1, heat: 105)" [Undecided,Confirmed] | 21:50 |
micahg | Kangarooo: what are you referring to? | 21:54 |
Kangarooo | micahg: in that commend LP Janitor coment bug numbers- some are clickable most not | 21:55 |
micahg | Kangarooo: a bug :) | 21:55 |
Kangarooo | micahg: is it report? im writing now so.. is it? | 21:56 |
micahg | Kangarooo: it's fine here: https://edge.launchpad.net/ubuntu/+source/vlc/1.1.0-1ubuntu1, so file a bug against malone if one doesn't exist | 21:56 |
=== Ursinha changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: -- | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ | ||
=== Ursinha is now known as Ursinha-dinner | ||
Kangarooo | after update to latest kernel last numbers 32-23 got xorg crash and it asked about getting gdb and i said yes and then it gave The problem cannot be reported: This is not a genuine Ubuntu package | 22:59 |
=== Adri2000 is now known as Guest51139 | ||
=== matsubara is now known as matsubara-afk |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!