We use some essential cookies to make our website work.

We use optional cookies, as detailed in our cookie policy, to remember your settings and understand how you use our website.

beta-tester
Posts: 1600
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

PIDFile= references path below legacy directory /var/run/ ...

Mon Oct 26, 2020 7:07 pm

hi,

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.
i am wondering what that message:

Code: Select all

PIDFile= references path below legacy directory /var/run/ ...
will mean for the services rpc-statd, smbd, nmbd...
any idea, how to fix it?
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

User avatar
DougieLawson
Posts: 43580
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK

Re: PIDFile= references path below legacy directory /var/run/ ...

Mon Oct 26, 2020 7:12 pm

It should get fixed by the DebIan maintainers in Bullseye (next version after Buster due in the Autumn of 2021). The message is informational, so feel free to ignore it (unless you want to start hacking service files that are part of the packages you've installed (or were pre-installed)).
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on Bluesky or by LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

beta-tester
Posts: 1600
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: PIDFile= references path below legacy directory /var/run/ ...

Mon Oct 26, 2020 7:15 pm

so it's nothing to worry about... no malfunctioning service?
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

User avatar
DougieLawson
Posts: 43580
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK

Re: PIDFile= references path below legacy directory /var/run/ ...

Mon Oct 26, 2020 7:46 pm

beta-tester wrote:
Mon Oct 26, 2020 7:15 pm
so it's nothing to worry about... no malfunctioning service?
I get the same junk messages on my system and nothing bad happens because of them.
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on Bluesky or by LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

bls
Posts: 4556
Joined: Mon Oct 22, 2018 11:25 pm
Location: Seattle, WA

Re: PIDFile= references path below legacy directory /var/run/ ...

Mon Oct 26, 2020 7:47 pm

beta-tester wrote:
Mon Oct 26, 2020 7:15 pm
so it's nothing to worry about... no malfunctioning service?
Correct. Perturbing the first time you see them, and annoying after that. But no malfunctioning.
Pi tools:
Quickly and easily build customized exactly as-you-want SSDs/SD Cards: https://github.com/gitbls/sdm
Easily run and manage your network's DHCP/DNS servers on a Pi: https://github.com/gitbls/ndm
Easy and secure IPSEC/IKEV2 VPN installer/manager: https://github.com/gitbls/pistrong
Lightweight Virtual VNC Config: https://github.com/gitbls/RPiVNCHowTo

beta-tester
Posts: 1600
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: PIDFile= references path below legacy directory /var/run/ ...

Mon Oct 26, 2020 8:16 pm

thank you.
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

Return to “Troubleshooting”