Morten Brekkevold

Results 288 comments of Morten Brekkevold

> * [x] Verify that comma `,` is a valid part of a Graphite path name (since many netidents as parsed by NAV from the NTNU convention will contain one...

We just got a similar report from another user, but in a slight different setting: In the target network, many trunk ports do not have a native VLAN configured. This...

So, #2786 should solve the immediate problem of "invalid native VLANs". However, another problem remains in the case where a native VLAN is *not* set at all on a trunk...

Are there linters available that can tell us whether a given JS source file is compatible? It would be very useful if we can have a metric to look at...

I've made some updates to this, and am now able to run the whole test suite using pytest, *except* for the tests marked as equipment tests (I have never really...

> Let me know if you can reproduce it. If not, I will provide a more thorough bug report. Not reproducible for me.

> 2024-03-07 10:43:21 PermissionError: [Errno 13] Permission denied: '/tmp/nav_cache/2c0563c9a0882809f1fd36a93fb58c3b.djcache' Still not reproducible for me But, you could be re-using an outdated cache mount, @podliashanyk ? Have you completely destroyed your...

Specifically, these volumes are defined for re-use in `docker-compose.yml`. It sometimes behooves one to remove them entirely when rebuilding from scratch: https://github.com/Uninett/nav/blob/c4a0510dd6960f212c03d2294d0f13b957f8119b/docker-compose.yml#L107-L111

> Sounds like a good candidate for a "make nuke"-rule. Sure, if you can find a volume nuke command that works in all cases. `docker volume rm nav_nav_cache` only works...