how can I solve this problem? Cannot lock pid file /var/run/freeswitch/freeswitch.pid Sorry for my poor English
There are few reason for this.check one by one.
check weather /var/run/freeswitch/ directory exist. if not then create it and give appropriate permission using chmod command.
check weather freeswitch user have permission to /var/run/freeswitch/ directory.if not then create it and give appropriate permission using chmod command.
check weather there is already any freeswitch.pid exist.if so then delete it.