litespeed + Cpanel - stat() failed on /etc/rc.d/init.d/httpd: No such file or directory

Mr_Parham

Well-Known Member
#1
Hi

I was checking the result of dmesg and I'm seeing the following error message

========================================
[12781307.779158] systemd-sysv-generator[11001]: stat() failed on /etc/rc.d/init.d/httpd: No such file or directory
[12781308.322340] systemd-sysv-generator[11071]: stat() failed on /etc/rc.d/init.d/httpd: No such file or directory
[12781309.344584] systemd-sysv-generator[11150]: stat() failed on /etc/rc.d/init.d/httpd: No such file or directory
[12781309.802088] systemd-sysv-generator[11171]: stat() failed on /etc/rc.d/init.d/httpd: No such file or directory
[12781315.396273] systemd-sysv-generator[11408]: stat() failed on /etc/rc.d/init.d/httpd: No such file or directory
[12781315.866428] systemd-sysv-generator[11436]: stat() failed on /etc/rc.d/init.d/httpd: No such file or directory
[12781316.978410] systemd-sysv-generator[11501]: stat() failed on /etc/rc.d/init.d/httpd: No such file or directory
[12781317.425154] systemd-sysv-generator[11532]: stat() failed on /etc/rc.d/init.d/httpd: No such file or directory
========================================

I checked what I have in /etc/rc.d/init.d/ and here is the results

========================================
[root@core init.d]# ll /etc/rc.d/init.d/
total 64
-rw-r--r-- 1 root root 12972 Jun 7 04:09 cpfunctions
-rwxr-xr-x 1 root root 2502 Aug 25 15:41 dovecot
-rwxr-xr-x 1 root root 1067 Nov 10 00:47 filelimits
-rw-r--r-- 1 root root 13948 Sep 16 2015 functions
-rwxr-xr-x 1 root root 2001 Mar 2 2015 htcacheclean
lrwxrwxrwx 1 root root 6 Oct 25 10:20 httpd -> ./lsws
-rwxr-xr-x 1 root root 3373 Apr 1 2015 httpd.ls_bak
-rwxr-xr-x 1 root root 2989 Sep 16 2015 netconsole
-rwxr-xr-x 1 root root 6630 Sep 16 2015 network
-rw-r--r-- 1 root root 1160 Sep 15 16:28 README
[root@core init.d]#
========================================

Do I need to worried that ./lsws is not there?
 
Top