/srv/irclogs.ubuntu.com/2020/02/04/#ubuntu-server.txt

=== Tm_K is now known as Tm_T
lordievaderGood morning08:21
=== Triffid_Hunter_ is now known as Triffid_Hunter
coreycbsahid: I think once we get cinder updated for focal the remaining tempest failures will get resolved13:27
sahidcoreycb: i was not able to fix the issue that you had for merging so i created an other snapshot13:32
sahidwhich is comming with some dependencies versions that i need to bump up13:32
coreycbsahid: ok need a hand with the dependencies?13:33
sahidthank you that should be fine i will ping you to merge when ready13:33
sahidcan you have a look at python-ironic-lib and python-openstacksdk13:34
sahidthey are ready I guess13:34
coreycbsahid: yep13:34
sahidcoreycb: also i don't understand the problems with alembic, python-mistral and python-neutron-lib13:35
sahidif you can have a look13:35
coreycbsahid: ok I'll take a look13:35
=== ChibaPet is now known as mason
jamespagesahid, coreycb: https://bugs.launchpad.net/ubuntu/+source/pyrsistent/+bug/1860422 needs a bit of love14:21
ubottuLaunchpad bug 1860422 in pyrsistent (Ubuntu) "[MIR] pyrsistent, required by python-jsconschema" [High,Incomplete]14:21
coreycbjamespage, sahid: I'll take a look14:22
sahidjamespage, coreycb ack14:23
=== jdstrand_ is now known as jdstrand
coreycbsahid: python-ironic-lib and python-openstacksdk uploaded, thanks14:50
sahidack14:51
coreycbsahid: jamespage: everything in ussuri-staging is now promoted to ussuri-proposed. matplotlib and networkx will build successfully once the pandas SRU for bionic is released (tomorrow hopefully).15:13
jamespagecoreycb, sahid - could we take a look at removing python3-keyring from our dependency chain in Openstack? see comments on https://bugs.launchpad.net/ubuntu/+source/jeepney/+bug/186126815:14
ubottuLaunchpad bug 1861268 in jeepney (Ubuntu) "[MIR] jeepney" [Undecided,New]15:14
coreycbjamespage: sure15:16
coreycbsahid: hmm, python-openstacksdk is hitting some timeouts15:25
coreycbjamespage: looks like python3-pyrsistent is already in main. updating the bug to say that.15:57
smoserbryce: if you're around.. https://code.launchpad.net/~smoser/usd-importer/+git/usd-importer/+merge/378282 is happy now (i think) and the '-B' simplifies things.18:34
brycesmoser, great, thanks.18:35
smoseri guess that a nwere version of 3.6 must have come in with the -B flag that you thougt was not available until 3.818:37
bryceyeah I was just wondering the same18:37
=== DJ-ArcAngel is now known as DJ_AA
slimschwiftyHey all, I'm looking for some advice. I'm upgrading my existing headless ubuntu server and plan to add an RX 580 to help encode my DVR captures. The server doesn't have any GUI as it never needed it, but I believe I need one to utilize the vaapi acceleration with ffmpeg. Is lubuntu-gtk-core my best bet for an absolute minimal GUI for this purpose or is there a better alternative?19:22
bryceslimschwifty, not really a server question, but I think it might be possible to run pure X.org with no WM.  Depends on what you're trying to maximize/minimize I guess.19:24
brycehowever it seems like there must be a way to run ffmepg even with vaapi, without any X/Wayland at all.  But that may be more a question for ffmpeg folks19:25
slimschwiftyI may be misunderstanding the requirements. I'll try the ffmpeg folks, thanks19:26
=== DJ_AA is now known as DJ-ArcAngel
Sven_vBhi! I'm using xinetd on xenial to guard a weak proxy from being overrun. I do this by limiting the number of instances my xinetd proxy service is allowed to have. when apt tries to hammer it, xinetd blocks it. is there a way to have xinetd instead hold up to a few hundred connections in limbo until it's their turn to be served?20:01
Sven_vBto clarify, "xinetd proxy service" is a xinetd service that netcats to the real proxy.20:02
Sven_vBwow, even with cps = 512000, "Deactivating service ??? due to excessive incoming connections."20:10
Sven_vBmaybe I underestimated how intense apt update really is20:10
Sven_vBeven if I increase to "instances = 2500" and of course reload xinetd20:12
Sven_vBI wonder just what is happening20:12
Sven_vBas a stopgap I'll use a node.js connection limiter in front of xinetd.20:21
Sven_vBbut would be nice to have a more basic solution.20:21
sdezielSven_vB: nowadays, I use systemd-socket-proxyd instead of xinetd20:25
sdezieldunno if it's available on Xenial but it is on Bionic20:25
Sven_vBsdeziel, thanks, I'll try that.20:25
Sven_vBcan it hold connections idle until the service is ready?20:25
Sven_vB"ready" as in, below limits again20:26
sdezielSven_vB: not that I know. It only lets you set a cap on the number of connections20:26
Sven_vByeah I do have that. it's part of the problem.20:26
sdezielSven_vB: if you want something fancy, haproxy does a good job20:26
Sven_vBI can choose between apt not working because xinetd blocks the rage, or apt not working because the weak proxy breaks down.20:26
sdezielSven_vB: but I'm surprised that you need to proxy to a proxy ;)20:27
Sven_vBI wouldn't consider "just wait and do nothing" as "fancy"20:27
sdezieltrue but I don't have good alternatives to propose20:28
Sven_vByeah I'd prefer all apps I use were kind of friendly, but most of them just don't care about how aggressive they are, because their intended target servers are ready to deal with the assault.20:28
Sven_vBI mean I kinda accept that lack of respect from overworked people at hipster companies, but now even apt? :<20:28
Sven_vBwell I should study the apt manual again20:29
Sven_vBmaybe it can restrain itself afterall20:29
sdezielSven_vB: there is a Queue-Mode param mentioned in apt.conf man page20:32
sdezielcan't find what's the default though20:32
tomreynthere is Acquire::http:Pipeline-Depth also20:35
Sven_vBhttps://linux.die.net/man/5/apt.conf covers it, a crude way to limit to 1 connection per criteria20:35
Sven_vBah maybe that one will allow a better compromise.20:35
Sven_vBs:compromise:tradeoff:20:36
tomreynsee apt-transport-http(1) for details20:38
Sven_vBthanks!20:41
Sven_vBstrange, it looks like apt only got into that rage because the network interface to the interwebs was down, which I didn't notice at first. now that it's up, it goes way more slowly.21:06
=== iz16 is now known as Guest97094

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