/srv/irclogs.ubuntu.com/2012/06/01/#launchpad.txt

=== cinerama_ is now known as cinerama
thomiHi everyone, I'm getting a 403 HTTP status code returned from ppa.launchpad.net when trying to run 'apt-get update' on a remote machine, but the same URL works perfectly on my local laptop. Can anyone think of a reason for this?03:09
bigjoolsexactly the same URL?03:09
bigjoolsare you sure it's not a different ubuntu release?03:09
thomiexactly the same URL, it's:03:11
thomihttp://ppa.launchpad.net/unity-team/staging/ubuntu/dists/precise/main/binary-i386/Packages03:11
bigjoolswhat does wget say on each?03:11
thomion a machine running jenkins it gets 403 - there's no reason why LP would reject that request, is there?03:12
bigjoolsno, it's served from Apache03:12
wgrantthomi: Does the Jenkins machine have a proxy, perhaps?03:12
thomiwgrant: what's the best way to check that?03:12
thomiwhen I use wgat on the same jenkins machine it works, which is interesting03:13
wgrantthomi: Look in /etc/apt/apt.conf.d03:13
thomihmmm, it seems there might indeed be a proxy set for apt03:15
thomione file sets "Acquire::http::ProxyAutoDetect"03:16
wgrantRight. Perhaps the proxy doesn't permit ppa.launchpad.net.03:16
bigjoolsor its cache is out of date03:16
thomi:(03:16
bigjoolsor it's just stupid03:17
thomiok, not a LP issue then. I guess you guys are in the clear then :P03:17
wgrantbigjools: Cache out of date causing 403? That's a pretty broken proxy.03:17
bigjoolsyes03:17
bigjoolsI've seen worse :/03:17
wgrantLike, NZ-transparent-proxy brokennes.03:17
thomihah03:17
aquariuslifeless, If I'm in a team, and that team is subscribed to a trunk branch for a project, I get mails about all the merges into that trunk branch. Can I stop getting those mails without unsubscribing from the team? My subscriptions page just lists the team's own mailing list03:23
wgrantaquarius: There's an edit icon next to the subscription on the branch page. You can select the email level there.03:24
wgrantBut it affects the whole team.03:24
wgrantNormally we set team subscriptions to send no email.03:24
wgrantAs people can still opt-in by subscribing themselves with mail.03:24
aquariuswgrant, yeah, it's not my team, so I don't want to turn it off for the whole team :)03:24
wgrantaquarius: You should ask them to turn it off :)03:24
wgrantTeam notification subscriptions are probably never a useful thing to have.03:25
aquariuswgrant, that's approach number 2, which I now plan to try :) Cheers, pal03:25
james_wis there caching of the total counts for pagination?03:27
james_wwe've been seeing things like "1 to 75 of 16"03:27
wgrantjames_w: On bug listings?03:27
james_wwgrant, PPA subscribers in this case03:27
wgrantjames_w: They use a rough estimate.03:27
wgrantBecause counting them all can be too slow.03:28
james_wok03:28
wgrantIt's clearly a little over-rough in this case; perhaps the number has changed recently and the statistics haven't been updated.03:28
james_wyeah, perhaps it could do max(current_page, guess) :-)03:28
wgrantHeh03:28
wgrantWe can also make a better estimate in some cases.03:29
james_wI'm also seeing page 1 saying 1345 and page 2 saying 107603:29
wgrantCurrently we either do a full slow count, or EXPLAIN the query and use postgres' estimate.03:29
wgrantWhich are sort of extremes.03:29
james_wthen page 3 saying 134503:29
aquariusNew question: I have a bug which actually was a bug but seems to have been fixed through some package being upgraded, or possibly just because the phase of the moon changed or something -- it no longer occurs. But I don't know what fixed it. What status does that bug get? "Fix released" seems rather over-optimistic, but it's not invalid or opinion: it was really actually happening :)03:29
wgrantaquarius: I'd tend to go with Invalid there, I think.03:31
wgrantBut sometimes Fix Released is appropriate.03:31
aquariusk. I was going to go with Invalid until I saw the description said "Not a bug. May be a support request or spam." and my hackles went up ;)03:32
bigjoolsFix Released.  Just mention what happened in the comment03:32
aquariuson the bug count thing, google uses a wildly high estimate for first search page and then calculates it more accurately if you bother to move on to page 2 of the results, although that's probably weird for Launchpad stuff: people may well freak if their project says "1 to 75 of 1,000,000" on the bug page :P03:33
james_wanyway, night all03:35
wgrantBugs currently use a slow COUNT query every time, but I'll hopefully be switching common searches to use our new cached counts soonish.03:35
wgrantNight james_w.03:35
lifelessaquarius: ohohoh I so want to hardcode that ;)03:37
aquarius:)03:39
pipedreamHow can I get a build log from launchpad for a package that successfully built?07:59
pipedreamhttps://launchpad.net/~aims/+archive/aims-desktop/+files/rstudio-upstream-deb_0.96.228-10.04ubuntu3_amd64.deb07:59
pipedreamI want to find out why launchpad excludes files which are included when I debuild -b it myself08:00
pipedream~/src/rstudio-upstream-deb/rstudio-upstream-deb/amd64/usr/lib/rstudio/bin/plugins/imageformats$ls08:00
pipedreamlibqgif.so  libqico.so  libqjpeg.so  libqmng.so  libqsvg.so  libqtga.so  libqtiff.so08:00
wgrantpipedream: Click the package on <https://launchpad.net/~aims/+archive/aims-desktop/+packages>. You'll see a list of builds, click the amd64 one. Then you'll see a log link.08:01
pipedreamhttps://launchpadlibrarian.net/106569486/buildlog_ubuntu-precise-amd64.rstudio-upstream-deb_0.96.228-10.04ubuntu3_BUILDING.txt.gz08:03
pipedreamWhy does this build not include the files in ./usr/lib/rstudio/bin/plugins/imageformats/08:04
wgrantpipedream: Have you08:07
wgrantpipedream: You should use https://wiki.ubuntu.com/PbuilderHowto to try a build in a clean local environment.08:07
pipedreamOK, will do, but I will get the same build log as launchpad, won't I? So I don't see why those files are excluded..?08:11
wgrantpipedream: Right, but that'll be due to a bug in your packaging, which you can more easily debug locally.08:13
wgrantRather than throwing a slightly different package up to Launchpad and waiting for it to build each time.08:13
pipedreamok08:16
=== czajkowski changed the topic of #launchpad to: https://launchpad.net/ | Help contact: czajkowski | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging
=== posulliv_ is now known as posulliv
vivekimsitHii ! I am really in trouble today!15:34
vivekimsitI am not able to push or co my code15:34
vivekimsiton doing: ssh -vv myusername@bazaar.launchpad.net I am getting the following error15:34
vivekimsithttp://bpaste.net/show/aF6P3fQzQxT5fPWcVUw2/15:36
vivekimsitBut this is the first time that I am getting this error.15:36
mgzcan you ssh anywhere at all?15:36
mgzas this per earlier in #bzr, this seems to be an issue with networking on your end.15:37
vivekimsit mgz: tell some site where I can do ssh!15:38
mgzeg, (to suggest heresy) `ssh git@github.com`15:39
vivekimsitmgz: ok! I can do ssh on my client's system but its on port 1002215:41
mgzo_O15:42
vivekimsitok! I did ssh git@github.com and I am getting the timeout15:43
mgzis that leaving the local network, to the client's machine?15:43
mgzif not, probably they're just blocking everything but http or something equally daft.15:43
vivekimsitmgz: client machine is in france and I am in india15:43
mgzphone up ISP and yell that them?15:44
vivekimsitok! when I do ssh -vv bazaar@launchpad.net then also getting the same error.15:45
vivekimsitI have an idea can I try it from my client machine?15:46
mgzyou can, and it will probably work.15:46
vivekimsitI mean its in france and I am into its terminal, let me check15:46
mgzif it does you could stick your public key on that box and use agent forwarding to get around the issue15:46
mgz(if it doesn't timeout but gives you a public key error, that's enough)15:47
vivekimsitits says: Permission denied (publickey).15:48
mgzright.15:48
vivekimsitshould I create a new pair there?15:48
mgzno.15:48
vivekimsitthen/15:48
mgzgoogle for "ssh agent forwarding"15:48
mgzbasically, you stick the public key launchpad knows about on that box in france, then edit your conf so ssh knows to go via that box15:49
vivekimsitok! basically the problem is that I cannot access the port 22 of ssh, now I think I have to call my isp15:52
vivekimsitis there any workaround?15:52
mgzvivekimsit: the workaround was was what we where just talking about.16:04
mgzit's a slightly complicated arrangement, but it's well documented on the net, so I'm not going to walk you through it here.16:04
vivekimsitmgz: ssh agent forwarding?16:04
mgzright.16:05
vivekimsitmgz: Ok! I understand its working but I am not getting how to call agent is its some command ?16:28
vivekimsitmgz: they have given Putty's pageant! but what on ubuntu?16:29
mgzvivekimsit: what you probably want is the ProxyCommand + netcat trick actually, so your local bzr can talk to lp without needing to know the details of the box in franch16:33
mgz...france16:34
mgzso, in your local .ssh/config have a Host bazaar.launchpad.net section with ProxyCommand set to what you'll find with a websearch, but the port # changed16:36
=== czajkowski 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/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging
and`hi, is there a way to remove unused keys on the "OpenPGP keys" page on user's profile?17:44
and`I can re-enable them but I can't delete them and all of them apart one are revoked keys17:44
dobeyand`: you can deactivate them, if you click on the little yellow () edit icon next to "OpenPGP keys" on the user page17:51
dobeywell, on your user page. you can't do it for other users17:52
and`dobey: yes, but I can't remove them completely?17:52
dobeyand`: i don't see any way to do that on lp, no.17:53
and`it would be nice we could delete unused or revoked keys, there's no point in keeping them17:53
dobeyand`: but the deactivated keys do not show up on your user page17:54
and`yeah17:54
dobeywell, the keys are still on the keyserver, so that people who have them in their local keys, will get the revocation when syncing with the server, as i understand17:55
=== posulliv_ is now known as posulliv
=== yofel_ is now known as yofel
=== posulliv_ is now known as posulliv
=== epsy is now known as \u03b5
benonsoftwarehi23:37

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