Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5-beta: too much debug information when running ./LibreQoS.py (without debug parameters) #513

Open
interduo opened this issue Jul 9, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@interduo
Copy link
Collaborator

interduo commented Jul 9, 2024

There is too much output when running/reloading using command ./LibreQoS.py (without --debug param).

This is debug:
Warning: sch_htb: quantum of class 800ED is big. Consider r2q change

Also this:
Running Python Version 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0]

Also this (?):

Bin 0 =  {}
Bin 1 =  {}
Bin 2 =  {}
Bin 3 =  {}
Bin 4 =  {}
Bin 5 =  {}
Bin 6 =  {}
Bin 7 =  {}

Also this (sumarized is enough for non-debug):

        TC commands:    8.5 seconds
        XDP setup:       0 seconds
        XDP filters:     0.3076 seconds

Also this (dont print all the checks when --debug but when lqosd is not running always print an error):
lqosd is running

@thebracket
Copy link
Collaborator

I'm guessing you are running a flat network? (The bin list will list parent nodes if you aren't)

The quantum messages are harmless, but really should be suppressed. I see a lot of those.

I'd also suggest --verbose rather than --debug.

@thebracket thebracket added this to the v1.6 milestone Jul 9, 2024
@thebracket thebracket added the enhancement New feature or request label Jul 9, 2024
@interduo
Copy link
Collaborator Author

interduo commented Jul 9, 2024

Yes - flat design.

@interduo
Copy link
Collaborator Author

interduo commented Jul 9, 2024

Harmless but they cover succesfully any other messages before because of terminal buffer.

--debug is next step of verbosity,

@interduo
Copy link
Collaborator Author

This problem affects also lqos_scheduler just look at log journalctl -u lqos_scheduler -n1000 it should contains nothing that is not assigned with lqos_sheduler.

@rchac
Copy link
Member

rchac commented Jul 23, 2024

Fixed with #525

@rchac rchac closed this as completed Jul 23, 2024
@interduo
Copy link
Collaborator Author

@rchac its fixes by only partialy (the htb trash warning), python version and empty bin is still showed when runing ./LibreQoS.py without --debug/--verbose

@interduo interduo reopened this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants