Ubuntu Server 13.04 Setup - x86 & x64
Re: Ubuntu Server 13.04 Setup - x86 & x64
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
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
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.
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
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.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.
Re: Ubuntu Server 13.04 Setup - x86 & x64
Suppose I'm digging up dead threads, but I'm getting the following error building local server:
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.
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
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
it won't compile on ubuntu 12.04 anymore
maybe 13.04 or 13.10, for sure 14.04
maybe 13.04 or 13.10, for sure 14.04
Re: Ubuntu Server 13.04 Setup - x86 & x64
d'oh. Good to know.
Guess it's about time I upgrade my old box then.
Guess it's about time I upgrade my old box then.
Re: Ubuntu Server 13.04 Setup - x86 & x64
sorry, i should correct myself: it won't compile on g++ 4.6 (which is what 12.04 comes with)
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Ubuntu Server 13.04 Setup - x86 & x64
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
have you read the guide recently?bluekirby0 wrote:You have a new minimum gcc version then? I think 4.6 is what we have in the guide.