Not able to start the service #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
KittenSquad/glewlwyd#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sorry to annoy again, after the setup as per the Readme I tried to start the service using below command, which says the service started OK. but in actual the service is not running. I verified on browser as well as using
pscommand.Also, the
start-stop-daemonwas not available for CentOS therefore I am using direct binary of the same. Which I downloaded from a website. Please help in debugging what's going wrong.Hello,
I don't know about CentOS, so I suggest going through its documentation to make one, not adapting the debian-specific scripts in this repository.
Maybe https://www.google.ca/search?q=centos+create+daemon can help
Also, about your service not running, I'm missing a lot of information to help you. If you run the program from the command-line, you can have some help in the logs.
In the
glewlwyd.conffile, don't forget to set the valuelog_modeto at leastconsoleand the valuelog_levelto at leastlog_level, then you can have a better view of the program status.If glewlwyd is started normally, you should see logs that look like:
If not, the logs output should tell you where your problem is.
Also, I suggest not using sudo to run the program, you don't need to if you leave the default port number, and if you do, you have possible security leaks. If you want to use 80 or 443 as port number, and having glewlwyd accessible from untrusted networks like the internet, I strongly suggest a reverse proxy like in Apache, so there will be another layer of security.
Hi @vipinsingh211 , any updates on this issue?