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.

Eggdrops with internal links. Bombing out.

General support and discussion of Eggdrop bots.
Post Reply
s
squeege
Voice
Posts: 10
Joined: Fri Jan 13, 2012 11:14 am

Eggdrops with internal links. Bombing out.

Post by squeege »

Hi,

I dont know if you can help me :)

I am running a Ubuntu server locally and i want to migrate all of my eggdrops to it from outside hosts.
The trouble is most need to be linked. Which is proceeded with the hub eggdrop bombing out.

*** stack smashing detected ***: ./eggdrop terminated
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f20e44ff7f7]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x0)[0x7f20e44ff7c0]

A small sample there.
I have 4 bots up and running at that moment and there working fine. But the minute I try to link them i get the above error.

I know its because they are running on one local ip. Ive tried assigning different ports.

I am running eggdrop1.6.18 at the moment. Is it remedied in the latest version?

Is there a way I can fix this?

Thanks

Louis
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Hi,
The latest version is 1.6.21. Did you compile your eggdrop yourself, or just apt-get install'd it?
NML_375
s
squeege
Voice
Posts: 10
Joined: Fri Jan 13, 2012 11:14 am

Post by squeege »

I grabbed a prepatched version with SSL from my current shell provider.
But I compiled it myself :)
So will the latest version fix this? I dont wanna feel like ive wasted out money buying the server :(
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Well, 1.6.18 was released back in 2006, so there's been a few changes since then. There's been a large 64bit fix since then, I don't recall if that fixed this issue though..
That said, some of the SSL- and IPv6-patches are really poor, and causes instabilities of their own..
NML_375
s
squeege
Voice
Posts: 10
Joined: Fri Jan 13, 2012 11:14 am

Post by squeege »

Mmmm the ssl patched 1.6.18 has been fine for the past 4 years on my shell provider. I need eggdrop that supports SSL. So 1.6.20 is this latest i can get and the ssl is patchy with that :(


BTW i have full root access if there is anything i can add to make this work.
:)

Ive tried adding further ips to the network interface.. but when i get to the forth bot.. it wobbles and falls over :(

Thanks,

Louis
p
pseudo
Halfop
Posts: 88
Joined: Mon Nov 23, 2009 4:52 am
Location: Bulgaria
Contact:

Post by pseudo »

To make this work, you would need to use the latest stable version - 1.6.21 if you don't need SSL ot the development version 1.8 to have SSL.
s
squeege
Voice
Posts: 10
Joined: Fri Jan 13, 2012 11:14 am

Post by squeege »

20:33 leaf • [20:40:10] #Squeege# link HUB
20:33 leaf • [20:40:10] Linking to HUB at 192.168.0.50:5000 ...
20:33 leaf • [20:40:10] Got STARTTLS from HUB. Replying...
20:33 leaf • [20:40:10] Received challenge from HUB... sending response ...
20:33 leaf • [20:40:10] Lost Bot: HUB

20:33 hub • [20:40:10] Telnet connection: 192.168.0.9/39375
20:33 hub • [20:40:10] Timeout/EOF ident connection
20:33 hub • [20:40:10] Sent STARTTLS to ****...
20:33 hub • [20:40:10] Challenging *****..

Bah humbug
:(
Last edited by squeege on Tue Feb 07, 2012 2:38 pm, edited 1 time in total.
s
squeege
Voice
Posts: 10
Joined: Fri Jan 13, 2012 11:14 am

Post by squeege »

Fixed that... didnt make ssl certs lol
s
squeege
Voice
Posts: 10
Joined: Fri Jan 13, 2012 11:14 am

Post by squeege »

So far so good
3 leafs linked to hub :)
s
squeege
Voice
Posts: 10
Joined: Fri Jan 13, 2012 11:14 am

Post by squeege »

Thanks for suggesting new version of eggdrop :)
All working now :D
s
squeege
Voice
Posts: 10
Joined: Fri Jan 13, 2012 11:14 am

Post by squeege »

New problem.
Im using eggdrop 1.8 as i am needing ssl.
When I rehash the bot it tells me no config found and bombs out.. yet i can start it manually with the same config? lol
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Are you sure you don't see any errors before that? After all, the message usually states "CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)"

In some cases, some tcl-scripts are just not "rehash-safe", expecting some initializations not to have been done as the script loads. Any errors during the execution of the config-file (upon init, .restart, or .rehash) will cause your eggdrop to terminate with the above message.
NML_375
Post Reply