Kan geen Docker installeren op Ubuntu 19.10 (Budgie)

Pagina: 1
Acties:

Vraag


Acties:
  • 0 Henk 'm!

  • Jazco2nd
  • Registratie: Augustus 2002
  • Laatst online: 26-09 22:49
edit: ik bedoel dus Docker-ce.
Ik heb al avonden besteed hieraan, het Ubuntu Budgie, Ubuntu en Docker forum doorgespit en posts aangemaakt. Allen zonder succes.
Systeem: Intel Core i3-9100, 32GB non-registered ECC RAM, 1TB Intel 660p SSD, Fujitsu moederbord D-3644-B.
OS: Ubuntu Budgie 19.10 64-bit.
Overige software: niks, dit betreft een clean install voor een home pc & server.

Er bestaat geen Ubuntu 19.10 package van Docker-ce. Wel de Disco versie (19.04). Dus voeg ik die repository toe. Installatiemethode:
code:
1
2
3
4
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu disco stable"
sudo apt-get install docker-ce docker-ce-cli containerd.io

Ik heb overigens ook specifieke versies geprobeerd te installeren, zelfs teruggegaan tot Ubuntu Bionic versie door de vorige repositories te verwijderen en de juiste toe tevoegen en vervolgens:
code:
1
sudo apt-get install docker-ce=5:18.09.9~3-0~ubuntu-bionic docker-ce-cli=5:18.09.9~3-0~ubuntu-bionic containerd.io

Wat ik ook doe, elke keer is het resultaat hetzelfde. Wat gaat er mis:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$ sudo apt-get install docker-ce docker-ce-cli containerd.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
containerd.io is already the newest version (1.2.10-3).
docker-ce-cli is already the newest version (5:19.03.5~3-0~ubuntu-bionic).
The following NEW packages will be installed:
  docker-ce
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B/22,8 MB of archives.
After this operation, 109 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Selecting previously unselected package docker-ce.
(Reading database ... 235268 files and directories currently installed.)
Preparing to unpack .../docker-ce_5%3a19.03.5~3-0~ubuntu-bionic_amd64.deb ...
Unpacking docker-ce (5:19.03.5~3-0~ubuntu-bionic) ...
Setting up docker-ce (5:19.03.5~3-0~ubuntu-bionic) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Sat 2019-12-28 15:25:41 CET; 4ms ago
     Docs: https://docs.docker.com
  Process: 3740 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
 Main PID: 3740 (code=exited, status=1/FAILURE)
dpkg: error processing package docker-ce (--configure):
 installed docker-ce package post-installation script subprocess returned error exit status 1
Processing triggers for systemd (242-7ubuntu3.2) ...
Errors were encountered while processing:
 docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)

Na elke mislukte poging verwijder ik Docker zo goed mogelijk voordat ik het weer probeer:
code:
1
2
3
4
5
6
7
8
9
sudo apt-get purge -y docker-engine docker docker.io docker-ce docker-ce-cli
sudo apt-get autoremove -y --purge docker-engine docker docker.io docker-ce docker-ce-cli
sudo rm -rf /var/lib/docker /etc/docker
sudo rm /etc/apparmor.d/docker
sudo groupdel docker
sudo rm -rf /var/run/docker.sock
sudo rm -rf /usr/local/bin/docker-compose
sudo rm -rf /etc/docker
sudo rm -rf ~/.docker

Ik ben nog redelijke Linux noob. Daarom maar gelijk even de bronvermelding:
Docker compleet verwijderen van Ubuntu: https://askubuntu.com/que...mpletely-uninstall-docker
Iemand met zelfde probleem die het oploste door een specifieke versie te installeren: https://medium.com/@randi...ls-in-ubuntu-3e70762c2187
Docker installatiemethode: https://github.com/docker...91#issuecomment-549329469
Nog een tip dat je een specifieke versie nodig kan hebben: https://unix.stackexchang...4bit-ubuntu/558674#558674
Ik heb Docker onder andere nodig voor de installatie van mijn Unifi Controller voor wifi. Ik begon met deze handleiding: https://www.reddit.com/r/...er_on_ubuntu_with_docker/

Simpel hulp verzoek: hoe installeer ik Docker succesvol op een schone Ubuntu 19.10 install?

[ Voor 0% gewijzigd door Jazco2nd op 28-12-2019 16:19 . Reden: teveel witregels. ]

Alle reacties


Acties:
  • 0 Henk 'm!

  • Wintervacht
  • Registratie: December 2016
  • Laatst online: 07-08 10:04

Wintervacht

☉ ‿ ⚆

Je moet vzviw Docker CE repo hebben, ik weet nirt of er inmiddels een dedicated 19.10 package is maar 19.04 werkt ook :)

Weet een beetje van veel dingen en veel van een paar dingen.


Acties:
  • 0 Henk 'm!

  • Jazco2nd
  • Registratie: Augustus 2002
  • Laatst online: 26-09 22:49
Wintervacht schreef op zaterdag 28 december 2019 @ 15:47:
Je moet vzviw Docker CE repo hebben, ik weet nirt of er inmiddels een dedicated 19.10 package is maar 19.04 werkt ook :)
ik gebruik ook docker-ce in elk commando..

Acties:
  • 0 Henk 'm!

  • Juup
  • Registratie: Februari 2000
  • Niet online
Staat er na installatie nog iets nuttigs in
journalctl -xe
of in /var/log ergens?

Houd ook deze thread in de gaten: https://forums.docker.com...buntu-19-10-failing/86240
En deze https://github.com/docker/docker.github.io/issues/8891

[ Voor 53% gewijzigd door Juup op 28-12-2019 16:12 ]

Een wappie is iemand die gevallen is voor de (jarenlange) Russische desinformatiecampagnes.
Wantrouwen en confirmation bias doen de rest.


Acties:
  • 0 Henk 'm!

  • Jazco2nd
  • Registratie: Augustus 2002
  • Laatst online: 26-09 22:49
/var/log/syslog wel maar daar wordt ik niet wijs uit eerlijkgezegd..
edit ook ff op pastebin maar hieronder lijkt het leesbaarder: https://pastebin.com/sgTkcEwy

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
Dec 28 15:28:46 FujiServer systemd[1]: Reloading.
Dec 28 15:28:47 FujiServer systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Dec 28 15:28:47 FujiServer systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Dec 28 15:28:47 FujiServer systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Dec 28 15:28:47 FujiServer systemd[1]: Reloading.
Dec 28 15:28:48 FujiServer systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Dec 28 15:28:48 FujiServer systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Dec 28 15:28:48 FujiServer systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Dec 28 15:28:48 FujiServer systemd[1]: Reloading.
Dec 28 15:28:49 FujiServer systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Dec 28 15:28:49 FujiServer systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Dec 28 15:28:49 FujiServer systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Dec 28 15:28:49 FujiServer systemd[1]: /lib/systemd/system/docker.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Dec 28 15:28:50 FujiServer systemd[1]: Reloading.
Dec 28 15:28:51 FujiServer systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Dec 28 15:28:51 FujiServer systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Dec 28 15:28:51 FujiServer systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Dec 28 15:28:51 FujiServer systemd[1]: /lib/systemd/system/docker.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Dec 28 15:28:51 FujiServer systemd[1]: Reloading.
Dec 28 15:28:52 FujiServer systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Dec 28 15:28:52 FujiServer systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Dec 28 15:28:52 FujiServer systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Dec 28 15:28:52 FujiServer systemd[1]: /lib/systemd/system/docker.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Dec 28 15:28:52 FujiServer systemd[1]: Reloading.
Dec 28 15:28:53 FujiServer systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Dec 28 15:28:53 FujiServer systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Dec 28 15:28:53 FujiServer systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Dec 28 15:28:53 FujiServer systemd[1]: /lib/systemd/system/docker.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Dec 28 15:28:53 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.socket: Read-only file system
Dec 28 15:28:53 FujiServer systemd[1]: Starting Docker Socket for the API.
Dec 28 15:28:53 FujiServer systemd[6763]: Failed to attach 6763 to compat systemd cgroup /system.slice/docker.socket: No such file or directory
Dec 28 15:28:53 FujiServer systemd[1]: Listening on Docker Socket for the API.
Dec 28 15:28:53 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.service: Read-only file system
Dec 28 15:28:53 FujiServer systemd[1]: Failed to attach 6764 to compat systemd cgroup /system.slice/docker.service: No such file or directory
Dec 28 15:28:53 FujiServer systemd[1]: Starting Docker Application Container Engine...
Dec 28 15:28:53 FujiServer systemd[6764]: Failed to attach 6764 to compat systemd cgroup /system.slice/docker.service: No such file or directory
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733380951+01:00" level=info msg="systemd-resolved is running, so using resolvconf: /run/systemd/resolve/resolv.conf"
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733771353+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733784869+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733831862+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733832041+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733838186+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733845336+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733878578+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000724f80, CONNECTING" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.733966628+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000724f80, READY" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.734009193+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.734028353+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.734048965+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00075f230, CONNECTING" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.734122890+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00075f230, READY" module=grpc
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.756069191+01:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.756160953+01:00" level=warning msg="Your kernel does not support cgroup memory limit"
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.756168023+01:00" level=warning msg="Unable to find cpu cgroup in mounts"
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.756171954+01:00" level=warning msg="Unable to find blkio cgroup in mounts"
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.756177212+01:00" level=warning msg="Unable to find cpuset cgroup in mounts"
Dec 28 15:28:53 FujiServer dockerd[6764]: time="2019-12-28T15:28:53.756238535+01:00" level=warning msg="mountpoint for pids not found"
Dec 28 15:28:53 FujiServer dockerd[6764]: Error starting daemon: Devices cgroup isn't mounted
Dec 28 15:28:53 FujiServer systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Dec 28 15:28:53 FujiServer systemd[1]: docker.service: Failed with result 'exit-code'.
Dec 28 15:28:53 FujiServer systemd[1]: Failed to start Docker Application Container Engine.
Dec 28 15:28:53 FujiServer systemd[1]: Reloading.
Dec 28 15:28:54 FujiServer systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Dec 28 15:28:54 FujiServer systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Dec 28 15:28:54 FujiServer systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Dec 28 15:28:54 FujiServer systemd[1]: /lib/systemd/system/docker.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Dec 28 15:28:54 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.service: Read-only file system
Dec 28 15:28:55 FujiServer systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
Dec 28 15:28:55 FujiServer systemd[1]: docker.service: Scheduled restart job, restart counter is at 1.
Dec 28 15:28:55 FujiServer systemd[1]: Stopped Docker Application Container Engine.
Dec 28 15:28:55 FujiServer systemd[1]: docker.socket: Succeeded.
Dec 28 15:28:55 FujiServer systemd[1]: Closed Docker Socket for the API.
Dec 28 15:28:55 FujiServer systemd[1]: Stopping Docker Socket for the API.
Dec 28 15:28:55 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.socket: Read-only file system
Dec 28 15:28:55 FujiServer systemd[1]: Starting Docker Socket for the API.
Dec 28 15:28:55 FujiServer systemd[7249]: Failed to attach 7249 to compat systemd cgroup /system.slice/docker.socket: No such file or directory
Dec 28 15:28:55 FujiServer systemd[1]: Listening on Docker Socket for the API.
Dec 28 15:28:55 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.service: Read-only file system
Dec 28 15:28:55 FujiServer systemd[1]: Failed to attach 7250 to compat systemd cgroup /system.slice/docker.service: No such file or directory
Dec 28 15:28:55 FujiServer systemd[1]: Starting Docker Application Container Engine...
Dec 28 15:28:55 FujiServer systemd[7250]: Failed to attach 7250 to compat systemd cgroup /system.slice/docker.service: No such file or directory
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.906406188+01:00" level=info msg="systemd-resolved is running, so using resolvconf: /run/systemd/resolve/resolv.conf"
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.906819315+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.906831764+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.906857438+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.906862658+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.908429362+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.908447830+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.908474098+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0007f4560, CONNECTING" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.908507514+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.908523197+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.908551451+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0008509c0, CONNECTING" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.908620390+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0008509c0, READY" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.909778677+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0007f4560, READY" module=grpc
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.909808928+01:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.912605565+01:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.912695690+01:00" level=warning msg="Your kernel does not support cgroup memory limit"
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.912703238+01:00" level=warning msg="Unable to find cpu cgroup in mounts"
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.912709025+01:00" level=warning msg="Unable to find blkio cgroup in mounts"
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.912713039+01:00" level=warning msg="Unable to find cpuset cgroup in mounts"
Dec 28 15:28:55 FujiServer dockerd[7250]: time="2019-12-28T15:28:55.912769866+01:00" level=warning msg="mountpoint for pids not found"
Dec 28 15:28:55 FujiServer dockerd[7250]: Error starting daemon: Devices cgroup isn't mounted
Dec 28 15:28:55 FujiServer systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Dec 28 15:28:55 FujiServer systemd[1]: docker.service: Failed with result 'exit-code'.
Dec 28 15:28:55 FujiServer systemd[1]: Failed to start Docker Application Container Engine.
Dec 28 15:28:58 FujiServer systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
Dec 28 15:28:58 FujiServer systemd[1]: docker.service: Scheduled restart job, restart counter is at 2.
Dec 28 15:28:58 FujiServer systemd[1]: Stopped Docker Application Container Engine.
Dec 28 15:28:58 FujiServer systemd[1]: docker.socket: Succeeded.
Dec 28 15:28:58 FujiServer systemd[1]: Closed Docker Socket for the API.
Dec 28 15:28:58 FujiServer systemd[1]: Stopping Docker Socket for the API.
Dec 28 15:28:58 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.socket: Read-only file system
Dec 28 15:28:58 FujiServer systemd[1]: Starting Docker Socket for the API.
Dec 28 15:28:58 FujiServer systemd[8454]: Failed to attach 8454 to compat systemd cgroup /system.slice/docker.socket: No such file or directory
Dec 28 15:28:58 FujiServer systemd[1]: Listening on Docker Socket for the API.
Dec 28 15:28:58 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.service: Read-only file system
Dec 28 15:28:58 FujiServer systemd[1]: Failed to attach 8455 to compat systemd cgroup /system.slice/docker.service: No such file or directory
Dec 28 15:28:58 FujiServer systemd[1]: Starting Docker Application Container Engine...
Dec 28 15:28:58 FujiServer systemd[8455]: Failed to attach 8455 to compat systemd cgroup /system.slice/docker.service: No such file or directory
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158304465+01:00" level=info msg="systemd-resolved is running, so using resolvconf: /run/systemd/resolve/resolv.conf"
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158746443+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158758565+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158785396+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158790695+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158858299+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158875842+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158904817+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000764230, CONNECTING" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.158989316+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000764230, READY" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.159063479+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.159079943+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.159138791+01:00" level=info msg="blockingPicker: the picked transport is not ready, loop back to repick" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.159156875+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00006ee10, CONNECTING" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.159289415+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00006ee10, READY" module=grpc
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.160777166+01:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.162683944+01:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.162778004+01:00" level=warning msg="Your kernel does not support cgroup memory limit"
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.162784830+01:00" level=warning msg="Unable to find cpu cgroup in mounts"
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.162789591+01:00" level=warning msg="Unable to find blkio cgroup in mounts"
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.162793381+01:00" level=warning msg="Unable to find cpuset cgroup in mounts"
Dec 28 15:28:58 FujiServer dockerd[8455]: time="2019-12-28T15:28:58.162851736+01:00" level=warning msg="mountpoint for pids not found"
Dec 28 15:28:58 FujiServer dockerd[8455]: Error starting daemon: Devices cgroup isn't mounted
Dec 28 15:28:58 FujiServer systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Dec 28 15:28:58 FujiServer systemd[1]: docker.service: Failed with result 'exit-code'.
Dec 28 15:28:58 FujiServer systemd[1]: Failed to start Docker Application Container Engine.
Dec 28 15:29:00 FujiServer systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
Dec 28 15:29:00 FujiServer systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Dec 28 15:29:00 FujiServer systemd[1]: Stopped Docker Application Container Engine.
Dec 28 15:29:00 FujiServer systemd[1]: docker.socket: Succeeded.
Dec 28 15:29:00 FujiServer systemd[1]: Closed Docker Socket for the API.
Dec 28 15:29:00 FujiServer systemd[1]: Stopping Docker Socket for the API.
Dec 28 15:29:00 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.socket: Read-only file system
Dec 28 15:29:00 FujiServer systemd[1]: Starting Docker Socket for the API.
Dec 28 15:29:00 FujiServer systemd[8568]: Failed to attach 8568 to compat systemd cgroup /system.slice/docker.socket: No such file or directory
Dec 28 15:29:00 FujiServer systemd[1]: Listening on Docker Socket for the API.
Dec 28 15:29:00 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.service: Read-only file system
Dec 28 15:29:00 FujiServer systemd[1]: Failed to attach 8569 to compat systemd cgroup /system.slice/docker.service: No such file or directory
Dec 28 15:29:00 FujiServer systemd[1]: Starting Docker Application Container Engine...
Dec 28 15:29:00 FujiServer systemd[8569]: Failed to attach 8569 to compat systemd cgroup /system.slice/docker.service: No such file or directory
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.432879786+01:00" level=info msg="systemd-resolved is running, so using resolvconf: /run/systemd/resolve/resolv.conf"
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433329187+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433341228+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433363539+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433368587+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433406415+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433426400+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433462653+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000712630, CONNECTING" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433705456+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000712630, READY" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433776574+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433786862+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433805023+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000712920, CONNECTING" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.433955937+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000712920, READY" module=grpc
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.435017030+01:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.438413592+01:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.438502398+01:00" level=warning msg="Your kernel does not support cgroup memory limit"
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.438508978+01:00" level=warning msg="Unable to find cpu cgroup in mounts"
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.438513018+01:00" level=warning msg="Unable to find blkio cgroup in mounts"
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.438516692+01:00" level=warning msg="Unable to find cpuset cgroup in mounts"
Dec 28 15:29:00 FujiServer dockerd[8569]: time="2019-12-28T15:29:00.438575020+01:00" level=warning msg="mountpoint for pids not found"
Dec 28 15:29:00 FujiServer dockerd[8569]: Error starting daemon: Devices cgroup isn't mounted
Dec 28 15:29:00 FujiServer systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Dec 28 15:29:00 FujiServer systemd[1]: docker.service: Failed with result 'exit-code'.
Dec 28 15:29:00 FujiServer systemd[1]: Failed to start Docker Application Container Engine.
Dec 28 15:29:02 FujiServer systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
Dec 28 15:29:02 FujiServer systemd[1]: docker.service: Scheduled restart job, restart counter is at 4.
Dec 28 15:29:02 FujiServer systemd[1]: Stopped Docker Application Container Engine.
Dec 28 15:29:02 FujiServer systemd[1]: docker.socket: Succeeded.
Dec 28 15:29:02 FujiServer systemd[1]: Closed Docker Socket for the API.
Dec 28 15:29:02 FujiServer systemd[1]: Stopping Docker Socket for the API.
Dec 28 15:29:02 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/docker.socket: Read-only file system
Dec 28 15:29:02 FujiServer systemd[1]: Starting Docker Socket for the API.
Dec 28 15:29:02 FujiServer systemd[8589]: Failed to attach 8589 to compat systemd cgroup /system.slice/docker.socket: No such file or directory
Dec 28 15:29:02 FujiServer systemd[1]: Listening on Docker Socket for the API.
Dec 28 15:29:02 FujiServer systemd[1]: docker.service: Start request repeated too quickly.
Dec 28 15:29:02 FujiServer systemd[1]: docker.service: Failed with result 'exit-code'.
Dec 28 15:29:02 FujiServer systemd[1]: Failed to start Docker Application Container Engine.
Dec 28 15:29:02 FujiServer systemd[1]: docker.socket: Failed with result 'service-start-limit-hit'.
Dec 28 15:29:22 FujiServer NetworkManager[980]: <info>  [1577543362.5766] dhcp4 (eno1): state changed bound -> bound
Dec 28 15:29:22 FujiServer dbus-daemon[961]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.12' (uid=0 pid=980 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Dec 28 15:29:22 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/NetworkManager-dispatcher.service: Read-only file system
Dec 28 15:29:22 FujiServer systemd[1]: Failed to attach 8606 to compat systemd cgroup /system.slice/NetworkManager-dispatcher.service: No such file or directory
Dec 28 15:29:22 FujiServer systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 28 15:29:22 FujiServer systemd[8606]: Failed to attach 8606 to compat systemd cgroup /system.slice/NetworkManager-dispatcher.service: No such file or directory
Dec 28 15:29:22 FujiServer dbus-daemon[961]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec 28 15:29:22 FujiServer systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 28 15:29:32 FujiServer systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Dec 28 15:30:01 FujiServer CRON[8624]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Dec 28 15:30:01 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/anacron.service: Read-only file system
Dec 28 15:30:01 FujiServer systemd[1]: Failed to attach 8625 to compat systemd cgroup /system.slice/anacron.service: No such file or directory
Dec 28 15:30:01 FujiServer systemd[1]: Started Run anacron jobs.
Dec 28 15:30:01 FujiServer systemd[8625]: Failed to attach 8625 to compat systemd cgroup /system.slice/anacron.service: No such file or directory
Dec 28 15:30:01 FujiServer anacron[8625]: Anacron 2.3 started on 2019-12-28
Dec 28 15:30:01 FujiServer anacron[8625]: Normal exit (0 jobs run)
Dec 28 15:30:01 FujiServer systemd[1]: anacron.service: Succeeded.
Dec 28 15:34:02 FujiServer PackageKit: daemon quit
Dec 28 15:34:02 FujiServer systemd[1]: packagekit.service: Main process exited, code=killed, status=15/TERM
Dec 28 15:34:02 FujiServer systemd[1]: packagekit.service: Succeeded.
Dec 28 15:34:21 FujiServer NetworkManager[980]: <info>  [1577543661.2906] dhcp4 (eno1): state changed bound -> bound
Dec 28 15:34:21 FujiServer dbus-daemon[961]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.12' (uid=0 pid=980 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Dec 28 15:34:21 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/NetworkManager-dispatcher.service: Read-only file system
Dec 28 15:34:21 FujiServer systemd[1]: Failed to attach 8703 to compat systemd cgroup /system.slice/NetworkManager-dispatcher.service: No such file or directory
Dec 28 15:34:21 FujiServer systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 28 15:34:21 FujiServer systemd[8703]: Failed to attach 8703 to compat systemd cgroup /system.slice/NetworkManager-dispatcher.service: No such file or directory
Dec 28 15:34:21 FujiServer dbus-daemon[961]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec 28 15:34:21 FujiServer systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 28 15:34:31 FujiServer systemd[1]: NetworkManager-dispatcher.service: Succeeded.


Journal helaas niet:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
$ journalctl -xe
-- 
-- The job identifier is 254329.
dec 28 15:54:31 FujiServer systemd[1]: NetworkManager-dispatcher.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.
dec 28 15:55:16 FujiServer gnome-screensav[1331]: Source ID 20029 was not found when attempting to remove it
dec 28 15:59:20 FujiServer NetworkManager[980]: <info>  [1577545160.3053] dhcp4 (eno1): state changed bound -> bound
dec 28 15:59:20 FujiServer dbus-daemon[961]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbu
dec 28 15:59:20 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/NetworkManager-dispatcher.service: Read-
dec 28 15:59:20 FujiServer systemd[1]: Failed to attach 9166 to compat systemd cgroup /system.slice/NetworkManager-dispatcher.servic
dec 28 15:59:20 FujiServer systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: A start job for unit NetworkManager-dispatcher.service has begun execution
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- A start job for unit NetworkManager-dispatcher.service has begun execution.
-- 
-- The job identifier is 254427.
dec 28 15:59:20 FujiServer systemd[9166]: Failed to attach 9166 to compat systemd cgroup /system.slice/NetworkManager-dispatcher.ser
dec 28 15:59:20 FujiServer dbus-daemon[961]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
dec 28 15:59:20 FujiServer systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- A start job for unit NetworkManager-dispatcher.service has finished successfully.
-- 
-- The job identifier is 254427.
dec 28 15:59:30 FujiServer systemd[1]: NetworkManager-dispatcher.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.
dec 28 16:04:19 FujiServer NetworkManager[980]: <info>  [1577545459.8410] dhcp4 (eno1): state changed bound -> bound
dec 28 16:04:19 FujiServer systemd[1]: Failed to create compat systemd cgroup /system.slice/NetworkManager-dispatcher.service: Read-
dec 28 16:04:19 FujiServer dbus-daemon[961]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbu
dec 28 16:04:19 FujiServer systemd[1]: Failed to attach 9261 to compat systemd cgroup /system.slice/NetworkManager-dispatcher.servic
dec 28 16:04:19 FujiServer systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: A start job for unit NetworkManager-dispatcher.service has begun execution
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- A start job for unit NetworkManager-dispatcher.service has begun execution.
-- 
-- The job identifier is 254525.
dec 28 16:04:19 FujiServer systemd[9261]: Failed to attach 9261 to compat systemd cgroup /system.slice/NetworkManager-dispatcher.ser
dec 28 16:04:19 FujiServer dbus-daemon[961]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
dec 28 16:04:19 FujiServer systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- A start job for unit NetworkManager-dispatcher.service has finished successfully.
-- 
-- The job identifier is 254525.
dec 28 16:04:29 FujiServer systemd[1]: NetworkManager-dispatcher.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.
lines 2361-2425/2425 (END)

Acties:
  • 0 Henk 'm!

  • Juup
  • Registratie: Februari 2000
  • Niet online
code:
1
Failed to create compat systemd cgroup /system.slice/docker.socket: Read-only file system

Hmm... dat kan niet goed zijn.
Je zult het bij docker aan moeten kaarten denk ik.
Maar docker is officieel nog niet uit voor 19.10 dus je zult moeten wachten vrees ik.

Probeer anders eerst Ubuntu 19.04, dan docker install, dan upgrade naar Ubuntu 19.10

[ Voor 14% gewijzigd door Juup op 28-12-2019 16:18 ]

Een wappie is iemand die gevallen is voor de (jarenlange) Russische desinformatiecampagnes.
Wantrouwen en confirmation bias doen de rest.


Acties:
  • 0 Henk 'm!

  • Jazco2nd
  • Registratie: Augustus 2002
  • Laatst online: 26-09 22:49
Juup schreef op zaterdag 28 december 2019 @ 16:17:
code:
1
Failed to create compat systemd cgroup /system.slice/docker.socket: Read-only file system

Hmm... dat kan niet goed zijn.
Je zult het bij docker aan moeten kaarten denk ik.
Maar docker is officieel nog niet uit voor 19.10 dus je zult moeten wachten vrees ik.

Probeer anders eerst Ubuntu 19.04, dan docker install, dan upgrade naar Ubuntu 19.10
Vervelend zeg maar inderdaad ik ga maar ff 19.04 proberen. Ik heb zojuist ook geprobeerd om via Snap te installeren. Dat gaat ook niet goed:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ sudo snap install docker
error: cannot perform the following tasks:
- Setup snap "docker" (423) security profiles (cannot setup apparmor for snap "docker": cannot load apparmor profiles: exit status 1
apparmor_parser output:
Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.)
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
)
- Setup snap "docker" (423) security profiles (cannot load apparmor profiles: exit status 1
apparmor_parser output:
Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.)
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
)

Acties:
  • 0 Henk 'm!

  • stijnos1991
  • Registratie: Oktober 2005
  • Laatst online: 28-09 14:08
Kijk ook hier eens: https://github.com/docker/for-linux/issues/833
Je kan het wellicht wel geïnstalleerd krijgen, maar updates werken sowieso niet en geen support natuurlijk. De snelste weg is 19.04 gaan gebruiken. Vooral nog niet upgraden naar 19.10 (zoals hierboven werd gesuggereerd) voordat er een release is voor eoan.

Acties:
  • 0 Henk 'm!

  • PheraX
  • Registratie: Oktober 2009
  • Laatst online: 13:19
Ik heb het van de week wel werkend gekregen op 19.10

bron

code:
1
2
3
4
5
6
7
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker

sudo curl -L https://github.com/docker/compose/releases/download/1.23.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

geen id of ik het juist doe maar het werkte wel

Acties:
  • 0 Henk 'm!

  • amx
  • Registratie: December 2007
  • Laatst online: 26-09 18:25

amx

Jazco2nd schreef op zaterdag 28 december 2019 @ 16:26:
[...]


Vervelend zeg maar inderdaad ik ga maar ff 19.04 proberen. Ik heb zojuist ook geprobeerd om via Snap te installeren. Dat gaat ook niet goed:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ sudo snap install docker
error: cannot perform the following tasks:
- Setup snap "docker" (423) security profiles (cannot setup apparmor for snap "docker": cannot load apparmor profiles: exit status 1
apparmor_parser output:
Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.)
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
)
- Setup snap "docker" (423) security profiles (cannot load apparmor profiles: exit status 1
apparmor_parser output:
Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.)
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
)
Die apparmor melding kan ook een algemene melding zijn. Installeren overige snap packages wel (hello-world?)

Ook: Welk fs is geïnstalleerd? zfs of ext4? zfs is nog experimenteel...

Acties:
  • 0 Henk 'm!

  • johnkeates
  • Registratie: Februari 2008
  • Laatst online: 04-07 16:30
Installeer 19.04 en dan werkt het wel.
Pagina: 1