Posts

Showing posts from February, 2021

rpmdb: Thread died in Berkeley DB library

ISSUE: error: rpmdb: BDB0113 Thread/process 2211/140737353943104 failed: BDB1507 Thread died in Berkeley DB library error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery error: cannot open Packages index using db5 -  (-30973) error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main: Solution: mkdir /var/lib/rpm/backup cp -a /var/lib/rpm/__db* /var/lib/rpm/backup/ rm -f /var/lib/rpm/__db.[0-9][0-9]* rpm --quiet -qa rpm --rebuilddb yum clean all

Kubernetes Ingress Controllers

https://docs.google.com/spreadsheets/d/191WWNpjJ2za6-nbG4ZoUMXMpUK8KlCIosvQB0f-oq3k/htmlview#gid=907731238

Install of Docker-CE in LXC unprivileged container in Proxmox

Image
create an unprivileged LXC container in Proxmox based on the the template of your choice apt-get update & apt-get upgrade (eventually 2x if you get an « unable to fetch some archives… » message in the end) install curl if it was not provided by the distribution curl -fsSL  https://download.docker.com/linux/  179 <your_distro>/gpg | sudo apt-key add - where <your_distro> is "debian" or "ubuntu" or whatever (altough I didn't test the others) edit /etc/apt/sources.list and add the appropriate repository from docker : deb [arch=amd64]  https://download.docker.com/linux/debian  60  stretch stable deb [arch=amd64]  https://download.docker.com/linux/ubuntu  54  xenial stable apt-get update apt-cache policy docker-ce to ensure that a package for docker-ce is available apt-get install docker-ce systemctl status docker should return « Active (running) » In case not (trick  #1 ), work around the systemd bug by adding an "ExecStartPre=" to containe...

IBM Cloud Pak for Data WKC "Redis store is not available"

The redis error is coming out of catalog-api pod. Please restart following pods: redis-ha-haproxy* oc delete pod -n <project> -l app=redis-ha dc-main* portal-catalog-* catalog-api-* wkc-gov-ui*