Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 768489

Summary: sys-process/glances improve use flag for install packages, needs to run glances in server mode
Product: Gentoo Linux Reporter: Bogdan <bogdan.pylypenko107>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: ionen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: glances-3.1.5.ebuild.patch

Description Bogdan 2021-02-03 13:16:50 UTC
Created attachment 685629 [details, diff]
glances-3.1.5.ebuild.patch

Run glances v 3.1.5:

glances -w
Bottle module not found. Glances cannot start in web server mode.


Install bottle package and run again:

emerge -1 dev-python/bottle
glances -w
Glances Web User Interface started on http://0.0.0.0:61208/
Comment 1 Ionen Wolkens gentoo-dev 2021-02-03 21:29:17 UTC
Normally optional runtime-only dependencies aren't given USE flags and so we have optfeature warnings instead (shown if not installed after emerging glances):

    optfeature "Web server mode" dev-python/bottle dev-python/requests

I assume you may have missed the message.