"Error: Enter a valid IP Address" on FC5 with JES 2005Q4

Things started a bit rough, but then seemed to get better until I hit a brick wall on the IP address thing. It just does not seem to like my IP address for some reason. Any suggestions?

-Steve Maring

steve dot maring at gca.net

GCA.net

# ./installer

bash: ./installer: /bin/sh: bad interpreter: Permission denied

[root@marsrv1 Linux_x86]# sh installer

None of the following are executable

/usr/openwin/bin/xdpyinfo

/usr/X11R6/bin/xdpyinfo

Unable to access a usable display on the remote system. Continue in command-line mode?(y/n)

y

None of the following are executable

/usr/openwin/bin/xdpyinfo

/usr/X11R6/bin/xdpyinfo

Welcome to the Sun Java(TM) Enterprise System; serious software made

simple..

...

The following settings apply to all installed component products.

Enter Host Name [marsrv1] {"<" goes back, "!" exits}

Enter DNS Domain Name [] {"<" goes back, "!" exits} maring.org

Enter IP Address [67.78.194.70] {"<" goes back, "!" exits}

Error: Enter a valid IP Address

Enter IP Address [67.78.194.70] {"<" goes back, "!" exits}

Error: Enter a valid IP Address

Enter IP Address [67.78.194.70] {"<" goes back, "!" exits} 67.78.194.70

Error: Enter a valid IP Address

...

[1360 byte] By [smaring] at [2007-11-26 11:35:11]
# 1

fixed the first couple issues.

/etc/fstab didn't have "exec" for the cdrom, not sure what that was about; prob just user error; heh

I also went into /usr/X11R6/bin and created a sym link for xdpyinfo to where it really exists:

[root@marsrv1 bin]# ln -s /usr/bin/xdpyinfo xdpyinfo

that enabled the gui install to come up just fine and the rest of the install went just fine.

smaring at 2007-7-7 3:51:08 > top of Java-index,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 2
how did you fix the IP address issue?I am facing the same problem
AlessandroAstuto at 2007-7-7 3:51:08 > top of Java-index,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 3
just add the FQDN to the hosts file
AlessandroAstuto at 2007-7-7 3:51:08 > top of Java-index,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...