Page 3 of 4

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Fri Dec 27, 2013 8:38 am
by Zedingo
It's not the config script. SOMEONE decided to capitalize the R in their #include, but not in the filename.

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Sat Dec 28, 2013 3:08 pm
by n00bgames
Has anyone done an implementation of an AHBot for linux? I'm having serious issues getting the original tool for windows to remote connect to my DB on linux. I have all the settings and permissions connect for the remote connection just not sure why I can't get it to work.

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Sun Dec 29, 2013 1:54 am
by atom0s
Make sure that you have properly port-forwarded your SQL servers port. (Also be sure it even allows remote connections.)

Make sure the user you are using has access to the machine from the hostmask it will have while connecting.
Default users in SQL are restricted to @localhost to prevent remote usage for security reasons.

If anything, make a separate user entirely for the AH tool to use and make the password very secure if you are allowing remote connections to your server.

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Sun Dec 29, 2013 3:24 pm
by n00bgames
atom0s wrote:Make sure that you have properly port-forwarded your SQL servers port. (Also be sure it even allows remote connections.)

Make sure the user you are using has access to the machine from the hostmask it will have while connecting.
Default users in SQL are restricted to @localhost to prevent remote usage for security reasons.

If anything, make a separate user entirely for the AH tool to use and make the password very secure if you are allowing remote connections to your server.
Yeah I've tried several guides, they've changed my.cnf lately so there's no skip-networking to comment out, I've commented out the bind-address, I've tried changing the bind-address to 0.0.0.0 my 'root'@'%' is set. The port is allowed in UFW for both protocols. Not sure what's not allowing me to do it, but it makes me sad. For now I'm just running the server on my gaming box, it has a better processor and SSD + more ram anyway. But I'd really like to have the server on linux as I'll be upgrading my linux box to an i7 with more ram soon and I've always been a fan of having gaming servers on linux.

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Sat May 31, 2014 11:29 am
by infix
Suppose I'm digging up dead threads, but I'm getting the following error building local server:

Code: Select all

src/map/instance_loader.cpp: In member function ‘CInstance* CInstanceLoader::LoadInstance()’:
src/map/instance_loader.cpp:84:3: warning: deprecated conversion from string constant to ‘int8* {aka char*}’ [-Wwrite-strings]
src/map/instance_loader.cpp:224:9: warning: deprecated conversion from string constant to ‘int8* {aka char*}’ [-Wwrite-strings]
make: *** [dsgame-instance_loader.o] Error 1
Followed tutorial precisely.

Specs:
64 bit ubuntu 12.04 runnin on vbox.
installed libraries per wiki, including all 32 bit libs
config run with CPPFLAGS=-m32 CXXFLAGS=-m32 ./configure
make gives the error

Any help would be appreciated.

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Sat May 31, 2014 2:59 pm
by kjLotus
it won't compile on ubuntu 12.04 anymore

maybe 13.04 or 13.10, for sure 14.04

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Sat May 31, 2014 6:13 pm
by infix
d'oh. Good to know.

Guess it's about time I upgrade my old box then.

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Sat May 31, 2014 6:25 pm
by kjLotus
sorry, i should correct myself: it won't compile on g++ 4.6 (which is what 12.04 comes with)

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Thu Jun 19, 2014 4:18 am
by bluekirby0
You have a new minimum gcc version then? I think 4.6 is what we have in the guide.

Re: Ubuntu Server 13.04 Setup - x86 & x64

Posted: Thu Jun 19, 2014 4:41 am
by kjLotus
bluekirby0 wrote:You have a new minimum gcc version then? I think 4.6 is what we have in the guide.
have you read the guide recently? :D