Ron, I've just installed Ubuntu 7.04 on my server as well but haven't quite gotten SlimServer back up on the box. Your problem smells like a network issue, assuming your JRE is functioning properly. If none of the below helps, maybe try a 1.5.x JRE?
I had a lot of network trouble with Fiesty out of the box, which only cleared up once I disabled IPv6. It's a one-line change to /etc/modprobe.d/aliases (change "alias net-pf-10 ipv6" to "alias net-pf-10 off") OR /etc/modprobe.d/blacklist (add "blacklist ipv6" as a separate line). Also, you may want to modify /etc/hosts so that the hostname of your system is included as an alias for localhost (ie change "127.0.0.1 localhost" to "127.0.0.1 localhost myhostname"). If you do disable IPv6, you should probably comment out or delete the ip6-* lines there as well. --s -- scotsghost ------------------------------------------------------------------------ scotsghost's Profile: http://forums.slimdevices.com/member.php?userid=12279 View this thread: http://forums.slimdevices.com/showthread.php?t=36544 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
