Web Hosting Talk







View Full Version : CPanel & Interchange


mainarea
10-30-2002, 04:06 PM
Hi,

I'm running a small server with CPanel, but Interchange takes up a lot of memory, and is not needed. Anytime I stop interchange, chkservd always restarts it. How can I edit WHM or chkservd to make sure interchange is not restarted when I stop it?

Thanks,

Matt

mainarea
10-30-2002, 04:18 PM
Found something:

(You can now touch /etc/proftpddisable , /etc/interchangedisable ... etc
to have chkservd ignore services)

but I get this error message:

root@server1 [/]# /etc/interchangedisable
bash: /etc/interchangedisable: Permission denied


How can I fix this? chkserv is running under the user cpanel, but even under that username, it does not work. Any ideas?

- Matt

probonic
10-30-2002, 04:48 PM
Don't you need to make it executable (i.e. chmod 755 it)? That would explain why it is giving permission denied.

Having said that, if it is being executed then surely you would need to do more than just "touch" it...