Luking Posted November 22, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 04/07/12 Last Seen: November 29, 2017 Share Posted November 22, 2017 Hello guys, Please, help me with my problem. I made rAthena emulator in debian server and i got Fatal Error - File not found: conf/inter_athena.conf I reinstalled MySQL, rAthena, DB but it still shows the same thing. Every advice is good. Thank You. Quote Link to comment Share on other sites More sharing options...
0 Jey Posted November 22, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 249 Reputation: 73 Joined: 10/20/12 Last Seen: August 16, 2018 Share Posted November 22, 2017 Looks like your user doesn't have enough access rights to create files in your rathena folder? Try to do `touch testfile` use `ls -lA` to list the file permissions. https://wiki.archlinux.org/index.php/File_Permissions_and_Attributes 1 Quote Link to comment Share on other sites More sharing options...
0 Luking Posted November 22, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 04/07/12 Last Seen: November 29, 2017 Author Share Posted November 22, 2017 (edited) Okay, here it is. I dont understand much Why is every right different? And why is Green, purple and gray text And conf is -rw-r--r-- 1 1854 lis 22 15:43 atcommand_athena.conf drwxr-xr-x 2 4096 lis 22 15:43 battle -rw-r--r-- 1 1593 lis 22 15:43 battle_athena.conf -rw-r--r-- 1 408 lis 22 15:43 grf-files.txt -rw-r--r-- 1 6272 lis 22 15:43 groups.conf -rw-r--r-- 1 20506 lis 22 15:43 help.txt -rw-r--r-- 1 3650 lis 22 15:43 channels.conf -rw-r--r-- 1 9599 lis 22 19:51 char_athena.conf -rw-r--r-- 1 1993 lis 22 15:43 charhelp.txt drwxr-xr-x 2 4096 lis 22 16:28 import drwxr-xr-x 2 4096 lis 22 15:43 import-tmpl -rw-r--r-- 1 4180 lis 22 19:54 inter_athena.conf -rw-r--r-- 1 1719 lis 22 15:43 inter_server.yml -rw-r--r-- 1 6252 lis 22 15:43 log_athena.conf -rw-r--r-- 1 6783 lis 22 15:43 login_athena.conf -rw-r--r-- 1 4534 lis 22 19:54 map_athena.conf -rw-r--r-- 1 21572 lis 22 15:43 maps_athena.conf -rw-r--r-- 1 186 lis 22 15:43 motd.txt drwxr-xr-x 4 4096 lis 22 16:28 msg_conf -rw-r--r-- 1 1673 lis 22 15:43 packet_athena.conf -rw-r--r-- 1 3123 lis 22 15:43 readme.md -rw-r--r-- 1 950 lis 22 15:43 script_athena.conf -rw-r--r-- 1 236 lis 22 20:07 subnet_athena.conf -rw-r--r-- 1 1062 lis 22 15:43 valkyrie_sample.cfg Edited November 22, 2017 by Luking Quote Link to comment Share on other sites More sharing options...
0 Taurus Posted December 22, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 21 Reputation: 2 Joined: 10/31/17 Last Seen: July 8, 2018 Share Posted December 22, 2017 You dont have rights to write and execute these files . Quote Link to comment Share on other sites More sharing options...
0 Lighta Posted December 23, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted December 23, 2017 @Luking, the pic is nice but actually the hidden information is what we wanted to see to confirm the issue. The "not found" file is a bit misleading it's "unable to read" really what we suppose here. Anyway let assume you are user, rathena in group ragna. What you want on conf is. -rw-r--r-- 1 rathena ragna 22 19:54 inter_athena.conf Thus you'll have the file access. To make all the rathena file your could simply do. cd rAthena sudo chown rathena:ragna . -R I suppose you currently have the wrong user cause they was transfered via ftp or something. Quote Link to comment Share on other sites More sharing options...
Question
Luking
Hello guys,
Please, help me with my problem.
I made rAthena emulator in debian server and i got Fatal Error
- File not found: conf/inter_athena.conf
I reinstalled MySQL, rAthena, DB but it still shows the same thing.
Every advice is good. Thank You.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.