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.

Connection Proble

General support and discussion of Eggdrop bots.
Post Reply
C
CroW
Voice
Posts: 2
Joined: Mon May 29, 2006 12:19 pm

Connection Proble

Post by CroW »

Hi i don't know what the Problem is !

Code: Select all

web3@xeon023:~/html/irc-bot/eggdrop$ ./eggdrop -mn eggdrop.conf

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[18:17] Allocated bind table unld (flags 1)
[18:17] Allocated bind table time (flags 1)
[18:17] Allocated bind table note (flags 0)
[18:17] Allocated bind table nkch (flags 1)
[18:17] Allocated bind table load (flags 1)
[18:17] Allocated bind table link (flags 1)
[18:17] Allocated bind table filt (flags 1)
[18:17] Allocated bind table disc (flags 1)
[18:17] Allocated bind table dcc (flags 0)
[18:17] Allocated bind table chpt (flags 1)
[18:17] Allocated bind table chon (flags 1)
[18:17] Allocated bind table chof (flags 1)
[18:17] Allocated bind table chjn (flags 1)
[18:17] Allocated bind table chat (flags 1)
[18:17] Allocated bind table bot (flags 0)
[18:17] Allocated bind table bcst (flags 1)
[18:17] Allocated bind table away (flags 1)
[18:17] Allocated bind table act (flags 1)
[18:17] Allocated bind table evnt (flags 1)
[18:17] --- Loading eggdrop v1.6.17 (Mon May 29 2006)
[18:17] Module loaded: channels
[18:17] Allocated bind table wall (flags 1)
[18:17] Allocated bind table raw (flags 1)
[18:17] Allocated bind table notc (flags 1)
[18:17] Allocated bind table msgm (flags 1)
[18:17] Allocated bind table msg (flags 0)
[18:17] Allocated bind table flud (flags 1)
[18:17] Allocated bind table ctcr (flags 1)
[18:17] Allocated bind table ctcp (flags 1)
[18:17] Module loaded: server
[18:17] Module loaded: ctcp
[18:17] Allocated bind table topc (flags 1)
[18:17] Allocated bind table splt (flags 1)
[18:17] Allocated bind table sign (flags 1)
[18:17] Allocated bind table rejn (flags 1)
[18:17] Allocated bind table part (flags 1)
[18:17] Allocated bind table nick (flags 1)
[18:17] Allocated bind table mode (flags 1)
[18:17] Allocated bind table kick (flags 1)
[18:17] Allocated bind table join (flags 1)
[18:17] Allocated bind table pubm (flags 1)
[18:17] Allocated bind table pub (flags 0)
[18:17] Allocated bind table need (flags 1)
[18:17] Module loaded: irc
[18:17] LANG: Section loaded: notes
[18:17] LANG: 42 messages of 47 lines loaded from ./language/notes.english.lang
[18:17] LANG: 42 adds, 0 updates to message table
[18:17] Module loaded: notes            (with lang support)
[18:17] LANG: Section loaded: console
[18:17] LANG: 10 messages of 15 lines loaded from ./language/console.english.lang
[18:17] LANG: 10 adds, 0 updates to message table
[18:17] Module loaded: console          (with lang support)
[18:17] Module loaded: blowfish
[18:17] Listening at telnet port 3333 (all).
[18:17] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[18:17] use '.help userinfo' for commands.
[18:17] Loaded sentinel.tcl v2.70 by slennox
[18:17] Creating channel file
[18:17] Couldn't create channel file: itc-defrag.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 |ITC-Wachhund| hello
This will make the bot recognize you as the master.

[18:17] === |ITC-Wachhund|: 1 channels, 0 users.
* Warning! Could not write pid.|ITC-Wachhund| file!
[18:17] main: entering loop
[18:17] Trying server sw.de.quakenet.org:6667
[18:17] net: connect! sock 6
[18:17] Connected to sw.de.quakenet.org
[18:17] -NOTICE- *** Looking up your hostname
[18:17] -NOTICE- *** Checking Ident
[18:17] -NOTICE- *** Found your hostname
[18:17] -ERROR from server- Closing Link: |ITC-Wachhund| by sw.de.quakenet.org (USER: Bad username)
[18:17] Disconnecting from server.
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

here is your main problem:
* Warning! Could not write pid.|ITC-Wachhund| file!
when will people stop using pipes in bot names????
learn the basics of unix-like operating systems before using them.
remove the |
C
CroW
Voice
Posts: 2
Joined: Mon May 29, 2006 12:19 pm

Post by CroW »

I have removed the | , but:

Code: Select all

[21:45] === ITC-Wachhund: 1 channels, 0 users.
* Warning! Could not write pid.ITC-Wachhund file!
[21:45] main: entering loop
[21:45] Trying server sw.de.quakenet.org:6667
[21:45] net: connect! sock 6
[21:45] Connected to sw.de.quakenet.org
[21:45] -NOTICE- *** Looking up your hostname
[21:45] -NOTICE- *** Found your hostname, cached
[21:45] -NOTICE- *** Checking Ident
[21:45] -ERROR from server- Closing Link: ITC-Wachhund by sw.de.quakenet.org (USER: Bad username)
[21:45] Disconnecting from server.

Sry for my English :D
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Quakenet tells you what is wrong.

From eggdrop.conf:
##### BASIC SETTINGS #####



# This setting defines the username the bot uses on IRC. This setting has

# no effect if an ident daemon is running on your bot's machine.

set username "lamest"
The above should match the account name of the shell the bot is running on.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

Alchera wrote:The above should match the account name of the shell the bot is running on.
I cannot confirm that. My bot uses a username thats diffrent from the shells ident reply.
Quakenet requires you to match eMail and username, but eggdrop sens only "." as eMail, so it cannot be that either.

Most likely his error occurs because of a missing identd server (or at least a valid reply). Quakenet seems to either have only known private IP ranges on no identd allow or known commercial IP ranges on no identd deny (which it has on a trusted host anyway).
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

De Kus wrote: I cannot confirm that. My bot uses a username thats diffrent from the shells ident reply.
I can! :P

It depends on settings applied by the shell administrator, some shells you have a choice of username for a bot and on others it's overriden. All shell accounts I have (with 3 providers) override any user name setting in eggdrop.

I also used the word "should" for that reason. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

Whether the ident or username of the eggdrop shows depends on what ircd it is. An example, unrealircd shows username instead of ident. If your username is not set, or set to be blank, it would be considered a "bad username".
Post Reply