Select Page

COVID – week 43 – Jan 4 – Jan 10 2021

Weekend – More numbers. 46k NHS employees are sick with Covid. 3M cases in the UK, 80k deaths. UK CMO says “restrictions are too lax” – and probably there is a lot of rule bending going on. Washington State planning mass vaccination sites. 20% of England may have had Coronavirus.

New cases in Washington State are relatively flat – but still high. Data as always from The Seattle Times.

Friday – that UK data still going up. US at 4000+ daily deaths for a few days now. That news has been lost in the chaos. London declared a Covid emergency.

image

In April – shock at 5000+ new cases per day, in November – shock at 20k+ new cases per day. Now 60k+…

image

Thursday – vast numbers of UK cases, locally vaccination is slow.

Wednesday – rioting and attempted coup. Big news, and moves the pandemic off the front page.

Tuesday – The Guardian tracker now showing percentage in the UK having had at least once vaccination. Almost 61k new cases in the UK. Daily cases trending downwards in Washington State which is good.

image

Monday – “back to work” and “back to school” with everyone still stuck at home. The first week of the new year – “work week 1” – and the next milestone will be a year of working from home. Vaccines are being slow, England moved to full lockdown again. Vast numbers of new cases in the UK and the US. 350k deaths in the US.

The Guardian The Seattle Times
4 Jan here here
5 Jan here here
6 Jan here here
7 Jan here here
8 Jan here here
9 Jan here here
10 Jan here here

https://www.theguardian.com/world/series/coronavirus-live

https://www.seattletimes.com/tag/coronavirus/

SLES 15 SP3 snapshot 5

Well – after fixing broken zypper credentials – upgrade from SLES 15 SP2 to SLES 15 SP3 snapshot 5 went quickly. I don’t usually take pre-GA SPs for SLES – but I’m getting bitten with PHP update slowness.

zypper migration


SLES 15, missing zypper creds – again

Ran into this again – zyoper losing credentials – and something breaks in the Python dependencies.

/usr/sbin/registercloudguest –force-new

Traceback (most recent call last):
   File “/usr/sbin/registercloudguest”, line 42, in <module>
     import cloudregister.registerutils as utils
   File “/usr/lib/python3.6/site-packages/cloudregister/registerutils.py”, line 32, in <module>
     from lxml import etree
ImportError: /usr/lib64/python3.6/site-packages/lxml/etree.cpython-36m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf

Fix is to download the “old” Python library (here for this specific example) – and wedge it in. Then do the usual zypper up.

rpm –force –nodeps libpython3_6m1_0-3.6.10-lp152.3.7.x86_64.rpm

Optimal sizing in Azure

More a personal note. Regular website sizing (normal traffic, fronted with CloudFlare and Azure) compared with active use (voting/ballots and interaction).

The website is all WordPress on LAMP – so RAM and disk writes are key for the voting.

Normal use: B2ms – 2 vCPU, 8GB RAM

Surge use: E16s_v3 – 16 vCPU, 128GB RAM

Planning around this – and it’s a few extra dollars per month.