Jan-Philipp Litza

Results 26 comments of Jan-Philipp Litza

We are using the workaround in https://github.com/ytti/oxidized/issues/1608#issuecomment-999427205 for several years successfully. I guess that the internal mechanics of Oxidized apply that regular expression to chunks of data as well and...

[We experimented with gathering neighbor information from LLDP](https://github.com/FreifunkBremen/ffhb-packages/tree/master/gluon-respondd-lldp) instead of batman-adv, which would combine the "real" network topology with keeping the switching behavior (which I would strongly favor, as it...

> The topology is wrong. If two routers arent connected directly, Batman should be able to make a distinction. To make it clear, we are talking about two different kinds...

@Adorfer I interpreted your screenshot as "this looks ugly". I do not care about display.

Could you verify the layer 2 connectivity of that interface, i.e. use something like `ping6 -I eth1 ff02::1` and see if your host responds? Also, more details about the network...

This command should patch the compiled version directly (now with the schema `$HOST - $SERVICE - $TEMPLATE`) ```sh sed -i 's#\(refId:\(.\)\.refId,.*{name:\)\(.\.title\)#\1(\2.context.host||{}).host+" - "+(n.context.service||{}).service+" - "+\3#' dist/module.js ``` EDIT: Updated for...

You are correct, when the memory is not constant across all servers, then adding or removing a server will alter the points of other servers. The original algorithm that [Karger...

I experience this bug regularly as well. However, toggling the extension *doesn't* resolve the issue for me. I have to restart the Gnome Shell altogether (Alt+F2 r) Apparently some old...

After having a look at the code, my guess is that somehow two inhibitors for the same app_id get created, and removeInhibit() is called twice with the corresponding app_id before...

I just encountered the problem again, and can confirm that the app ID in both inhibitors (again having consecutive numbers) is "fullscreen", supporting my hypothesis from the previous comment.