orodionov@gmail.com wrote:
> Hello!
>
Hello
> I am in process of migrating from my old Redhat 7.3 to Debian.
> I installed jabber server using aptitude and updated xml files using my
> old system as an example. Jabber with JIT server used to run on
> Redhat using port 110 ( I am using it as ICQ forwarding service for my
> port
> limited smartphone ) When I start Jabber I get error mesage that port
> 110 is unavailable:
>
> 20060813T22:38:37: [alert] (-internal): io_select unable to listen on
> 110 [(null)]: jabberd already running or invalid interface?
>
> I tried to use other ports below 1023, but jabber still fails.
>
> JABBER WORKS FINE WITH DEFAULT PORT 5222
>
> Please help
> Oleg
What are you trying to do?
Running Jabber (XMPP protocoll) on port 110?
Or running a Jabber-ICQ gateway on port 110?
I guess it's the first.
Have you any POP-server running on your machine in pirt 110? If so, you
can't run jabberd on that port to. In that case, uninstall the
POP-software.
If you try ejabberd, it can serve many virtual Jabber-servers on
different ports. It might work. Problems with ports under 1024 is that
they can only be opend by processes running as user root. And that is a
security risk. There are technics to go around that, but I don't know
if jabberd or ejabberd implements those.