Subject Re: [firebird-support] Re: Installing Firebird 2.0 on Xen AMD64
Author Helen Borrie
At 03:02 PM 18/01/2007, you wrote:

> > Ah, so you are running Classic, then. Classic isn't "listening" at
> > all. But xinetd needs to be listening. Is it installed and running?
> >
> > ./heLen
> >
>It doesn't seem to be running. I used "top" to check. How can I check
>to see if it is installed, and if yes, to turn it on.

ps -aux | grep xinetd

will show an entry for xinetd if it is running.

I don't recall whether you mentioned the Linux distro you have
running in your VH but, if it is a version that installs from rpm
packages, you can do an rpm query to check whether it is installed:

rpm -q | grep xi*

Packaging systems on other distros have equivalent queries available - RTFM...

./heLen