Jump to content
  • 0

Debian - Fatal Error


Luking

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

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.

helpme.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  249
  • Reputation:   72
  • Joined:  10/20/12
  • Last Seen:  

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

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

Okay, here it is.
I dont understand much :( 
Why is every right different? :D
And why is Green, purple and gray text :D

lsla.png

 

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 by Luking
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   2
  • Joined:  10/31/17
  • Last Seen:  

You dont have rights to write and execute these files .

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

@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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...