-
Failed to list *v1.ConfigMap
I was setting up an OKD single node cluster and to test if it was up I ran: openshift-install –dir=/opt/okd4/install_dir/ wait-for bootstrap-complete –log-level=debug Then I got the following error messages: https://api.lab.okd.local:6443/api/v1/namespaces/kube-system/configmaps?fieldSelector=metadata.name%3Dbootstrap&limit=500&resourceVersion=0: EOF E0104 15:32:18.605736 1642 reflector.go:153] k8s.io/client-go/tools/watch/informerwatcher.go:146: Failed to list *v1.ConfigMap: Get https://api.lab.okd.local:6443/api/v1/namespaces/kube-system/configmaps?fieldSelector=metadata.name%3Dbootstrap&limit=500&resourceVersion=0: EOF E0104 15:32:19.607338 1642 reflector.go:153] k8s.io/client-go/tools/watch/informerwatcher.go:146: Failed to list *v1.ConfigMap: Get https://api.lab.okd.local:6443/api/v1/namespaces/kube-system/configmaps?fieldSelector=metadata.name%3Dbootstrap&limit=500&resourceVersion=0:… read more…
-
Moving OMV to new hardware
My OMV server failed and would not start so I had to move the data disks, mirrored and system disk to a new PC. This is some lessons learned. Keep it off the LAN For the exercise of moving the disks it seems much easier if you keep the new server off the network until… read more…
-
OMV fix accidentally split mirror RAID
I had setup a mirrored RAID in OMV and then the PC hardware, not the disks I should emphasize, failed and I needed to move the system disk and two data disks to other hardware. Because I decided to test each disk separately this broke the mirror and in OMV I now saw: Work off… read more…
-
Failed to start The PHP FastCGI Process Manager
I am running MythTV on CentOS7 as per MythTV on CentOS 7 and it has been running fine and for no particular reason after cloning the VM it would not start FPM. When I cloned the VM I selected “I moved it” so it should have just worked. FPM is installed as a service and uses… read more…
-
ESX boot hangs – stuck on Initializing IOV
I got the following error when booting ESXi 6 from a USB key but I believe the same problem is possible for other scenarios. So what I am talking about is you start ESX and it does the initial phase with the progress line along the top and then it floods the screen with yellow… read more…
-
Port-based VLAN on managed switch to ESXi
This exercise is driven by a need to connect my MythTV’s 3 HDHomeRun network tuners to my MythTV server. This is filled with various challenges:My MythTV runs in a VM on a VMware ESXi 6.0 server The ESXi server only has one network adaptor, NIC. Experience has shown that the HDHomeRuns are more reliable on… read more…