EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   linux loginserver no longer provided? (https://www.eqemulator.org/forums/showthread.php?t=41996)

khalathas 07-25-2018 07:09 PM

linux loginserver no longer provided?
 
Just trying to migrate a perfectly functioning windows server including private login server to linux, and I noticed the install script downloaded everything else just fine, but the loginserver is missing, despite the startup script with loginserver being there. Did something go wrong or did I miss a step?

HuginnNavarita 07-26-2018 06:18 AM

Recently did this....you can/need to mod the file before you run it....you will see an option to change NO to YES

secondly if you running Ibu/mint/Deb then I noticed reference to DB files where 10.0 while 10.1 are in repository....

At work don't remember the whole issue, will update in few hours.

Thalix 07-26-2018 08:09 AM

You need to set DEQEMU_BUILD_LOGIN=ON in the Make-File and rebuild from Source.

khalathas 07-26-2018 08:23 AM

Ah thank you, did not realize I needed to do that. I'll get that fixed tonight and rebuild from scratch.

HuginnNavarita 07-26-2018 10:23 AM

so in the install script lines 139 and 140 where like this

Quote:

debconf-set-selections <<< 'mariadb-server-10.0 mysql-server/root_password password PASS'
debconf-set-selections <<< 'mariadb-server-10.0 mysql-server/root_password_again password PASS'
while repository has 10.1 so a qucik change to....

Quote:

debconf-set-selections <<< 'mariadb-server-10.1 mysql-server/root_password password PASS'
debconf-set-selections <<< 'mariadb-server-10.1 mysql-server/root_password_again password PASS'
but that is only if you installing from scratch

khalathas 07-27-2018 07:07 PM

Resolved, I had to turn compile for loginserver from OFF to ON as was pointed out above. Thank you!


All times are GMT -4. The time now is 05:04 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.