Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768489 - sys-process/glances improve use flag for install packages, needs to run glances in server mode
Summary: sys-process/glances improve use flag for install packages, needs to run glanc...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-03 13:16 UTC by Bogdan
Modified: 2021-02-12 09:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
glances-3.1.5.ebuild.patch (glances-3.1.5.ebuild.patch,526 bytes, patch)
2021-02-03 13:16 UTC, Bogdan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.