Closed jam1271 closed 7 years ago
try opening corresponding ports on your raspberry PI
As far as I can tell, the ports are bound to properly
ubuntu@ubuntu:~/wow/run$ netstat -tulpn | grep LISTEN
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:3724 0.0.0.0:* LISTEN 25180/realmd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:8085 0.0.0.0:* LISTEN 25195/mangosd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp6 0 0 :::80 :::* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -
And my firewall is set to allow access:
ubuntu@ubuntu:~/wow/run$ sudo ufw status
Status: active
To Action From
-- ------ ----
OpenSSH ALLOW Anywhere
80 ALLOW Anywhere
8085 ALLOW Anywhere
3724 ALLOW Anywhere
OpenSSH (v6) ALLOW Anywhere (v6)
80 (v6) ALLOW Anywhere (v6)
8085 (v6) ALLOW Anywhere (v6)
3724 (v6) ALLOW Anywhere (v6)
Can you upload a print of the error you're getting?
upon enabling debug mode (by manually adding printf
to the #define
--is there any easier way to do this? lol) I'm seeing the following error:
[AuthChallenge] account JAKE tried to login with wrong password!
seems like there's something off with the hash function (I tried administrator:administrator
as well)
So if you'd reinstall the auth DB, and login with administrator administrator
You'd still get the same error? Honestly i don't understand much in the AuthSocket::_HandleLogonProof() function, but it'd be nice if one could print the hashes from db and from what the client sent, for debugging purposes.
Raspberry is not supported by cmangos
Hey guys, first off wanted to say great work here!
I managed to compile and run mangos-tbc on my Raspberry Pi 3B running Ubuntu 16.04 server. I hit quite a few hurdles along the way but got it running.
Everything seems to be working now except I can't login. I have confirmed that I'm connecting to the
realmd
program (if it's not running I get a different error--unable to connect).realmd.realmlist
table matches the IP address in myrealmlist.wtf
file.I created my user using the
account create user pass
as instructed in the guide. I'm using the exact same credentials from there to try and login.realmd.accounts
table.realmd
output.mangosd
seems to be booting correctly and getting the right realm idHere's my mangosd.conf and realmd.conf.
Does anyone have any idea as to what could be going wrong here? Any pointers about places to look or potential debug methods would be greatly appreciated.
Thanks!