Open KES777 opened 8 years ago
This shows nothing
$ netstat -na | grep socket
This may give you some hints...
Mon Mar 21 11:48:39 2016 - error removing unix socket, unlink(): Operation not permitted [core/socket.c line 198]
Mon Mar 21 11:48:39 2016 - bind(): Address already in use [core/socket.c line 230]
Without config is impossible yo help you debug this. Said that this looks like more like a support issue than an actual bug so better discuss it eventually in the mailing list.
Yes, I saw it.
Despite on I have all rights to the file: /home/web/public_html/run/socket I can not start server
The problem were with:
stats = /tmp/uwsgitop.%n.socket
It is not clear from log:
So this ticket belongs to more verbose logging which will help to resolve server start issues
Thank you for attention
check the permission of /tmp/uwsgitop.%n.socket, as uWSGi is trying to remove it very probably you accidentally have it already created in /tmp from a previous run.
Yes, the previous server run was under different user and current one can not remove /tmp/uwsgitip.%n.socket. I have spent about two hours to dig that, so I create this feature request to show more info.
Despite on I have all rights to the file: /home/web/public_html/run/socket I can not start server