Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: jabberd on Debian
PostPosted: Thu Jul 22, 2004 3:38 pm 
Offline
Newbie

Joined: Thu Jul 22, 2004 10:30 am
Posts: 2
ICQ: 163905123
Website: http://www.ooomacros.org
Location: Cumbria, UK
I'm trying to set up a Jabber server on my Linode (running Debian). I used apt-get to install jabber & webmin-jabber. However, Webmin can't start the Jabber server. If I try to start it via SSH, I get:

Code:
(none):/usr/sbin# ./jabberd
20040722T19:25:35: [notice] (-internal): initializing server
20040722T19:25:35: [alert] (-internal): io_select unable to listen on 5222 [(null)]
20040722T19:25:35: [alert] (-internal): io_select unable to listen on 5269 [(null)]


The jabberd 1.4.x Admin Guide says:

Quote:
If you get "unable to listen on (port)" errors, please make sure there is no other daemon already running on these ports. netstat -ltp gives you a list of network daemons.


However, running netstat -ltp doesn't seem to help much:

Code:
(none):/usr/sbin# netstat -ltp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 *:10000                 *:*                     LISTEN      171/perl
tcp        0      0 *:ssh                   *:*                     LISTEN      137/sshd


I tried binding my server to a specific IP address, as instructed in the Admin Guide, but that just changed the error message:

Code:
(none):/usr/sbin# ./jabberd
20040722T19:37:45: [notice] (-internal): initializing server
20040722T19:37:45: [alert] (-internal): io_select unable to listen on 5223 [(null)]


Can anyone help me work out what is going wrong?

Russ

_________________
OOoMacros: an on-line repository for OpenOffice.org macros & macro documentation
http://www.ooomacros.org


Top
   
 Post subject: Jabberd
PostPosted: Fri Jul 23, 2004 6:53 am 
Offline
Senior Member

Joined: Thu Apr 15, 2004 3:18 am
Posts: 52
Website: http://www.rumble.net/
Location: London, UK
Quote:
Code:
(none):/usr/sbin# ./jabberd 


For starters, that's not how you start things in Debian. Use the rc script.

/etc/init.d/jabber start

By default, installing a package in Debian actually starts the service, so you'll probably find that you are already running it.

ps -ax |grep jabber


Top
   
 Post subject: Re: Jabberd
PostPosted: Fri Jul 23, 2004 11:10 am 
Offline
Newbie

Joined: Thu Jul 22, 2004 10:30 am
Posts: 2
ICQ: 163905123
Website: http://www.ooomacros.org
Location: Cumbria, UK
Shermozle wrote:
Quote:
Code:
(none):/usr/sbin# ./jabberd 


For starters, that's not how you start things in Debian. Use the rc script.

/etc/init.d/jabber start


That worked, thanks. I was running ./jabberd because that's what the Jabber admin manual suggested.

Oh well, you live & learn :oops:

Russ

_________________
OOoMacros: an on-line repository for OpenOffice.org macros & macro documentation

http://www.ooomacros.org


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group