Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Can I get some help?  (Read 9570 times)

0 Members and 1 Guest are viewing this topic.

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Can I get some help?
« on: June 09, 2010, 06:46:12 AM »

Hi, I'm trying to setup Anope with Unreal 3.2 and I followed the pinned topic regarding linking anope and unreal 3.2 but it still won't work,

This is my Unreal Config file,

Code: [Select]
*/


link            services.project-voltage.com
{
username services@project-voltage.com;
hostname 127.0.0.1;
bind-ip *;
port 7070
hub             *;
password-connect "********";
password-receive "********";
class           servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
};
};
/*
 *
 * NEW: ulines {}
 * OLD: U:Line
 * U-lines give servers more power/commands, this should ONLY be set
 * for services/stats servers and NEVER for normal UnrealIRCd servers!
 * Syntax is as follows:
 * ulines {
 * (server to uline);
 * (server to uline);
 *  [etc]
 * };
*/
ulines {
services.project-voltage.com;
stats.project-voltage.com;
};



abd this is my Services Config file,

Code: [Select]
# RemoteServer <hostname> <port> <password>  [REQUIRED]
#     Specifies the remote server hostname and port.  The hostname may
#     either be a standard Internet hostname or dotted-quad numeric
#     address; the port number must be an integer between 1 and 65535
#     inclusive.  The password is a string which should be enclosed in
#     double quotes if it contains any spaces (or just for clarity).
#
#     The remote server and port may be overridden at runtime with the
#     -remote command-line option.  The password may not be set at runtime.
#
#     If services can't connect to the RemoteServer, they will try
#     RemoteServer2 (if defined). If they can't connect to RemoteServer2,
#     they will use RemoteServer3 (if defined).

RemoteServer   127.0.0.1 7070 "********"
RemoteServer2  127.0.0.1 7070 "*******"
RemoteServer3  127.0.0.1 7070 "********"

# LocalAddress <hostname> [port]  [OPTIONAL]
#     Specifies the local address to bind to before connecting to the
#     remote server.  This may be useful on multihomed hosts.  The hostname
#     and port number are specified the same way as with the RemoteServer
#     directive.  If this is not specified, Services will let the operating
#     system choose the local address.  If only a hostname is specified,
#     Services will bind to that address but let the operating system
#     choose the local port number.
#
#     If you don't know what this means or don't need to use it, just leave
#     the directive commented out.
#
#     This directive may be overridden at runtime by the -local
#     command-line option.

#LocalAddress   nowhere. 0

###########################################################################
#
# Services identification and pseudoclient names
#
###########################################################################

# ServerName <name>  [REQUIRED]
#     Specifies the IRC server name which Services should use.  May be
#     overridden by the -name command-line option.

ServerName  "services.project-voltage.com"

# ServerDesc <text>  [REQUIRED]
#     Specifies the text which should appear as the server's information in
#     /whois and similar queries.  May be overridden by the -desc
#     command-line option.

ServerDesc  "Services for the Project Voltage IRC Network"

# ServiceUser <usermask>  [REQUIRED]
#     Specifies the user@host mask which should be used by the Services
#     pseudoclients.  May be overridden by the -user and -host command-line
#     options.

ServiceUser "services@project-voltage.com"

# ...Name <nick> <string>  [REQUIRED except as noted below]
#     Specify the nicknames (first parameter) and "real" names (second
#     parameter) for the Services pseudoclients.  BotServ and DevNull may
#     be disabled by commenting out the appropriate lines below. Disabling
#     BotServ is recommended on large networks.

Any ideas?
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: Can I get some help?
« Reply #1 on: June 09, 2010, 06:51:14 AM »

Your missing some critical information, you may want to review the anope log and post any errors that are present. And you need to remove autoconnect from the link block as the comment suggests.
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #2 on: June 09, 2010, 06:58:34 AM »

Hi,

I removed autoconnect like both you and the comment said, and I also checked my anope log, I will post what it said,

Code: [Select]
[Jun 09 00:55:51 2010] Loading IRCD Protocol Module: [unreal32]
[Jun 09 00:55:51 2010] status: [0][Module, Okay - No Error]
[Jun 09 00:55:51 2010] Loading Encryption Module: [enc_none]
[Jun 09 00:55:51 2010] status: [0][Module, Okay - No Error]
[Jun 09 00:55:51 2010] Launching Anope into the background
[Jun 09 00:55:51 2010] Anope 1.8.4 (2859) (ircd protocol: UnrealIRCd 3.2+) starting up
[Jun 09 00:55:52 2010] MSMemoReceipt not enabled in services.conf
[Jun 09 00:55:52 2010] ms_rsend requested unload...
[Jun 09 00:55:52 2010] debug: trying to load core module [ms_rsend]
[Jun 09 00:55:52 2010] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 09 00:55:53 2010] Databases loaded
[Jun 09 00:55:53 2010] Info: Reflecting database records.
[Jun 09 00:55:53 2010] Connected to Server 1 (127.0.0.1:7070)
[Jun 09 00:55:53 2010] trying to load [cs_appendtopic]
[Jun 09 00:55:53 2010] [cs_appendtopic] Loaded successfully
[Jun 09 00:55:53 2010] status: [0][Module, Okay - No Error]
[Jun 09 00:55:53 2010] trying to load [cs_enforce]
[Jun 09 00:55:53 2010] status: [0][Module, Okay - No Error]
[Jun 09 00:55:53 2010] trying to load [ns_maxemail]
[Jun 09 00:55:53 2010] status: [0][Module, Okay - No Error]
[Jun 09 00:55:53 2010] trying to load [os_info]
[Jun 09 00:55:53 2010] os_info: Loading configuration directives...
[Jun 09 00:55:53 2010] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Jun 09 00:55:53 2010] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Jun 09 00:55:53 2010] status: [0][Module, Okay - No Error]
[Jun 09 00:55:53 2010] trying to load [hs_request]
[Jun 09 00:55:53 2010] hs_request loaded
[Jun 09 00:55:53 2010] status: [0][Module, Okay - No Error]
[Jun 09 00:55:54 2010] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jun 09 00:55:54 2010] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jun 09 00:55:54 2010] Read error from server: No such file or directory (error num: 2)
[Jun 09 00:55:54 2010] [cs_appendtopic] Unloaded successfully
[Jun 09 00:55:54 2010] hs_request un-loaded

I noticed it said my link block may not be setup correctly but I dont know what is wrong.
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: Can I get some help?
« Reply #3 on: June 09, 2010, 07:01:39 AM »

Are you receiving any errors from the ircd during the time anope attempts to connect?
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #4 on: June 09, 2010, 07:04:14 AM »

now that you mention it, I didn't see any notices in my irc client or any of the logs regarding a connection between anope and unrealircd even occuring
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: Can I get some help?
« Reply #5 on: June 09, 2010, 07:18:24 AM »

I also noticed in your link block in Unreal, for username you should have *, I would also double check the listen blocks. Also make sure the port 7070 shows in /stats P and the linkblock is listed in /stats c
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #6 on: June 09, 2010, 07:24:54 AM »

I'm sorry, but what do you mean by,


"Also make sure the port 7070 shows in /stats P and the linkblock is listed in /stats "

You confused me a little lol
Logged

Jeremy

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 24
    • SmartServ Hosting
Re: Can I get some help?
« Reply #7 on: June 09, 2010, 07:27:15 AM »

you issue /stats commands to the ircd from your irc client, as an irc operator
Logged
Jeremy Johnston
SmartServ Hosting
http://www.smart-serv.net/

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #8 on: June 09, 2010, 07:45:45 AM »

Ok, i ran /Stats P,

and it showed port 7070,

so what next?
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #9 on: June 09, 2010, 07:55:47 AM »

Show us /stats P and /stats C
Logged

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #10 on: June 09, 2010, 08:00:21 AM »

Here it is,

Stats P
-------------

Code: [Select]
14,1                  11• Addresses from 15#opers saved. Now 151 entries.
15,13 01:57 from irc.project-voltage.com *** Listener on *:7070, clients 2. is PER
15,13 01:57 from irc.project-voltage.com  *** Listener on *:6667, clients 1. is PERM
15,13 01:57 from irc.project-voltage.com *** Listener on *:8067, clients 0. is PERM
15,13 01:57 from irc.project-voltage.com *** Listener on *:6697, clients 0. is PERM clientsonly

Stats C

--------------------

Code: [Select]
  C *@127.0.0.1 * services.project-voltage.com 7070 servers
15,13 01:59  H * * services.project-voltage.com
15,13 01:59  C End of /STATS report
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #11 on: June 09, 2010, 08:03:00 AM »

Interesting.

Please do the following and paste us the output. (you may need to use pastebin.anope.org).

Linux: ./services -support

Windows: anope.exe -support
Logged

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #12 on: June 09, 2010, 08:06:24 AM »

I'm not sure where to run,

anope.exe -support,

I tried in my IRC Client and my Command Prompt
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #13 on: June 09, 2010, 08:08:20 AM »

Start, Run, cmd <press enter>
cd "C:\Program Files\Anope" <press enter>
anope.exe -support
Logged

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #14 on: June 09, 2010, 08:11:42 AM »

Thanks,

This is a link to the pastebin paste I made,

http://pastebin.anope.org/index.php?page=viewpaste&id=78c3ec0352
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #15 on: June 09, 2010, 08:13:33 AM »

[Jun 09 02:10:10 2010] debug: Received: ERROR :Bogus server name (F)
[Jun 09 02:10:10 2010] debug: Bogus server name (F)
[Jun 09 02:10:10 2010] debug: Received: ERROR :Closing Link: [127.0.0.1] (Bogus server name)
[Jun 09 02:10:10 2010] debug: Closing Link: [127.0.0.1] (Bogus server name)

Something's upset.

« Last Edit: June 09, 2010, 08:17:07 AM by Charles Kingsley »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #16 on: June 09, 2010, 08:14:25 AM »

Pastebin both of your complete configs.
Logged

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #17 on: June 09, 2010, 08:20:20 AM »

These are my configs

Unreaircd
--------------------------
http://pastebin.anope.org/index.php?page=viewpaste&id=f3914ad4fa

Anope
--------------------------
http://pastebin.anope.org/index.php?page=viewpaste&id=1d3a84d699
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #18 on: June 09, 2010, 08:27:01 AM »

Sigh

ServerName "F"


.... that's not what you pasted in your original post.
Logged

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #19 on: June 09, 2010, 08:32:08 AM »

Sorry about that, just a little typo, I fixed it and re-pasted it.

http://pastebin.anope.org/index.php?page=viewpaste&id=aa15661966
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #20 on: June 09, 2010, 08:33:53 AM »

You've not fixed it, you've changed it to yet something else.

In your original post you told us it was:

ServerName  "services.project-voltage.com"

This is correct.

If you wish to seek help in future please don't post rubbish in place of what is actually there.
Logged

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #21 on: June 09, 2010, 08:38:50 AM »

Oh I'm really sorry,

I saw what you meant, I accidentaly changed it,

I switched it back to,

services.project-voltage.com

The servername in the Anoper config file now says,

services.project-voltage.com

http://pastebin.anope.org/index.php?page=viewpaste&id=4de3529d95
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #22 on: June 09, 2010, 08:39:21 AM »

Try it..
Logged

Jake Cylkowski

  • Anope User
  • Offline Offline
  • Posts: 12
Re: Can I get some help?
« Reply #23 on: June 09, 2010, 08:42:47 AM »

Alright, it worked, I'm good to go,

Thanks for sticking with me to help, I really appreciate it.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Can I get some help?
« Reply #24 on: June 09, 2010, 08:43:13 AM »

No worries.
Logged
Pages: [1]   Go Up