Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: pingIT on November 11, 2007, 07:54:45 AM
-
Hello All
I have performed an upgrade from version 6 to onto a clean version 7. I am now getting this message INIT: cannot execute "/usr/sbin/faxgetty". Being very new to SME and Linux I am a bit lost as to how to turn this off. I have had a look at theforums and it would appear there maybe a custom template that is causing this. How do I remove the template to stop the message or adjust some file to remove the message. Any help would be much appreciated. Please be patient I'm very new to this
thanks in advance
-
How do I remove the template to stop the message or adjust some file to remove the message.
1. Find it.
2. Delete it.
grep faxgetty /etc/e-smith/templates-custom/etc/inittab/*
Or simply:
mkdir /etc/e-smith/templates-custom.save
mv /etc/e-smith/templates-custom/* /etc/e-smith/templates-custom.save
signal-event post-upgrade
signal-event reboot
That will remove all custom templates.