my bad config, or install.sh bugs? 6.09 6.10 upgrade

Post Reply
marty
Junior Member
Posts: 26
Joined: 08 Feb 2009, 12:23
Location: about 15 miles SE of Chirpy ;)

my bad config, or install.sh bugs? 6.09 6.10 upgrade

Post by marty »

Hi Chirpy and thanks as always for all that you do :)

I noticed these errors/warnings during a 6.09 to 6.10 upgrade...

...
...
mode of `/etc/csf/uninstall.sh' changed to 0700 (rwx------)
chmod: cannot access `/etc/csf/*.php': No such file or directory
failed to change mode of `/etc/csf/*.php' to 0000 (---------)
mode of `/etc/csf/webmin/csf/index.cgi' changed to 0700 (rwx------)
mode of `/etc/init.d/lfd' changed to 0700 (rwx------)
mode of `/etc/init.d/csf' changed to 0700 (rwx------)
mode of `/etc/cron.d/lfdcron.sh' changed to 0644 (rw-r--r--)
mode of `/etc/cron.d/csfcron.sh' retained as 0644 (rw-r--r--)
ln: creating symbolic link `/usr/sbin/csf': File exists
ln: creating symbolic link `/usr/sbin/lfd': File exists
install.generic.sh: line 262: update-rc.d: command not found
install.generic.sh: line 263: update-rc.d: command not found
install.generic.sh: line 264: update-rc.d: command not found
install.generic.sh: line 265: update-rc.d: command not found

Installation Completed

uname -a
Linux nap.example.com 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.4 (Final)
Release: 6.4
Codename: Final

Webmin version 1.630 Virtualmin version 4.00.gpl GPL

---

o What php script am I missing from /etc/csf/ ?
o Is the absence of update-rc.d anything for me to worry about?

(OT: I have enough worries already persuading Centos6, Webmin, and Horde4/Imp to all play "nice" together, I need no more worries right now LOL!)

Cheers,
Marty
(escapee from Camp cPanel XI.XXXVI)
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: my bad config, or install.sh bugs? 6.09 6.10 upgrade

Post by ForumAdmin »

There's no support for csf on CentOS running LSB and its init scripts - it only supports chkconfig. You would have to manually add init links to start csf and lfd on server boot.
marty
Junior Member
Posts: 26
Joined: 08 Feb 2009, 12:23
Location: about 15 miles SE of Chirpy ;)

Re: my bad config, or install.sh bugs? 6.09 6.10 upgrade

Post by marty »

Thanks Boss :) That tells me precisely and concisely what I needed to know about the "missing" update-rc.d :)

What about the failed chmod of /etc/csf/*.php ? Is that a "catch all" for naughty PHP scripts that find their way into /etc/csf/ ?
Post Reply