hexparrot / mineos

python scripts for hosting and managing minecraft servers
Other
197 stars 63 forks source link

cant create profiles #124

Closed kieeps closed 9 years ago

kieeps commented 9 years ago

So i had to reinstall MineOS due to server problems, and when i loged in to create the profile for forge i got the "Server did not respond to the request"

I ran the javascript console and found this in the log: http://pastebin.com/E55KhCzp

Anyone know what might have happened?

hexparrot commented 9 years ago

Best guess based on that error log is that you created a profile that somehow is having a hard time being parsed. You can try manually deleting the lines that define the profile in /var/games/minecraft/profiles/profile.config, which should likely solve this problem.

Before you do so, let us know what exactly you have in the profiles.config so we can see what was the problem.

kieeps commented 9 years ago

The profile config was empty, it was fixable by chmod 777 :-P so i probably messed up the permissions somehow, ended up just reinstalling it anyway :-) now it works as intended again ;-)

hexparrot commented 9 years ago

You typically don't want to just 777 files; that gives read and write permissions to all users. Under normal circumstances, only the owner and group require those, so 664 is probably more appropriate for your blanket chmod.

kieeps commented 9 years ago

I know :-) only do 777 to rule out perm problems ;-)