Problem with anope

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Phusys
Posts: 4
Joined: Tue Nov 16, 2004 12:04 pm

Problem with anope

Post by Phusys »

I'd installed unrealircd 3.2.1 on my gentoo linux box and it run well, now i'd tried to link my irc services (anope 1.7.5) but when i try to start them i receive this output (with debug option):
[Nov 16 13:00:26.529459 2004] debug: Sent: SERVER services.mynet.org 1 :Servizi
[Nov 16 13:00:26.583285 2004] debug: Sent: NICK NickServ 1 1100606426 services mynet.org services.mynet.org 0 +oS * :Nickname Server
[Nov 16 13:00:26.583484 2004] debug: Sent: SQLINE NickServ :Reserved for services
[Nov 16 13:00:26.583629 2004] debug: Sent: NICK ChanServ 1 1100606426 services mynet.org services.mynet.org 0 +oS * :Channel Server
[Nov 16 13:00:26.583773 2004] debug: Sent: SQLINE ChanServ :Reserved for services
[Nov 16 13:00:26.583926 2004] debug: Sent: NICK HostServ 1 1100606426 services mynet.org services.mynet.org 0 +oS * :vHost Server
[Nov 16 13:00:26.584061 2004] debug: Sent: SQLINE HostServ :Reserved for services
[Nov 16 13:00:26.584209 2004] debug: Sent: NICK MemoServ 1 1100606426 services mynet.org services.mynet.org 0 +oS * :Memo Server
[Nov 16 13:00:26.584356 2004] debug: Sent: SQLINE MemoServ :Reserved for services
[Nov 16 13:00:26.584512 2004] debug: Sent: NICK BotServ 1 1100606426 services mynet.org services.mynet.org 0 +oS * :Bot Server
[Nov 16 13:00:26.584673 2004] debug: Sent: SQLINE BotServ :Reserved for services
[Nov 16 13:00:26.584834 2004] debug: Sent: NICK HelpServ 1 1100606426 services mynet.org services.mynet.org 0 +oS * :Help Server
[Nov 16 13:00:26.584981 2004] debug: Sent: SQLINE HelpServ :Reserved for services
[Nov 16 13:00:26.585146 2004] debug: Sent: NICK OperServ 1 1100606426 services mynet.org services.mynet.org 0 +ioS * :Operator Server
[Nov 16 13:00:26.585302 2004] debug: Sent: SQLINE OperServ :Reserved for services
[Nov 16 13:00:26.585458 2004] debug: Sent: NICK Global 1 1100606426 services mynet.org services.mynet.org 0 +ioS * :Global Noticer
[Nov 16 13:00:26.585620 2004] debug: Sent: SQLINE Global :Reserved for services
[Nov 16 13:00:26.585782 2004] debug: Sent: :Global NOTICE $services.mynet.org :I Servizi sono di nuovo online, lo staff di Groucho si scusa per il disagio.
[Nov 16 13:00:26.585953 2004] debug: Received: :irc.mynet.org NOTICE AUTH :*** Looking up your hostname...
[Nov 16 13:00:26.586116 2004] unknown message from server (:irc.mynet.org NOTICE AUTH :*** Looking up your hostname...)
[Nov 16 13:03:29.542706 2004] Read error from server: No such file or directory
[Nov 16 13:03:29.542832 2004] debug: Sent: :services.mynet.org SQUIT services.mynet.org :Read error from server: No such file or directory
and in my mirc window:
[13:02] -irc.mynet.org-*** Notice -- (link) Link irc.mynet.org -> services.mynet.org[@127.0.0.1.32784] established
-
[13:02] -irc.mynet.org-*** Permanent Global Q:line added for NickServ on Tue Nov 16 12:00:26 2004 GMT (from services.mynet.org: Reserved for services)
-
[13:02] -irc.mynet.org-*** Permanent Global Q:line added for ChanServ on Tue Nov 16 12:00:26 2004 GMT (from services.mynet.org: Reserved for services)
-
[13:02] -irc.mynet.org-*** Permanent Global Q:line added for HostServ on Tue Nov 16 12:00:26 2004 GMT (from services.mynet.org: Reserved for services)
-
[13:02] -irc.mynet.org-*** Permanent Global Q:line added for MemoServ on Tue Nov 16 12:00:26 2004 GMT (from services.mynet.org: Reserved for services)
-
[13:02] -irc.mynet.org-*** Permanent Global Q:line added for BotServ on Tue Nov 16 12:00:26 2004 GMT (from services.mynet.org: Reserved for services)
-
[13:02] -irc.mynet.org-*** Permanent Global Q:line added for HelpServ on Tue Nov 16 12:00:26 2004 GMT (from services.mynet.org: Reserved for services)
-
[13:02] -irc.mynet.org-*** Permanent Global Q:line added for OperServ on Tue Nov 16 12:00:26 2004 GMT (from services.mynet.org: Reserved for services)
-
[13:02] -irc.mynet.org-*** Permanent Global Q:line added for Global on Tue Nov 16 12:00:26 2004 GMT (from services.mynet.org: Reserved for services)
-
[13:04] -> *nickserv* help
-
[13:04] -> *chanserv* help
-
[13:05] -irc.mynet.org-*** Notice -- No response from services.mynet.org[127.0.0.1], closing link
-
As u can see, services links to unreal but it seems to be unable to resolve hostname and after a few seconds links fail.
I had tried to link services hosted on external linux box and it runs so i think that is a problem of my linux box...maybe a problem of hardened kernel?

Thank u
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Re: Problem with anope

Post by aquanight »

Phusys wrote:[Nov 16 13:03:29.542706 2004] Read error from server: No such file or directory
[Nov 16 13:03:29.542832 2004] debug: Sent: :services.mynet.org SQUIT services.mynet.org :Read error from server: No such file or directory
That's the problem. Obviously, something went horribly wrong in the link process as "No such file or directory" is a filesystem error and usually has nothing to do with the network subsystem (sockets = files on *nix). You'll have to expirement a bit to see why that happened, maybe even need to ask your sysadmin.
Phusys
Posts: 4
Joined: Tue Nov 16, 2004 12:04 pm

Post by Phusys »

i'm the sysadmin :roll:
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

restart the computer, perhaps the Operating System is just "confused".
Phusys
Posts: 4
Joined: Tue Nov 16, 2004 12:04 pm

Post by Phusys »

katsklaw wrote:restart the computer, perhaps the Operating System is just "confused".
nothing change...i try to find a solution for one month :(
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

The only other time I can think of that you would get this error is if you deleted your ircd or Services directory while they were still running and now they are trying to read/write to their files.

If that's not the case, then it's most likely as aquanight suggested.
Phusys
Posts: 4
Joined: Tue Nov 16, 2004 12:04 pm

Post by Phusys »

katsklaw wrote:The only other time I can think of that you would get this error is if you deleted your ircd or Services directory while they were still running and now they are trying to read/write to their files.

If that's not the case, then it's most likely as aquanight suggested.
I'vent deleted my ircd/services directory while they where still running... :cry:
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Hm, well as I said, something else must be wrong if you're getting filesystem errors for a socket. Sockets are files on *nix, so it may be possible something might be using the file system to close the socket. It's also possible that you might be out of memory or disk space, but I think that would be more obvious... so I'm not sure :/ . I'm half tempted to think that a recompile of both ircd and services might be a thing to try.
Locked