On Sat, 02 Jul 2022 10:03:54 +0200 Mathias Homann wrote:
Am Samstag, 2. Juli 2022, 08:41:44 CEST schrieb Bob Williams:
Following zypper dup,
:~> sudo zypper ps -s
The following running processes use deleted files:
PID | PPID | UID | User | Command | Service -----+------+------+------+---------+-------- 1 | 0 | 0 | root | systemd | 1857 | 1 | 1000 | bob | systemd | 1858 | 1857 | 1000 | bob | systemd |
what is the correct way to restart these processes?
I have tried
:~> sudo systemctl daemon-reload :~> sudo systemctl --user daemon-reload :~> systemctl --user daemon-reload
"systenctl daemon-rexec" is the actual restart of systemd, that should do it.
Cheers MH
Thanks. I noticed this command in the manpage, but it seemed to discourage its use: daemon-reexec Reexecute the systemd manager. This will serialize the manager state, reexecute the process and deserialize the state again. This command is of little use except for debugging and package upgrades. Sometimes, it might be helpful as a heavy-weight daemon-reload. While the daemon is being reexecuted, all sockets systemd listening on behalf of user configuration will stay accessible. -- Bob Williams