Re: [Share] Ubuntu with integrated 1.4.5 server
Sorry. Something work, i'm tried register, but :
http://s15.radikal.ru/i188/1207/3e/3b25e57077de.png
phpmyadmin, what is pass?
http://s014.radikal.ru/i326/1207/30/bc50be72bb25.png
iweb & server location unknown, since program filezilla still not open 192.168.0.103
http://s51.radikal.ru/i133/1207/68/d5e086c935dc.png
Re: [Share] Ubuntu with integrated 1.4.5 server
Default user is defaultuser
root user = root
All the passwords are 12345
Re: [Share] Ubuntu with integrated 1.4.5 server
Phpmyadmin - wrong pass or login. We ask to make clear. Why this server does not work(operate) as must(shall), as judged by description? That exactly it is necessary to do(make) that I could(may;be able) call(drop in) at with(since) filezilla and change the files? Why on(upon;in;to;for;at;per;for) the other server can(may;be able) call(drop in) at, but here no? Why no access to(towards) mysql, why does not work(operate) iweb? Excuse me machine translation.
Re: [Share] Ubuntu with integrated 1.4.5 server
Looks like that you only one, who cannot launch it.
I tested it on 3 physical machines by myself, it were tested by my friends and it worked correctly. The only thing I can suppose, that you're doing something wrong -_- May be that your problem is caused by hardware compatibility, because nobody knows how OS will behave itself after remastersys, but the chance is very small.
Also, why do you want to access phpmyadmin that much? Database is already installed, all that you need is to change the password.
PS: there is NO openssh package, so you wont be able to use remote connection until you install it, and there is no iweb, because this tool for 145 is shit
Если беда с английским, то:
Походу только ты не можешь запустить сервер. Сия вещь тестилась на моем компе и 2 ноутах, также друзья себе ставили - все нормально работает, ты походу что-то не так делаешь. Конечно, есть вероятность, что что после прогшонки через ремастерсис железо стало несовместимым, но шанс этого очень мелок.
Да и зачем тебе в пхпмайадмин лезть? База уже настроена, максимум там пароль сменить, чтоб не ломали...
Re: [Share] Ubuntu with integrated 1.4.5 server
hmm .. i just made a new ubuntu from the iso .. all work perfect .. i login as root and start the start.sh ... but if he starts the AUTH he say:
log4j:ERROR Could not find manager. All logging will FAIL.
think thats why i get the matixpasswd + network error ...
i actually changed 4 ip's @ ~/pwserver/glinkd/gamesys.conf to get hamachi network and installed hamachi ofc :D
would be nice if someone can help me
Re: [Share] Ubuntu with integrated 1.4.5 server
Quote:
Originally Posted by
jason18
hmm .. i just made a new ubuntu from the iso .. all work perfect .. i login as root and start the start.sh ... but if he starts the AUTH he say:
log4j:ERROR Could not find manager. All logging will FAIL.
think thats why i get the matixpasswd + network error ...
i actually changed 4 ip's @ ~/pwserver/glinkd/gamesys.conf to get hamachi network and installed hamachi ofc :D
would be nice if someone can help me
Logging and maxtrix password are 2 completely different things. The matrix password problem you have means that your files are not configured properly. More or less likely you did something long the way or didn't do something along the way and the server cannot "talk" to mysql.. Now this isn't always gonna be entirely true as there are 2 types of matrix password errors. matrix password not USB bind means your using the wrong password format.
The first place I would start is when you imported the mysql file did you change the name of the pw database from pw to anything else? if you changed the name, even slightly, you need to change it in the configs as well. Give everything a good checking to be absolutely sure.
As for the log4j error, this is nothing more than the fact that your java folders with the log4j properties file cannot be found. Check your authd.sh or authd and double check the path's are pointing to the right java location.
Also if you are using a cent or ubuntu based os your java files will get installed in /usr/lib/jvm/java-bla-bla
all other versions will most of the time write to /usr/java. Double check that as well.
If that all fails than you have certainly done something wrong as these files are not hard to set up.
Re: [Share] Ubuntu with integrated 1.4.5 server
this error is easy to fix
go to /etc/
look for the file hosts
open and paste this lines
127.0.0.1 localhost.localdomain localhost
127.0.0.1 manager
127.0.0.1 aumanager
127.0.0.1 auth
127.0.0.1 audb
127.0.0.1 link1 link2 game1 game2 game3 game4 delivery database backup
well done boy and now try startup your server
Re: [Share] Ubuntu with integrated 1.4.5 server
Quote:
Originally Posted by
ADMZePekeno
this error is easy to fix
go to /etc/
look for the file hosts
open and paste this lines
127.0.0.1 localhost.localdomain localhost
127.0.0.1 manager
127.0.0.1 aumanager
127.0.0.1 auth
127.0.0.1 audb
127.0.0.1 link1 link2 game1 game2 game3 game4 delivery database backup
well done boy and now try startup your server
lol i completely forgot about the host option as well. Thanks for adding that in there.
Re: [Share] Ubuntu with integrated 1.4.5 server
happens, nobody has iron memory, nor i
Re: [Share] Ubuntu with integrated 1.4.5 server
matrix password if u get it check the table.xml files in the auth folders.. and make sure the user, pass and db are all right
Re: [Share] Ubuntu with integrated 1.4.5 server
Quote:
Originally Posted by
norman1234
matrix password if u get it check the table.xml files in the auth folders.. and make sure the user, pass and db are all right
Also make sure you're not getting this error (if you do it means authd cannot find the MySQL connector):
java.lang.ClassNotFoundException: com.mysql.jdbc:Driver
Re: [Share] Ubuntu with integrated 1.4.5 server
if your server not found java conector has a easy mode to fix this
i get the same error on centos but on ubuntu i no get
i open the file authd
in the lines :../lib/log4.jar: you add a line but in this needs a setting to /lib/mysql-connector5.0.#( number version)
my example
../lib/mysql-connector5.0.3.jar:
this force authd to read a mysql connector and use the same ^^
obs: from error on high log4 not found the post on high fix that
and that fix only for centos or fedora if needs mysql java connector
Re: [Share] Ubuntu with integrated 1.4.5 server
I have a problem when I try to login in server, this error message appears... Help Please.
LINK - Communication error between the network servers (LINK - Erro de comunicação entre as redes de servidores)
Re: [Share] Ubuntu with integrated 1.4.5 server
Quote:
Originally Posted by
ADMZePekeno
if your server not found java conector has a easy mode to fix this
i get the same error on centos but on ubuntu i no get
i open the file authd
in the lines :../lib/log4.jar: you add a line but in this needs a setting to /lib/mysql-connector5.0.#( number version)
my example
../lib/mysql-connector5.0.3.jar:
this force authd to read a mysql connector and use the same ^^
obs: from error on high log4 not found the post on high fix that
and that fix only for centos or fedora if needs mysql java connector
IK, I actually had it happen to me with one of the releases I was testing. I also tried to point that out to people HERE, HERE, HERE and again HERE :lol:
Re: [Share] Ubuntu with integrated 1.4.5 server
Quote:
Originally Posted by
ADMZePekeno
this error is easy to fix
go to /etc/
look for the file hosts
open and paste this lines
127.0.0.1 localhost.localdomain localhost
127.0.0.1 manager
127.0.0.1 aumanager
127.0.0.1 auth
127.0.0.1 audb
127.0.0.1 link1 link2 game1 game2 game3 game4 delivery database backup
well done boy and now try startup your server
i added it and now no manager error :)
Quote:
Originally Posted by
norman1234
matrix password if u get it check the table.xml files in the auth folders.. and make sure the user, pass and db are all right
db name was "pw" but he try'd to connet to "pwserver" ~ i just changed it
thx bro's .. server running now =)