We want to know what you think. Feel free to leave your feedback or just to discuss about server 3.10.0.
The full details for that can be found in our release thread.
We want to know what you think. Feel free to leave your feedback or just to discuss about server 3.10.0.
The full details for that can be found in our release thread.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Edit by mod
Problem was not the server.
edit end
Do not upgrade to this version 3.10.0 will couse stop all your teamspeak servers after 10 mins network will stop too with other services like SSH, only IPMI can help you in this case to force stop all servers teamspeak 3 and after that network will return on your dedication server !!!
Edit: weird is that, when we stop one of server teamspeak 3, then all will connections back for other clients but not for long time.
Last edited by dante696; November 12th, 2019 at 09:17 AM.
for running one single server it does not have effect i just notice that also if your server is small, the higher server ex. more than 300 users got high packet loss or full loss of connections.
In the logs shown in ts3server_0.log:
load channel From Database found unregistered ident: channel_unique_identifier
We downgrade to binary version 3.9.1 but it does not help, we using only MariaDB i think problem is in MariaDB database with this error:
load channel From Database found unregistered ident: channel_unique_identifier
Process PID is online but all UDP connections gone after some minutes on every teamspeak servers.
Last edited by hunterpl; November 8th, 2019 at 07:04 AM.
Does your issue still occur when you run the server(s) with start parameter hints_enabled=0 ?
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Just to make sure.
Does your answer mean "The issue still exists and you already use hints_enabled=0" ?
We are not sure why you have such problems. Logs or recorded sessions from wireshark may help to see more.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
everything works![]()
Hi @dante696,
the Docker Image is still missing on Docker Hub. Could you please check this? Thank you!
![]()
We did requested changes and pushed a new version to Github.
Should be available within a day.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
The docker image with the tag latest throws the following error atm:
Config: container runs in host namespace, volume mounted to /var/ts3server with permissions for user 9987.| /opt/ts3server/entrypoint.sh: line 50: can't create /var/run/ts3server/ts3server.ini: Permission denied
The older images work without any problems. The given path is not part of the volume...
Show us the full config or we can not see anything.
Please leave /var/run/ts3server/ alone or check your user permissions.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
I only quoted the error msg....
docker-compose:
Code:version: '2.4' services: ts3server_xyz: container_name: ts3server_xyz image: teamspeak:latest userns_mode: "host" network_mode: "host" restart: unless-stopped environment: TS3SERVER_LICENSE: accept TS3SERVER_QUERY_PROTOCOLS: "raw,ssh"
- docker-compose up
The container is not able to start.
I do not think that my config is special... Permissions should not be a problem, because it is 1:1 the default environment of the image without any modifications through volumes etc.Code:Creating ts3server_xyz ... done Attaching to ts3server_xyz ts3server_xyz | /opt/ts3server/entrypoint.sh: line 50: can't create /var/run/ts3server/ts3server.ini: Permission denied
Docker version: Docker version 19.03.4, build 9013bf583a
Last edited by Hedius; November 12th, 2019 at 10:14 AM.
We can not reproduce this with these settings.
What you could try is a docker-compose down and then docker-compose up again.
!!!! You loose your server data because you stored them in that docker and not on seperate mounted volume !!!!
Or you can try to run docker-compose up open a new folder.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
There are currently 1 users browsing this thread. (0 members and 1 guests)