mirror of https://github.com/nicolargo/glances.git
38 lines
957 B
ReStructuredText
38 lines
957 B
ReStructuredText
.. _faq:
|
|
|
|
F.A.Q
|
|
=====
|
|
|
|
Any encoding issue ?
|
|
--------------------
|
|
|
|
Try to run Glances with the following command line:
|
|
|
|
LANG=en_US.UTF-8 LC_ALL= glances
|
|
|
|
Container memory stats not displayed ?
|
|
--------------------------------------
|
|
|
|
On ARM64, Docker needs to be configured to allow access to the memory stats.
|
|
|
|
Edit the /boot/firmware/cmdline.txt and add the following configuration key:
|
|
|
|
cgroup_enable=memory
|
|
|
|
|
|
Netifaces issue ?
|
|
-----------------
|
|
|
|
Previously, Glances uses Netifaces to get network interfaces information.
|
|
|
|
Now, Glances uses Netifaces2.
|
|
|
|
Please uninstall Netifaces and install Netifaces2 instead.
|
|
|
|
On Debian/Ubuntu Operating Systems, Webserver display a blank screen ?
|
|
----------------------------------------------------------------------
|
|
|
|
For some reason, the Glances Debian/Ubuntu packages do not include the Web UI static files.
|
|
|
|
Please read: https://github.com/nicolargo/glances/issues/2021 for workaround and more information.
|