Patrick Nelson wrote: ----------------->>>> RH62 running Jabber 1.4.2
System has been running for awhile now. Had a problem with MySQL on this server (not using with jabber) and the server went into a strange state. After rebooting, jabber clients started telling me they couldn't connect. Looking at the server it looked fine, but the jabber error.log reveled the following: ...snip... 20020331T23:03:22: [notice] (-internal): initializing server 20020331T23:03:22: [alert] (-internal): io_select unable to listen on 5222 [(null)] 20020331T23:03:22: [alert] (-internal): io_select unable to listen on 5269 [(null)] Anyone know what is wrong or what I might look at to troubleshoot this? ----------------->>>> Seems like this might be a permissions problem. Using RedHat's daemon function in an init.d script fails the following call: daemon /usr/local/jabber-1.4.2/jabberd/jabberd -U jabber -B where -U is for the user to start under and -B is for background. However, I was able to get the server working by (as root) going to the directory /us/usr/local/jabber-1.4.2 and running: ./jabberd/jabberd <--worked ./jabberd/jabberd -B <--worked ./jabberd/jabberd -U root -B <--worked ./jabberd/jabberd -U jabber -B <--Not worky The permissions of /us/usr/local/jabber-1.4.2 are jabber:users. Something has changed because this has been working for awhile now... I'm just not sure what. _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
