From ImageStream Router Documentation
Common problems
- Bug: Segmentation fault on startup.
inside-envoy:/usr/local/sand# Start apache
Starting the Apache Web Server service.../usr/share/init.d/apache: line 203: 27684 Segmentation fault /usr/local/apache/bin/httpd
Unable to start the Apache Web Server service due to errors
- This is caused by a mismatch between the router's hostname in /etc/HOSTNAME and the listing in /etc/hosts
- Make sure the hostname is the same in both files.
- ex:
inside-envoy:/usr/local/sand# hostname
inside-envoy
inside-envoy:/usr/local/sand# cat /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server. Just add the names, addresses
# and any aliases to this file...
#
127.0.0.1 inside-envoy.imagestream.com inside-envoy localhost