Wednesday, 2021-09-22

*** pmannidi is now known as pmannidi|AFK01:17
*** pmannidi|AFK is now known as pmannidi02:22
*** pmannidi is now known as pmannidi|brb05:17
*** pmannidi|brb is now known as pmannidi|Lunch05:22
*** pmannidi|Lunch is now known as pmannidi06:20
digitalsimbojaMorning all! maysams, ltomasbo: I have been stuck here since while setting up virtualbox 08:23
digitalsimbojahttps://paste.opendev.org/show/809488/08:23
digitalsimbojaPlease assist08:23
digitalsimbojaThanks08:23
dulekTry running `apt install docker-ce` and show the results.09:39
digitalsimbojahello10:21
maysamsdigitalsimboja: Hi10:25
maysamsdulek has suggested the following:10:25
maysamsTry running `apt install docker-ce` and show the results.10:25
digitalsimbojaok10:29
digitalsimbojaI am getting this: https://paste.opendev.org/show/809492/11:33
dulekIt's suggesting to run `systemctl status devstack@etcd.service" and "journalctl -xe"` to get more info.13:58
digitalsimbojahi dulek, I have installed docker-ce as you suggested. I am still getting stuck here: https://paste.opendev.org/show/809506/14:40
digitalsimbojaDoes it depend on my network?14:40
digitalsimbojahttps://paste.opendev.org/show/809507/14:42
dulekdigitalsimboja: `sudo journalctl -u docker` can help.14:44
dulekdigitalsimboja: But in general it seems to fail on package configuration.14:44
dulekdigitalsimboja: Ah yeah, it haven't started it on installation, I see. So that journalctl can help us.14:45
digitalsimbojahttps://paste.opendev.org/show/809508/14:46
dulekdigitalsimboja: What Ubuntu is that?14:49
dulekFocal, okay.14:50
dulekIt should work.14:50
dulekdigitalsimboja: I see in https://forums.docker.com/t/failed-to-load-listeners-no-sockets-found-via-socket-activation-make-sure-the-service-was-started-by-systemd/62505/2 that you got to set `unix://` instead of `fd://` in sudo systemctl edit docker.service.14:51
dulekA bit weird to me, but worth a shot.14:51
digitalsimbojachecking14:52
dulekdigitalsimboja: Ah, looks like you can just run `sudo /usr/bin/dockerd -H unix:// --containerd=/run/containerd/containerd.sock`, stop and retry starting the service with `sudo systemctl start docker`14:52
digitalsimbojaon it14:54
digitalsimbojalets hope this run succeeds14:59
digitalsimbojaOoops dulek, a different fail point: https://paste.opendev.org/show/809509/15:00
dulekdigitalsimboja: Line 23 of that paste tells you what to do to get info.15:01
digitalsimbojahttps://paste.opendev.org/show/809510/15:02
digitalsimboja^15:02
dulekdigitalsimboja: You're rerunning stack.sh without unstack.sh, are you?15:02
digitalsimbojaohh that is correct. my mistake right there15:05
dulekdigitalsimboja: Yeah, it's not designed for that. You got to unstack.sh first to close all the apps that it already started - otherwise the ports or sockets might already be created, causing problems.15:14

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!