-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Describe the bug
32 bit OS and 64 bit kernel results in Bus-Zugriffsfehler ("bus access error") when running glances -w.
Was working fine before with 32 bit kernel, after switching to 64 bit kernel web refuses to start.
To Reproduce
Steps to reproduce the behavior:
- Start Glances with the following options '-w'
- See error
Glances Web User Interface started on http://0.0.0.0:61208/
INFO: Started server process [13762]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:61208 (Press CTRL+C to quit)
Bus-Zugriffsfehler
Expected behavior
start web itnerface
Screenshots
Environement (please complete the following information)
- Operating System (lsb_release -a or OS name/version):
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
- Glances & psutil versions:
Glances version: 4.0.8
Glances API version: 4
PsUtil version: 5.9.8
Log file: /home/pi/.local/share/glances/glances.log
- How do you install Glances (Pypi package, script, package manager, source):
pip install --user 'glances[web]' - Glances test (only available with Glances 3.1.7 or higher): /
Everything [OK]
Additional context
You can also pastebin:
- the Glances configuration file (https://glances.readthedocs.io/en/latest/config.html#location)
- the Glances log file (https://glances.readthedocs.io/en/latest/config.html#logging)