Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Peter Freitag / Peter Freitag (Peter Freitag)
Created: 06/25/2014
Components: Installation/Config, Scripts
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Minor / Some users will encounter
Locale/System: ALL / Linux Ubuntu 10.04
Vote Count: 0
Problem Description: Installing CF11 on Ubuntu it does not start CF automatically (does not setup a script in /etc/init.d/) even though I checked the option to start on system init during installation. When running the script cf-init-run.sh in the {cf-instance-home}/bin directory it says "Sorry, only Red Hat and SuSE Linux are supported" Which is contrary to the CF11 System requirements: http://www.adobe.com/products/coldfusion-standard/tech-specs.html
Linux)
INSTALL=install_linux
UNINSTALL=uninstall_linux
if [ -f /etc/redhat-release ]; then
OS=RedHat
elif [ -f /etc/SuSE-release ]; then
OS=SuSE
elif [ -f /etc/UnitedLinux-release ]; then
OS=SuSE
else
echo "Sorry, only Red Hat and SuSE Linux are supported."
exit 1
fi
;;
Steps to Reproduce: Install CF11 on Ubuntu
Actual Result: Does not start CF automatically
Expected Result: Starts CF automatically.
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3781603
External Customer Info:
External Company:
External Customer Name: pete_freitag
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: