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.

Eggdrop 1.8 problem

General support and discussion of Eggdrop bots.
Post Reply
a
andponomarev
Voice
Posts: 1
Joined: Fri Oct 19, 2012 6:10 pm

Eggdrop 1.8 problem

Post by andponomarev »

Hi,

I've got connection issues running Eggdrop 1.8, please see the log file below. I can't connect neither to SSLed Link-net nor to EFNet. However 1.6.21 runs perfectly for me (when I connect to EFNet). The only problem is I need SSL, that's why I wanted to install the 1.8 version. The log file itself:

[22:45:15] Trying server [irc.inet.tele.dk]:6667
[22:45:15] net: eof!(write) socket 8 (Broken pipe,32)
[22:45:15] Disconnected from irc.inet.tele.dk
[22:46:16] Trying server [irc.link-net.org]:7000
[22:46:16] net: eof!(write) socket 8 (Broken pipe,32)

What could be the reason of such errors? Thanks. My OS is FreeBSD 6.3-STABLE.

Some warnings when compiling:

gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c net.c
net.c: In function `getvhost':
net.c:223: warning: 'h' might be used uninitialized in this function
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c rfc1459.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c tcl.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c tcldcc.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c tclhash.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c tclmisc.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c tcluser.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c tls.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -c userent.c
userent.c: In function `del_entry_type':
userent.c:1297: warning: dereferencing type-punned pointer will break strict-aliasing rules
Post Reply