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 Wont Create User File or Connect to Server

General support and discussion of Eggdrop bots.
J
JePe
Voice
Posts: 6
Joined: Sun Apr 02, 2006 4:07 pm

Post by JePe »

now im getting somewhere. =)

but im not quite there yet,it will not connect to any linknetservers.

all i get is this:

[15:23] === |_M_|: 1 channels, 0 users.
Launched into the background (pid: 5644)

dont ask me who,but its on my channel now.but i dont see the actually server at the cmdwindow.

its on now =) need the bot to connect to my ftpaswell...
M
MrStonedOne
Voice
Posts: 8
Joined: Sun Feb 25, 2007 8:36 am

Post by MrStonedOne »

same thing here, it cant be tcl cuz a script to write to a file on load works fine, even so, ubuntu installed tcl for me, so i cant do [censored] like that... well, maybe i can.... but i like i said, i dont think tcl is it, everything eggdrop works fine, it just cant use sockets for some reason,

any help plz?

ubuntu linux server install 6.06

i386 amd k-6 2 337 mhz processor,

edit telnet fails, and still nothing with and without dns module

Edit2: im gonna look up tcl socket commands, see if i can get something to connect in tcl to pin-point it down. will edit back in a few

Edit3: tcl sockets work fine,

useing a tcl script loaded into the eggdrop, i could connect to mirc on my windows box and send a few lines, and recv some back. but telnet wont work

and all of this works fine with -nt

it seems under ubuntu linux u have to install its package of eggdrop to get it to work
Last edited by MrStonedOne on Mon Mar 19, 2007 1:48 am, edited 1 time in total.
N
Nin3
Voice
Posts: 1
Joined: Thu Mar 15, 2007 2:47 pm

Post by Nin3 »

Hi im having same problem as the guy above kind of....

Code: Select all

[Nin3@unknown-00-16-ec-03-fe-5b eggdrop]$ ./eggdrop -m eggdrop.conf

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[18:45] --- Loading eggdrop v1.6.18 (Thu Mar 15 2007)
[18:45] Module loaded: dns             
[18:45] Module loaded: channels        
[18:45] Module loaded: server          
[18:45] Module loaded: ctcp            
[18:45] Module loaded: irc             
[18:45] Module loaded: blowfish        
[18:45] Module loaded: uptime          
[18:45] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[18:45] use '.help userinfo' for commands.
[18:45] Creating channel file
[18:45] Couldn't create channel file: NineFolio.chan.  Dropping


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type:  /msg FolioBot hello
This will make the bot recognize you as the master.

[18:45] === FolioBot: 0 channels, 0 users.
* Warning! Could not write pid.FolioBot file!
Launched into the background  (pid: 16093)
Please help...

Edit: Its working now, but i try ctcping the bot on irc and i get no telnet port :/
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Nin3 wrote:Edit: Its working now, but i try ctcping the bot on irc and i get no telnet port :/
The bot doesn't know you yet, you either have to msg the bot "hello" or telnet with login as NEW.
STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg FolioBot hello
This will make the bot recognize you as the master.
t
tf242
Voice
Posts: 3
Joined: Thu Nov 15, 2007 9:51 pm

Post by tf242 »

DragnLord wrote:
You have installed modules but have not selected an encryption
module, please consult the default config file for info.
It's telling you what the problem is.

Add the following to the conf:
checkmodule blowfish
Thank you DragnLord! That did it!
Post Reply