Mike wrote:
> Built a CentOS 5.2 system, updated it to current. Running
> Step 2 but getting nowhere. I do have the server name/IP in
> local DNS and even in hosts file.
>
> # ./ede_base_root.sh sipxchange
>
> Using development username: sipxchange.
>
> ./ede_base_root.sh: line 37: host: command not found
> ERROR: The domain name returned by 'hostname -f' does not
> resolve to an IP address.
Two things:
1. Very odd that the "host" command is not found. Your system is
different than mine, as I can run this command with no problem. Well,
hopefully it doesn't cause a problem.
2. This check isn't really useful to you, again because you aren't going
to run sipXecs on this system. Edit the ede_base_root.sh file, and
remove the following lines:
HOSTNAME_F=`hostname -f`
host $HOSTNAME_F
if [ $? != 0 ]; then
echo "ERROR: The domain name returned by 'hostname -f' does not
resolve to an IP address." >&2
exit 3
fi
echo $HOSTNAME_F | grep -e "\." &> /dev/null
if [ $? != 0 ]; then
echo "ERROR: The domain name returned by 'hostname -f' is not fully
qualified." >&2
exit 4
fi
-Paul
[email protected]
_______________________________________________
sipx-dev mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
sipXecs IP PBX -- http://www.sipfoundry.org/