start-stop-daemon in errors.log
taking a peek at /var/log and came across these in errors.log:
/etc/init.d/xdm[4597]: start-stop-daemon: no matching processes found
/etc/init.d/cupsd[4821]: start-stop-daemon: no matching processes found
/etc/init.d/acpid[4944]: start-stop-daemon: no matching processes found
openrc[1254]: Error: fopen(/run/openrc/rc.log) failed: No such file or directory
Running "rc-status --all" tells me that xdm, cupsd, and acpid are running so these messages can probably be safe to ignore. But....
I'd really like this fixed because they are populating my log files for no real reason wasting log and hard drive space.
Now, not exactly sure why fopen is looking for rc.log in /run/openrc when its actually in /var/log . There has to be some file to edit just not sure which one. Perhaps someone can shed some light.
Thanks