Shreenidhi Shedi
Shreenidhi Shedi
Have you enabled docker service? if not do `systemctl enable docker` first and then try.
I think I have got the issue. When was this machine rebooted last time? ``` Nov 30 06:25:50 photon-vm modprobe[101150]: modprobe: FATAL: Module overlay not found in directory /lib/modules/5.10.61-5.ph4-esx ```...
I found this: https://bugs.launchpad.net/ubuntu/+source/containerd/+bug/1870514 May be related? Just to cross check, I stopped containerd service during which both containerd & docker service were running. When I did `systemctl stop containerd`...
Try it manually. I don't think there is network issue. Here is what I did: ``` docker run -it --rm couchdb:2.3.0 /bin/bash apt update; apt install -y iputils-ping net-tools ping...
The issue is reproducible in fedora as well. I have raised an issue in CouchDB upstream, can you please follow up there? They suggested to use a newer image, try...
cc: @YustasSwamp @srivatsabhat
@YustasSwamp Please close this PR. This is fixed in https://github.com/vmware/photon/commit/a15c0d051987eedc818db1a6edce9153859ea249.
This last info is slightly incorrect. There is no `liburing` in Photon 5.0 ``` tdnf install -y --refresh build-essential tar wget rpcsvc-proto coreutils openssl-devel \ util-linux-devel libacl-devel zlib-devel python3 libxml2-devel...
Yes, issue is valid. We will fix it. Wokaround: `chown -R kafka /usr/kafka/` And then: `systemctl restart kafka` verify using `systemctl status kafka`