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

crash dump

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Code:
[warn] evutil_make_internal_pipe_: pipe: Too many open files
[warn] event_base_new_with_config: Unable to make base notifiable.
Could you send me the output of ulimit -aH
I guess due to some file transfer spam the max file descriptor limit will be hit and then the server goes strange ways.
 

farhadhelix

TeaFanatic
ulimit -aH do i have to use it on teaspeak terminal? coz i started server with just ./teaspeak.sh start . i have no terminal right now
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
I highly recommand then to reduce the serverinstance_filetransfer_max_connections instance property.

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

ulimit -aH do i have to use it on teaspeak terminal? coz i started server with just ./teaspeak.sh start . i have no terminal right now
No within your regular linux shell
 
Last edited:

farhadhelix

TeaFanatic
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 15638
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1048576
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) 15638
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

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

serverinstance_filetransfer_max_connections how can i see the current value for this property?
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hmm interesting would be if there might be a file leak, or if its just really an overload of concurrent query/file connections.
Whats the approximated user count you have?

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

"serverinstance_filetransfer_max_connections how can i see the current value for this property?" YatQA console :
Code:
instanceinfo
instanceedit <property>=<value>
 
Last edited:

farhadhelix

TeaFanatic
and what value do you suggest for it ? 100?1000?

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

its about 1.1k

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

serverinstance_filetransfer_max_connections=100
serverinstance_filetransfer_max_connections_per_ip=20

its was set on this values
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Well the default value is 100. Combined with the query means that a maximum of 200 file handles (plus some for general stuff) are required for running TeaSpeak. Do you have anything else running on the server as well?
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
i have tea(m)speak and teaspeak running on the machine

tea(m)speak is running about 110 days without problem
Hmm... If its okey for you could you may grant me access to the server? I would like to get some information and its quite hard to write all the commands.
 

farhadhelix

TeaFanatic
unfortunetly you cannot connect to our server because its limited to inside country connection
what you want to figure out in the server? you think the issue is related to linux server and not the teaspeak ?
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Not really, but I want to check some stats.
Would it may be an option for you that I connect via TeamViewer?