/srv/irclogs.ubuntu.com/2021/11/16/#launchpad.txt

juliankjugmac00: launchpad seems to be in trouble, I seem to get occasional errors from chrome:11:35
juliankThe connection to launchpad.net is not secure11:35
juliankYou are seeing this warning because this site does not support HTTPS. Learn more11:35
juliankCan't say for sure what's going on11:35
juliankDid not have developer tools open11:35
juliankbut it at least happened twice11:36
juliankWhat this means is that it's not responding on https port, 3 times now, so single-digit percentage11:42
juliankmtr --tcp --port 443 looks clean hmm11:44
cjwatsonI don't see anything very alarming in our graphs11:51
cjwatsonNot seeing any connection problems from home either11:53
juliankhmm11:57
juliankSo I guess mtr is not super helpful as it will always mtr the same endpoint?11:57
cjwatson600 consecutive requests so far, no errors11:57
cjwatsonYou might have broken IPv6 or something11:58
juliankit might be a backbone issue11:58
juliankbut it's hard to diagnose11:59
cjwatsonThere are two haproxy frontends, each with an IPv4 and an IPv6 address11:59
cjwatsonBut they're in the same DC so should be similar from a backbone perspective12:00
juliankone on nutmeg, one banana something12:00
cjwatsonyes, banana and nutmeg12:01
julianklo.annegrit.canonical.com loses packets12:01
juliankwith mtr --tcp --port 44312:01
juliank65% on the route to nutmeg12:02
juliankreply times up to 7s12:02
juliankcopied mtr to IS12:06
cjwatsonlooks plausible - my mtr doesn't go that way so I didn't see it12:08
jugmac00@cjwatson Thanks for jumping in!13:28
realtime-neilI'm trying to make a functionally "empty" ppa --- an apt repository that might hold some package to be used by already-configured clients, but normally holds nothing. The only way I can think to do this is to publish a "placeholder" package for each of the distributions I want to support. Is there a better way to do this?19:32
sarnoldI think I've heard that it doesn't "really" exist until you publish a package there, yeah19:33
mdeslauryou can publish a placeholder package, and delete it right away19:46
sarnoldoh handy :)19:47
mdeslaurmaybe there's a better way though, I'll let the experts answer :)19:47
RikMillsyou can usse the 'mark-suite-dirty' script in ubuntu-archive-tools20:03
cjwatsonYeah, what RikMills said is what I was just going to say20:03
cjwatsonIt takes an --archive argument - see its --help20:04
RikMills:D20:05
mdeslaurnice :)21:09
realtime-neilRikMills: neat! how do I query which ones are currently "dirty"?21:10
cjwatsonrealtime-neil: Why do you need to?21:16
realtime-neilto avoid doing something unnecessary21:16
cjwatsonDoesn't matter, the operation is idempotent21:17
realtime-neilcjwatson: okay, understood21:17
cjwatsonThe information isn't exposed at the moment21:17
realtime-neilcjwatson: what kind of auth is this thing doing? and how do I know if it's using the wrong creds?21:17
cjwatsonhttps://help.launchpad.net/API/launchpadlib21:18
cjwatsonIf it's using the wrong creds you'll get an error ...21:18
realtime-neilcjwatson: is it the same error for a nonexistent archive. Because I'm seeing "No such archive".21:19
cjwatsonYou probably typoed somehow21:19
cjwatsonWhat was your invocation?21:19
realtime-neilcjwatson: `$ ./mark-suite-dirty --archive=ppa:realtime-robotics/ros --suite=bionic`21:20
cjwatsonThat doesn't match the --help21:20
cjwatsonneeds to be ppa:realtime-robotics/ubuntu/ros21:21
cjwatsonBut also that archive already has actual packages published to bionic21:22
cjwatsonI mean you can do it and it's harmless, but are you sure that's what you meant?21:22
realtime-neilcjwatson: yep, I'm just trying to do a no-op for now21:22
cjwatsonOK21:22
realtime-neilcjwatson: I'm seeing a slightly different help message: https://paste.debian.net/1219778/21:24
realtime-neilOr, more likely, I don't understand the usage message conventions of this repo21:24

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