Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Stefan1200

#1051
Quote from: iassistant on July 30, 2016, 01:10:57 PM
I can explain how you configure telnet to linux

You already wrote the answer to your question. It has nothing to do with Linux.

Quote from: iassistant on July 30, 2016, 01:10:57 PM
Make sure the JTS3ServerMod That process is running and the telnet_enable and telnet_run_forever settings are enabled at the JTS3ServerMod_InstanceManager.cfg!
#1052
Just add write permissions to the config directory of the web interface.
#1053
Just import a backup of your database again. If this is not possible, just remove the config file of the web interface from the config directory and open the install.php again.
#1054
*** English ***
Communications link failure: This means that the DB isn't reachable at all. This can have one or more of the following causes:

  • IP address or hostname of the MySQL server in the JTS3ServerMod_InstanceManager.cfg is wrong.
  • Port number is missing or wrong of the MySQL server in the JTS3ServerMod_InstanceManager.cfg.
  • Check the bind-address attribute of the MySQL server. Make sure that the bind-address attribute in the MySQL server settings (my.cnf / my.ini) is bound to a valid network interface or "0.0.0.0".
  • Make sure, that the skip-networking attribute is disabled in the MySQL server settings (my.cnf / my.ini).
  • DB server is down.
  • DB server doesn't accept TCP/IP connections.
  • DB server has run out of connections.
  • Something in between Java and DB is blocking connections, e.g. a firewall or proxy.

This is not an error of the JTS3ServerMod, this is the error message of the Java MySQL driver or MySQL server.


*** Deutsch ***
Communications link failure: Das bedeutet, dass die Datenbank nicht erreichbar ist. Das kann eines der folgenden Gründe haben:

  • Die IP Adresse oder der Hostname vom MySQL server sind in der JTS3ServerMod_InstanceManager.cfg falsch.
  • Der Port vom MySQL Server ist in der JTS3ServerMod_InstanceManager.cfg falsch gesetzt.
  • Überprüfe das bind-address Attribut vom MySQL Server. Stelle sicher, dass das bind-address Attribut in den MySQL Server Einstellungen (my.cnf / my.ini) zu einem gültigen Netzwerk Interface oder "0.0.0.0" gebunden ist.
  • Stelle sicher, dass das skip-networking Attribut in den MySQL Server Einstellungen (my.cnf / my.ini) deaktiviert ist.
  • Datenbank Server ist offline.
  • Datenbank Server erlaubt keine TCP/IP Verbindungen.
  • Datenbank Server hat das Verbindungslimit überschritten.
  • Irgendwas zwischen Java und der Datenbank blockiert die Verbindung, z.B. eine Firewall oder Proxy.

Dies ist kein Fehler vom JTS3ServerMod, dies ist eine Fehlermeldung vom Java MySQL Treiber oder MySQL Server.
#1055
Quote from: Augusto22xb on July 20, 2016, 08:18:35 PM
Quotetelnet_whitelist = 149.56.200.120 158.69.163.140

IP of my machine and my web interface

Ok, after shaking my head for some minutes I'm able to answer again. Please excuse me, if the following sentences sounds a little bit unfriendly.

The string "158.69.163.140" is still not equal to "149.56.200.120 158.69.163.140"! So the JTS3ServerMod do everything correct while rejecting the IP address "158.69.163.140".

First: Why do you want to whitelist the ip 149.56.200.120? It is more useful to whitelist the ip 127.0.0.1 and 158.69.163.140, if you want to use telnet/putty from the local machine.
Second: Did you ever read the description of the telnet_whitelist setting? Please read it again to realize that a space character is not the correct delimiter for the telnet_whitelist setting!
#1056
Whats the "telnet_whitelist" entry in the file /root/bot/config/JTS3ServerMod_InstanceManager.cfg ?
#1057
Quote from: Augusto22xb on July 20, 2016, 06:17:17 PM
I need to put in "telnet_whitelist" the IP 158.69.163.140?

Yes
#1058
Quote from: Shiroka on July 19, 2016, 09:08:08 PM
Alleine schon der zweite Schritt scheiter schon .

Configure msmtp
Create a new configuration file at /etc/msmtprc with the following configuration information:

Nur schade das er das Verzeichnis msmtprc ist nach der Eingabe : apt-get install msmtp ca-certificates

nicht vorhanden ist ...

msmtprc ist kein Name von einem Verzeichnis, sondern der Name der Datei, die man erstellen soll.
#1059
Allgemeine Diskussionen / Re: Channel Creator
July 16, 2016, 08:06:24 AM
Es steht zwar auf meiner ToDo Liste, allerdings relativ weit unten. Es steht aber jedem frei, hierfür ein Plugin für den JTS3ServerMod zu schreiben.
#1060
Das wäre dann aber noch eine Option bei fast jeder Funktion mehr, da steigt doch ohne Web Interface jetzt schon kaum einer durch. :) Du kannst aber doch alle Channel auswählen, die ignoriert werden sollen.
#1061
Quote from: Augusto22xb on July 12, 2016, 12:20:52 AM
telnet_whitelist It is to put the IP of the machine and can put more than one IP?

telnet_bindTo need to setup?

Do you ever read the comments to each setting in the config file?!? Both questions are answered in the config file and documentation, here the copy of the two settings from the documentation:

Quote# Choose a network interface for the Query Interface. Only set a single ip address of a local network interface here.
# Set nothing here to bound the Query Interface to all network interfaces (default).
# Example: Set to 127.0.0.1 (IPv4) or ::1 (IPv6) to allow connections only from localhost.

telnet_bindTo =

# A comma seperated list (without spaces) of IP addresses, which are allowed to connect to the Query Interface.
# Leave empty, if every IP address is allowed to connect.

telnet_whitelist =
#1062
JTS3ServerMod MySQL & WebInterface / Re: Auto Move
July 12, 2016, 08:14:16 AM
Quote from: Nate4ever on July 11, 2016, 10:36:43 PM
Which log do you need and config?

Just download the bot log from web interface and send it to me. And a screenshot of your AutoMove settings.


Quote from: Nate4ever on July 11, 2016, 10:37:43 PM
Also what does this mean

Missing permission or not enough power: i_client_needed_poke_power
#1063
Quote from: Augusto22xb on July 11, 2016, 05:52:09 PM
This is my version of Java.

java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)


A problem in the version of any of them?

Perfect version.
#1064
Communications link failure: FAQ entry about this error message: https://www.stefan1200.de/forum/index.php?topic=448.0

Edit by Stefan1200: Replaced old information with a link to the updated FAQ entry.
#1065
Quote from: Augusto22xb on July 11, 2016, 04:55:59 PM
But why does this happen?

149.56.200.121 is not equal to 0.0.0.0, so the connection will be rejected.
Where in the JTS3ServerMod manual did you read, that 0.0.0.0 is equal to "every IP is allowed"?