[Snap] web server won't start - 4.4.2_dev1 (edge channel) #3348
Replies: 2 comments
-
|
It looks like the issue is caused by missing "SSL certificate" files inside the ctx.load_cert_chain(certfile, keyfile) and failing with FileNotFoundError, which means the cert and key files were not Since the stable channel works, this is likely a packaging issue specific to the The maintainer may need to:
This looks like a packaging issue affecting the edge Snap rather than a |
Beta Was this translation helpful? Give feedback.
-
|
Edge version is based on develop branch. Develop branch may be instable. To solve the issue, wait some time, the next Edge snap build should solve the issue or change the glances.conf file and comment the following lines in the "outputs" section: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Check the bug
Before filling this bug report, please search if a similar issue already exists.
In this case, just add a comment on this existing issue.
Describe the bug
Glances web server won't start on the edge channel
To Reproduce
Steps to reproduce the behavior:
sudo /usr/bin/snap run glances --browser -wExpected behavior
Glances web server starts
Screenshots
If applicable, add screenshots to help explain your problem.
Environement (please complete the following information)
To be completed with result of: glances --issueAdditional context
Reverted to stable channel to get it started
Beta Was this translation helpful? Give feedback.
All reactions