Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta-58rc12: start scripts try to execute 'ts3server' script #1

Open
thetredev opened this issue Jan 23, 2023 · 2 comments
Open

beta-58rc12: start scripts try to execute 'ts3server' script #1

thetredev opened this issue Jan 23, 2023 · 2 comments

Comments

@thetredev
Copy link

thetredev commented Jan 23, 2023

The contents of the file tsserver_minimal_runscript.sh:

#!/bin/sh

cd $(dirname $([ -x "$(command -v realpath)" ] && realpath "$0" || readlink -f "$0"))
exec ./ts3server $@

But there is no ts3server. It should be tsserver.

Same typo in tsserver_startscript.sh:

BINARYNAME=ts3server
COMMANDLINE_PARAMETERS="" #add any command line parameters you want to pass here
PID_FILE=ts3server.pid
@thetredev thetredev changed the title beta-58rc12: start script try to execute 'ts3server' script beta-58rc12: start scripts try to execute 'ts3server' script Jan 23, 2023
@qknight
Copy link
Contributor

qknight commented Jan 25, 2023

To answer your question:

We renamed the ts3 to ts as we now maintain the version at some place elese. What you pointed out will be fixed in the release right after beta-58rc12. This will probably be beta-58rc15 we might skip 13+14.

Thanks for pointing this out!

other questions

I followed your discussion which seems to have vanished for some reason I don't understand:

  • you can use the ts-native release to create docker containers and we also create our containers from this base. In beta-58rc12 they are based on alpine 19 docker images. But we just changed that to ubuntu/focal as a docker image base.
  • we plan to 'release' the Dockerfile/entrypoint.sh scripts as well, if you want them, please keep asking for it in case this gets forgotten

@thetredev
Copy link
Author

thetredev commented Jan 25, 2023

@qknight thanks for your response. The conversation was in issue #77 - maybe it was unavailable due to Microsoft changing their network service and making MS Teams etc. unavailable with it. Who knows. :)

As for creating a container from ts-native: why should that not work? I did it and it started correctly, connecting to my PostgreSQL server and creating the tables needed there, too. I couldn't connect to it because I was using the TeamSpeak 3 client on my desktop and I didn't bother trying out the TS5 beta client. But the container logs looked almost exactly the same as with TS3.

Either way the point of issue #77, was to connect to a PostgreSQL database, which doesn't work with the latest TS3 release due to it (TS3 PostgreSQL plugin) being unable to resolve DNS, but it (DNS resolution) does with this TS5 beta release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants