/srv/irclogs.ubuntu.com/2011/07/06/#launchpad.txt

=== cinerama_ is now known as cinerama
chrisvjwhen i try to push a project to launchpad, I get: bzr: ERROR: Unable to connect to SSH host bazaar.launchpad.net; [Error 2] The system cannot find the file specified    can anyone help me?00:58
lifelessdoes 'host bazaar.launchpad.net' return an ip address?00:58
chrisvjhost? i tried that just in cmd and bzr host, neither works01:00
mwhudsonchrisvj: can you bzr push to any other hose?01:01
mwhudson*host01:01
chrisvjhavent tried, any other hosts i could push to?01:01
spivchrisvj: 'host' is a common command on *nix, not sure what the equivalent is on windows01:01
chrisvjill look it up01:02
chrisvjive used it before but cant remember it01:02
StevenKnslookup?01:02
chrisvjtracert01:05
chrisvjit ended with "general failure", last ip returned was 10.22.224.101:06
spivThat's a really screwy error code to get from a hostname lookup01:06
chrisvjspiv, might be endless redirects01:06
spivtracert does something significantly different (and more complex) than just resolving a host name01:07
spivWhat happens if you try "telnet bazaar.launchpad.net 22" ?01:07
chrisvjah, nslookup also works01:08
chrisvj91.189.90.11 is what nslookup gave me01:08
chrisvjspiv: unrecognized command01:09
chrisvjgoing to bazaar.launchpad.net just redirects me to launchpad.net01:11
spivWow, telnet.exe isn't a standard part of Windows any more?  Time marches on...01:11
chrisvjthe command im using is bzr push lp:~chrisvj/+junk/game01:11
spivStill, it appears you can resolve the hostname correctly judging by the nslookup result and that going to http://bazaar.launchpad.net/ redirects you as it supposed to01:12
spivSo my guess is you have a firewall or similar interfering with access to port 2201:12
chrisvji had told windows firewall not to block bazaar, ill check port 2201:13
spivYour bzr command is fine.01:13
chrisvjadded an exception for port 22 to allow it through, still not working01:14
spivchrisvj: oh, maybe it's something screwy with your local SSH client setup01:15
chrisvjpageant01:15
spivchrisvj: run 'bzr version' to locate your 'Bazaar log file'01:15
spivAnd pastebin the parts from the most recent command01:16
chrisvjhttp://pastebin.com/RyKKPFBd01:18
spivThis might be https://bugs.launchpad.net/bzr/+bug/553434 or closely related01:18
ubot5Ubuntu bug 553434 in Bazaar "Confusing error with BZR_SSH=plink set when plink not installed: WindowsError: [Error 2] The system cannot find the file specified" [Low,Confirmed]01:18
chrisvjok so i need to install plink?01:18
spivHuh, that log doesn't say which SSH implemenation it's trying, odd.01:19
spivchrisvj: not necessarily (plink is just one of the supported ways)01:20
chrisvjoh01:21
spivDo you have BZR_SSH set in your environment variables?01:22
chrisvjyep01:22
chrisvjit was set for plink, deleted it01:22
chrisvjbzr: ERROR: Connection error: Unable to authenticate to SSH host as   chrisvj@bazaar.launchpad.net supported auth types: ['publickey']01:22
chrisvjso that was the problem01:22
spivOk, local misconfiguration, which then triggered bug 553434.01:23
ubot5Launchpad bug 553434 in Bazaar "Confusing error with BZR_SSH=plink set when plink not installed: WindowsError: [Error 2] The system cannot find the file specified" [Low,Confirmed] https://launchpad.net/bugs/55343401:23
chrisvjis ubot5 a bot?01:24
spivYes.01:25
chrisvjok, so now what?01:25
chrisvjill generate a key01:26
spivchrisvj: https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair01:26
chrisvjdo i need to do Cygwin/Windows (PuTTY)?01:29
chrisvjyay its working! tyvm01:30
chrisvjalso, is anyone interested in working on a mmorpg? need programmer, 2d artists, 3d modelists01:35
spivchrisvj: glad we help!01:36
chrisvjeverytime i commit a change, do i have to push it again?01:37
spivYes (or use 'bzr bind' or similar to convert your local branch to a checkout of the remote branch)01:38
chrisvjwhich would be better?01:40
chrisvjspiv?01:43
spivchrisvj: It depends :)01:44
spivMainly on which way of working you prefer01:44
chrisvjon?01:44
chrisvjoh01:44
chrisvjwhat is the difference between a checkout and a branch01:44
StevenKA checkout is bound to the remote branch, and a branch is local01:48
spivJust this one point, basically: a checkout is tied to a particular branch, so it can't have independent commits01:48
chrisvjok01:49
spivSee also http://doc.bazaar.canonical.com/bzr.dev/en/index.html01:49
chrisvji pushed to lp:~chrisvj/spirit.sword/trunk  like it said on the project code page, but it put it on my page, how do i push it to the project?01:50
chrisvjty01:50
chrisvjso with a checkout, a commit automatically pushes?01:50
spivYes.01:51
spivYou appear to have created a lp:spirit.sword branch already (via the web UI?), so just push directly to that.01:52
chrisvjok01:52
spiv(or perhaps delete it and mark lp:~chrisvj/spirit.sword/trunk as the development focus.  The end result will be the same)01:53
chrisvjbzr: ERROR: At lp:spirit.sword you have a valid .bzr control directory, but not a branch or repository. This is an unsupported configuration. Please move the target directory out of the way and try again.01:53
spivUgh, that's the problem with the silly "register branch" link in the web ui :(01:54
spivAdd --use-existing-dir to the push command the first time.01:54
chrisvji did01:54
spivOh, blah.01:54
chrisvji have the branch "trunk" created01:54
chrisvjshould i do lp:spirit.sword/trunk01:54
spivSimplest is to just delete the trunk-1 branch (which is currently where the lp:spirit.sword alias is pointing to)01:55
poolie_hi spiv01:55
=== poolie_ is now known as poolie
chrisvjok01:55
chrisvjYou cannot delete a series that is the focus of development. Make another series the focus of development before deleting this one.01:55
spivAnd make point the lp:spirit.sword alias to the branch you already pushed01:56
spivYou don't need to delete the series01:56
chrisvji clicked on delete branch01:56
spivchrisvj: https://launchpad.net/spirit.sword/trunk/+setbranch01:58
spivHi poolie01:58
chrisvjok ty01:59
chrisvjspiv, how do you know if the bind worked?02:12
spiv'bzr info'02:13
chrisvjty02:13
chrisvjok it worked02:14
=== Naresh`` is now known as Naresh
shadeslayerhi, when i try to access my sftp space on people.ubuntu.com, i get a public key error, could someone try and sync the keys? ( lp user : rohangarg)06:40
shadeslayeri had changed my keys a couple of months back06:41
wgrantshadeslayer: #canonical-sysadmin might be more help.06:48
shadeslayeralright06:49
wgrantshadeslayer: It syncs keys from LP, but we don't run it.06:49
shadeslayerah ok06:49
thomiHi, my last recipe build failed with the error "bzr: ERROR: http://bazaar.launchpad.net/~sloecode/sloecode/trunk/.bzr/repository/packs/b2010b3c109a515dab5bdcf8dcb09d04.pack is redirected to https://launchpad.net" - is this a bug? I haven't seen it before...07:06
spivthomi: it is a bug, a transient one07:08
spivthomi: a retry of the same build will probably work07:08
thomispiv: thanks - is it worth reporting? I didn't see it in the launchpad bug list07:08
spivIt definitely should have a bug report07:09
thomithanks07:09
spivI don't know if it already does, although I know it's already known :)07:09
thomiReported bug #80634307:11
ubot5Launchpad bug 806343 in Launchpad itself "recipe build failed with bzr error" [Undecided,New] https://launchpad.net/bugs/80634307:11
thomioooh, that's clever :)07:12
shadeslayeris there a procedure for removing a launchpad user account?08:00
lifelessshadeslayer: you can disable it in the UI08:05
shadeslayerlifeless: not my account :)08:05
shadeslayerwe need to retire https://launchpad.net/~project-neon because we now have https://launchpad.net/~neon08:06
=== adeuring changed the topic of #launchpad to: https://launchpad.net/ | Help contact: adeuring | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/
bigjoolsshadeslayer: I can disabled it, please file a question to verify authenticity08:15
bigjoolsdisable*08:15
shadeslayerok08:16
shadeslayerbigjools: which component do i file the question under btw?08:16
bigjoolsshadeslayer: launchpad08:16
shadeslayerok08:16
shadeslayerbigjools: https://answers.launchpad.net/launchpad/+question/16390908:20
bigjoolsshadeslayer: I thought it was a team you're in but it's just a regular user.  Can you post a question from that user?08:22
shadeslayersure08:23
bigjoolsthanks08:24
shadeslayerbigjools: ah, can't be done, we have lost the password for that account08:29
bigjoolsoh dear08:29
shadeslayerbigjools: i have the person in charge for that account online tho08:30
bigjoolsshadeslayer: if I email the contact listed and get a reply, that'll do for me08:30
bigjoolsok?08:30
shadeslayersure08:30
bigjoolsshadeslayer: sent!08:32
shadeslayer:)08:32
shadeslayerbigjools: who's the email contact anyways?08:32
bigjoolsnightly@08:33
shadeslayerapachelogger: do you have the password for that ^08:33
shadeslayeror did you lose that as well? :P08:33
apacheloggernightly@ what?08:36
sorensoyuz/ppa question: I want to upload a package to multiple series in the same ppa. If I want to only upload the orig.tar.gz once, how can I do that? I suspect that I have to do an upload with it included, then wait for it to be published, and then upload the rest.. Is that actually true?08:37
bigjoolssoren: do you need it rebuilt in each series?08:42
bigjoolsyou should not have to wait for publishing between uploads BTW08:43
sorenbigjools: Yes, I do need it built everywhere.08:44
sorenbigjools: Oh, no waiting required?08:45
bigjoolsI would hope not :)08:45
sorenbigjools: Just as long as the first upload is the one with the tarball?08:45
bigjoolsyes08:45
sorenGreat.08:45
apacheloggershadeslayer, bigjools: not that I'd follow but getamarok.com seems rather expired08:45
sorenbigjools: Awesome, thanks.08:46
=== kostja_osipov1 is now known as kostja_osipov
=== jtv is now known as jtv-eat
apwcan anyone tell me why bug #806375 which is New in Linux does not show up on searches for its title in linux10:12
ubot5Launchpad bug 806375 in linux (Ubuntu Hardy) "CVE-2011-1770" [Undecided,New] https://launchpad.net/bugs/80637510:12
apw(i wonder if it is because it is nominated for oneiric)10:12
lifelessno, its the hypens10:13
apwi can't search for words with hypens ?  or they have meaning ?10:14
lifelesswe haven't analysed it all10:14
lifelessuhm10:14
* apw wants to cry10:15
lifelessbug 2753 bug 29227 bug 61238410:15
ubot5Launchpad bug 2753 in Launchpad itself "Search tokenisation fails with documents like "... <div> ..." or " ... Foo.bar" - cannot search for them" [High,Triaged] https://launchpad.net/bugs/275310:15
ubot5Launchpad bug 29227 in Launchpad itself "Full text search only understands whitespace as a word seperator" [High,Triaged] https://launchpad.net/bugs/2922710:15
ubot5Launchpad bug 612384 in Launchpad itself "search needs overhaul/new engine" [High,Triaged] https://launchpad.net/bugs/61238410:15
lifelessbug 76868510:15
ubot5Launchpad bug 768685 in Launchpad itself "searching for exact title prefix gets no matches (text search issue)" [High,Triaged] https://launchpad.net/bugs/76868510:15
lifelessbug 2971310:16
ubot5Launchpad bug 29713 in Launchpad itself "bug search fails to find results despite exact search string being in bug titles" [Medium,Triaged] https://launchpad.net/bugs/2971310:16
bil21almy bugs and answers are not shown in the right side of my account???what  i do???10:16
lifelessapw: I think that that last one is the one affecting you10:18
lifelessapw: we don't know the cause yet (and most of the work in fixing it will be determining the cause)10:18
lifelessapw: what i do know i that if you were to say 'cve 2011 1770' and search on that, i suspect it would work10:18
ubot5Integer underflow in the dccp_parse_options function (net/dccp/options.c) in the Linux kernel before 2.6.33.14 allows remote attackers to cause a denial of service via a Datagram Congestion Control Protocol (DCCP) packet with an invalid feature options length, which triggers a buffer over-read. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1770)10:18
lifelessbil21al: sorry, what are you saying?10:19
wgrantbil21al: Use the tabs at the top of the page.10:19
wgrantbil21al: The side panel did exactly the same as those, so it has been removed.10:19
bil21alis it removed by launchpad ???  wgrant;10:21
wgrantbil21al: Yes. The links along the top of the page do what you need.10:21
bil21alok wgrant; thankx10:22
apwlifeless, nope that doesn't work either10:22
apwthe only substring which returns any matches at all, is 1070 which takes me to bug 107010:22
ubot5Launchpad bug 1070 in Launchpad itself "Need default assignees for upstreams, sourcepackages and distributions" [Medium,Invalid] https://launchpad.net/bugs/107010:22
lifelessapw: you haven't changed the bug title10:22
lifelessapw: try now10:23
apwchanged it?  not since it was created no10:23
apwseems the same10:23
lifelesshttps://bugs.launchpad.net/ubuntu/+source/linux?field.searchtext=cve+2011+177010:23
apwnow damned google analytics is hanging ARRRG10:24
* apw is so just going back to bed10:24
lifelessmy point was that cve-thing-thing messes up something in one of the layers10:24
lifelesscve thing thing does not mess anything up10:24
apwhow the heck does your search fidn it10:24
lifelessI changed the title10:24
lifelessremoved the hyphens10:24
apwoh10:25
* apw cries some more10:25
lifelessyeah10:25
lifelessthis is a frustrating bug10:25
* apw wonders how this sort of thing ever gets passed our much vaugted integration test suite10:25
lifelessa test for this would fail :)10:26
lifelessits not a regression10:26
lifelessour text search has never been great; I have a big honking TODO to fix that10:26
wgrantBut this isn't exactly a common or obvious case.10:26
wgrantSo it is untested.10:26
lifelessapw: did you want the bug to be public ?10:29
apwlifeless, yep, its not an embargoed cve so its public knowledge10:39
apwand if we could find it it might even get fixed10:39
lifeless:<10:40
apwi should have realised moving cve work into launchpad was going to be a disaster10:40
apwbut i shall let the security team lean on you when they find out we've lost half their bugs10:40
=== jtv-eat is now known as jtv
lifelessapw: heh, sure.11:05
lifelessapw: the escalation process (grab bryce) may help here11:05
jtvScottK: I was told you'd be interested — there were some timeouts on the +queue page (at least on dogfood/staging) when you selected queues other than New.  Should be better now, so if you were avoiding using that, you may want to change your habits.  :)11:07
bigjoolsshadeslayer: still there?11:43
shadeslayeryes11:45
shadeslayerbigjools: ssup? :)11:45
bigjoolsshadeslayer: ok I tried to email nightly(at)getamarok.com but it bounced11:45
bigjoolsshadeslayer: and you guys say you don't have the password any more11:45
shadeslayeryes11:45
bigjoolsso I might as well disable it now11:45
shadeslayerthanks! :D11:46
bigjoolsshadeslayer: done11:47
shadeslayer:)11:49
bernt1Does anyone know about sthis (launchpad-login seems to be ok):12:00
bernt1bzr: ERROR: Cannot lock LockDir(lp-66324304:///%2Bbranch/launchpad/.bzr/branchlock): Transport operation not possible: readonly transport12:00
=== matsubara-afk is now known as matsubara
wgrantbernt1: You are trying to push to lp:launchpad, which you don't have write access to.12:16
bernt1I've had write-access for a couple of years. What has changed, and where?12:17
bernt1wgrant: Ahhhhh typo..... arrghhhh12:19
* bernt1 blushing12:19
wgrantI was about to say. There is only one account with write access to lp:launchpad, and it's a robot.12:19
bernt1wgrant: I sincerely hope it's that way, yes :-)12:19
matsubaraadeuring, avaliable for a review?13:09
adeuringmatsubara: sure13:09
matsubaraadeuring, https://code.launchpad.net/~matsubara/launchpad/39605-bugtask-tooltip/+merge/6692813:09
matsubarathanks!13:09
matsubaraI had a test failure on that branch which I trying to sort out.13:10
matsubaras/I/I'm /13:10
ScottKjtv: Thanks.13:25
=== sidnei-away is now known as sidnei
deryckadeuring, do you mind continuing IRC duties until the top of the next hour, since I'm switching locations here shortly?14:13
adeuringderyck: sure, no problem14:13
deryckadeuring, great, thanks!14:13
adeuringmatsubara: review sent14:47
matsubaradanke adeuring14:47
adeuringmatsubara: maybe the failure you noticed fixes already my last issue ;)?14:50
adeurings/failure/test failure/14:50
matsubaraadeuring, yep, I got some advice from stub and wgrant to make the page issue less queries. I'll change that and keep your suggestions in mind as well. I'll resubmit once I have something working.14:51
adeuringmatsubara: cool, thanks! My suggestion is quite "cheap", maybe wgrant or stub had better proposals14:52
deryckadeuring, I can take IRC now.  Thanks, again!15:00
=== deryck changed the topic of #launchpad to: https://launchpad.net/ | Help contact: deryck | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/
adeuringderyck: ok, thanks15:00
mhall119lifeless: ping15:04
=== med_out is now known as medberry
idnarif I create a new project and start filing new bugs in launchpad, is that going to make it difficult to do an import from an existing bug tracker later on?15:49
maxbI'm not an expert, but I think that shouldn't cause problems.15:51
=== medberry is now known as med_out
mounirJames_w: anyone: Does the project maintainer in Launchpad has anything todo with code maintainership hosted by Launchpad? or these are totally separate15:57
james_wmounir, they are separate15:57
mounirjames_w, thx15:58
=== beuno is now known as beuno-lunch
idnarmaxb: thanks16:21
bdmurrayhas anybody used searchTasks with the component parameter in the API?  I'm getting 500s all the time16:29
bdmurrayderyck: hello help contact ;-)16:31
deryckhey bdmurray.16:32
deryckbdmurray, sorry in yui training session right now.16:32
bdmurrayokay16:32
deryckbdmurray, I'll be free in 30 minutes.  or maybe abentley could help you if you need it now.16:33
deryckand I can cover for him later :)16:33
bdmurrayI can wait / workaround it in the meantime16:34
deryckbdmurray, ok, cool.16:36
deryckbdmurray, can you paste me a snippet that is failing?17:02
bdmurrayubuntu = lp.distributions['ubuntu']17:03
bdmurraydev_release = ubuntu.current_series17:03
bdmurraydev_release.searchTasks(tags=['ftbfs'],component='Main')17:04
bdmurrayI've tried 'main' and '1'17:04
Ampelbeinbdmurray: bug 365449 , I ran into that aswell.17:04
ubot5Launchpad bug 365449 in Launchpad itself "component parameter to searchTasks API has no usable values - cannot be used" [High,Triaged] https://launchpad.net/bugs/36544917:04
bdmurrayoh I'm subscribed to it even ;-)17:05
bdmurrayAmpelbein: thanks!17:06
deryckwell there we go. :)17:07
deryckbdmurray, you could fix that bug even ;)17:07
=== beuno-lunch is now known as beuno
bdmurrayderyck: yes probably17:09
bdmurrayderyck: also distro_series.componenet_names appears at +apidoc but doesn't show up in the API17:34
bdmurrayhttps://launchpad.net/+apidoc/devel.html#distro_series17:34
deryckbdmurray, you can't read component_names within lplib?17:35
bdmurrayderyck: right it doesn't show up17:35
deryckbdmurray, ah, yeah.  I see.  The export is kind of a gludge.  I guess we meant to do something with it and never did.17:37
deryckhence the bug, I think.17:37
bdmurrayderyck: its related to the same bug?17:38
deryckbdmurray, yes, I believe so.  As I read the bug, IComponent needs exporting to fix search, which would also fix component_names.17:40
deryckabentley, I'm jumping on tl call at top of hour, if you'd like to take irc then.17:53
abentleyderyck: certainly.17:54
deryckthanks!17:54
=== deryck changed the topic of #launchpad to: https://launchpad.net/ | Help contact: abentley | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/
=== med_out is now known as medberry
=== oubiwann is now known as oubiwann-lunch
=== Quintasan_ is now known as Quintasan
=== yofel_ is now known as yofel
=== oubiwann-lunch is now known as oubiwann
idnaris it possible to create a branch via the API?20:12
idnar(an import branch, in particular)20:12
lifelesshttps://launchpad.net/+apidoc/devel.html#code_import20:14
lifelessnewCodeImport20:14
lifelessso yes, it looks like.20:14
idnarah, thanks20:15
Andre_GondimHi all, I accidentally made merge in my personal account with old, is it possible to undo?20:54
maxbno, account merges are not reversible20:55
=== matsubara is now known as matsubara-afk
=== abentley changed the topic of #launchpad to: https://launchpad.net/ | Help contact: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/
lifelessAndre_Gondim: you can rename the merged account though21:38
=== poolie_ is now known as poolie
=== medberry is now known as med_out
=== D3Mc4- is now known as D3Mc4

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