Q. I'm getting the error "Address already in use" when I start InterBase on LINUX, HP-UX or Solaris. How do I get InterBase to start?
A. Follow the following steps:
+
your_host_name_here
localhost
ps -ef | grep inetd
get the process id of inetd, then execute:
kill -HUP process-id
Last Modified: 15-FEB-01