Anope is WTF-ing up on me.
Posted: Sun Oct 25, 2009 9:13 am
I can't get Anope to run.
Here's my log.
Link Info:
Link Block:
Thanks!
Here's my log.
Code: Select all
Connected to Server 1 (localhost:6697)
[Oct 25 02:15:23.612423 2009] debug: Sent: PROTOCTL NICKv2 VHP UMODE2 NICKIP TOKEN SJOIN SJOIN2 SJ3 NOQUIT TKLEXT SJB64
[Oct 25 02:15:23.612469 2009] debug: Sent: PASS :password
[Oct 25 02:15:23.612499 2009] Creating services.downloadmii.com((null)) uplinked to No uplink
[Oct 25 02:15:23.612547 2009] debug: Sent: SERVER services.downloadmii.com 0 :Services for IRC Networks
[Oct 25 02:15:23.612657 2009] debug: Received: :irc.downloadmii.com NOTICE AUTH :*** Looking up your hostname...
[Oct 25 02:15:23.612685 2009] debug: unknown message from server (:irc.downloadmii.com NOTICE AUTH :*** Looking up your hostname...)
[Oct 25 02:15:23.613380 2009] debug: Received: :irc.downloadmii.com NOTICE AUTH :*** Found your hostname
[Oct 25 02:15:23.613429 2009] debug: unknown message from server (:irc.downloadmii.com NOTICE AUTH :*** Found your hostname)
[Oct 25 02:15:23.613574 2009] debug: Received: ERROR :Closing Link: [127.0.0.1] (This port is for clients only)
[Oct 25 02:15:23.613604 2009] debug: Closing Link: [127.0.0.1] (This port is for clients only)
[Oct 25 02:15:23.613678 2009] [hs_request] Succesfully saved database
[Oct 25 02:15:23.613701 2009] debug: Saving FFF databases
[Oct 25 02:15:23.614489 2009] Read error from server: Success (error num: 0)
[Oct 25 02:15:23.614556 2009] debug: Sent: SQUIT services.downloadmii.com :Read error from server: Success (error num: 0)
[Oct 25 02:15:23.614588 2009] debug: firstuser() returning NULL (end of list)
[Oct 25 02:15:23.623499 2009] [hs_request] Succesfully saved database
[Oct 25 02:15:23.636914 2009] debug: Cleaning out Module run time directory (/Unreal3.2/services/data/modules/runtime) - this may take a moment please wait
[Oct 25 02:15:23.637074 2009] debug: Module run time directory has been cleaned out
Code: Select all
uplink
{
/*
* The IP or hostname of the IRC server you wish to connect Services to.
* Usually, you will want to connect Services over 127.0.0.1 (aka localhost).
*
* NOTE: On some shell providers, this will not be an option.
*/
host = "localhost"
/*
* The port to connect to.
* The IRCd *MUST* be configured to listen on this port, and to accept
* server connections.
*
* Refer to your IRCd documentation for how this is to be done.
*/
port = 6697
/*
* The password to send to the IRC server for authentication.
* This must match the link block on your IRCd.
*
* Refer to your IRCd documentation for more information on link blocks.
*/
password = "password"
}
Code: Select all
link irc.downloadmii.com
{
username *;
hostname localhost;
bind-ip *;
port 6697;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
ssl;
zip;
};