vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| orodionov@gmail.com wrote: > JABBER WORKS FINE WITH DEFAULT PORT 5222 So use the default port? -- Paul Johnson Email and IM (XMPP & Google Talk): baloo@ursine.ca Jabber: Because it's time to move forward http://jabber.ursine.ca/ -- Posted via a free Usenet account from http://www.teranews.com |
| |||
| 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. |
| |||
| > 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. I need to run Jabber (XMPP protocol) on port 110. ICQ gateway is running fine on its default port 5555. How can I make Jabber (XMPP protocol) to run as a root on 110? |
| |||
| On 08/15/2006 11:40 AM, orodionov@gmail.com wrote: > Pleeeaaasee help me with this one. > Shutdown whatever POP3 server you have running on port 110. |
| |||
| > Shutdown whatever POP3 server you have running on port 110. As I said before this is not the problem with just the port 110. Jabber doesn't run on ANY PORT BELOW 1024. I didn't have this problem on redhat. This is some sort of "security" feature that gets in the way in my situation. |
| |||
| On 15 Aug 2006 16:57:27 -0700, orodionov@gmail.com <orodionov@gmail.com> wrote: > >> Shutdown whatever POP3 server you have running on port 110. > > > As I said before this is not the problem with just the port 110. > Jabber doesn't run on ANY PORT BELOW 1024. I didn't have this problem > on redhat. This is some sort of "security" feature that gets in the > way in my situation. > A program must run as root to listen on any port below 1024. -- "Let's show this prehistoric bitch how we do things downtown!" -- The Ghostbusters |
| ||||
| orodionov@gmail.com wrote: > Pleeeaaasee help me with this one. Please mind your manners when asking for help. You're not allowed to whine unless you're paying the people you're asking for help. -- Paul Johnson Email and IM (XMPP & Google Talk): baloo@ursine.ca Jabber: Because it's time to move forward http://jabber.ursine.ca/ -- Posted via a free Usenet account from http://www.teranews.com |