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.

Egg wont start

General support and discussion of Eggdrop bots.
Post Reply
d
dellthinker
Voice
Posts: 17
Joined: Mon Mar 26, 2007 2:41 pm

Egg wont start

Post by dellthinker »

Hi all. Im using another shell with this one, but its not loading the bot. Here's the error msg

Code: Select all

[12:03] Can't load modules dns: Cannot open "/eggdrop/modules/dns.so"
[12:03] Can't load modules channels: Cannot open "/eggdrop/modules/channels.so"
[12:03] Can't load modules server: Cannot open "/eggdrop/modules/server.so"
But i do have modules in that folder
And the .so files are in there as well. What could be the problem?

Also. can someone explain this error

Code: Select all

[12:03] Tcl error in file 'DarkMatter.conf':
[12:03] invalid command name "channel"
    while executing
"channel add #C/C++ {
      chanmode "+nt-likm"
      idle-kick 0
      stopnethack-mode 0
      revenge-mode 0
      ban-time 120
      exempt-time 60..."
    (file "DarkMatter.conf" line 131)
Thanx in advance!
h
hotrs
Voice
Posts: 13
Joined: Tue Apr 03, 2007 2:51 am

Re: Egg wont start

Post by hotrs »

dellthinker wrote:

Code: Select all

[12:03] Can't load modules dns: Cannot open "/eggdrop/modules/dns.so"
[12:03] Can't load modules channels: Cannot open "/eggdrop/modules/channels.so"
[12:03] Can't load modules server: Cannot open "/eggdrop/modules/server.so"
I had the same problem when I tried to chroot eggdrop, the reason were some missing libraries in the chroot environment. Try ldd on all of these modules and install the missing libraries ...

hth,
hotrs
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Your other error is the channel name itself as the forward stroke is a Tcl control character. Try "channel add #C\/C++"
dellthinker wrote:Also. can someone explain this error
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Alchera wrote:Your other error is the channel name itself as the forward stroke is a Tcl control character.
Not true. The forward slash has no special meaning in Tcl.
dellthinker wrote:invalid command name "channel"
The command 'channel' does not exist before the channels module is loaded.
Have you ever read "The Manual"?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I really need to concentrate a bit more. :oops:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply