PDA

View Full Version : Linux Login server terminate called


Soadin
01-08-2020, 11:51 AM
Hi,

I have installed eqemu on Linux Server Ubuntu 18.04 LTS 64bit

Server is running but not the Login Server.

Tried to create world-admin user with

./loginserver world-admin:create --username=admin --password=mypass --email=test@test.de


At this command I get the error message:
terminate called after throwing an instance of 'std::system_error'
what(): Resource temporarily unavailable


Any help is appreciated.
Regards
Soadin

Soadin
01-08-2020, 02:13 PM
additional info… I checked SQL database and there is no entry in

login_world_servers

also...
It seems the loginserver itself is not taking any action.

Wondering if there are logfiles for the loginserver. Didn't find any.

Thx in Advance
Soadin

Akkadius
01-08-2020, 05:45 PM
Try


./loginserver world-admin:create admin mypass email@email.com


See


eqemu@5b7e6ebb5d5a:~/server$ ./bin/loginserver world-admin:create

Command

world-admin:create {username} {password} {email}


and

https://eqemu.gitbook.io/eqemulator-loginserver/loginserver/configuration/world-registration#registered-world-servers

Soadin
01-08-2020, 05:59 PM
thx Akkadius.

That was not the problem.
I solved it now. It was a login problem of the loginserver to the database.
When I started loginserver without any options it said it cannot connect with that user.

so I fixed mysql access and then loginserver came up

Thx for the reply


But many