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

Server Starting Problem #382

Closed
ghost opened this issue Aug 30, 2018 · 14 comments
Closed

Server Starting Problem #382

ghost opened this issue Aug 30, 2018 · 14 comments

Comments

@ghost
Copy link

ghost commented Aug 30, 2018

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behaviour:

  1. Go to '...'
  2. Click on '....'
  3. Setting to apply '....'
  4. See error

Expected behaviour
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Logs

userr@userr-virtual-machine:/ts$ ./teastart.sh start
-bash: ./teastart.sh: Permission denied
userr@userr-virtual-machine:
/ts$ sudo ./teastart.sh start
[sudo] password for userr:
WARNING ! For security reasons we advise: DO NOT RUN THE SERVER AS ROOT
!!!!!!!!!!!
Starting the TeaSpeak serverERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
.ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

Could not start TeaSpeak server.
Last log entries:
ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

Environment information:
Operating system: Linux userr-virtual-machine 4.15.0-33-generic #36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

TeaSpeak version: TeaSpeak-1.2.13-beta-6.tar.gz

Additional context
Add any other context about the problem here.

@ghost ghost changed the title Server Problem Server Starting Problem Aug 30, 2018
@ghost
Copy link
Author

ghost commented Aug 30, 2018

This Version Working : TeaSpeak-1.2.11-beta-2.tar.gz

@WolverinDEV
Copy link
Member

Please ensure that you're starting the server within the server directory.

@PutoPT
Copy link

PutoPT commented Aug 31, 2018

try chown 777 teastart.sh
TeaSpeak can't run in root user

@ghost
Copy link
Author

ghost commented Aug 31, 2018

-bash: ./teastart.sh: Permission denied
without ROOT!

@Najsr
Copy link

Najsr commented Aug 31, 2018

That's because you don't have the rights to execute it. Go and learn some of Linux basics :)

@ghost
Copy link
Author

ghost commented Aug 31, 2018


userr@userr-virtual-machine:~/ts$ ./teastart_minimal.sh start
ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
./TeaSpeakServer: error while loading shared libraries: libjemalloc.so.2: cannot open shared object file: No such file or directory
ERROR: ld.so: object './libs/libjemalloc.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
userr@userr-virtual-machine:~/ts$ ./teastart.sh start
Starting the TeaSpeak server
TeaSpeak server could not start (PID == 0)
userr@userr-virtual-machine:~/ts$

@ghost
Copy link
Author

ghost commented Aug 31, 2018

I solved the problem of opening but this time TeamSpeak 3 does not enter. He was entering in the old version.

<19:27:32> Disconnected from server (invalid channel order)

@WolverinDEV
Copy link
Member

Can you enable the verbose log?
And my make a packet log with TS3Hook?

@Erza
Copy link

Erza commented Aug 31, 2018

Had a similar issue with invalid channel order here #381

@WolverinDEV
Copy link
Member

Seems like,
just saw that one im sorry for the delayed response (this actually fall over :D)

@ghost
Copy link
Author

ghost commented Aug 31, 2018

Can you enable the verbose log?

How?

@ghost
Copy link
Author

ghost commented Aug 31, 2018

:D I was going to look at the channels from YatQA. I compared this image.

https://ibb.co/kuMdee

@ghost
Copy link
Author

ghost commented Aug 31, 2018

I solved it by sacrificing 71 channels from 1200 channels :( I'll open it again.

I've tried with SQL execute.

DELETE FROM properties WHERE (key LIKE '%channel%' OR key = 'cid') AND id >= 100 AND id <= 170;
DELETE FROM channels WHERE channelId >= 100 AND channelId <= 170

@ghost ghost closed this as completed Sep 1, 2018
@WolverinDEV
Copy link
Member

Well thats actually bad to head.
I would be interested within the database and all its channel to reproduce your bug.

This issue was closed.
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

4 participants