Weirdo wrote:
[11:07:07] <Minako> [11:07] #Weirdo# jump kazuko.faereal.net 6667
[11:07:07] <Minako> Jumping servers......
[11:07:08] <Minako> [11:07] Trying server kaz:6667
[11:07:08] <Minako> [11:07] Failed connect to kaz (DNS lookup failed)
Am running Eggdrop 1.6.15, anyone else getting this peculiarity? Any ideas how i can fix it?
This is neither a DNS problem nor an eggdrop problem. I've been trying to resolve the same thing on my home system, seems like forever now. This is an OS problem, but damned if I can figure out where it is. I recompiled TCL, upgraded my cron, nothing I have tried has changed a thing.
Modify your crontab entry so it will mail you the bot's output before it goes into background; you will probably find that it
says it is listening on a port number one higher than your config file states. Internally, however, it thinks it is listening on the correct port. If you run something like ethereal or tcpdump, you will find the bot is sending TCP traffic OK, but it isn't receiving a damn thing --again, because the return traffic is coming in on a port one higher than the bot is listening to.
However, run the damn thing from the commandline, and it will probably run OK -- mine does.
Curiously, however, I wrote a short TCL test script that listens on a port, and sends a reply if it hears anything on that port -- works just fine from a crontab.
I've tried several bot versions -- 1.6.5, 1.6.13, 1.6.15, and even 1.4.5 -- I have tried running them all with and without the autobotchk script -- and they all behave the same way.
