This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Moving Eggdrop

Old posts that have not been replied to for several years.
Locked
S
SuperHornet

Moving Eggdrop

Post by SuperHornet »

Ok I moved my eggdrop to a diff server

Now when It trys to connect I get this error:
[17:17] Trying server irc.enterthegame.com:6667
[17:18] Timeout: connect to irc.enterthegame.com
[17:18] Trying server irc.enterthegame.com:6667
[17:19] Writing user file...
[17:19] Writing channel file...
[17:19] * TERMINATE SIGNAL -- SIGNING OFF

This is on the Firewall Machine using IPTABLES wiht a default rule to drop.
I have added this line to open 6667
iptables -A INPUT -p tcp --dport 6667 -j ACCEPT
Anyideas?

Thanks
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Rather than copying the binaries over as well, you should only copy the channel, user, notes and config files.

You should compile a fresh copy of eggdrop on the server, and use the files above to run the bot.

I can't see any other reason while this signal is received, unless the system has some for of anti-virus systems that uses the system kill command to remove unwanted processes.
Locked