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.

Hostname self-lookup failed.

General support and discussion of Eggdrop bots.
Post Reply
User avatar
ayie
Voice
Posts: 38
Joined: Thu Feb 20, 2003 3:13 am

Hostname self-lookup failed.

Post by ayie »

when i try to start the precompiled eggdrop1.6.10 it said

Code: Select all

 Hostname self-lookup failed.
this is my hosts setting
[shoutcast@dedi-06 eggdrop1.6.10]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 202.75.54.154 localhost.localdomain localhost
anyone can sugget it ? why the egg cannot start ?

one more thing, i run this egg on webchat server. how to make this egg dcc chat with me? coz i try use /ctcp botnick chat but not working.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

# If you're using virtual hosting (your machine has more than 1 IP), you
# may want to specify the particular IP to bind to. You can specify either
# by hostname or by IP. You may also want to set the hostname here if
# Eggdrop has trouble detecting it when it starts up.
#set my-hostname "virtual.host.com"
#set my-ip "99.99.0.0"
I think this might be your problem. Use either one or the other setting (not both). For "set my-hostname" the following might work:

Code: Select all

set my-hostname "localhost"
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
ayie
Voice
Posts: 38
Joined: Thu Feb 20, 2003 3:13 am

Post by ayie »

thank for that tips Alchera,

do you know how to make the bot accept dcc chat at server WEBCHAT ?
Post Reply