On 06/23/2015 07:05 AM, Carlos E. R. wrote:
On 2015-06-23 09:17, cagsm wrote:
Or do I not need to care about these processes, is there an automatic way of restart by the operating system itself?
The only "automatic" way is a reboot.
How Micosoft-esque!
Manually, you can locate the command that initiated each of them, because you personally know them, and restart them, one by single one.
Sometimes they are services or programs easy to restart:
2149 | 1 | 0 | root | cron | | /usr/lib/locale/en_US.utf8/LC_CTYPE;55755431
This one is "rccron restart".
Nonononnono use systemctl restart cron.service Actually its systemc<tab> rest<tab> cron.<tab>
/usr/lib64/libpcre.so.1.2.3 8129 | 1 | 0 | root | master | |
This one is "rcpostfix restart", I think.
systemctl restart postfix
/lib64/libresolv-2.19.so;5575541c 896 | 1 | 499 | polkitd | polkitd | |
No idea how to restart this one.
systemctl restart polkit.service The buqqer is that sometimes restarting "daemond" is "daemon.service" and sometimes its "daemond.service". That why using <tab> is a good idea!
1 | 0 | 0 | root | systemd | | /usr/lib64/libpcre.so.1.2.3 379 | 1 | 0 | root | systemd-journald | | /lib64/ld-2.19.so;5575541c | | | | | | I never succeeded with these two. Reboot. It is PID 1.
Nononononono Don't reboot, restart systemctl restart systemd-journald.service Restarting systemd requires a RTFM systemctl daemon-reexec Actually, a RTFM shows how *all* the daemons can be restarted .. daemon-reload Reload systemd manager configuration. This will reload all unit files and recreate the entire dependency tree. I admit I've never done that.
Sometimes they are processes started by the desktop, so logout, login again, and cleared.
Yes, but not the daemons. And not some of the user background processes like the ssh and gpg services. or the user version of systemd.
Sometimes you need to also restart graphics completely (init 3; init 5).
I used to think so, but that's not the case. it seems the logout restarts xorg. Yes ,that's new too.
Does linux need reboots just the same way as windows for these mere processes?
Actually, yes >:-)
NONONONONONONONONONONONONO !!!!!!!!!!!!!!!! As I've shown, you can restart without reboot. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org