Problems with server

04/17/2017 18:35 korcakd1#1
Hey there again. I'm currently trying out flieges serverfiles on FreeBSD 11.0, but I have some issues. Can anyone help? It looks like a lot of libs is missing and I don't know if mysql is okay.

EDIT: I fixed missing libs by installing compat4x-compat8x. But the mysql problem still remains. It says "socket: Adress already in use".
04/17/2017 18:53 korcakd1#2
Is there any detailed tutorial on how to make local server without hamachi? I'm kinda dumb about network stuff.
04/17/2017 19:38 Bīru#3
Liegt evtl. an den Ports da die 3306 noch in use sind.

Code:
lsof /var/lib/mysql

kill -HUP `lsof -t /var/lib/mysql`
einfach mal killen und neuinstallieren.
04/17/2017 20:02 std::max#4
Quote:
Originally Posted by Bīru View Post
Liegt evtl. an den Ports da die 3306 noch in use sind.

Code:
lsof /var/lib/mysql

kill -HUP `lsof -t /var/lib/mysql`
einfach mal killen und neuinstallieren.
Da steht es fehlt eine lib und du denkst Port 3306 ist belegt?

Mit file game bzw. file db kannst du sehen für welche FreeBSD-Version sie
kompiliert wurde, und entsprechend compat...x installieren.

Mit ldd game bzw. ldd db siehst du alle dynamisch eingebundenen libs.
Sollten dort libs Fehlen solltest du diese besorgen.
04/17/2017 20:18 Aze /..#5
Quote:
Originally Posted by korcakd1 View Post
Is there any detailed tutorial on how to make local server without hamachi? I'm kinda dumb about network stuff.
[Only registered and activated users can see links. Click Here To Register...]

Start your VM, type in "ifconfig" (without "") and copy the IP. Should be something with 192.XXX.XXX.XXX. Insert that IP into your serverinfo.py and done.

As you can see, it's working: [Only registered and activated users can see links. Click Here To Register...]
04/17/2017 21:49 korcakd1#6
I just stopped the server and started again new one, because it was running twice. But thanks guys :) Problem fixed.