when updateing (sudo apt update && sudo apt full-upgrade) my raspberry pi (RPi4B)
i see in the /var/log/syslog the following messages:
Code: Select all
Oct 26 19:26:58 raspberry systemd[1]: Starting Daily apt download activities...
Oct 26 19:26:59 raspberry systemd[1]: apt-daily.service: Succeeded.
Oct 26 19:26:59 raspberry systemd[1]: Started Daily apt download activities.
Oct 26 19:40:06 raspberry systemd[1]: Starting PackageKit Daemon...
Oct 26 19:40:06 raspberry PackageKit: daemon start
Oct 26 19:40:06 raspberry systemd[1]: Started PackageKit Daemon.
Oct 26 19:40:32 raspberry systemd[1]: Reloading.
Oct 26 19:40:32 raspberry systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
Oct 26 19:40:32 raspberry systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Oct 26 19:40:32 raspberry systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Oct 26 19:40:32 raspberry systemd[1]: Reloading.
Oct 26 19:40:32 raspberry systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
Oct 26 19:40:33 raspberry systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Oct 26 19:40:33 raspberry systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Oct 26 19:40:33 raspberry systemd[1]: Reloading.
Oct 26 19:40:33 raspberry systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
Oct 26 19:40:33 raspberry systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Oct 26 19:40:33 raspberry systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Oct 26 19:40:34 raspberry systemd[1]: Reloading.
Oct 26 19:40:34 raspberry systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
Oct 26 19:40:34 raspberry systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Oct 26 19:40:34 raspberry systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
Code: Select all
PIDFile= references path below legacy directory /var/run/ ...
any idea, how to fix it?