Re: using docker in guix

2021-06-04 Thread Adam Kandur via
that's what i have in docker log


-
time="2021-06-04T22:42:01.608529621+03:00" level=info msg="Starting up"
time="2021-06-04T22:42:01.617401481+03:00" level=info msg="parsed scheme: 
\"unix\"" module=grpc
time="2021-06-04T22:42:01.617505718+03:00" level=info msg="scheme \"unix\" not 
registered, fallback to default scheme" module=grpc
time="2021-06-04T22:42:01.617555322+03:00" level=info msg="ccResolverWrapper: 
sending update to cc: {[{unix:///run/containerd/containerd.sock 0  }] 
}" module=grpc
time="2021-06-04T22:42:01.617594849+03:00" level=info msg="ClientConn switching 
balancer to \"pick_first\"" module=grpc
failed to start daemon: failed to dial "/run/containerd/containerd.sock": 
unknown service containerd.services.namespaces.v1.Namespaces: not implemented
time="2021-06-04T22:42:45.808007474+03:00" level=info msg="Starting up"
time="2021-06-04T22:42:45.812465107+03:00" level=info msg="parsed scheme: 
\"unix\"" module=grpc
time="2021-06-04T22:42:45.812538632+03:00" level=info msg="scheme \"unix\" not 
registered, fallback to default scheme" module=grpc
time="2021-06-04T22:42:45.812584087+03:00" level=info msg="ccResolverWrapper: 
sending update to cc: {[{unix:///run/containerd/containerd.sock 0  }] 
}" module=grpc
time="2021-06-04T22:42:45.812624258+03:00" level=info msg="ClientConn switching 
balancer to \"pick_first\"" module=grpc
failed to start daemon: failed to dial "/run/containerd/containerd.sock": 
unknown service containerd.services.namespaces.v1.Namespaces: not implemented




Jun 3, 2021, 18:51 by bone.bab...@disroot.org:

>
> Adam Kandur writes:
>
>> Hi Bone,
>> thank you but this command didn't helped, i got 
>> ```
>> Service dockerd could not be started.
>> herd: failed to start service dockerd
>> ```
>> Jun 3, 2021, 17:19 by bone.bab...@disroot.org:
>>
>>> Adam Kandur via writes:
>>>
 i'm sorry, i mean this error "Cannot connect to the Docker daemon at 
 unix:///var/run/docker.sock. Is the docker daemon running?"

>>>
>>> You could try `sudo herd restart dockerd`.
>>>
>
> Did you try running `sudo guix system reconfigure
> /path/to/system/configuration.scm` before running `sudo herd restart
> dockerd`?
>




Re: using docker in guix

2021-06-04 Thread Ricardo Wurmus



Adam Kandur via  writes:


that's what i have in docker log


-
time="2021-06-04T22:42:01.608529621+03:00" level=info 
msg="Starting up"
time="2021-06-04T22:42:01.617401481+03:00" level=info 
msg="parsed scheme: \"unix\"" module=grpc
time="2021-06-04T22:42:01.617505718+03:00" level=info 
msg="scheme \"unix\" not registered, fallback to default scheme" 
module=grpc
time="2021-06-04T22:42:01.617555322+03:00" level=info 
msg="ccResolverWrapper: sending update to cc: 
{[{unix:///run/containerd/containerd.sock 0  }] }" 
module=grpc
time="2021-06-04T22:42:01.617594849+03:00" level=info 
msg="ClientConn switching balancer to \"pick_first\"" 
module=grpc
failed to start daemon: failed to dial 
"/run/containerd/containerd.sock": unknown service 
containerd.services.namespaces.v1.Namespaces: not implemented
time="2021-06-04T22:42:45.808007474+03:00" level=info 
msg="Starting up"
time="2021-06-04T22:42:45.812465107+03:00" level=info 
msg="parsed scheme: \"unix\"" module=grpc
time="2021-06-04T22:42:45.812538632+03:00" level=info 
msg="scheme \"unix\" not registered, fallback to default scheme" 
module=grpc
time="2021-06-04T22:42:45.812584087+03:00" level=info 
msg="ccResolverWrapper: sending update to cc: 
{[{unix:///run/containerd/containerd.sock 0  }] }" 
module=grpc
time="2021-06-04T22:42:45.812624258+03:00" level=info 
msg="ClientConn switching balancer to \"pick_first\"" 
module=grpc
failed to start daemon: failed to dial 
"/run/containerd/containerd.sock": unknown service 
containerd.services.namespaces.v1.Namespaces: not implemented


You need to start containerd.

--
Ricardo