From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B83D158020 for ; Sat, 10 Dec 2022 17:30:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E8E9E0864; Sat, 10 Dec 2022 17:30:17 +0000 (UTC) Received: from mail-oa1-x35.google.com (mail-oa1-x35.google.com [IPv6:2001:4860:4864:20::35]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA737E076B for ; Sat, 10 Dec 2022 17:30:16 +0000 (UTC) Received: by mail-oa1-x35.google.com with SMTP id 586e51a60fabf-1322d768ba7so3568017fac.5 for ; Sat, 10 Dec 2022 09:30:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=0jFK/GT+C/Fb0/Fen6hOFe8ZOnGGHuGLiZdW07z5KGg=; b=KJ2W3FynNePGucD0nvGaMVyW60Bs8TLlpTMF6dMp1tnHMwghGYjiZ9OShfHyDixK6N k0PjuSp7Hr2AJ3F8T4a215KoUmoAn+pYXh0/c2mOAEa7/dv9BuR9jFxQ7QkMa86dTgCr oemsADVyh487y9bJB2c3hclvanw9MxUmqxszrTFXmdO+2IwwxfQ6XuX8TJ0dVtPOQneO 55Epf15cZXGzZohEqIqPRT68BccdzP6LQZwbC95WdlKutWEsJwoDee7JFkUqbik+2YPZ THTGQreH8FTTk1pXKL3utTmQ9eITK6dCf0n3M/v2X87zy6oeSuEGdU0MrAIJum8Dh056 E/Fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=0jFK/GT+C/Fb0/Fen6hOFe8ZOnGGHuGLiZdW07z5KGg=; b=PynAZhm24kxcwQoxVIhPrPOhHLA7P9AxKV4KnOiulp+6zhCX+V+ZWTqRC0xppY7IBg cHKCzdfriLtHpYIycyCh8Jkq6SxkNSymtzUt6YchdAyNimdy3N6jGsqVbIHtpag5keQw /nOviLaJyxF91lzsLDZliHbQj5sLBogi1jb5mKFux0wMJuyUZ+ySLfBPrllBsQazPyCj /tlnmIfFX6D7Os7+4WGFG95fEiwmJacTrGH8rteWfVjEn4bAwym9shFRGRfjSksy+FKc 2MomTTGaOFve8OI5r1+u4dKx8f4/YbeQMEAW723zbjL2+N/pLGeLuaaWfr2uRpXD5QBF 2Bcg== X-Gm-Message-State: ANoB5pn9+5xJtNC+wka73Y13p/cMhmZQ6pOGME3nTJ/J3i63suJ/Oi+h hAxD5UTcFiFt3MYy/gGoPnGqXK07hMm6xGk/Zuah6FARm9A= X-Google-Smtp-Source: AA0mqf4qJtK1GGosUfafvwLvT3irrKzc8yHJ4yc3BfFNFW0mm94xy78agMCcOqQA+BYoIHI2Uo7SKMP9IofzxNZxET0= X-Received: by 2002:a05:6870:cc88:b0:145:44d:e46c with SMTP id ot8-20020a056870cc8800b00145044de46cmr1099720oab.173.1670693414197; Sat, 10 Dec 2022 09:30:14 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 From: Mansour Al Akeel Date: Sat, 10 Dec 2022 12:30:40 -0500 Message-ID: Subject: [gentoo-user] Docker installation issues To: gentoo-user Content-Type: multipart/alternative; boundary="0000000000007b613705ef7c9f13" X-Archives-Salt: f5b33b17-9105-4ac0-b4b8-8ec302f179e2 X-Archives-Hash: e3d262eea5af3fba4b2de9e9572ed3a1 --0000000000007b613705ef7c9f13 Content-Type: text/plain; charset="UTF-8" I am using Openrc This was my initial /etc/conf.d/docker DOCKER_OPTS="--storage-driver overlay2 --data-root /srv/var/lib/docker" when I try: $ docker pull hello-world Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Trying to troubleshoot: localhost /home/mansour # tail -n 20 /var/log/docker.log time="2022-12-10T12:17:03.473550705-05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc time="2022-12-10T12:17:03.473566413-05:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock 0 }] }" module=grpc time="2022-12-10T12:17:03.473573787-05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc time="2022-12-10T12:17:03.474530993-05:00" level=info msg="parsed scheme: \"unix\"" module=grpc time="2022-12-10T12:17:03.474545549-05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc time="2022-12-10T12:17:03.474563752-05:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock 0 }] }" module=grpc time="2022-12-10T12:17:03.474571186-05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc time="2022-12-10T12:17:03.478908716-05:00" level=warning msg="Your kernel does not support cgroup blkio weight" time="2022-12-10T12:17:03.478927115-05:00" level=warning msg="Your kernel does not support cgroup blkio weight_device" time="2022-12-10T12:17:03.479037897-05:00" level=info msg="Loading containers: start." time="2022-12-10T12:17:03.495743563-05:00" level=info msg="failed to read ipv6 net.ipv6.conf..accept_ra" bridge=docker0 syspath=/proc/sys/net/ipv6/conf/docker0/accept_ra time="2022-12-10T12:17:03.518761943-05:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address" time="2022-12-10T12:17:03.518886881-05:00" level=info msg="failed to read ipv6 net.ipv6.conf..accept_ra" bridge=docker0 syspath=/proc/sys/net/ipv6/conf/docker0/accept_ra time="2022-12-10T12:17:03.534616741-05:00" level=info msg="Loading containers: done." time="2022-12-10T12:17:03.541080189-05:00" level=info msg="Docker daemon" commit=a89b84221c graphdriver(s)=overlay2 version=20.10.17 time="2022-12-10T12:17:03.541122352-05:00" level=info msg="Daemon has completed initialization" time="2022-12-10T12:17:03.549888103-05:00" level=info msg="API listen on /var/run/docker.sock" time="2022-12-10T12:17:27.025622231-05:00" level=warning msg="Error getting v2 registry: Get \"https://registry-1.docker.io/v2/\": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" time="2022-12-10T12:17:27.025667054-05:00" level=info msg="Attempting next endpoint for pull after error: Get \"https://registry-1.docker.io/v2/\": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" time="2022-12-10T12:17:27.026851821-05:00" level=error msg="Handler for POST /v1.41/images/create returned error: Get \" https://registry-1.docker.io/v2/\": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" time="2022-12-10T12:15:42.036053086-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1 time="2022-12-10T12:15:42.036068412-05:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin" time="2022-12-10T12:15:42.036100189-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.cri\"..." type=io.containerd.grpc.v1 time="2022-12-10T12:15:42.036390695-05:00" level=info msg="Start cri plugin with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs DefaultRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0} UntrustedWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0} Runtimes:map[runc:{Type:io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoGid:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: SystemdCgroup:false] PrivilegedWithoutHostDevices:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0}] NoPivot:false DisableSnapshotAnnotations:true DiscardUnpackedLayers:false IgnoreRdtNotEnabledErrors:false} CniConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net.d NetworkPluginMaxConfNum:1 NetworkPluginConfTemplate: IPPreference:} Registry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} ImageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:127.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false SelinuxCategoryRange:1024 SandboxImage: k8s.gcr.io/pause:3.6 StatsCollectPeriod:10 SystemdCgroup:false EnableTLSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContainerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMScoreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompProfile: TolerateMissingHugetlbController:true DisableHugetlbController:true DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false NetNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivilegedICMP:false} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/run/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc.v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}" time="2022-12-10T12:15:42.036530498-05:00" level=info msg="Connect containerd service" time="2022-12-10T12:15:42.036627681-05:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\"" time="2022-12-10T12:15:42.036896077-05:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config" time="2022-12-10T12:15:42.036986623-05:00" level=info msg="Start subscribing containerd event" time="2022-12-10T12:15:42.037028034-05:00" level=info msg="Start recovering state" time="2022-12-10T12:15:42.037035874-05:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc time="2022-12-10T12:15:42.037068181-05:00" level=info msg=serving... address=/run/containerd/containerd.sock time="2022-12-10T12:15:42.037085346-05:00" level=info msg="containerd successfully booted in 0.015889s" time="2022-12-10T12:15:42.037072303-05:00" level=info msg="Start event monitor" time="2022-12-10T12:15:42.037107987-05:00" level=info msg="Start snapshots syncer" time="2022-12-10T12:15:42.037119126-05:00" level=info msg="Start cni network conf syncer for default" time="2022-12-10T12:15:42.037127266-05:00" level=info msg="Start streaming server" Looking at resolv.conf localhost /home/mansour # cat /etc/resolv.conf # Generated by dhcpcd from wlp3s0.dhcp # /etc/resolv.conf.head can replace this line domain Home nameserver 192.168.1.1 # /etc/resolv.conf.tail can replace this line So, I added the following to my /etc/dhcpcd.conf static domain_name_servers=8.8.8.8 8.8.4.4 192.168.1.1 And restarted dhcpcd: localhost /home/mansour # cat /etc/resolv.conf # Generated by dhcpcd from wlp3s0.dhcp # /etc/resolv.conf.head can replace this line domain Home nameserver 8.8.8.8 nameserver 8.8.4.4 nameserver 192.168.1.1 # /etc/resolv.conf.tail can replace this line docker.log still shows the same error: time="2022-12-10T12:28:16.519126445-05:00" level=warning msg="Error getting v2 registry: Get \"https://registry-1.docker.io/v2/\": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" time="2022-12-10T12:28:16.519173944-05:00" level=info msg="Attempting next endpoint for pull after error: Get \"https://registry-1.docker.io/v2/\": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" time="2022-12-10T12:28:16.520489790-05:00" level=error msg="Handler for POST /v1.41/images/create returned error: Get \" https://registry-1.docker.io/v2/\": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" I am not able to login with "docker login" Where do I look further for additional troubleshooting hints? Google didn't help a lot. Thank you. --0000000000007b613705ef7c9f13 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I am using Openrc

This = was my initial /etc/conf.d/docker
DOCKER_OPTS=3D"--storage-d= river overlay2 --data-root /srv/var/lib/docker"

when I try:

$ docker pull hello-world

Error response from daemon: Get "https://registry-1.docker.io/v2/": n= et/http: request canceled while waiting for connection (Client.Timeout exce= eded while awaiting headers)

Trying to troubleshoo= t:

localhost /home/mansour # tail -n 20 /var/log/d= ocker.log
time=3D"2022-12-10T12:17:03.473550705-05:00" level= =3Dinfo msg=3D"scheme \"unix\" not registered, fallback to d= efault scheme" module=3Dgrpc
time=3D"2022-12-10T12:17:03.47356= 6413-05:00" level=3Dinfo msg=3D"ccResolverWrapper: sending update= to cc: {[{unix:///run/containerd/containerd.sock =C2=A0<nil> 0 <n= il>}] <nil> <nil>}" module=3Dgrpc
time=3D"2022-= 12-10T12:17:03.473573787-05:00" level=3Dinfo msg=3D"ClientConn sw= itching balancer to \"pick_first\"" module=3Dgrpc
time=3D= "2022-12-10T12:17:03.474530993-05:00" level=3Dinfo msg=3D"pa= rsed scheme: \"unix\"" module=3Dgrpc
time=3D"2022-12= -10T12:17:03.474545549-05:00" level=3Dinfo msg=3D"scheme \"u= nix\" not registered, fallback to default scheme" module=3Dgrpctime=3D"2022-12-10T12:17:03.474563752-05:00" level=3Dinfo msg= =3D"ccResolverWrapper: sending update to cc: {[{unix:///run/containerd= /containerd.sock =C2=A0<nil> 0 <nil>}] <nil> <nil>}= " module=3Dgrpc
time=3D"2022-12-10T12:17:03.474571186-05:00&qu= ot; level=3Dinfo msg=3D"ClientConn switching balancer to \"pick_f= irst\"" module=3Dgrpc
time=3D"2022-12-10T12:17:03.4789087= 16-05:00" level=3Dwarning msg=3D"Your kernel does not support cgr= oup blkio weight"
time=3D"2022-12-10T12:17:03.478927115-05:00&= quot; level=3Dwarning msg=3D"Your kernel does not support cgroup blkio= weight_device"
time=3D"2022-12-10T12:17:03.479037897-05:00&qu= ot; level=3Dinfo msg=3D"Loading containers: start."
time=3D&qu= ot;2022-12-10T12:17:03.495743563-05:00" level=3Dinfo msg=3D"faile= d to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=3Ddocker= 0 syspath=3D/proc/sys/net/ipv6/conf/docker0/accept_ra
time=3D"2022-= 12-10T12:17:03.518761943-05:00" level=3Dinfo msg=3D"Default bridg= e (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP a= ddress"
time=3D"2022-12-10T12:17:03.518886881-05:00" leve= l=3Dinfo msg=3D"failed to read ipv6 net.ipv6.conf.<bridge>.accep= t_ra" bridge=3Ddocker0 syspath=3D/proc/sys/net/ipv6/conf/docker0/accep= t_ra
time=3D"2022-12-10T12:17:03.534616741-05:00" level=3Dinfo= msg=3D"Loading containers: done."
time=3D"2022-12-10T12:= 17:03.541080189-05:00" level=3Dinfo msg=3D"Docker daemon" co= mmit=3Da89b84221c graphdriver(s)=3Doverlay2 version=3D20.10.17
time=3D&q= uot;2022-12-10T12:17:03.541122352-05:00" level=3Dinfo msg=3D"Daem= on has completed initialization"
time=3D"2022-12-10T12:17:03.5= 49888103-05:00" level=3Dinfo msg=3D"API listen on /var/run/docker= .sock"
time=3D"2022-12-10T12:17:27.025622231-05:00" level= =3Dwarning msg=3D"Error getting v2 registry: Get \"https://registry-1.docker.io/v2/\"= : net/http: request canceled while waiting for connection (Client.Timeout e= xceeded while awaiting headers)"
time=3D"2022-12-10T12:17:27.0= 25667054-05:00" level=3Dinfo msg=3D"Attempting next endpoint for = pull after error: Get \"= https://registry-1.docker.io/v2/\": net/http: request canceled whi= le waiting for connection (Client.Timeout exceeded while awaiting headers)&= quot;
time=3D"2022-12-10T12:17:27.026851821-05:00" level=3Derr= or msg=3D"Handler for POST /v1.41/images/create returned error: Get \&= quot;https://registry-1.docke= r.io/v2/\": net/http: request canceled while waiting for connectio= n (Client.Timeout exceeded while awaiting headers)"

time=3D"2022-12-10T12:15:42.036053086-05:00" level=3Dinfo = msg=3D"loading plugin \"io.containerd.internal.v1.tracing\".= .." type=3Dio.containerd.internal.v1
time=3D"2022-12-10T12:15:= 42.036068412-05:00" level=3Derror msg=3D"failed to initialize a t= racing processor \"otlp\"" error=3D"no OpenTelemetry en= dpoint: skip plugin"
time=3D"2022-12-10T12:15:42.036100189-05:= 00" level=3Dinfo msg=3D"loading plugin \"io.containerd.grpc.= v1.cri\"..." type=3Dio.containerd.grpc.v1
time=3D"2022-12= -10T12:15:42.036390695-05:00" level=3Dinfo msg=3D"Start cri plugi= n with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs Defaul= tRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] Con= tainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false= BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0} Untruste= dWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotation= s:[] Root: Options:map[] PrivilegedWithoutHostDevices:false BaseRuntimeSpec= : NetworkPluginConfDir: NetworkPluginMaxConfNum:0} Runtimes:map[runc:{Type:= io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:= [] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoG= id:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: Systemd= Cgroup:false] PrivilegedWithoutHostDevices:false BaseRuntimeSpec: NetworkPl= uginConfDir: NetworkPluginMaxConfNum:0}] NoPivot:false DisableSnapshotAnnot= ations:true DiscardUnpackedLayers:false IgnoreRdtNotEnabledErrors:false} Cn= iConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net= .d NetworkPluginMaxConfNum:1 NetworkPluginConfTemplate: IPPreference:} Regi= stry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} Im= ageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:12= 7.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false Sel= inuxCategoryRange:1024 SandboxImage:k8s.gcr.io/pause:3.6 StatsCollectPeriod:10 SystemdCgroup:false EnableT= LSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContai= nerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMS= coreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompP= rofile: TolerateMissingHugetlbController:true DisableHugetlbController:true= DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false N= etNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivile= gedICMP:false} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/ru= n/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc= .v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}"
time= =3D"2022-12-10T12:15:42.036530498-05:00" level=3Dinfo msg=3D"= ;Connect containerd service"
time=3D"2022-12-10T12:15:42.03662= 7681-05:00" level=3Dinfo msg=3D"Get image filesystem path \"= /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\""
= time=3D"2022-12-10T12:15:42.036896077-05:00" level=3Derror msg=3D= "failed to load cni during init, please check CRI plugin status before= setting up network for pods" error=3D"cni config load failed: no= network config found in /etc/cni/net.d: cni plugin not initialized: failed= to load cni config"
time=3D"2022-12-10T12:15:42.036986623-05:= 00" level=3Dinfo msg=3D"Start subscribing containerd event"<= br>time=3D"2022-12-10T12:15:42.037028034-05:00" level=3Dinfo msg= =3D"Start recovering state"
time=3D"2022-12-10T12:15:42.0= 37035874-05:00" level=3Dinfo msg=3Dserving... address=3D/run/container= d/containerd.sock.ttrpc
time=3D"2022-12-10T12:15:42.037068181-05:00= " level=3Dinfo msg=3Dserving... address=3D/run/containerd/containerd.s= ock
time=3D"2022-12-10T12:15:42.037085346-05:00" level=3Dinfo = msg=3D"containerd successfully booted in 0.015889s"
time=3D&qu= ot;2022-12-10T12:15:42.037072303-05:00" level=3Dinfo msg=3D"Start= event monitor"
time=3D"2022-12-10T12:15:42.037107987-05:00&qu= ot; level=3Dinfo msg=3D"Start snapshots syncer"
time=3D"2= 022-12-10T12:15:42.037119126-05:00" level=3Dinfo msg=3D"Start cni= network conf syncer for default"
time=3D"2022-12-10T12:15:42.= 037127266-05:00" level=3Dinfo msg=3D"Start streaming server"=


Looking at resolv.conf

localhost /home/mansour # cat /etc/resolv.conf=
# Generated by dhcpcd from wlp3s0.dhcp
# /etc/resolv.conf.head can = replace this line
domain Home
nameserver 192.168.1.1
# /etc/resolv= .conf.tail can replace this line

So, I added = the following to my /etc/dhcpcd.conf
static domain_name_ser= vers=3D8.8.8.8 8.8.4.4 192.168.1.1

And restarted d= hcpcd:

localhost /home/mansour # cat /etc/resolv.c= onf
# Generated by dhcpcd from wlp3s0.dhcp
# /etc/resolv.conf.head c= an replace this line
domain Home
nameserver 8.8.8.8
nameserver 8.8= .4.4
nameserver 192.168.1.1
# /etc/resolv.conf.tail can replace this = line


docker.log still shows the sam= e error:
time=3D"2022-12-10T12:28:16.519126445-05:00&qu= ot; level=3Dwarning msg=3D"Error getting v2 registry: Get \"https://registry-1.docker.io/v2/\<= /a>": net/http: request canceled while waiting for connection (Client.= Timeout exceeded while awaiting headers)"
time=3D"2022-12-10T1= 2:28:16.519173944-05:00" level=3Dinfo msg=3D"Attempting next endp= oint for pull after error: Get \"
https://registry-1.docker.io/v2/\": net/http: request can= celed while waiting for connection (Client.Timeout exceeded while awaiting = headers)"
time=3D"2022-12-10T12:28:16.520489790-05:00" le= vel=3Derror msg=3D"Handler for POST /v1.41/images/create returned erro= r: Get \"https://registr= y-1.docker.io/v2/\": net/http: request canceled while waiting for = connection (Client.Timeout exceeded while awaiting headers)"

I am not able to login with "docker login"

Where do I look further for additional troubleshoot= ing hints? Google didn't help a lot.

Than= k you.

=C2=A0





--0000000000007b613705ef7c9f13--