• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Server HELP TEASPEAK

Status
Not open for further replies.

adrian15

New member
i had a problem like this


[2022-03-26 14:45:30] [INFO ] GEN | Setting up exception handler
[2022-03-26 14:45:30] [INFO ] GEN | Loading configuration
[2022-03-26 14:45:30] [INFO ] GEN | Setting up logging
[2022-03-26 14:45:30] [INFO ] GEN | Starting TeaSpeak-Server v1.5.6 [Build: 16 22030009]
[2022-03-26 14:45:31] [INFO ] GEN | Starting music providers
[2022-03-26 14:45:31] [ERROR] [Music] [FFMPEG] Could not find ffmpeg (Error: "sh : 1: ffmpeg: not found")
[2022-03-26 14:45:31] [ERROR] [Music] [FFMPEG] How to download/install ffmpeg: " sudo apt-get install ffmpeg"
[2022-03-26 14:45:31] [ERROR] [Music] Could not create music provider for provid ers/000ProviderFFMpeg.so
[2022-03-26 14:45:31] [INFO ] [Music] Loaded successfully provider YouTube
[2022-03-26 14:45:31] [INFO ] [Music] [YT-DL] Compiling patterns
[2022-03-26 14:45:32] [INFO ] [Music] [YT-DL] Patterns compiled (205ms)
[2022-03-26 14:45:32] [INFO ] GEN | Upgrading database from version -1 to 18. This could take a moment!
[2022-03-26 14:45:32] [CRITICAL] GEN | Could not initialize SQL!
[2022-03-26 14:45:32] [CRITICAL] GEN | ----------------------------[ ATTENTION ]----------------------------
[2022-03-26 14:45:32] [CRITICAL] GEN | Your database is alre ady in use!
[2022-03-26 14:45:32] [CRITICAL] GEN | Stop the other insta nce first!
[2022-03-26 14:45:32] [CRITICAL] GEN | ----------------------------[ ATTENTION ]----------------------------
[2022-03-26 14:45:32] [INFO ] GEN | Stopping application
Starting server. [loading sql]


im waiting since 1h and didnt anything. How can i fix it

---- Automatically Merged Double Post ----

i cant stop teaserver
rm: remove write-protected regular file 'tpid.pid'? s
 
Last edited:

adrian15

New member
teaspeak@s3-64:~$ ./teastart.sh stop
Stopping the TeaSpeak server
done
rm: remove write-protected regular file 'tpid.pid'?


but didnt stop and i cant restart - stop or start

---- Automatically Merged Double Post ----

Also i cant find my query username-password can you help me guys
 
Last edited:

yamano

TeaSpeak Team
Staff member
TeaTeam
Try this command:
Code:
pkill -f TeaSpeakServer
You can search for "tpid.pid" file and try to delete it too.

If you dont know your serveradmin password, then check the forum tutorials area.
There is a tutorial explaining how to edit the password.

*and please, next time use the forum search option in the right corner before asking for things
already explained / published in the forum ;)
 
Last edited:

Eyup

Well-known member
teaspeak@s3-64:~$ ./teastart.sh stop
Stopping the TeaSpeak server
done
rm: remove write-protected regular file 'tpid.pid'?


but didnt stop and i cant restart - stop or start

---- Automatically Merged Double Post ----

Also i cant find my query username-password can you help me guys
First Question Answer;
You aren't root. Try with root or
Code:
rm -rf tpid.pid
Second Question Answer;
Do
Code:
./teastart_minimal.sh
and then
Code:
passwd <query_password> <query_password_again>
 

yamano

TeaSpeak Team
Staff member
TeaTeam
Thank god he is not using root, that do not make any sense.
For security, we always recommend to create a new user to teaspeak server ;)
 

world

Active member
Thats strange.
I always used that command with no problems.
Try again, you probably not inserting the correct password or something like.
 

adrian15

New member
Thats strange.
I always used that command with no problems.
Try again, you probably not inserting the correct password or something like.
i wrote
passwd <2222> <2222>

should i write like this ?
passwd <query_22222> <query_22222>
 
Status
Not open for further replies.