[Bug 1854314] Re: Legacy directory /var/run in /lib/systemd/system/dbus.socket

Éric Hoffman 1854314 at bugs.launchpad.net
Wed Dec 2 15:23:35 UTC 2020


Same thing here

...
Dec  1 06:42:11 lx-dev3 containerd[845]: time="2020-12-01T06:42:11.225821304-05:00" level=info msg="Stop CRI service"
Dec  1 06:42:11 lx-dev3 containerd[845]: time="2020-12-01T06:42:11.242385111-05:00" level=info msg="Stop CRI service"
Dec  1 06:42:11 lx-dev3 containerd[845]: time="2020-12-01T06:42:11.253040416-05:00" level=info msg="Event monitor stopped"
Dec  1 06:42:11 lx-dev3 containerd[845]: time="2020-12-01T06:42:11.253082773-05:00" level=info msg="Stream server stopped"
Dec  1 06:42:11 lx-dev3 systemd[1]: containerd.service: Succeeded.
Dec  1 06:42:11 lx-dev3 systemd[1]: Stopped containerd container runtime.
Dec  1 06:42:14 lx-dev3 systemd[1]: Reloading.
Dec  1 06:42:14 lx-dev3 systemd[1]: /lib/systemd/system/dbus.socket:5: 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  1 06:42:14 lx-dev3 systemd[1]: /etc/systemd/system/rc-local.service:11: Support for option SysVStartPriority= has been removed and it is ignored
Dec  1 06:42:14 lx-dev3 systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Dec  1 06:42:15 lx-dev3 systemd[1]: Reloading.
Dec  1 06:42:15 lx-dev3 systemd[1]: /lib/systemd/system/dbus.socket:5: 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  1 06:42:15 lx-dev3 systemd[1]: /etc/systemd/system/rc-local.service:11: Support for option SysVStartPriority= has been removed and it is ignored
Dec  1 06:42:15 lx-dev3 systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Dec  1 06:42:15 lx-dev3 systemd[1]: Starting containerd container runtime...
Dec  1 06:42:15 lx-dev3 systemd[1]: Started containerd container runtime.
...

And, after that, instead of having a file
/var/run/docker
I had a file
/var/run/docker=

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1854314

Title:
  Legacy directory /var/run in /lib/systemd/system/dbus.socket

Status in D-Bus:
  New
Status in dbus package in Ubuntu:
  Fix Committed
Status in dbus package in Debian:
  Fix Released

Bug description:
  dbus/focal-proposed,now 1.12.16-2ubuntu1 amd64

  Re(o)curring after each new upgrade of dbus, for quite some time and
  still...

  $ dmesg|grep accordingly
  systemd[1]: /lib/systemd/system/dbus.socket:5: 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.

  Originally:
  $cat /lib/systemd/system/dbus.socket
  [Unit]
  Description=D-Bus System Message Bus Socket

  [Socket]
  ListenStream=/var/run/dbus/system_bus_socket

  After change:
  $cat /lib/systemd/system/dbus.socket
  [Unit]
  Description=D-Bus System Message Bus Socket

  [Socket]
  ListenStream=/run/dbus/system_bus_socket

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/1854314/+subscriptions



More information about the foundations-bugs mailing list