[IRCServices] ircservices 5.0.53 on x86_64

Jarrod Frates jfrates at gmail.com
Sun Jul 10 12:30:05 PDT 2005


I've not found anything on the lists so far as to whether support for
64-bit OSes is available or not, so I suppose that becomes the first
question.

If it is, I'm having difficulties connecting to my UnrealIRCd 3.2.3
server on the same system, which is running CentOS 4.1 x86_64.  It
seems like ircservices isn't even reaching the IRCd at all, though a
32-bit version on another system is able to connect.

Here is an excerpt from the log entries of one attempt using
ircservices -debug -debug going over the network portion.  All of the
modules load successfully before this.

[Jul 10 12:24:00.246165 2005] Initiated connection to irc.illuminus.com:6677
[Jul 10 12:24:00.246264 2005] debug: Top of main loop
[Jul 10 12:24:00.246416 2005] debug: Checking timeouts at time_msec = 36975.990
[Jul 10 12:24:00.246461 2005] debug: Finished timeout list
[Jul 10 12:24:00.246505 2005] debug: sockets: connect on fd 0 returned
[Jul 10 12:24:00.246562 2005] debug: Sent: PROTOCTL SJOIN SJOIN2 SJ3
NICKv2 VHP VL NOQUIT UMODE2 TOKEN NICKIP
[Jul 10 12:24:00.246602 2005] debug: Sent: PASS :inagoddadavida
[Jul 10 12:24:00.246637 2005] debug: Sent: SERVER
services.illuminus.com 1 :U0-*-2 Services for IRC Networks
[Jul 10 12:24:00.246672 2005] debug: Sent: :services.illuminus.com
TSCTL SVSTIME 1121023440
[Jul 10 12:24:00.246715 2005] debug: Top of main loop
[Jul 10 12:24:03.246249 2005] debug: Top of main loop
[Jul 10 12:24:03.246312 2005] debug: Checking timeouts at time_msec = 36978.990
[Jul 10 12:24:03.246347 2005] debug: Finished timeout list
[Jul 10 12:24:06.245637 2005] debug: Top of main loop
[Jul 10 12:24:06.245720 2005] debug: Checking timeouts at time_msec = 36981.989
[Jul 10 12:24:06.245754 2005] debug: Finished timeout list
[Jul 10 12:24:09.245879 2005] debug: Top of main loop
[Jul 10 12:24:09.245955 2005] debug: Checking timeouts at time_msec = 36984.989
[Jul 10 12:24:09.245988 2005] debug: Finished timeout list
[Jul 10 12:24:12.245759 2005] debug: Top of main loop
[Jul 10 12:24:12.245887 2005] debug: Checking timeouts at time_msec = 36987.989
[Jul 10 12:24:12.245922 2005] debug: Finished timeout list
[Jul 10 12:24:15.245380 2005] debug: Top of main loop
[Jul 10 12:24:15.245455 2005] debug: Checking timeouts at time_msec = 36990.989
[Jul 10 12:24:15.245491 2005] debug: Finished timeout list
[Jul 10 12:24:18.244890 2005] debug: Top of main loop
[Jul 10 12:24:18.244963 2005] debug: Checking timeouts at time_msec = 36993.988
[Jul 10 12:24:18.244997 2005] debug: Finished timeout list
[Jul 10 12:24:21.244449 2005] debug: Top of main loop
[Jul 10 12:24:21.244529 2005] debug: Checking timeouts at time_msec = 36996.988
[Jul 10 12:24:21.244564 2005] debug: Finished timeout list
[Jul 10 12:24:24.244297 2005] debug: Top of main loop
[Jul 10 12:24:24.244368 2005] debug: Checking timeouts at time_msec = 36999.988
[Jul 10 12:24:24.244402 2005] debug: Finished timeout list
[Jul 10 12:24:27.243736 2005] debug: Top of main loop
[Jul 10 12:24:27.243847 2005] debug: Checking timeouts at time_msec = 37002.987
[Jul 10 12:24:27.243906 2005] debug: Finished timeout list
[Jul 10 12:24:30.243562 2005] debug: Top of main loop
[Jul 10 12:24:30.243643 2005] debug: Checking timeouts at time_msec = 37005.987
[Jul 10 12:24:30.243677 2005] debug: Finished timeout list
[Jul 10 12:24:33.242892 2005] debug: Top of main loop
[Jul 10 12:24:33.242970 2005] debug: Checking timeouts at time_msec = 37008.986
[Jul 10 12:24:33.243004 2005] debug: Finished timeout list
[Jul 10 12:24:36.242142 2005] debug: Top of main loop
[Jul 10 12:24:36.242236 2005] debug: Checking timeouts at time_msec = 37011.986
[Jul 10 12:24:36.242271 2005] debug: Finished timeout list
[Jul 10 12:24:37.541157 2005] FATAL: Remote server returned: ERROR
:Closing Link: [127.0.0.1] (Ping timeout)

It looks to me like it's not successfully making a network connection,
but I'm not quite sure.  Perhaps it needs to be built as 32-bit
instead of 64-bit?  If so, I'm not sure how to do that.  Any
assistance would be appreciated.


Jarrod