Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Jerry on September 15, 2008, 03:09:01 PM

Title: [SOLVED] Services don't start
Post by: Jerry on September 15, 2008, 03:09:01 PM
Hello, when I try to start my services, it doesn't work.
~/anope/data/logs/services.log:
[Sep 15 16:07:40 2008] Loading IRCD Protocol Module: [unreal32]
[Sep 15 16:07:40 2008] status: [11][Module Error, File I/O Error]

What to do?

Jerry
Title: Re: Services don't start
Post by: deiks on September 15, 2008, 03:31:15 PM
Is that all from logs
Title: Re: Services don't start
Post by: Jerry on September 15, 2008, 03:40:53 PM
Is that all from logs
No, I tried to start the services multiple times :D

j/k - Yes, thats all.

EDIT:
In case it is useful:
I use Ubuntu 8.04 LTS Hardy Heron Desktop Edition. My UnrealIRCd v3.2.7 is configured for linking with the services.
Title: Re: Services don't start
Post by: deiks on September 15, 2008, 06:30:51 PM
Start it in debug mode

./services -debug
Title: Re: Services don't start
Post by: Jerry on September 15, 2008, 06:36:52 PM
Start it in debug mode

./services -debug
Doesn't return anything, just adds
Code: [Select]
[Sep 15 19:34:40 2008] Loading IRCD Protocol Module: [unreal32]
[Sep 15 19:34:40 2008] status: [11][Module Error, File I/O Error]
to the logfile...
Title: Re: Services don't start
Post by: deiks on September 15, 2008, 11:21:21 PM
Hm.. strange.. Must be more lines
Title: Re: Services don't start
Post by: Jan Milants on September 15, 2008, 11:46:10 PM
make sure anope has write permissions to the runtimes directory...
Title: Re: Services don't start
Post by: Jerry on September 16, 2008, 07:31:27 PM
OK, I'm really dumb. I did an "ls -l". All files were owned by root (whyever x__X). changed, anope does now work :)
Title: Re: Services don't start
Post by: deiks on September 16, 2008, 10:54:30 PM
Do not download, compile, install, start anope as root. Never!
Title: Re: Services don't start
Post by: Jerry on September 17, 2008, 01:43:30 PM
Do not download, compile, install, start anope as root. Never!
I downloaded, compiled and started it as a normal user. As "make install" didn't work ("Permission denied"), i tried "sudo make install", that worked.
Title: Re: [SOLVED] Services don't start
Post by: Jobe on September 17, 2008, 04:25:25 PM
If make install gave you permission denied it's because you specified a path during ./Config that you don't have right permissions for. You should start again and make sure you either A) dont change the paths in ./Config so they remain as /home/<username>/services or change them to somewhere you do have write access to.