On Mon, 15 Mar 2004, shane c branch wrote: > I downloaded and installed Clamav on my RH9 server. I was able to get it > running with no problems, but chkconfig is not allowing me to add it as > a service to start at boot time. > > #chkconfig --add clamd > > results in 'error reading information on service clamd: No such file or > directory > > What am I missing? chkconfig is a RH-specific tool and requires the startup script to have certain keywords at the top. Unless the software came from RH, you will have to edit the script in /etc/init.d/ and add that extra info. Personally, I prefer to do it the "manual" way and not rely on distribution specific tools - just add the symbolic link instead, i.e.: # cd /etc/rc3.d # ln -s ../init.d/clamd ./S98clamd (Assuming 3 is your default runlevel). -- Aj. Sys. Admin / Developer -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list